summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.generator.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-301-1/+1
|
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+2
| | | | Also adds the TOC entry for headerregistry.
* #14731: refactor email policy framework.R David Murray2012-05-251-19/+19
| | | | | | | | | | | | | | | | | This patch primarily does two things: (1) it adds some internal-interface methods to Policy that allow for Policy to control the parsing and folding of headers in such a way that we can construct a backward compatibility policy that is 100% compatible with the 3.2 API, while allowing a new policy to implement the email6 API. (2) it adds that backward compatibility policy and refactors the test suite so that the only differences between the 3.2 test_email.py file and the 3.3 test_email.py file is some small changes in test framework and the addition of tests for bugs fixed that apply to the 3.2 API. There are some additional teaks, such as moving just the code needed for the compatibility policy into _policybase, so that the library code can import only _policybase. That way the new code that will be added for email6 will only get imported when a non-compatibility policy is imported.
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
|\
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
| |
* | merge #1440472: reflowR David Murray2012-05-161-4/+3
|\ \ | |/
| * #1440472: reflowR David Murray2012-05-161-4/+3
| |
* | merge #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+11
|\ \ | |/
| * #1440472: Explain that email parser/generator isn't *quite* "idempotent"R David Murray2012-05-161-1/+11
| |
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-18/+37
|/ | | | | | | | This new interface will also allow for future planned enhancements in control over the parser/generator without requiring any additional complexity in the parser/generator API. Patch reviewed by Éric Araujo and Barry Warsaw.
* #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