cpython/Objects
Guido van Rossum 5397039504 Minimal changes to make the "freeze" tool work again.
There are other issues left, but these were basics (e.g. keys().sort()).
2007-06-12 00:28:30 +00:00
..
stringlib Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
abstract.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
boolobject.c Add interning of unicode strings by copying the functionality from 2007-05-25 13:52:07 +00:00
bufferobject.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
bytesobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
cellobject.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
classobject.c Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, 2007-06-11 16:36:59 +00:00
cobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
codeobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
complexobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
descrobject.c Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, 2007-06-11 16:36:59 +00:00
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
dictobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
enumobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
exceptions.c PyUnicode_FromFormat() does support %02x, so use it 2007-06-05 13:29:29 +00:00
fileobject.c Minimal changes to make the "freeze" tool work again. 2007-06-12 00:28:30 +00:00
floatobject.c Change float.__str__() and complex.__str__() to return 2007-05-31 15:51:35 +00:00
frameobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
funcobject.c Simplify error formatting (no default encoding required). 2007-06-11 15:00:18 +00:00
genobject.c Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
intobject.c Change int_oct() and int_hex() to return unicode objects. 2007-06-05 19:50:53 +00:00
iterobject.c Remove bogus INCREF of ziptuple: it is a 2007-02-06 21:30:59 +00:00
listobject.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
listsort.txt Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
longobject.c Make test_base64 pass. 2007-05-22 21:56:47 +00:00
methodobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
moduleobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
object.c Simplify error formatting. 2007-06-11 15:37:20 +00:00
obmalloc.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
rangeobject.c Rename test_xrange.py to test_range.py and fix the 2007-05-21 18:01:17 +00:00
setobject.c Add a format specifier %R to PyUnicode_FromFormat(), which embeds 2007-05-19 21:49:49 +00:00
sliceobject.c Add a format specifier %R to PyUnicode_FromFormat(), which embeds 2007-05-19 21:49:49 +00:00
stringobject.c Make identifiers str (not str8) objects throughout. 2007-06-10 09:51:05 +00:00
structseq.c Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
tupleobject.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
typeobject.c Simplify error formatting and type_repr(). 2007-06-11 15:47:13 +00:00
unicodectype.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
unicodeobject.c Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, 2007-06-11 16:36:59 +00:00
unicodetype_db.h Update Unicode database to Unicode 4.1. 2006-03-09 23:38:20 +00:00
weakrefobject.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00