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