1. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  2. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  3. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  4. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  5. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  6. f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  7. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  8. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  9. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  10. e98628d Remove doc for nonexisting parameter. by Georg Brandl · 14 years ago
  11. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 14 years ago
  12. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  13. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  14. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  15. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  16. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  17. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (90%) from Lib/email/Charset.py]
  19. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  20. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  21. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  22. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  23. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  24. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  25. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  26. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  27. 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 22 years ago
  28. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 22 years ago
  29. 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 22 years ago
  30. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  31. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  32. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  33. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  34. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  35. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  36. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago