index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
email
/
FeedParser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was
Barry Warsaw
2004-12-05
1
-2/+13
*
RFC 2822 describes the characters allowed in a header field name. Conform to
Barry Warsaw
2004-11-29
1
-1/+3
*
Fix for SF bug #1072623. When the last line of the input string does not end
Barry Warsaw
2004-11-28
1
-1/+2
*
Fix SF bug # 1030941. In _parsegen(), in the clause where we're
Barry Warsaw
2004-10-09
1
-3/+7
*
Big email 3.0 API changes, with updated unit tests and documentation.
Barry Warsaw
2004-10-03
1
-8/+14
*
Resolution of SF bug #1002475 and patch #1003693; Header lines that end in
Barry Warsaw
2004-08-07
1
-2/+3
*
_parsegen(): Add a missing check for NeedMoreData.
Barry Warsaw
2004-05-15
1
-0/+3
*
readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the
Barry Warsaw
2004-05-13
1
-3/+5
*
Tests for message/external-body and for duplicate boundary lines.
Barry Warsaw
2004-05-11
1
-3/+12
*
_parsegen(): Move the message/rfc822 clause to after the
Barry Warsaw
2004-05-11
1
-12/+13
*
_parsegen(): Watch out for empty epilogues.
Barry Warsaw
2004-05-11
1
-4/+5
*
_parse_headers(): Strip a trailing newline from the envelope header. Closes
Barry Warsaw
2004-05-10
1
-0/+4
*
An updated FeedParser that should be RFC complaint, passes all existing
Barry Warsaw
2004-05-09
1
-289/+359
*
New parser. Next up, making the current parser use this parser
Anthony Baxter
2004-03-22
1
-0/+362