cpython/Objects
2009-03-18 20:52:15 +00:00
..
stringlib Issue 5237, Allow auto-numbered replacement fields in str.format() strings. 2009-03-14 11:57:26 +00:00
abstract.c Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
boolobject.c
bufferobject.c
bytearrayobject.c fix funky indentation 2009-03-08 00:21:17 +00:00
bytes_methods.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. 2009-02-10 13:32:24 +00:00
fileobject.c
floatobject.c
frameobject.c fix strange errors when setting attributes on tracebacks #4034 2009-03-18 20:52:15 +00:00
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c
listsort.txt Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
longobject.c Replace long with twodigits, to avoid depending 2009-02-25 20:29:50 +00:00
methodobject.c
moduleobject.c
object.c Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c fix tuple.index() error message #5495 2009-03-15 14:38:55 +00:00
typeobject.c Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int. 2009-03-15 21:43:38 +00:00
unicodectype.c
unicodeobject.c Issue 4474: On platforms with sizeof(wchar_t) == 4 and 2009-03-18 16:07:26 +00:00
unicodetype_db.h
weakrefobject.c