summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.generator.rst
Commit message (Collapse)AuthorAgeFilesLines
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-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 Brandl2010-10-241-2/+2
|
* #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-231-11/+73
|
* Correct signature of BytesGenerator in docs.R. David Murray2010-10-191-1/+1
|
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-1/+1
|
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-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 Pitrou2010-09-151-3/+3
|
* Merged revisions 77412 via svnmerge fromR. David Murray2010-01-101-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 Brandl2009-05-171-3/+3
|
* Merged revisions 71572 via svnmerge fromGeorg Brandl2009-04-271-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 fromBenjamin Peterson2008-04-251-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 Brandl2007-09-041-2/+2
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-10/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+123