cpython/Objects
Neal Norwitz 8e6675a7dc Update doc to make it agree with code.
Bottom factor out some common code.
2006-06-11 05:47:14 +00:00
..
stringlib changed count to return 0 for slices outside the source string 2006-05-30 17:39:58 +00:00
abstract.c Fix bug introduced in rev. 46806 by not having variable declaration at the top of a block. 2006-06-09 22:45:54 +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
classobject.c (arre, arigo) SF bug #1350060 2006-06-08 10:56:24 +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 SF #1499797, Fix for memory leak in WindowsError_str 2006-06-04 06:19:31 +00:00
fileobject.c Patch #1495999: Part two of Windows CE changes. 2006-06-10 12:23:46 +00:00
floatobject.c
frameobject.c
funcobject.c
genobject.c Make use of METH_O and METH_NOARGS where possible. 2006-05-29 21:04:52 +00:00
intobject.c
iterobject.c
listobject.c
listsort.txt
longobject.c PyLong_FromString(): Continued fraction analysis (explained in 2006-05-30 15:53:34 +00:00
methodobject.c
moduleobject.c
object.c Correct some value converting strangenesses. 2006-05-29 19:39:45 +00:00
obmalloc.c _PyObject_DebugMalloc(): The return value should add 2006-06-04 03:38:04 +00:00
rangeobject.c
setobject.c
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
unicodectype.c Patch 1494554: Update numeric properties to Unicode 4.1. 2006-05-27 08:36:52 +00:00
unicodeobject.c Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. 2006-06-10 06:40:50 +00:00
unicodetype_db.h
weakrefobject.c