0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Objects
1998-03-18 17:59:20 +00:00
..
abstract.c
classobject.c
cobject.c
complexobject.c
dictobject.c
fileobject.c Subtle fix in the read() code which could cause a read broken up in 1998-03-18 17:59:20 +00:00
floatobject.c
frameobject.c Vladimir Marangozov' performance hack: copy f_builtins from ancestor 1998-02-19 20:48:26 +00:00
funcobject.c
intobject.c
listobject.c Add back some safeguards on the index elements that were lost in the 1998-02-25 17:50:03 +00:00
longobject.c
Makefile.in
methodobject.c
moduleobject.c Add internal routine _PyModule_Clear(), which does approximately what 1998-02-19 20:51:52 +00:00
object.c Instead of "attribute-less object", issue an error message that 1998-01-19 22:16:36 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c