0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Guido van Rossum a9040ec5d9 Renamed a local variable from 'PyCFunction' (which is also a typedef
in methodobject.h) to 'func'.  /bin/cc on SunOS 4.x didn't grok this.
1997-05-20 22:09:08 +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 removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 1997-05-09 01:07:15 +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 Moved PyObject_{Get,Set}Attr to object.c. 1997-05-20 18:35:19 +00:00
fileobject.c Add optional 'sizehint' argument to readlines(). After approximately 1997-05-10 22:33:55 +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
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 Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. 1997-05-20 18:34:44 +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
xxobject.c