COMMITS
/ Lib/email/_parseaddr.py November 4, 2025
F
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Łajszczak committed
November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
January 29, 2024
S
gh-109653: Improve import time of importlib.metadata / email.utils (#114664)
Shantanu committed
July 25, 2022
S
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Serhiy Storchaka committed
October 13, 2021
B
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
Ben Hoyt committed
August 26, 2021
W
bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
wouter bolsterlee committed
October 27, 2020
G
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth committed
July 17, 2019
J
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic committed
September 22, 2012
June 22, 2012
A
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky committed
A
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky committed
November 11, 2011
F
Merge 3.2, fix typos.
Florent Xicluna committed
F
Fix few typos.
Florent Xicluna committed
July 20, 2011
R
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray committed
March 14, 2011
R
#1162477: accept '.' in addition to ':' when parsing time in date header.
R David Murray committed
December 23, 2010
R
#1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz
R. David Murray committed
December 18, 2010
R
#9286: Fix the rfc822 parser to preserve whitespace in address local part.
R. David Murray committed
October 2, 2010
R
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
R. David Murray committed
August 25, 2010
R
#1194222: make parsedate always return RFC2822 four character years.
R. David Murray committed
August 30, 2007
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
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 19, 2006
G
Stomp out more hsa_key() calls.
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 3, 2006
B
parsedate_tz(): Minor cleanup.
Barry Warsaw committed
October 3, 2004
B
Big email 3.0 API changes, with updated unit tests and documentation.
Barry Warsaw committed
August 7, 2004
B
Resolution of bug #997368, "strftime() backward compatibility".
Barry Warsaw committed
May 9, 2004
B
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw committed
June 13, 2003
B
AddressList.__str__(): Get rid of useless, and broken method. Closes
Barry Warsaw committed
May 8, 2003
B
parsedate_tz(): Be slightly more lenient when there's no day of the
Barry Warsaw committed
March 17, 2003
B
getaddrlist(): Make sure this consumes all the data, and if there is
Barry Warsaw committed
December 30, 2002
B
parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and
Barry Warsaw committed
B
A code cleansing pass
Barry Warsaw committed
B
Port rfc822.py changes that didn't make it into this copy,
Barry Warsaw committed
November 5, 2002
B
Jason Mastaler's patch to break the dependence on rfc822.py for the
Barry Warsaw committed