cpython/Objects
Guido van Rossum db9351643d Instead of "attribute-less object", issue an error message that
contains the type of the object and name of the attribute.
1998-01-19 22:16:36 +00:00
..
Makefile.in New build procedure. 1997-07-19 19:39:57 +00:00
abstract.c Renamed a local variable from 'PyCFunction' (which is also a typedef 1997-05-20 22:09:08 +00:00
classobject.c
cobject.c New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and 1997-10-21 19:48:35 +00:00
complexobject.c
dictobject.c
fileobject.c Fix problem discovered by Barry: if you hit ^C to 1997-11-07 19:20:34 +00:00
floatobject.c
frameobject.c Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) 1997-10-31 20:32:13 +00:00
funcobject.c
intobject.c
listobject.c
longobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
methodobject.c Added separate free list for cfunction (builtin method) objects, for a 1997-08-05 02:11:41 +00:00
moduleobject.c
object.c Instead of "attribute-less object", issue an error message that 1998-01-19 22:16:36 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00