| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ | Serhiy Storchaka | 2015-01-31 | 1 | -3/+0 |
|
|
* | #20531: Apply the 3.3 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -7/+4 |
|
|
* | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -11/+18 |
|
|
* | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -18/+11 |
|
|
* | #18437: fix comment typo. | R David Murray | 2013-07-13 | 1 | -1/+1 |
|
|
* | #16948: Fix quopri encoding of non-latin1 character sets. | R David Murray | 2013-02-05 | 1 | -0/+13 |
|
|
* | #11554: reactivate test_email_codecs, and make it pass. | R David Murray | 2011-03-15 | 1 | -2/+7 |
|
|
* | Fix header encoding of long headers when using euc-jp and shift_jis. | R David Murray | 2011-03-15 | 1 | -1/+1 |
|
|
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -6/+16 |
|
|
* | Remove doc for nonexisting parameter. | Georg Brandl | 2011-01-06 | 1 | -3/+1 |
|
|
* | Fix Charset.body_encode to encode to output_charset before calling base64mime. | R. David Murray | 2010-06-03 | 1 | -0/+2 |
|
|
* | Oops. I copied a slightly older version of the email package from the sandbox. | Guido van Rossum | 2007-08-30 | 1 | -97/+92 |
|
|
* | Copying the email package back, despite its failings. | Guido van Rossum | 2007-08-30 | 1 | -0/+389 |
|
|
* | Remove the email package for now. | Guido van Rossum | 2007-08-25 | 1 | -391/+0 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -6/+6 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -0/+3 |
|
|
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+388 |
|
|