cpython/Objects
Martin v. Löwis 2c95cc6d72 Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
..
abstract.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
boolobject.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
bufferobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
cellobject.c Use new GC API. 2001-08-29 23:54:21 +00:00
classobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
cobject.c Fix SF #1412837, compile failed with Watcom compiler 2006-01-24 06:06:11 +00:00
codeobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
complexobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
descrobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
dictnotes.txt Fix typos and add some elaborations 2004-03-15 15:52:22 +00:00
dictobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
enumobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
fileobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
floatobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
frameobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
funcobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
genobject.c * Refcount leak. It was just a reference to Py_None, but still. 2006-02-14 15:50:44 +00:00
intobject.c Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalize 2006-02-15 23:08:56 +00:00
iterobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
listobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
listsort.txt The key to the various sort columns got lost. Pulled from 2005-09-23 17:14:22 +00:00
longobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
methodobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
moduleobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
object.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
obmalloc.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
rangeobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
setobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
sliceobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
stringobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
structseq.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
tupleobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00
typeobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
unicodectype.c Enhance the performance of two important Unicode character 2005-10-20 19:06:35 +00:00
unicodeobject.c Support %zd in PyErr_Format and PyString_FromFormat. 2006-02-16 06:54:25 +00:00
unicodetype_db.h SF #989185: Drop unicode.iswide() and unicode.width() and add 2004-08-04 07:38:35 +00:00
weakrefobject.c Merge ssize_t branch. 2006-02-15 17:27:45 +00:00