cpython/Objects
Guido van Rossum e449af7da9 Ellipses -> Ellipsis rename (the dictionary really says that it should
be Ellipsis!).
Bumped the API version because a linker-visible symbol is affected.
Old C code will still compile -- there's a b/w compat macro.
Similarly, old Python code will still run, builtin exports both
Ellipses and Ellipsis.
1996-10-11 16:25:41 +00:00
..
Makefile.in Added sliceobject.c 1996-07-30 16:45:48 +00:00
abstract.c Fix subtle bug detected by Jim F. 1996-09-30 22:00:50 +00:00
accessobject.c Disable support for access statement 1996-08-12 22:00:53 +00:00
classobject.c More detailed error message about exception in __del__ 1996-09-11 22:51:57 +00:00
cobject.c Allow compilation by K&R C compiler. 1996-08-01 00:02:33 +00:00
complexobject.c Oops... Need to clear c_error before calling c_quot(). 1996-09-12 21:02:02 +00:00
dictobject.c Support for tp_getattro, tp_setattro (Sjoerd) 1996-08-09 20:52:03 +00:00
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 Use pre-created string objects for most common exceptions 1996-08-09 20:51:27 +00:00
longobject.c
mappingobject.c Support for tp_getattro, tp_setattro (Sjoerd) 1996-08-09 20:52:03 +00:00
methodobject.c
moduleobject.c Disable support for access statement 1996-08-12 22:00:53 +00:00
object.c Correct typo in setattr: return -1 for error, not NULL 1996-09-11 22:51:25 +00:00
rangeobject.c Use NEWOBJ() macro instead of calling newobject() directly. 1996-07-22 16:16:25 +00:00
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