0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Walter Dörwald 41980caf64 Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
ut-32-be). On narrow builds the codecs combine surrogate pairs in the unicode
object into one codepoint on encoding and create surrogate pairs for
codepoints outside the BMP on decoding. Lone surrogates are passed through
unchanged in all cases.

Backport to the trunk will follow.
2007-08-16 21:55:45 +00:00
..
stringlib
abstract.c
boolobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
bufferobject.c
bytesobject.c Fix core dump in an endcase of b.strip() that I missed. 2007-08-08 21:55:33 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
descrobject.c
dictnotes.txt
dictobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
enumobject.c
exceptions.c
fileobject.c Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
floatobject.c Fix memory leak 2007-08-12 07:11:25 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
listsort.txt
longobject.c Oops. I killed a bit too much and not enough when I deleted intobject.c. 2007-08-07 22:02:18 +00:00
methodobject.c Remove support for __members__ and __methods__. There still might be 2007-08-11 06:39:53 +00:00
moduleobject.c
object.c Oops. The PyObject_Print() function was totally broken; the original code 2007-08-09 20:47:59 +00:00
obmalloc.c
rangeobject.c
setobject.c Change the repr() of frozenset instances (and set subclasses) 2007-08-07 22:44:20 +00:00
sliceobject.c
stringobject.c Format bools properly in %d. 2007-08-14 21:57:32 +00:00
structseq.c
tupleobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
typeobject.c Kill all uses and definitions of tp_print under Objects/. (Others will follow.) 2007-08-07 19:51:00 +00:00
unicodectype.c Add XID_Start and XID_Continue properties to unicodectype. 2007-08-14 22:37:03 +00:00
unicodeobject.c Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and 2007-08-16 21:55:45 +00:00
unicodetype_db.h Add XID_Start and XID_Continue properties to unicodectype. 2007-08-14 22:37:03 +00:00
weakrefobject.c