1. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  2. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  3. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  4. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  5. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  6. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  7. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  8. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  9. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  10. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  11. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  12. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (98%) from Lib/email/Header.py]
  13. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  14. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 20 years ago
  15. 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  16. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  17. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  18. 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 21 years ago
  19. 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 21 years ago
  20. 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 21 years ago
  21. 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 21 years ago
  22. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 21 years ago
  23. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 21 years ago
  24. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 21 years ago
  25. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  26. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  27. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  28. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago
  29. 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
  30. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  31. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  32. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  33. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  34. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
  35. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  36. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  37. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  38. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  39. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  40. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  41. 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 22 years ago
  42. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago