1. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  2. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  3. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  4. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  5. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  6. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  7. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  8. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (97%) from Lib/email/Generator.py]
  12. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  13. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  14. 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  15. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  16. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  17. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  18. ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 21 years ago
  19. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  20. 6c2bc46 _split_header(): If we have a header which is a byte string containing by Barry Warsaw · 22 years ago
  21. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  22. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  23. dfea3b3 _dispatch(): Use get_content_maintype() and get_content_subtype() to by Barry Warsaw · 22 years ago
  24. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  25. f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
  26. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  27. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  28. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  29. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  30. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 22 years ago
  31. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  32. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  33. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  34. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  35. b384e01 In class Generator: by Barry Warsaw · 23 years ago
  36. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago