cpython/Lib/email
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras).
Completely get rid of StringIO.py and cStringIO.c.

I had to fix a few tests and modules beyond what Christian did, and
invent a few conventions.  E.g. in elementtree, I chose to
write/return Unicode strings whe no encoding is given, but bytes when
an explicit encoding is given.  Also mimetools was made to always
assume binary files.
2007-08-09 01:03:29 +00:00
..
mime SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
test SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
__init__.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
_parseaddr.py Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
base64mime.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
charset.py Rip out all the u"..." literals and calls to unicode(). 2007-05-02 19:09:54 +00:00
encoders.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
errors.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
feedparser.py PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +00:00
generator.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
header.py SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and 2007-07-21 00:21:26 +00:00
iterators.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
message.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
parser.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
quoprimime.py Killed the <> operator. You must now use !=. 2006-08-24 03:53:23 +00:00
utils.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00