cpython/Objects
2010-03-25 00:54:54 +00:00
..
stringlib Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. 2010-02-23 00:11:16 +00:00
abstract.c
boolobject.c
bufferobject.c
bytearrayobject.c
bytes_methods.c
capsule.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. 2010-03-18 21:54:01 +00:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c #8030: more docstring fix for builtin types. 2010-02-28 23:59:00 +00:00
enumobject.c
exceptions.c Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. 2010-02-24 14:15:36 +00:00
fileobject.c #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). 2010-02-22 23:10:52 +00:00
floatobject.c
frameobject.c
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c #8030: more docstring fix for builtin types. 2010-02-28 23:59:00 +00:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
obmalloc.c
rangeobject.c
setobject.c Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. 2010-03-13 00:13:22 +00:00
sliceobject.c
stringobject.c
structseq.c
tupleobject.c #8030: more docstring fix for builtin types. 2010-02-28 23:59:00 +00:00
typeobject.c
unicodectype.c
unicodeobject.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
unicodetype_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
weakrefobject.c