cpython/Objects
Guido van Rossum 8bcf369cf9 Support passing in an empty dictionary of keywords to newinstanceobject. 1996-10-21 15:12:32 +00:00
..
Makefile.in
abstract.c Fix subtle bug detected by Jim F. 1996-09-30 22:00:50 +00:00
accessobject.c
classobject.c Support passing in an empty dictionary of keywords to newinstanceobject. 1996-10-21 15:12:32 +00:00
cobject.c
complexobject.c Oops... Need to clear c_error before calling c_quot(). 1996-09-12 21:02:02 +00:00
dictobject.c
fileobject.c
floatobject.c Get rid of bogus MSC_VER undef of CHECK() 1996-09-11 20:21:41 +00:00
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c
mappingobject.c
methodobject.c
moduleobject.c
object.c Correct typo in setattr: return -1 for error, not NULL 1996-09-11 22:51:25 +00:00
rangeobject.c
sliceobject.c Ellipses -> Ellipsis rename (the dictionary really says that it should 1996-10-11 16:25:41 +00:00
stringobject.c Multiply by 1000003 instead of 3 in string hach 1996-09-11 20:22:48 +00:00
tupleobject.c
typeobject.c
xxobject.c