cpython/Objects
2003-02-10 16:05:43 +00:00
..
.cvsignore
abstract.c Fold long lines. 2003-02-10 16:05:43 +00:00
boolobject.c
bufferobject.c
cellobject.c
classobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
cobject.c
complexobject.c Implement appropriate __getnewargs__ for all immutable subclassable builtin 2003-01-29 17:58:45 +00:00
descrobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
dictobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
enumobject.c
fileobject.c SF patch #683187, fix universal newline problems on error 2003-02-09 01:10:02 +00:00
floatobject.c Implement appropriate __getnewargs__ for all immutable subclassable builtin 2003-01-29 17:58:45 +00:00
frameobject.c Refactor the logic for setting f_builtins. 2003-02-05 22:39:29 +00:00
funcobject.c Provide __module__ attributes for functions defined in C and Python. 2003-01-31 18:33:18 +00:00
intobject.c Fix SF bug #683467, 'int' ability to generate longs not inherited 2003-02-10 02:12:43 +00:00
iterobject.c
listobject.c Allow list sort's comparison function to explicitly be None. See SF patch 2003-01-02 20:51:08 +00:00
listsort.txt
longobject.c _PyLong_Sign(): remove an assert that needed a variable ndigits that 2003-02-03 15:28:19 +00:00
methodobject.c Provide __module__ attributes for functions defined in C and Python. 2003-01-31 18:33:18 +00:00
moduleobject.c
object.c SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. 2003-02-05 19:35:19 +00:00
obmalloc.c
rangeobject.c
sliceobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
stringobject.c Implement appropriate __getnewargs__ for all immutable subclassable builtin 2003-01-29 17:58:45 +00:00
structseq.c Removed all uses of the out-of-favor __safe_for_unpickling__ magic 2003-02-01 02:16:37 +00:00
tupleobject.c Implement appropriate __getnewargs__ for all immutable subclassable builtin 2003-01-29 17:58:45 +00:00
typeobject.c Comment typo fix 2003-02-06 15:22:49 +00:00
unicodectype.c
unicodeobject.c Fix two refcounting bugs 2003-02-09 23:42:56 +00:00
unicodetype_db.h
weakrefobject.c
xxobject.c Grammatical fix in comment. 2003-01-03 21:22:08 +00:00