summaryrefslogtreecommitdiffstats
path: root/Lib/email/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30109: Fix reindent.py for non-ASCII files. (#5637)Serhiy Storchaka2018-02-121-1/+1
* bpo-31507: Add docstring to parseaddr function in email.utils.parseaddr (GH-3...Rohit Balasubramanian2017-10-071-0/+6
* Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-191-5/+4
* #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.Ezio Melotti2012-09-211-2/+2
* Issue #7143: get_payload used to strip any trailing newline from aR. David Murray2010-03-081-6/+7
* More yearly updates.Georg Brandl2010-01-011-1/+1
* Add mktime_tz to __all__. It's documented as being available in email.utils.Barry Warsaw2009-11-251-1/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense toBarry Warsaw2006-10-041-4/+0
* More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightlyBarry Warsaw2006-07-211-19/+35
* decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.Barry Warsaw2006-07-171-3/+8
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+306