cpython/Objects
2002-08-06 21:50:54 +00:00
..
.cvsignore
abstract.c Patch #554716: Use __va_copy where available. 2002-07-28 10:23:27 +00:00
boolobject.c
bufferobject.c Fix SF bug 546434 -- buffer slice type inconsistent. 2002-06-25 00:25:30 +00:00
cellobject.c
classobject.c object.h special-build macro minefield: renamed all the new lexical 2002-07-11 06:23:50 +00:00
cobject.c
complexobject.c
descrobject.c
dictobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
enumobject.c Remove the next() method -- one is supplied automatically by 2002-07-16 21:02:42 +00:00
fileobject.c Make readahead functions static 2002-08-06 21:50:54 +00:00
floatobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
frameobject.c Tim found that once test_longexp has run, test_sort takes very much 2002-08-01 18:50:33 +00:00
funcobject.c Extend function() to support an optional closure argument. 2002-07-11 18:30:27 +00:00
intobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
iterobject.c Make StopIteration a sink state. This is done by clearing out the 2002-07-16 20:24:46 +00:00
listobject.c Sped the usual case for sorting by calling PyObject_RichCompareBool 2002-08-04 17:47:26 +00:00
listsort.txt Checking in the doc file for "timsort". There's way too much here to 2002-08-01 00:59:42 +00:00
longobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
methodobject.c
moduleobject.c
object.c Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 2002-07-29 13:42:14 +00:00
obmalloc.c Remove extraneous semicolon. 2002-07-18 18:49:52 +00:00
rangeobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
sliceobject.c Silly typo. Not sure how that got in. 2002-07-19 15:52:38 +00:00
stringobject.c Committing patch #591250 which provides "str1 in str2" when str1 is a 2002-08-06 16:58:21 +00:00
structseq.c
tupleobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
typeobject.c Fix SF bug 574207 (chained __slots__ dealloc segfault). 2002-08-06 21:41:44 +00:00
unicodectype.c
unicodeobject.c PyUnicode_Contains(): The memcmp() call didn't take into account the 2002-08-06 19:03:17 +00:00
unicodetype_db.h
weakrefobject.c
xxobject.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00