COMMITS
/ Lib/email/utils.py November 9, 2025
June 8, 2025
J
gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (#134687)
Jiucheng(Oliver) committed
November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 9, 2024
H
gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799)
Hugo van Kemenade committed
December 15, 2023
V
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (#111116)
Victor Stinner committed
December 11, 2023
S
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641)
Sidney Markowitz committed
October 12, 2023
A
gh-109653: Improve the import time of `email.utils` (#109824)
Alex Waygood committed
July 21, 2023
G
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#105127)" (#106733)
Gregory P. Smith committed
July 10, 2023
April 27, 2023
P
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle committed
March 20, 2023
A
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams committed
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