Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -2/+8 |
| | | | | | | This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding). | ||||
* | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 1 | -5/+1 |
| | |||||
* | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -8/+9 |
| | | | | | There's still a bug here (the encode call shouldn't use the 'errors' paramter), but I'll fix that later. | ||||
* | Fix same typo in docs. | R. David Murray | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Fix style. | Georg Brandl | 2010-10-24 | 1 | -1/+2 |
| | |||||
* | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 1 | -1/+8 |
| | |||||
* | Use new optional argument style in email docs. | Georg Brandl | 2009-05-17 | 1 | -11/+15 |
| | |||||
* | Merged revisions 71572 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -11/+12 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71572 | georg.brandl | 2009-04-13 15:13:25 +0200 (Mo, 13 Apr 2009) | 1 line #5745: more linking for identifiers in email docs. ........ | ||||
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ↵ | Barry Warsaw | 2009-03-30 | 1 | -1/+1 |
| | | | | | | things much better, less changes are necessary. This also shoves test_email_codecs_rename.py onto test_email_codecs.py even though the test needs to be ported to Python 3. | ||||
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -37/+38 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r62490 | benjamin.peterson | 2008-04-24 20:29:10 -0500 (Thu, 24 Apr 2008) | 2 lines reformat some documentation of classes so methods and attributes are under the class directive ........ | ||||
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -10/+10 |
| | |||||
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+171 |