cpython/Mac/Modules
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
..
ae Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
ah Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
app Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
carbonevt Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
cf Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
cg Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
cm Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
ctl Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
dlg Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
drag Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
evt Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
file Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
fm Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
folder Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
help Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ibcarbon Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
icn Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
launch Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
list Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
menu Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
mlte Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
osa Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
qd Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
qdoffs Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
qt Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
res Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
scrap Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
snd Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
te Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
win Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 2007-05-18 17:15:44 +00:00
ColorPickermodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
MacOS.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
Nav.c Fix a couple of warnings on Mac OS X. 2006-02-24 15:39:29 +00:00
OSATerminology.c Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 2004-07-15 13:21:16 +00:00
autoGIL.c fixed typo 2003-05-03 00:38:26 +00:00
gestaltmodule.c Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
icgluemodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00