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