summaryrefslogtreecommitdiff
path: root/Doc/library/email.util.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
|
* Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-4/+5
|
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-2/+6
|
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+2
| | | | Also adds the TOC entry for headerregistry.
* #665194: Add a localtime function to email.utils.R David Murray2012-05-251-2/+16
| | | | | | | | Without this function people would be tempted to use the other date functions in email.utils to compute an aware localtime, and those functions are not as good for that purpose as this code. The code is Alexander Belopolsy's from his proposed patch for issue 9527, with a fix (and additional tests) by Brian K. Jones.
* #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-201-0/+28
|
* #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-1/+8
| | | | Patch by Torsten Becker.
* #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-021-2/+8
| | | | Patch by Adrian von Bidder.
* Merged revisions 77943,77959-77960 via svnmerge fromR. David Murray2010-02-041-1/+1
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77943 | r.david.murray | 2010-02-03 08:36:23 -0500 (Wed, 03 Feb 2010) | 2 lines Explicitly mention the default value for formatdate's usegmt parameter. ........ r77959 | nick.coghlan | 2010-02-04 07:43:58 -0500 (Thu, 04 Feb 2010) | 1 line Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert ........ r77960 | r.david.murray | 2010-02-04 11:33:31 -0500 (Thu, 04 Feb 2010) | 2 lines Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. ........
* Use new optional argument style in email docs.Georg Brandl2009-05-171-6/+6
|
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-3/+3
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-13/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+166