1. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  2. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  3. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  4. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  5. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  6. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  7. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  8. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  9. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  10. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  11. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  12. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  13. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  14. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  15. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  16. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  17. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  18. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  19. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  20. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  21. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  22. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  23. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  24. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  25. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  26. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  27. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  28. 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
  29. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  30. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  31. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  32. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  33. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  34. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 13 years ago
  35. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  36. 106f8e3 Remove obsolete comment. by R David Murray · 13 years ago
  37. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 13 years ago
  38. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  39. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  40. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  41. c1b3ed5 Merged revisions 85130 via svnmerge from by R. David Murray · 14 years ago
  42. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  43. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 14 years ago
  44. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 14 years ago
  45. 84ee310 Merged revisions 80078 via svnmerge from by R. David Murray · 14 years ago
  46. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 14 years ago
  47. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 14 years ago
  48. 290e939 Merged revisions 75307 via svnmerge from by R. David Murray · 15 years ago
  49. bf2e0aa Merged revisions 75301 via svnmerge from by R. David Murray · 15 years ago
  50. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  51. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  52. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  53. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  54. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  55. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  56. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  57. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  58. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  59. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  60. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  61. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  62. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  63. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  64. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (92%) from Lib/email/Message.py]
  65. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  66. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 18 years ago
  67. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
  68. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 20 years ago
  69. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  70. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  71. 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  72. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  73. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  74. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  75. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  76. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 21 years ago
  77. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 21 years ago
  78. 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 21 years ago
  79. ee07cb1 get_content_charset(): RFC 2046 $4.1.2 says charsets are not case by Barry Warsaw · 22 years ago
  80. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  81. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
  82. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
  83. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  84. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  85. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  86. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  87. 48b0d36 Typo by Barry Warsaw · 22 years ago
  88. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  89. f36d804 get_content_type(), get_content_maintype(), get_content_subtype(): RFC by Barry Warsaw · 22 years ago
  90. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
  91. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  92. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
  93. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  94. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  95. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  96. 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 22 years ago
  97. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  98. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  99. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  100. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago