cpython/Objects
Guido van Rossum 7611d1d35e Patch by Ron Adam to make repr(str8(...)) return something looking like
s'...' instead of '...', allowing it to be distinguished from unicode
strings.  This doesn't roundtrip -- for now, that's intentional, as the
goal is to rip these out rather than to make it a feature, and making
them stand out (breaking 8 more tests) helps us track them down so we
can rip them out.
2007-06-15 00:00:12 +00:00
..
stringlib Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
abstract.c Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
boolobject.c Add interning of unicode strings by copying the functionality from 2007-05-25 13:52:07 +00:00
bufferobject.c Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
fileobject.c Rip out the file object's implementation. 2007-06-12 23:30:11 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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 Patch by Ron Adam to make repr(str8(...)) return something looking like 2007-06-15 00:00:12 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +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