cpython/Objects
2007-03-21 20:36:45 +00:00
..
stringlib Fix str.rpartition(sep) when sep is not found in str. 2006-09-05 02:21:38 +00:00
abstract.c Silence compiler warning 2007-02-07 23:48:15 +00:00
boolobject.c
bufferobject.c memcmp() can return values other than -1, 0, and +1 but tp_compare 2006-08-08 17:37:00 +00:00
cellobject.c
classobject.c Correctly forward exception in instance_contains(). 2006-11-08 06:46:49 +00:00
cobject.c
codeobject.c
complexobject.c Fix SF #1676971, Complex OverflowError has a typo 2007-03-09 06:01:28 +00:00
descrobject.c
dictnotes.txt Typo fixes 2006-08-04 20:37:43 +00:00
dictobject.c Test and fix fromkeys optional argument. 2007-03-21 20:36:45 +00:00
enumobject.c Do not let overflows in enumerate() and count() pass silently. 2007-02-07 23:57:05 +00:00
exceptions.c WindowsError.str should display the windows error code, 2006-10-27 18:47:29 +00:00
fileobject.c Backport trunk revision 53527: 2007-01-23 13:54:30 +00:00
floatobject.c
frameobject.c
funcobject.c Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed 2006-08-12 02:12:30 +00:00
genobject.c
intobject.c Bug #1545497: when given an explicit base, int() did ignore NULs 2006-10-12 11:28:04 +00:00
iterobject.c
listobject.c Backport 52505: 2006-10-28 21:39:10 +00:00
listsort.txt
longobject.c Patch #1638879: don't accept strings with embedded NUL bytes in long(). 2007-03-06 18:44:35 +00:00
methodobject.c
moduleobject.c
object.c Slightly revised version of patch #1538956: 2006-08-14 10:55:19 +00:00
obmalloc.c Backport 52506: 2006-10-28 21:39:31 +00:00
rangeobject.c
setobject.c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. 2007-03-20 21:45:04 +00:00
sliceobject.c Patch #1538606, Patch to fix __index__() clipping. 2006-08-12 17:03:09 +00:00
stringobject.c Backport from Py3k branch: fix refleak in PyString_Format. 2007-02-26 13:51:34 +00:00
structseq.c Klocwork made another run and found a bunch more problems. 2006-08-12 01:43:40 +00:00
tupleobject.c Patch #1538606, Patch to fix __index__() clipping. 2006-08-12 17:03:09 +00:00
typeobject.c Patch #1462488: prevent a segfault in object_reduce_ex() by splitting 2007-03-15 11:47:59 +00:00
unicodectype.c
unicodeobject.c Forward-port of r52136: a review of overflow-detecting code. 2006-10-04 11:44:06 +00:00
unicodetype_db.h
weakrefobject.c If you created a weakref in an object's __del__ method to itself it would 2007-01-23 22:41:20 +00:00