COMMITS
/ Lib/email/parser.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
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
July 16, 2019
P
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
June 26, 2014
R
#21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
R David Murray committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
February 7, 2014
R
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray committed
March 16, 2013
R
Add missing FeedParser and BytesFeedParser to email.parser.__all__.
R David Murray committed
R
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray committed
R
#17431: Fix missing import of BytesFeedParser in email.parser.
R David Murray committed
May 25, 2012
R
#14731: refactor email policy framework.
R David Murray committed
March 17, 2012
R
#11686: add missing entries to email __all__ lists.
R David Murray committed
April 18, 2011
R
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray committed
April 13, 2011
R
#11684: Complete parser bytes interface by adding BytesHeaderParser
R David Murray committed
March 29, 2011
R
Remove the 'strict' argument to Parser, deprecated since 2.4.
R David Murray committed
October 29, 2010
B
Properly close a temporary TextIOWrapper in 'email'.
Brett Cannon committed
October 8, 2010
R
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray committed
June 12, 2008
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw 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
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed