0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
1997-06-02 17:13:37 +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 Renamed dict.absorb() (too spungy) to dict.update(). 1997-06-02 17:13:37 +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 Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
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 Checkin of Jack's buffer mods. 1997-05-05 22:15:02 +00:00
tupleobject.c
typeobject.c American spelling in doc string. 1997-06-02 14:43:07 +00:00
xxobject.c