summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.parser.rst
Commit message (Collapse)AuthorAgeFilesLines
* Typo: headeronly -> headersonlyJesus Cea2014-09-211-1/+1
|
* #21300: fix typoR David Murray2014-05-081-3/+3
|
* #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-071-16/+25
|
* Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-24/+32
|
* update doctestsAndrew Svetlov2012-08-121-1/+1
|
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-1/+2
|
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+2
| | | | Also adds the TOC entry for headerregistry.
* merge with 3.2Georg Brandl2012-01-291-4/+4
|\
| * Fix #13900: resolve self-referential description of a parameter.Georg Brandl2012-01-291-4/+4
| |
* | Markup and text fixes from Georg Brandl's review.R David Murray2011-04-181-5/+10
| |
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-14/+40
| | | | | | | | | | | | | | | | 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.
* | #11684: Complete parser bytes interface by adding BytesHeaderParserR David Murray2011-04-131-6/+8
| | | | | | | | Patch by Steffen Daode Nurpmeso.
* | Remove the 'strict' argument to Parser, deprecated since 2.4.R David Murray2011-03-291-8/+3
|/
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-4/+65
| | | | | | | | 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
|
* Use new optional argument style in email docs.Georg Brandl2009-05-171-8/+6
|
* Merged revisions 71572 via svnmerge fromGeorg Brandl2009-04-271-14/+15
| | | | | | | | | | 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 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67117 | georg.brandl | 2008-11-06 11:17:58 +0100 (Thu, 06 Nov 2008) | 2 lines #4268: Use correct module for two toplevel functions. ........ r67118 | georg.brandl | 2008-11-06 11:19:11 +0100 (Thu, 06 Nov 2008) | 2 lines #4267: small fixes in sqlite3 docs. ........ r67119 | georg.brandl | 2008-11-06 11:20:49 +0100 (Thu, 06 Nov 2008) | 2 lines #4245: move Thread section to the top. ........ r67123 | georg.brandl | 2008-11-06 19:49:15 +0100 (Thu, 06 Nov 2008) | 2 lines #4247: add "pass" examples to tutorial. ........ r67124 | andrew.kuchling | 2008-11-06 20:23:02 +0100 (Thu, 06 Nov 2008) | 1 line Fix grammar error; reword two paragraphs ........ r67143 | georg.brandl | 2008-11-07 09:27:39 +0100 (Fri, 07 Nov 2008) | 2 lines Fix syntax. ........
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-29/+30
| | | | | | | | | | 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 ........
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-19/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+220