cpython/Objects
Martin v. Löwis 10a60b3ec0 Change Py_BuildValue to generate Unicode objects for
's' and 'c' codes.
Change pickle to dump bytes objects using the 'S'
code, and to load the 'S' code as byte objects.
Change datetime and array to generate and expect
bytes objects in reduce/unreduce.
2007-07-18 02:28:27 +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 Change Py_BuildValue to generate Unicode objects for 2007-07-18 02:28:27 +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 Change Py_BuildValue to generate Unicode objects for 2007-07-18 02:28:27 +00:00
fileobject.c Make test_descr.py pass. Had to disable a few tests, remove references 2007-07-11 09:28:11 +00:00
floatobject.c Change float.__getformat__() to return a unicode string. 2007-06-22 12:26:52 +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 55962-56019 via svnmerge from 2007-06-18 17:58:50 +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 Remove unused local variable. 2007-07-11 13:57:16 +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 Fix a subtle bug in PyString_Repr(). 2007-07-03 14:52:23 +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 Revert a wrong commit. 2007-07-11 20:01:43 +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 Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. 2007-07-16 20:46:27 +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