cpython/Objects
Neal Norwitz 0f415dc57f Another problem reported by Coverity. Backport candidate. 2006-06-30 07:32:46 +00:00
..
stringlib
abstract.c Fix for an obscure bug introduced by revs 46806 and 46808, with a test. 2006-06-21 21:58:50 +00:00
boolobject.c
bufferobject.c Suppress warning on MacOSX about possible use before set of proc. 2006-06-10 22:38:13 +00:00
cellobject.c Another problem reported by Coverity. Backport candidate. 2006-06-30 07:32:46 +00:00
classobject.c If a classic class defined a __coerce__() method that just returned its two 2006-06-13 21:46:41 +00:00
cobject.c
codeobject.c
complexobject.c Correctly allocate complex types with tp_alloc. (bug #1498638) 2006-06-01 08:27:32 +00:00
descrobject.c (arre, arigo) SF bug #1350060 2006-06-08 10:56:24 +00:00
dictnotes.txt
dictobject.c SF bug #1503294. 2006-06-10 10:57:40 +00:00
enumobject.c
exceptions.c Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. 2006-06-12 15:45:12 +00:00
fileobject.c Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. 2006-06-12 15:45:12 +00:00
floatobject.c
frameobject.c Get rid of f_restricted too. Doc the other 4 ints that were already removed 2006-06-12 02:11:18 +00:00
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c Don't leak the list object if there's an error allocating the item storage. Backport candidate 2006-06-12 02:08:41 +00:00
listsort.txt
longobject.c
methodobject.c
moduleobject.c
object.c Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. 2006-06-18 22:17:29 +00:00
obmalloc.c _PyObject_DebugMalloc(): The return value should add 2006-06-04 03:38:04 +00:00
rangeobject.c
setobject.c Use Py_ssize_t 2006-06-19 05:40:44 +00:00
sliceobject.c
stringobject.c Update doc to make it agree with code. 2006-06-11 05:47:14 +00:00
structseq.c
tupleobject.c
typeobject.c Fix refleak 2006-06-23 03:32:44 +00:00
unicodectype.c
unicodeobject.c Patch #1455898: Incremental mode for "mbcs" codec. 2006-06-14 05:21:04 +00:00
unicodetype_db.h
weakrefobject.c