summaryrefslogtreecommitdiffstats
path: root/Lib/email/FeedParser.py
Commit message (Expand)AuthorAgeFilesLines
* _parsegen(): Move the message/rfc822 clause to after theBarry Warsaw2004-05-111-12/+13
* _parsegen(): Watch out for empty epilogues.Barry Warsaw2004-05-111-4/+5
* _parse_headers(): Strip a trailing newline from the envelope header. ClosesBarry Warsaw2004-05-101-0/+4
* An updated FeedParser that should be RFC complaint, passes all existingBarry Warsaw2004-05-091-289/+359
* New parser. Next up, making the current parser use this parserAnthony Baxter2004-03-221-0/+362