1. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  2. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  3. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  4. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  5. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  6. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  7. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  8. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  9. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  10. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  11. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  12. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  13. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  14. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  15. ad2a7d5 Merge #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. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  18. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  19. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 12 years ago
  20. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  21. d41595b Refactor test_email/test_defect_handling. by R David Murray · 12 years ago
  22. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  23. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  24. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  25. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  26. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  27. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  28. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  29. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  30. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  31. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  32. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  33. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  34. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  35. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  36. e2c4cfc Merge: Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  37. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  38. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  39. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  40. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  41. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  42. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 13 years ago
  43. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 13 years ago
  44. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 13 years ago
  45. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  46. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  47. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  48. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  49. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago[Renamed (99%) from Lib/email/test/test_email.py]
  50. ce4ee1f Merge from 3.2 by Nick Coghlan · 13 years ago
  51. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  52. cfec350 Merge #11401 fix from 3.2. by R David Murray · 13 years ago
  53. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  54. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  55. bb35299 Merge #9298 fix. by R David Murray · 13 years ago
  56. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  57. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  58. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 13 years ago
  59. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  60. 7d9129c Merge long Japanese header fix from 3.2. by R David Murray · 13 years ago
  61. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  62. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 13 years ago
  63. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  64. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 13 years ago
  65. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  66. 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 14 years ago
  67. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  68. 6f0022d Fix formatting of values with embedded newlines when rfc2047 encoding by R. David Murray · 14 years ago
  69. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  70. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 14 years ago
  71. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  72. 4a62e89 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz by R. David Murray · 14 years ago
  73. 27c1914 Merged revisions 87415 via svnmerge from by R. David Murray · 14 years ago
  74. 73a559d Fix the change made for issue 1243654. by R. David Murray · 14 years ago
  75. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  76. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  77. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  78. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  79. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  80. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  81. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  82. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  83. 384917a Properly close files used by test_email. by Brett Cannon · 14 years ago
  84. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  85. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  86. 7f8199a Merged revisions 85179 via svnmerge from by R. David Murray · 14 years ago
  87. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 14 years ago
  88. f9c957f Merged revisions 85142 via svnmerge from by R. David Murray · 14 years ago
  89. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  90. 1061f18 Merged revisions 84310 via svnmerge from by R. David Murray · 14 years ago
  91. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  92. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  93. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  94. 6d4a06c Merged revisions 82922 via svnmerge from by R. David Murray · 14 years ago
  95. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  96. 71df9d9 Merged revisions 82011 via svnmerge from by R. David Murray · 14 years ago
  97. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  98. 99147c4 Merged revisions 81685 via svnmerge from by R. David Murray · 14 years ago
  99. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  100. d2d08c6 Merged revisions 81660 via svnmerge from by R. David Murray · 14 years ago