1. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  2. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  3. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 11 years ago
  4. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  5. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  6. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  7. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  8. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  9. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
  10. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  11. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  12. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  13. ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  14. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  15. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  16. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  17. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  18. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  19. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  20. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  21. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  22. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  23. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  24. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
  25. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 14 years ago
  26. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
  27. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 14 years ago
  28. bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 14 years ago
  29. 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 14 years ago
  30. 73a559d Fix the change made for issue 1243654. by R. David Murray · 14 years ago
  31. 5260a9b #243654: only create a new MIME boundary if we don't already have one. by R. David Murray · 14 years ago
  32. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  33. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  34. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  35. 70a9993 Fix docstring typo. by R. David Murray · 14 years ago
  36. 57c45ac Merged revisions 78274 via svnmerge from by R. David Murray · 15 years ago
  37. a8f480f Merged revisions 77517,77525 via svnmerge from by R. David Murray · 15 years ago
  38. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  39. 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 16 years ago
  40. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  41. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  42. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  43. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  44. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  45. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  46. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  47. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  48. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  49. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  50. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago[Renamed (97%) from Lib/email/Generator.py]
  51. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  52. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  53. 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  54. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  55. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  56. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  57. ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 22 years ago
  58. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
  59. 6c2bc46 _split_header(): If we have a header which is a byte string containing by Barry Warsaw · 22 years ago
  60. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  61. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  62. dfea3b3 _dispatch(): Use get_content_maintype() and get_content_subtype() to by Barry Warsaw · 22 years ago
  63. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  64. f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
  65. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  66. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  67. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  68. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  69. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 23 years ago
  70. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  71. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  72. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  73. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  74. b384e01 In class Generator: by Barry Warsaw · 23 years ago
  75. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago