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