cpython/Lib/email
Georg Brandl 52d0a1b16f Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 2014-10-02 12:35:08 +02:00
..
mime Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 2014-10-02 12:35:08 +02:00
test Decreased memory requirements of new tests added in issue21448. 2014-08-12 20:22:27 +03:00
__init__.py
_parseaddr.py
base64mime.py
charset.py #18437: fix comment typo. 2013-07-12 22:57:12 -04:00
encoders.py
errors.py
feedparser.py Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. 2014-08-12 13:58:23 +03:00
generator.py #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:12 -05:00
header.py revert comment wording (#16714) 2012-12-19 22:47:05 +02:00
iterators.py
message.py
parser.py
quoprimime.py
utils.py