0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
2009-01-17 21:57:11 +00:00
..
stringlib Issue #4935: The overflow checking code in the expandtabs() method common 2009-01-13 22:59:11 +00:00
abstract.c Merged revisions 68560 via svnmerge from 2009-01-12 23:58:21 +00:00
boolobject.c Issue #4910, patch 3/3: rename nb_long to nb_reserved 2009-01-17 10:04:45 +00:00
bytearrayobject.c #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). 2008-12-28 11:44:14 +00:00
bytes_methods.c
bytesobject.c Merged revisions 68381 via svnmerge from 2009-01-11 17:13:55 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c Issue #4910, patch 3/3: rename nb_long to nb_reserved 2009-01-17 10:04:45 +00:00
descrobject.c
dictnotes.txt
dictobject.c Merged revisions 68128 via svnmerge from 2009-01-01 15:35:33 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Remove attempted long->int conversions in py3k version of float.as_integer_ratio. 2009-01-17 10:48:28 +00:00
frameobject.c Merged revisions 66739 via svnmerge from 2008-10-02 18:38:11 +00:00
funcobject.c
genobject.c
iterobject.c
listobject.c Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. 2008-12-02 21:33:45 +00:00
listsort.txt
longobject.c Issue #4910, patch 3/3: rename nb_long to nb_reserved 2009-01-17 10:04:45 +00:00
memoryobject.c Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. 2009-01-03 19:20:36 +00:00
methodobject.c
moduleobject.c Issue #4838: When a module is deallocated, free the memory backing the optional module state data. 2009-01-17 21:06:43 +00:00
object.c Merged revisions 68560 via svnmerge from 2009-01-12 23:58:21 +00:00
obmalloc.c
rangeobject.c
setobject.c Issue #4910, patch 3/3: rename nb_long to nb_reserved 2009-01-17 10:04:45 +00:00
sliceobject.c
structseq.c
tupleobject.c Merged revisions 68381 via svnmerge from 2009-01-11 17:13:55 +00:00
typeobject.c Issue #4910, patch 3/3: rename nb_long to nb_reserved 2009-01-17 10:04:45 +00:00
unicodectype.c
unicodeobject.c Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds, introduced by r68483. 2009-01-11 23:56:55 +00:00
unicodetype_db.h
weakrefobject.c Replace PyNumber_Int with PyNumber_Long. 2009-01-17 21:57:11 +00:00