summaryrefslogtreecommitdiff
path: root/Lib/email/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22932: Fix timezones in email.utils.formatdate.Robert Collins2015-08-011-23/+7
* Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-191-5/+4
* #20976: remove unneeded quopri import in email.utils.R David Murray2014-03-231-3/+0
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-3/+0
* Merge: #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-071-7/+17
|\
| * #18891: Complete new provisional email API.R David Murray2013-10-161-3/+7
| * #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-261-4/+10
* | #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-071-0/+4
|/
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-31/+116
|\
| * Closes #15925: fix regression in parsedate() and parsedate_tz() that should r...Georg Brandl2012-09-221-22/+2
| * Issue #665194: Added a small optimizationAlexander Belopolsky2012-08-221-1/+1
| * #665194: fix variable name in exception code path.R David Murray2012-08-221-1/+1
| * #665194: Update email.utils.localtime to use astimezone, and fix bug.R David Murray2012-08-221-29/+22
| * #665194: Add a localtime function to email.utils.R David Murray2012-05-251-0/+53
| * #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+7
| * #14731: refactor email policy framework.R David Murray2012-05-251-0/+4
| * #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-141-1/+1
| * #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-201-7/+39
| * #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-6/+22
|/
* #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-021-4/+7
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* Add mktime_tz to __all__. It's documented as being available in email.utils.Barry Warsaw2009-11-251-1/+2
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-8/+9
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-2/+5
* Make a new urllib package .Jeremy Hylton2008-06-181-4/+3
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
* More email package fixes.Barry Warsaw2007-08-311-16/+0
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-11/+1
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+325
* Remove the email package for now.Guido van Rossum2007-08-251-323/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-20/+41
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+306