aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/utils.py
Commit message (Expand)AuthorAge
* bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)Zackery Spytz2021-07-19
* bpo-30681: Support invalid date format or value in email Date header (GH-22090)Georges Toth2020-10-26
* Improve readability of `formataddr` docstring (GH-20963)Jürgen Gmach2020-06-19
* bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999)Michael Selik2019-09-19
* bpo-31677: email: Remove re.IGNORECASE flag (GH-3868)INADA Naoki2017-10-04
* bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647)Rohit Balasubramanian2017-09-19
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* Issue #22932: Fix timezones in email.utils.formatdate.Robert Collins2015-08-01
* Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-19
* #20976: remove unneeded quopri import in email.utils.R David Murray2014-03-23
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Merge: #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-07
|\
| * #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-07
* | #18891: Complete new provisional email API.R David Murray2013-10-16
* | #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-26
|/
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
|\
* | Closes #15925: fix regression in parsedate() and parsedate_tz() that should r...Georg Brandl2012-09-22
* | Issue #665194: Added a small optimizationAlexander Belopolsky2012-08-22
* | #665194: fix variable name in exception code path.R David Murray2012-08-22
* | #665194: Update email.utils.localtime to use astimezone, and fix bug.R David Murray2012-08-22
* | #665194: Add a localtime function to email.utils.R David Murray2012-05-25
* | #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-25
* | #14731: refactor email policy framework.R David Murray2012-05-25
* | #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-14
* | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-20
* | #1690608: make formataddr RFC2047 aware.R David Murray2011-04-06
|/
* #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-02
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-09
* Add mktime_tz to __all__. It's documented as being available in email.utils.Barry Warsaw2009-11-25
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-18
* Make a new urllib package .Jeremy Hylton2008-06-18
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-12
* More email package fixes.Barry Warsaw2007-08-31
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-30
* Copying the email package back, despite its failings.Guido van Rossum2007-08-30
* Remove the email package for now.Guido van Rossum2007-08-25
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21