cpython/Objects
1995-07-26 18:07:32 +00:00
..
abstract.c Generic Abstract Object Interface 1995-07-18 14:12:02 +00:00
accessobject.c
classobject.c changes for keyword args to built-in functions and classes 1995-07-26 18:07:32 +00:00
dictobject.c a few peephole optimizations 1995-03-09 12:12:50 +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
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
listobject.c args to call_object must be tuple or NULL 1995-07-12 02:22:06 +00:00
longobject.c
Makefile.in changes for keyword arguments and fast function call; added abstract.c 1995-07-18 14:30:34 +00:00
mappingobject.c a few peephole optimizations 1995-03-09 12:12:50 +00:00
methodobject.c changes for keyword args to built-in functions and classes 1995-07-26 18:07:32 +00:00
moduleobject.c
object.c args to call_object must be tuple or NULL 1995-07-12 02:22:06 +00:00
rangeobject.c
stringobject.c fix dusty debugging macros 1995-03-29 16:57:48 +00:00
tupleobject.c fix dusty debugging macros 1995-03-29 16:57:48 +00:00
typeobject.c
xxobject.c