summaryrefslogtreecommitdiff
path: root/Lib/email/feedparser.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)Miss Islington (bot)2019-06-051-1/+1
* #20476: Deal with the message_factory circular import differently.R David Murray2016-09-101-1/+5
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-091-8/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-4/+4
* #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-071-16/+17
* #27522: break unintended cycle in feedparser.R David Murray2016-07-151-3/+6
* Issue #21448: Improve performance of the email feedparserRaymond Hettinger2015-05-221-8/+8
* handle headers with no key (closes #19996)Benjamin Peterson2015-01-251-1/+10
* Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-121-8/+18
* #20476: use EmailMessage as factory if non-compat32 policy is used.R David Murray2014-02-071-8/+17
* #15220: simplify and speed up feedparser's line splitting.R David Murray2013-02-131-18/+9
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* | #12515: email now registers a defect if the MIME end boundary is missing.R David Murray2012-05-271-3/+11
* | #14925: email now registers a defect for missing header/body separator.R David Murray2012-05-271-5/+5
* | #14731: refactor email policy framework.R David Murray2012-05-251-10/+14
* | Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-161-1/+1
|\ \ | |/
| * #11686: add missing entries to email __all__ lists.R David Murray2012-03-161-1/+1
* | #1874: detect invalid multipart CTE and report it as a defect.R David Murray2011-06-221-0/+5
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-6/+17
* | Remove unused method from internal class.R David Murray2011-04-151-3/+0
|/
* #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-2/+2
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-0/+7
* #1555570: correctly handle a \r\n that is split by the read buffer.R. David Murray2010-07-171-0/+4
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-161-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+480
* Remove the email package for now.Guido van Rossum2007-08-251-480/+0
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+480