cpython/Lib/email
Serhiy Storchaka 9665cca16d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
Use time.time instead of time.clock.
2015-11-10 19:53:37 +02:00
..
mime Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 2014-10-02 12:35:08 +02:00
test Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. 2015-11-10 19:53:37 +02: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
iterators.py
message.py
parser.py
quoprimime.py
utils.py Issue #6598: Increased time precision and random number range in 2015-05-19 10:09:27 +03:00