1. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 15 years ago
  2. bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 15 years ago
  3. 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 15 years ago
  4. 0c4cc55 fix import in email.message_from_binary_file() by Victor Stinner · 15 years ago
  5. 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 15 years ago
  6. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 15 years ago
  7. 6f0022d Fix formatting of values with embedded newlines when rfc2047 encoding by R. David Murray · 15 years ago
  8. e98628d Remove doc for nonexisting parameter. by Georg Brandl · 15 years ago
  9. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 15 years ago
  10. 4c1da4c Fix a comment typo and update another comment to match Python3 reality by R. David Murray · 15 years ago
  11. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 15 years ago
  12. 4a62e89 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz by R. David Murray · 15 years ago
  13. 73a559d Fix the change made for issue 1243654. by R. David Murray · 15 years ago
  14. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 15 years ago
  15. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 15 years ago
  16. 5260a9b #243654: only create a new MIME boundary if we don't already have one. by R. David Murray · 15 years ago
  17. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 15 years ago
  18. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 15 years ago
  19. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  20. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 15 years ago
  21. 384917a Properly close files used by test_email. by Brett Cannon · 15 years ago
  22. 06407b3 Properly close a temporary TextIOWrapper in 'email'. by Brett Cannon · 15 years ago
  23. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 15 years ago
  24. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 15 years ago
  25. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 15 years ago
  26. 70a9993 Fix docstring typo. by R. David Murray · 15 years ago
  27. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 15 years ago
  28. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 15 years ago
  29. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 15 years ago
  30. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 15 years ago
  31. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 15 years ago
  32. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 15 years ago
  33. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 15 years ago
  34. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 15 years ago
  35. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 15 years ago
  36. e85200d Merged revisions 80800 via svnmerge from by R. David Murray · 15 years ago
  37. 83d8998 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
  38. c303c12 Merged revisions 80357 via svnmerge from by Ezio Melotti · 15 years ago
  39. 5e001f6 Merged revisions 80350 via svnmerge from by Ezio Melotti · 15 years ago
  40. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 15 years ago
  41. ef3d6bd Merged revisions 79994 via svnmerge from by R. David Murray · 15 years ago
  42. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  43. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 15 years ago
  44. 57c45ac Merged revisions 78274 via svnmerge from by R. David Murray · 15 years ago
  45. a8f480f Merged revisions 77517,77525 via svnmerge from by R. David Murray · 16 years ago
  46. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 16 years ago
  47. b742a96 Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 16 years ago
  48. bf2e0aa Merged revisions 75301 via svnmerge from by R. David Murray · 16 years ago
  49. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  50. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  51. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
  52. 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
  53. 3ed0deb Remove nonexisting stuff from __all__. by Georg Brandl · 16 years ago
  54. 3308e80 #6139: fix typo of variable name. by Georg Brandl · 16 years ago
  55. 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
  56. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
  57. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  59. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 17 years ago
  60. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
  61. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  62. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 17 years ago
  63. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  64. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 17 years ago
  65. 3c6938d Ran svneol.py by Martin v. Löwis · 17 years ago
  66. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
  67. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  68. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 17 years ago
  69. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  70. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 18 years ago
  71. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 18 years ago
  72. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  73. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 18 years ago
  74. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  75. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 18 years ago
  76. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 18 years ago
  77. 7aa02e6 More email package fixes. by Barry Warsaw · 18 years ago
  78. 8b2af27 More email package fixes. by Barry Warsaw · 18 years ago
  79. 00b3422 More email package fixes. by Barry Warsaw · 18 years ago
  80. 8c57104 More email package fixes. by Barry Warsaw · 18 years ago
  81. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 18 years ago
  82. c247e51 Make this module importable, this gets test___all__ to pass. by Neal Norwitz · 18 years ago
  83. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 18 years ago
  84. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 18 years ago
  85. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 18 years ago
  86. 6398b7a Remove the email package for now. by Guido van Rossum · 18 years ago
  87. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  88. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 18 years ago
  89. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
  90. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  91. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  92. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  93. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 19 years ago
  94. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  95. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 19 years ago
  96. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  97. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  98. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 19 years ago
  99. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 19 years ago
  100. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago