- bd64460 revert comment wording (#16714) by Andrew Svetlov · 12 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- d97f5ce Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
- 75a292e Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
- 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 15 years ago
- 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 16 years ago
- dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
- 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago[Renamed (98%) from Lib/email/Header.py]
- bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
- 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 21 years ago
- 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
- ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 22 years ago
- 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 22 years ago
- 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 22 years ago
- 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 22 years ago
- 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 22 years ago
- 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 22 years ago
- bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 22 years ago
- 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 22 years ago
- 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 22 years ago
- e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
- 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
- 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago
- 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
- 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
- 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
- 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
- 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
- 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
- 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
- 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
- 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
- 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
- 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
- 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 23 years ago
- 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago