cpython/Lib/email
Serhiy Storchaka 1e133cab39 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Original patch by Raymond Hettinger.
2014-08-12 14:00:29 +03:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py #20977: fix undefined name in the email module. Patch by Rose Ames. 2014-08-04 17:16:49 +03:00
_parseaddr.py
_policybase.py
architecture.rst
base64mime.py
charset.py
contentmanager.py
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:59:11 +03:00
generator.py #21300: Clean up the docs for the email "policy" arguments. 2014-05-06 21:33:18 -04:00
header.py
headerregistry.py Issue #22033: Reprs of most Python implemened classes now contain actual 2014-07-25 23:36:00 +03:00
iterators.py
message.py
parser.py #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. 2014-06-26 13:31:43 -04:00
policy.py
quoprimime.py
utils.py