summaryrefslogtreecommitdiffstats
path: root/Lib/email/feedparser.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-121-6/+27
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* Merged revisions 82922 via svnmerge fromR. David Murray2010-07-171-0/+4
* #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.R. David Murray2010-06-031-1/+1
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+480