summaryrefslogtreecommitdiffstats
path: root/Lib/email/FeedParser.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes for SF #1076485, which I'll apply to the CVS head too. The problem wasBarry Warsaw2004-12-051-2/+13
* RFC 2822 describes the characters allowed in a header field name. Conform toBarry Warsaw2004-11-291-1/+3
* Fix for SF bug #1072623. When the last line of the input string does not endBarry Warsaw2004-11-281-1/+2
* Fix SF bug # 1030941. In _parsegen(), in the clause where we'reBarry Warsaw2004-10-091-3/+7
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-8/+14
* Resolution of SF bug #1002475 and patch #1003693; Header lines that end inBarry Warsaw2004-08-071-2/+3
* _parsegen(): Add a missing check for NeedMoreData.Barry Warsaw2004-05-151-0/+3
* readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that theBarry Warsaw2004-05-131-3/+5
* Tests for message/external-body and for duplicate boundary lines.Barry Warsaw2004-05-111-3/+12
* _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