1. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  2. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  3. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  4. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  5. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  6. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  7. 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]
  8. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  9. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  10. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  11. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  12. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  13. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  14. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  15. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  16. 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 22 years ago
  17. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 22 years ago
  18. 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 22 years ago
  19. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  20. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  21. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  22. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  23. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  24. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  25. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago