cpython/Lib/email
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
..
mime Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
_parseaddr.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
base64mime.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
charset.py Oops. I copied a slightly older version of the email package from the sandbox. 2007-08-30 03:46:43 +00:00
encoders.py More email package fixes. 2007-08-31 03:04:26 +00:00
errors.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
feedparser.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
generator.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
header.py Make test_email.py completely pass. This is cheating though because the two 2007-08-31 10:55:37 +00:00
iterators.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
message.py More email package fixes. 2007-08-31 03:04:26 +00:00
parser.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
quoprimime.py More email package fixes. 2007-08-31 03:26:19 +00:00
utils.py More email package fixes. 2007-08-31 03:04:26 +00:00