1. d781b07 #18437: fix comment typo. by R David Murray · 12 years ago
  2. 5360d00 #1379416: encode charset name to ascii to avoid unicode promotion of output by R. David Murray · 14 years ago
  3. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  4. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 17 years ago
  5. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 18 years ago
  6. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago[Renamed (90%) from Lib/email/Charset.py]
  7. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  8. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 21 years ago
  9. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  10. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  11. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  12. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
  13. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  14. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 23 years ago
  15. 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 23 years ago
  16. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 23 years ago
  17. 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 23 years ago
  18. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 23 years ago
  19. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 23 years ago
  20. 280488b Whitespace normalization. by Tim Peters · 23 years ago
  21. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 23 years ago
  22. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 23 years ago
  23. 8ac1495 Whitespace normalization. by Tim Peters · 23 years ago
  24. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago