Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | In email.parser in message_from_bytes, update `strict` to `policy` (#9854) | Cheryl Sabella | 2018-10-16 | 1 | -1/+1 |
| | | | According to the versionchanged note, the `strict` argument was removed in 3.3 and `policy` was added, but the name of the argument in the paragraph wasn't updated. | ||||
* | bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) | Jon Ribbens | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | bold arguments | Benjamin Peterson | 2016-10-19 | 1 | -4/+4 |
| | |||||
* | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 1 | -9/+11 |
| | |||||
* | #24277: The new email API is no longer provisional. | R David Murray | 2016-09-08 | 1 | -175/+181 |
| | | | | | | | This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually. | ||||
* | #27893: arg name and bytes references in email.parser docs. | R David Murray | 2016-08-31 | 1 | -6/+6 |
| | | | | | | | Perhaps the BytesParser 'text' argument should really be bytes, but it hasn't been, it has been text, so for backward compatibility and for consistency with the regular Parser class, I'm keeping it as 'text'. | ||||
* | Issue #27633: Fix usage of versionchanged directive in email.parser.rst | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
| | | | | Patch by Florian Preinstorfer. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | Typo: headeronly -> headersonly | Jesus Cea | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | #21300: fix typo | R David Murray | 2014-05-08 | 1 | -3/+3 |
| | |||||
* | #21300: Clean up the docs for the email "policy" arguments. | R David Murray | 2014-05-07 | 1 | -16/+25 |
| | |||||
* | Issue #18761: Improved cross-references in email documentation. | Serhiy Storchaka | 2013-08-19 | 1 | -24/+32 |
| | |||||
* | update doctests | Andrew Svetlov | 2012-08-12 | 1 | -1/+1 |
| | |||||
* | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
| | |||||
* | #11785: fix the :mod: references in email package submodule titles. | R David Murray | 2012-05-27 | 1 | -2/+2 |
| | | | | Also adds the TOC entry for headerregistry. | ||||
* | merge with 3.2 | Georg Brandl | 2012-01-29 | 1 | -4/+4 |
|\ | |||||
| * | Fix #13900: resolve self-referential description of a parameter. | Georg Brandl | 2012-01-29 | 1 | -4/+4 |
| | | |||||
* | | Markup and text fixes from Georg Brandl's review. | R David Murray | 2011-04-18 | 1 | -5/+10 |
| | | |||||
* | | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 1 | -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 BytesHeaderParser | R David Murray | 2011-04-13 | 1 | -6/+8 |
| | | | | | | | | Patch by Steffen Daode Nurpmeso. | ||||
* | | Remove the 'strict' argument to Parser, deprecated since 2.4. | R David Murray | 2011-03-29 | 1 | -8/+3 |
|/ | |||||
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -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 Pitrou | 2010-09-15 | 1 | -3/+3 |
| | |||||
* | Use new optional argument style in email docs. | Georg Brandl | 2009-05-17 | 1 | -8/+6 |
| | |||||
* | Merged revisions 71572 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -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 from | Georg Brandl | 2008-11-07 | 1 | -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 from | Benjamin Peterson | 2008-04-25 | 1 | -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 Brandl | 2007-09-01 | 1 | -19/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+220 |