summaryrefslogtreecommitdiff
path: root/Doc/library/email.message.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)Charles-Axel Dein2019-01-091-1/+1
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-3/+3
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-2/+2
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-5/+5
* Fixed a handful of typos (GH-343)Alex Gaynor2017-02-281-1/+1
* Fix typos in documentationMartin Panter2016-11-201-1/+1
* 24277: Make it clearer that the new modules are not provisional.R David Murray2016-09-081-7/+8
* #24277: The new email API is no longer provisional.R David Murray2016-09-071-332/+386
* Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-101-10/+10
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* #21083: add get_content_disposition method to email.message.R David Murray2015-05-161-0/+9
* #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.R David Murray2014-09-271-17/+54
* #21300: fix typoR David Murray2014-05-081-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-2/+2
* #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.R David Murray2014-02-071-7/+1
* #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-1/+7
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Fix suspicious markup in the docs.Georg Brandl2013-11-241-1/+1
* | #18891: Complete new provisional email API.R David Murray2013-10-161-5/+13
* | Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-6/+8
|\ \ | |/
| * Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-5/+6
| * #18600: In 3.3, as_string does not accept a policy keyword.R David Murray2013-08-091-2/+8
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-091-9/+69
|/
* #18584: make doctest examples in email documentation pass.R David Murray2013-07-291-10/+19
* #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-271-2/+6
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+2
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
|\
| * #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
* | Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-3/+4
|\ \ | |/
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-3/+4
* | Merge redundant __contains__ doc fix from 3.1.R David Murray2011-03-141-6/+0
|\ \ | |/
| * Remove redundant __contains__ entry from Message docs.R David Murray2011-03-141-6/+0
| * Merged revisions 87217 via svnmerge fromR. David Murray2010-12-131-2/+19
| * Merged revisions 78657 via svnmerge fromR. David Murray2010-03-041-3/+4
| * Merged revisions 77417 via svnmerge fromR. David Murray2010-01-101-1/+4
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-3/+4
* | Fix markup error and update suspicious file.Georg Brandl2010-12-191-2/+2
* | #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-2/+19
* | Fix sphinx role markups.Senthil Kumaran2010-10-151-4/+5
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-3/+15
* | Merged revisions 78656 via svnmerge fromR. David Murray2010-03-041-3/+4
* | Merged revisions 77412 via svnmerge fromR. David Murray2010-01-101-1/+4
|/
* Use new optional argument style in email docs.Georg Brandl2009-05-171-15/+16
* Merged revisions 71572 via svnmerge fromGeorg Brandl2009-04-271-14/+16
* Merged revisions 71544,71546,71554-71555 via svnmerge fromGeorg Brandl2009-04-271-4/+4
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-1/+1
* Remove last traces of cStringIO.Georg Brandl2008-06-101-1/+1