summaryrefslogtreecommitdiff
path: root/Lib/email/charset.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-3/+0
* #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-7/+4
* #18437: fix comment typo.R David Murray2013-07-121-1/+1
* #16948: Fix quopri encoding of non-latin1 character sets.R David Murray2013-02-051-0/+13
* #11554: reactivate test_email_codecs, and make it pass.R David Murray2011-03-151-2/+7
* Fix header encoding of long headers when using euc-jp and shift_jis.R David Murray2011-03-141-1/+1
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-6/+16
* Remove doc for nonexisting parameter.Georg Brandl2011-01-061-3/+1
* Fix Charset.body_encode to encode to output_charset before calling base64mime.R. David Murray2010-06-031-0/+2
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-97/+92
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+389
* Remove the email package for now.Guido van Rossum2007-08-251-391/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-0/+3
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+388