summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.encoders.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes.
* bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)Cheryl Sabella2019-05-311-0/+5
|
* Fix typo in email.encoders doc (GH-9700)ksamuel2019-03-281-1/+1
| | | Make the encoding/encoders mention congruent.
* #24277: The new email API is no longer provisional.R David Murray2016-09-081-0/+6
| | | | | | | 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.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+2
| | | | Also adds the TOC entry for headerregistry.
* #11780: s/throw/raise/R David Murray2012-03-171-1/+1
|
* #11780: document that email.encoders throw TypeError on multipart messages.R David Murray2012-03-171-0/+4
|
* Merged revisions 71572 via svnmerge fromGeorg Brandl2009-04-271-9/+9
| | | | | | | | | | 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. ........
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+57