cpython/Modules/_ctypes
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
PyString_Concat() and PyString_ConcatAndDel() (the name PyUnicode_Concat()
was already taken).

Change PyObject_Repr() to always return a unicode object.

Update all repr implementations to return unicode objects.

Add a function PyObject_ReprStr8() that calls PyObject_Repr() and converts
the result to an 8bit string.

Use PyObject_ReprStr8() where using PyObject_Repr() can't be done
straightforward.
2007-05-18 17:15:44 +00:00
..
darwin
libffi Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
libffi_arm_wince
libffi_msvc Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
_ctypes.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
_ctypes_test.c Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
_ctypes_test.h
callbacks.c Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
callproc.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
cfield.c Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
ctypes.h Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
ctypes_dlfcn.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
malloc_closure.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
stgdict.c Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00