COMMITS
/ Lib/email/charset.py May 8, 2022
S
gh-77630: Change Charset to charset (GH-92439)
slateny committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
February 7, 2014
R
#20531: Apply the 3.3 version of the #19063 fix.
R David Murray committed
R
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray committed
December 11, 2013
R
#19063: fix set_payload handling of non-ASCII string input.
R David Murray committed
July 13, 2013
R
#18437: fix comment typo.
R David Murray committed
February 5, 2013
R
#16948: Fix quopri encoding of non-latin1 character sets.
R David Murray committed
March 15, 2011
R
#11554: reactivate test_email_codecs, and make it pass.
R David Murray committed
R
Fix header encoding of long headers when using euc-jp and shift_jis.
R David Murray committed
January 7, 2011
R
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray committed
January 6, 2011
G
Remove doc for nonexisting parameter.
Georg Brandl committed
June 3, 2010
R
Fix Charset.body_encode to encode to output_charset before calling base64mime.
R. David Murray committed
August 30, 2007
G
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum committed
G
Copying the email package back, despite its failings.
Guido van Rossum committed
August 25, 2007
G
Remove the email package for now.
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
February 5, 2007
T
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters committed
August 24, 2006
G
Killed the <> operator. You must now use !=.
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed