0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
1997-05-28 19:15:28 +00:00
..
abstract.c Renamed a local variable from 'PyCFunction' (which is also a typedef 1997-05-20 22:09:08 +00:00
classobject.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
cobject.c
complexobject.c Got rid of c_error in favor of errno (and EDOM/ERANGE). 1997-05-20 18:21:34 +00:00
dictobject.c Added dict.absorb() and dict.copy(). 1997-05-28 19:15:28 +00:00
fileobject.c PyFile_WriteString now returns an error indicator instead of calling 1997-05-22 22:25:11 +00:00
floatobject.c Faster floating point allocator, same idea as the int allocator. 1997-05-13 21:00:42 +00:00
frameobject.c
funcobject.c
intobject.c
listobject.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
longobject.c
Makefile.in Renamed mappingobject.c to dictobject.c. 1997-05-13 21:05:38 +00:00
methodobject.c
moduleobject.c removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 1997-05-09 01:07:15 +00:00
object.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c