0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum b73cc04e62 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
pythonrun.c: added static forward declarations
* pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of
  static routines
1993-11-01 16:28:59 +00:00
..
accessobject.c
classobject.c
dictobject.c
fileobject.c * fileobject.c (softspace): fix bug if called with NULL file. 1993-11-01 16:26:16 +00:00
floatobject.c
frameobject.c
funcobject.c
intobject.c Changes to make range checks portable to 64-bit machines. 1993-10-26 15:21:51 +00:00
listobject.c * listobject.c (list_ass_slice): XDECREF instead of DECREF so 1993-10-27 14:56:44 +00:00
longobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
mappingobject.c
methodobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
moduleobject.c
object.c
rangeobject.c * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range 1993-11-01 16:21:44 +00:00
stringobject.c Fixed bugs in resizetuple and extended the interface. 1993-11-01 13:46:50 +00:00
tupleobject.c Fixed bugs in resizetuple and extended the interface. 1993-11-01 13:46:50 +00:00
typeobject.c
xxobject.c