COMMITS
/ Doc/library/email.message.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 6, 2026
A
gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (#143307)
Andrii Hrimov committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
X
Docs: fix typos in documentation (#118752)
Xie Yanbo committed
January 18, 2024
T
gh-114211: Update EmailMessage doc about ordered keys (#114224)
Terry Jan Reedy committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
January 9, 2019
C
bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)
Charles-Axel Dein committed
December 5, 2018
A
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino committed
October 31, 2018
S
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka committed
May 19, 2017
D
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce committed
March 1, 2017
A
Fixed a handful of typos (GH-343)
Alex Gaynor committed
November 20, 2016
M
Fix typos in documentation
Martin Panter committed
September 8, 2016
R
24277: Make it clearer that the new modules are not provisional.
R David Murray committed
R
#24277: The new email API is no longer provisional.
R David Murray committed
August 10, 2016
Z
Issue #27209: Fix doctests in Doc/library/email*.rst
Zachary Ware committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 16, 2015
R
#21083: add get_content_disposition method to email.message.
R David Murray committed
September 27, 2014
R
#18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
R David Murray committed
May 8, 2014
R
#21300: fix typo
R David Murray committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
February 7, 2014
R
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray committed
December 11, 2013
R
#19063: fix set_payload handling of non-ASCII string input.
R David Murray committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
November 24, 2013
G
Fix suspicious markup in the docs.
Georg Brandl committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
August 19, 2013
S
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka committed
S
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka committed
August 9, 2013
R
#18600: In 3.3, as_string does not accept a policy keyword.
R David Murray committed
R
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray committed
July 29, 2013
R
#18584: make doctest examples in email documentation pass.
R David Murray committed
May 28, 2012
R
#1672568: email now registers defects for base64 payload format errors.
R David Murray committed
May 27, 2012
R
#11785: fix the :mod: references in email package submodule titles.
R David Murray committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
March 15, 2011
R
Merge #11216: document all possible set_charset execution paths.
R David Murray committed
R
#11216: document all possible set_charset execution paths.
R David Murray committed
R
Merge #11555 as_string doc fix from 3.1.
R David Murray committed
R
#11555: update doc for 3.x change to as_string mangle_from default.
R David Murray committed
R
Merge redundant __contains__ doc fix from 3.1.
R David Murray committed
R
Remove redundant __contains__ entry from Message docs.
R David Murray committed
January 7, 2011
R
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray committed
December 19, 2010
G
Fix markup error and update suspicious file.
Georg Brandl committed
December 13, 2010
R
Merged revisions 87217 via svnmerge from
R. David Murray committed
R
#1078919: make add_header automatically do RFC2231 encoding when needed.
R. David Murray committed
October 15, 2010
S
Fix sphinx role markups.
Senthil Kumaran committed
October 8, 2010
R
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray committed