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