cpython/Objects
Guido van Rossum 32b582b953 fix strobject() behavior 1995-01-17 16:35:13 +00:00
..
Makefile.in added $& to $(LIB) target for Sequent 1995-01-17 16:11:29 +00:00
accessobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
classobject.c implement coercions involving instances properly 1995-01-10 15:24:06 +00:00
dictobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
fileobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
floatobject.c don't declare fmod/pow for any STDC compiler 1995-01-17 16:33:14 +00:00
frameobject.c different init for __builtins__ 1995-01-17 16:27:25 +00:00
funcobject.c add restrictions in restricted mode 1995-01-10 10:39:49 +00:00
intobject.c fix memory leak and null pointer dereference 1995-01-10 15:23:19 +00:00
listobject.c added reverselist; free recycling bin on error exit 1995-01-17 16:34:45 +00:00
longobject.c long_scan is no longer used 1995-01-17 16:34:13 +00:00
mappingobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
methodobject.c add restrictions in restricted mode 1995-01-10 10:39:49 +00:00
moduleobject.c initialize __doc__ to None 1995-01-07 11:59:29 +00:00
object.c fix strobject() behavior 1995-01-17 16:35:13 +00:00
rangeobject.c make a few things static 1995-01-17 16:33:39 +00:00
stringobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00
tupleobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +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