cpython/Objects
1996-07-30 16:45:48 +00:00
..
abstract.c adapted to K&R C 1995-09-18 21:17:59 +00:00
accessobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
classobject.c Only __dict__ and __class__ are read-only instance attributes 1996-07-21 02:29:46 +00:00
cobject.c opaque C object a la Jim Fulton 1996-01-12 00:44:03 +00:00
complexobject.c complex -> Py_complex 1996-07-21 02:31:35 +00:00
dictobject.c Speedup suggested by Sjoerd 1996-07-30 16:45:31 +00:00
fileobject.c fix read(0), readline(0); make tuple for call_object args 1995-07-10 23:32:26 +00:00
floatobject.c Different logic for defining CHECK(); 16-bit MSC specific define. 1996-06-26 18:27:19 +00:00
frameobject.c better policy regarding NULL locals 1995-07-26 16:14:30 +00:00
funcobject.c changes for keyword arguments and fast function call; added abstract.c 1995-07-18 14:30:34 +00:00
intobject.c fix memory leak and null pointer dereference 1995-01-10 15:23:19 +00:00
listobject.c args to call_object must be tuple or NULL 1995-07-12 02:22:06 +00:00
longobject.c changes for MPW 1995-03-04 22:43:47 +00:00
Makefile.in Added sliceobject.c 1996-07-30 16:45:48 +00:00
mappingobject.c Speedup suggested by Sjoerd 1996-07-30 16:45:31 +00:00
methodobject.c changes for keyword args to built-in functions and classes 1995-07-26 18:07:32 +00:00
moduleobject.c apply dictclear to dict of deleted modules 1995-01-26 00:39:00 +00:00
object.c Hacks for MS_COREDLL 1996-07-21 02:30:39 +00:00
rangeobject.c Use NEWOBJ() macro instead of calling newobject() directly. 1996-07-22 16:16:25 +00:00
sliceobject.c Added sliceobject.c 1996-07-30 16:45:48 +00:00
stringobject.c new debugger symbol names 1996-05-23 22:46:51 +00:00
tupleobject.c new debugger symbol names 1996-05-23 22:46:51 +00:00
typeobject.c added getattr(), supporting __doc__ and _name__ 1995-01-07 11:58:15 +00:00
xxobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00