COMMITS
/ Lib/email/feedparser.py December 6, 2025
I
gh-68552: fix defects policy (#138579)
Ivo Bellin Salarin committed
November 4, 2025
F
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Łajszczak committed
May 3, 2025
S
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka committed
November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
July 23, 2023
July 13, 2023
C
gh-106628: email parsing speedup (gh-106629)
CF Bolz-Tereick committed
April 24, 2023
J
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle committed
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
June 4, 2019
A
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Abhilash Raj committed
September 10, 2016
R
#20476: Deal with the message_factory circular import differently.
R David Murray committed
September 9, 2016
R
#20476: add a message_factory policy attribute to email.
R David Murray committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
September 7, 2016
R
#22233: Only split headers on \r and/or \n, per email RFCs.
R David Murray committed
July 16, 2016
R
#27522: break unintended cycle in feedparser.
R David Murray committed
May 23, 2015
R
Issue #21448: Improve performance of the email feedparser
Raymond Hettinger committed
January 26, 2015
B
handle headers with no key (closes #19996)
Benjamin Peterson committed
August 12, 2014
S
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
Serhiy Storchaka committed
February 7, 2014
R
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray committed
February 14, 2013
R
#15220: simplify and speed up feedparser's line splitting.
R David Murray committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
May 28, 2012
R
#12515: email now registers a defect if the MIME end boundary is missing.
R David Murray committed
R
#14925: email now registers a defect for missing header/body separator.
R David Murray committed
May 25, 2012
R
#14731: refactor email policy framework.
R David Murray committed
March 17, 2012
R
Merge #11686: add missing entries to email __all__ lists.
R David Murray committed
R
#11686: add missing entries to email __all__ lists.
R David Murray committed
June 22, 2011
R
#1874: detect invalid multipart CTE and report it as a defect.
R David Murray committed
April 18, 2011
R
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray committed
April 15, 2011
R
Remove unused method from internal class.
R David Murray committed
April 6, 2011
R
#11605: don't use set/get_payload in feedparser; they do conversions.
R David Murray committed
October 8, 2010
R
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray committed
July 17, 2010
R
#1555570: correctly handle a \r\n that is split by the read buffer.
R. David Murray committed
June 16, 2010
R
Merged revisions 81675 via svnmerge from
R. David Murray committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum 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 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed