Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #11785: fix the :mod: references in email package submodule titles. | R David Murray | 2012-05-27 | 1 | -2/+2 |
| | |||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | #1440472: reflow | R David Murray | 2012-05-16 | 1 | -4/+3 |
| | |||||
* | #1440472: Explain that email parser/generator isn't *quite* "idempotent" | R David Murray | 2012-05-16 | 1 | -1/+11 |
| | |||||
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -2/+2 |
| | | | | | | 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 style. | Georg Brandl | 2010-10-24 | 1 | -2/+2 |
| | |||||
* | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 1 | -11/+73 |
| | |||||
* | Correct signature of BytesGenerator in docs. | R. David Murray | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Fixing some sphinx inline directives - detected using ``make check``. | Senthil Kumaran | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -3/+32 |
| | | | | | | | | The work on this is not 100% complete, but everything is present to allow real-world testing of the code. The only remaining major todo item is to (hopefully!) enhance the handling of non-ASCII bytes in headers converted to unicode by RFC2047 encoding them rather than replacing them with '?'s. | ||||
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
| | |||||
* | Merged revisions 77412 via svnmerge from | R. David Murray | 2010-01-10 | 1 | -1/+4 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77412 | r.david.murray | 2010-01-10 12:41:28 -0500 (Sun, 10 Jan 2010) | 3 lines Issue #7119: document that a program-generated Message object tree may be mutated when serialized. ........ | ||||
* | Use new optional argument style in email docs. | Georg Brandl | 2009-05-17 | 1 | -3/+3 |
| | |||||
* | Merged revisions 71572 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -4/+4 |
| | | | | | | | | | | 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. ........ | ||||
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -20/+19 |
| | | | | | | | | | | 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 ........ | ||||
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -2/+2 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -10/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+123 |