index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
email
/
feedparser.py
Commit message (
Expand
)
Author
Age
*
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka
2 days
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
*
gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...
htsedebenham
2023-07-23
*
gh-106628: email parsing speedup (gh-106629)
CF Bolz-Tereick
2023-07-13
*
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle
2023-04-24
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
*
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Abhilash Raj
2019-06-04
*
#20476: Deal with the message_factory circular import differently.
R David Murray
2016-09-10
*
#20476: add a message_factory policy attribute to email.
R David Murray
2016-09-09
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
#22233: Only split headers on \r and/or \n, per email RFCs.
R David Murray
2016-09-07
*
#27522: break unintended cycle in feedparser.
R David Murray
2016-07-15
*
Issue #21448: Improve performance of the email feedparser
Raymond Hettinger
2015-05-22
*
handle headers with no key (closes #19996)
Benjamin Peterson
2015-01-25
*
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
*
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray
2014-02-07
*
#15220: simplify and speed up feedparser's line splitting.
R David Murray
2013-02-13
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
*
|
#12515: email now registers a defect if the MIME end boundary is missing.
R David Murray
2012-05-27
*
|
#14925: email now registers a defect for missing header/body separator.
R David Murray
2012-05-27
*
|
#14731: refactor email policy framework.
R David Murray
2012-05-25
*
|
Merge #11686: add missing entries to email __all__ lists.
R David Murray
2012-03-16
|
\
|
|
*
#11686: add missing entries to email __all__ lists.
R David Murray
2012-03-16
*
|
#1874: detect invalid multipart CTE and report it as a defect.
R David Murray
2011-06-22
*
|
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray
2011-04-18
*
|
Remove unused method from internal class.
R David Murray
2011-04-15
|
/
*
#11605: don't use set/get_payload in feedparser; they do conversions.
R David Murray
2011-04-06
*
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
*
#1555570: correctly handle a \r\n that is split by the read buffer.
R. David Murray
2010-07-17
*
Merged revisions 81675 via svnmerge from
R. David Murray
2010-06-16
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
*
Copying the email package back, despite its failings.
Guido van Rossum
2007-08-30
*
Remove the email package for now.
Guido van Rossum
2007-08-25
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21