cpython/Objects
Georg Brandl 428f0641ec Remove the deprecated and useless "pend" argument from
PyFloat_FromString. (fixes bug #1650903)
2007-03-18 18:35:15 +00:00
..
stringlib
abstract.c Remove the deprecated and useless "pend" argument from 2007-03-18 18:35:15 +00:00
boolobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
bufferobject.c
bytesobject.c Fix off-by-one bug in memmove() call in bytes_insert(). 2007-02-27 20:57:45 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
descrobject.c
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
dictobject.c Fix some silly uses of KEYS, ITEMS, VALUES. 2007-02-27 05:47:18 +00:00
enumobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
exceptions.c Remove the ability to slice/index on exceptions per PEP 352. 2007-02-27 00:15:55 +00:00
fileobject.c Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
floatobject.c Remove the deprecated and useless "pend" argument from 2007-03-18 18:35:15 +00:00
frameobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
funcobject.c Fix refleaks in function objects caused by kwdefaults not being allocated. 2007-02-26 12:28:57 +00:00
genobject.c
intobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
iterobject.c Remove bogus INCREF of ziptuple: it is a 2007-02-06 21:30:59 +00:00
listobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
listsort.txt
longobject.c Another refleak, this time in PyLong_AsLong. Fixes leaks showing in 2007-02-26 14:46:30 +00:00
methodobject.c
moduleobject.c
object.c Check the keys of the locals dict -- they need not be a list. 2007-03-12 13:15:14 +00:00
obmalloc.c
rangeobject.c
setobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
sliceobject.c
stringobject.c Fix a refleak in PyString_Format. 2007-02-26 13:48:28 +00:00
structseq.c
tupleobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
typeobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
unicodectype.c
unicodeobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
unicodetype_db.h
weakrefobject.c Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00