summaryrefslogtreecommitdiffstats
path: root/Lib/email/charset.py
Commit message (Expand)AuthorAgeFilesLines
* #18437: fix comment typo.R David Murray2013-07-131-1/+1
* #1379416: encode charset name to ascii to avoid unicode promotion of outputR. David Murray2010-12-271-1/+1
* #4487: have Charset check with codecs for possible aliases.R. David Murray2010-06-041-1/+7
* Remove Barry's love of deprecated syntax to silence warnings in the emailBrett Cannon2008-08-031-2/+2
* Patch #1634778: add missing encoding aliases for iso8859_15 andGeorg Brandl2007-01-271-0/+3
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+388