Files
cpython/Include
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
..
2007-08-25 05:22:02 +00:00
2006-10-27 23:31:49 +00:00
2007-08-25 17:01:41 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00
2007-09-01 13:59:50 +00:00
2007-08-19 22:48:23 +00:00
2007-08-16 14:35:24 +00:00
2002-08-12 07:21:58 +00:00
2007-08-17 12:57:41 +00:00
2006-02-15 17:27:45 +00:00
2007-10-08 03:32:34 +00:00