Guido van Rossum
98297ee781
Merging the py3k-pep3137 branch back into the py3k branch.
...
No detailed change log; just check out the change log for the py3k-pep3137
branch. The most obvious changes:
- str8 renamed to bytes (PyString at the C level);
- bytes renamed to buffer (PyBytes at the C level);
- PyString and PyUnicode are no longer compatible.
I.e. we now have an immutable bytes type and a mutable bytes type.
The behavior of PyString was modified quite a bit, to make it more
bytes-like. Some changes are still on the to-do list.
2007-11-06 21:34:58 +00:00
..
2006-04-21 10:40:58 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +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-06-06 23:52:48 +00:00
2007-11-02 23:07:07 +00:00
2007-08-25 02:26:07 +00:00
2007-10-15 02:52:41 +00:00
2007-08-25 07:41:59 +00:00
2007-11-06 21:34:58 +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-08-31 00:04:24 +00:00
2007-11-06 21:34:58 +00:00
2007-10-15 16:08:26 +00:00
2002-12-30 22:08:05 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +00:00
2007-11-06 21:34:58 +00:00
2007-06-13 18:07:49 +00:00
2007-06-13 18:07:49 +00:00
2006-08-11 14:57:12 +00:00
2007-06-10 09:51:05 +00:00
2006-08-11 14:57:12 +00:00
2007-11-02 23:07:07 +00:00
2007-11-06 21:34:58 +00:00
2003-11-20 01:44:59 +00:00
2006-08-11 14:57:12 +00:00
2007-10-19 21:48:41 +00:00
2007-10-29 19:54:24 +00:00
2007-11-06 21:34:58 +00:00
2007-05-14 22:51:27 +00:00
2006-08-11 14:57:12 +00:00
2003-09-20 11:13:36 +00:00
2006-08-11 14:57:12 +00:00
2004-01-17 04:04:13 +00:00
2003-04-19 07:44:52 +00:00
2005-07-09 15:26:33 +00:00
2007-08-17 12:57:41 +00:00
2007-10-15 02:52:41 +00:00