Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
Lib
/
email
/
feedparser.py
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 18 years ago
8b3febe
Copying the email package back, despite its failings.
by Guido van Rossum
· 18 years ago
6398b7a
Remove the email package for now.
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
[Renamed (97%) from Lib/email/FeedParser.py]
6153201
SF bug #1347874; FeedParser does not comply with RFC2822.
by Barry Warsaw
· 19 years ago
7cf9ce2
Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was
by Barry Warsaw
· 20 years ago
f4c7c40
RFC 2822 describes the characters allowed in a header field name. Conform to
by Barry Warsaw
· 20 years ago
2e8c1f1
Fix for SF bug #1072623. When the last line of the input string does not end
by Barry Warsaw
· 20 years ago
dee0cf1
Fix SF bug # 1030941. In _parsegen(), in the clause where we're
by Barry Warsaw
· 21 years ago
bb11386
Big email 3.0 API changes, with updated unit tests and documentation.
by Barry Warsaw
· 21 years ago
8896bf5
Resolution of SF bug #1002475 and patch #1003693; Header lines that end in
by Barry Warsaw
· 21 years ago
e4aeb7d
_parsegen(): Add a missing check for NeedMoreData.
by Barry Warsaw
· 21 years ago
4e59bc1
readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the
by Barry Warsaw
· 21 years ago
486cb0a
Tests for message/external-body and for duplicate boundary lines.
by Barry Warsaw
· 21 years ago
d38f448
_parsegen(): Move the message/rfc822 clause to after the
by Barry Warsaw
· 21 years ago
5b44cd6
_parsegen(): Watch out for empty epilogues.
by Barry Warsaw
· 21 years ago
c29db26
_parse_headers(): Strip a trailing newline from the envelope header. Closes
by Barry Warsaw
· 21 years ago
418101f
An updated FeedParser that should be RFC complaint, passes all existing
by Barry Warsaw
· 21 years ago
39a0f04
New parser. Next up, making the current parser use this parser
by Anthony Baxter
· 21 years ago