cpython/Objects
Tim Peters 772747b3f1 SF patch #438013 Remove 2-byte Py_UCS2 assumptions
Removed all instances of Py_UCS2 from the codebase, and so also (I hope)
the last remaining reliance on the platform having an integral type
with exactly 16 bits.
PyUnicode_DecodeUTF16() and PyUnicode_EncodeUTF16() now read and write
one byte at a time.
2001-08-09 22:21:55 +00:00
..
.cvsignore
abstract.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
bufferobject.c
cellobject.c
classobject.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
cobject.c
complexobject.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
descrobject.c
dictobject.c
fileobject.c Apply anonymous SF patch #441229. 2001-08-09 18:14:59 +00:00
floatobject.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
frameobject.c
funcobject.c
intobject.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
iterobject.c
listobject.c
longobject.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c Sigh. Strengthen the resriction of the previous checkin: tp_new is 2001-08-09 19:43:37 +00:00
unicodectype.c
unicodeobject.c SF patch #438013 Remove 2-byte Py_UCS2 assumptions 2001-08-09 22:21:55 +00:00
unicodetype_db.h
xxobject.c