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
..
2006-04-21 10:40:58 +00:00
2007-05-15 18:46:22 +00:00
2007-05-15 21:32:59 +00:00
2007-05-14 22:51:27 +00:00
2007-05-03 17:49:24 +00:00
2007-05-15 18:46:22 +00:00
2005-12-19 06:05:18 +00:00
2006-05-27 19:21:47 +00:00
2004-07-15 22:28:48 +00:00
2006-01-04 01:30:17 +00:00
2007-04-27 19:54:29 +00:00
2007-05-18 17:15:44 +00:00
2007-02-09 23:27:01 +00:00
2006-08-11 14:57:12 +00:00
2007-05-09 23:35:09 +00:00
2007-01-09 23:18:33 +00:00
2006-05-27 19:21:47 +00:00
2006-04-21 10:40:58 +00:00
2006-08-11 14:57:12 +00:00
2007-05-15 18:46:22 +00:00
2007-05-09 23:29:27 +00:00
2006-08-11 14:57:12 +00:00
2007-05-14 22:03:55 +00:00
2007-05-18 16:29:38 +00:00
2006-12-13 04:49:30 +00:00
2007-04-27 19:54:29 +00:00
2006-08-11 14:57:12 +00:00
2007-04-27 19:54:29 +00:00
2006-08-11 14:57:12 +00:00
2007-05-15 20:34:04 +00:00
2007-05-03 17:49:24 +00:00
2006-08-11 14:57:12 +00:00
2007-05-14 22:03:55 +00:00
2007-05-18 17:15:44 +00:00
2007-05-03 17:49:24 +00:00
2007-05-14 22:51:27 +00:00
2006-08-11 14:57:12 +00:00
2006-08-11 14:57:12 +00:00
2004-01-17 04:04:13 +00:00
2005-07-09 15:26:33 +00:00
2006-08-11 14:57:12 +00:00
2007-02-01 18:02:27 +00:00