COMMITS
/ Lib/email/utils.py July 19, 2021
Z
bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)
Zackery Spytz committed
October 27, 2020
G
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth committed
June 19, 2020
J
Improve readability of `formataddr` docstring (GH-20963)
Jürgen Gmach committed
September 20, 2019
M
bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999)
Michael Selik committed
October 4, 2017
I
bpo-31677: email: Remove re.IGNORECASE flag (GH-3868)
INADA Naoki committed
September 19, 2017
R
bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647)
Rohit Balasubramanian committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
July 31, 2015
R
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins committed
May 19, 2015
S
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka committed
March 23, 2014
R
#20976: remove unneeded quopri import in email.utils.
R David Murray committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
February 7, 2014
R
Merge: #17369: Improve handling of broken RFC2231 values in get_filename.
R David Murray committed
R
#17369: Improve handling of broken RFC2231 values in get_filename.
R David Murray committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
June 26, 2013
R
#11454: Reduce email module load time, improve surrogate check efficiency.
R David Murray committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
September 22, 2012
August 23, 2012
A
Issue #665194: Added a small optimization
Alexander Belopolsky committed
R
#665194: fix variable name in exception code path.
R David Murray committed
R
#665194: Update email.utils.localtime to use astimezone, and fix bug.
R David Murray committed
May 26, 2012
R
#665194: Add a localtime function to email.utils.
R David Murray committed
May 25, 2012
R
#12586: add provisional email policy with new header parsing and folding.
R David Murray committed
R
#14731: refactor email policy framework.
R David Murray committed
March 14, 2012
R
#12818: remove escaping of () in quoted strings in formataddr
R David Murray committed
July 20, 2011
R
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray committed
April 6, 2011
R
#1690608: make formataddr RFC2047 aware.
R David Murray committed
December 2, 2010
R
#8989: add 'domain' keyword to make_msgid.
R. David Murray committed
January 9, 2010
B
Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
Benjamin Peterson committed
November 25, 2009
B
Add mktime_tz to __all__. It's documented as being available in email.utils.
Barry Warsaw committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
August 18, 2008
G
- Issue #3300: make urllib.parse.[un]quote() default to UTF-8.
Guido van Rossum committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
June 12, 2008
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw committed
August 31, 2007
B
More email package fixes.
Barry Warsaw committed
August 30, 2007
G
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum committed
G
Copying the email package back, despite its failings.
Guido van Rossum committed
August 25, 2007
G
Remove the email package for now.
Guido van Rossum committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed