index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
email.message.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#11...
Miss Islington (bot)
2024-01-18
1
-3/+3
*
[3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Miss Islington (bot)
2023-07-29
1
-4/+4
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-1/+1
*
bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)
Charles-Axel Dein
2019-01-09
1
-1/+1
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino
2018-12-05
1
-3/+3
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
1
-2/+2
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-5/+5
*
Fixed a handful of typos (GH-343)
Alex Gaynor
2017-03-01
1
-1/+1
*
Fix typos in documentation
Martin Panter
2016-11-20
1
-1/+1
*
24277: Make it clearer that the new modules are not provisional.
R David Murray
2016-09-08
1
-7/+8
*
#24277: The new email API is no longer provisional.
R David Murray
2016-09-08
1
-332/+386
*
Issue #27209: Fix doctests in Doc/library/email*.rst
Zachary Ware
2016-08-10
1
-10/+10
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+3
*
#21083: add get_content_disposition method to email.message.
R David Murray
2015-05-16
1
-0/+9
*
#18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
R David Murray
2014-09-27
1
-17/+54
*
#21300: fix typo
R David Murray
2014-05-08
1
-1/+1
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-2/+2
*
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray
2014-02-07
1
-7/+1
*
#19063: fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
1
-1/+7
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
1
-1/+1
*
|
#18891: Complete new provisional email API.
R David Murray
2013-10-17
1
-5/+13
*
|
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka
2013-08-19
1
-6/+8
|
\
\
|
|
/
|
*
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka
2013-08-19
1
-5/+6
|
*
#18600: In 3.3, as_string does not accept a policy keyword.
R David Murray
2013-08-09
1
-2/+8
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
1
-9/+69
|
/
*
#18584: make doctest examples in email documentation pass.
R David Murray
2013-07-29
1
-10/+19
*
#1672568: email now registers defects for base64 payload format errors.
R David Murray
2012-05-28
1
-2/+6
*
#11785: fix the :mod: references in email package submodule titles.
R David Murray
2012-05-27
1
-2/+2
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
Merge #11216: document all possible set_charset execution paths.
R David Murray
2011-03-15
1
-9/+16
|
\
|
*
#11216: document all possible set_charset execution paths.
R David Murray
2011-03-15
1
-9/+16
*
|
Merge #11555 as_string doc fix from 3.1.
R David Murray
2011-03-15
1
-3/+4
|
\
\
|
|
/
|
*
#11555: update doc for 3.x change to as_string mangle_from default.
R David Murray
2011-03-15
1
-3/+4
*
|
Merge redundant __contains__ doc fix from 3.1.
R David Murray
2011-03-15
1
-6/+0
|
\
\
|
|
/
|
*
Remove redundant __contains__ entry from Message docs.
R David Murray
2011-03-15
1
-6/+0
|
*
Merged revisions 87217 via svnmerge from
R. David Murray
2010-12-13
1
-2/+19
|
*
Merged revisions 78657 via svnmerge from
R. David Murray
2010-03-04
1
-3/+4
|
*
Merged revisions 77417 via svnmerge from
R. David Murray
2010-01-10
1
-1/+4
*
|
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray
2011-01-07
1
-3/+4
*
|
Fix markup error and update suspicious file.
Georg Brandl
2010-12-19
1
-2/+2
*
|
#1078919: make add_header automatically do RFC2231 encoding when needed.
R. David Murray
2010-12-13
1
-2/+19
*
|
Fix sphinx role markups.
Senthil Kumaran
2010-10-15
1
-4/+5
*
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
1
-3/+15
*
|
Merged revisions 78656 via svnmerge from
R. David Murray
2010-03-04
1
-3/+4
*
|
Merged revisions 77412 via svnmerge from
R. David Murray
2010-01-10
1
-1/+4
|
/
*
Use new optional argument style in email docs.
Georg Brandl
2009-05-17
1
-15/+16
*
Merged revisions 71572 via svnmerge from
Georg Brandl
2009-04-27
1
-14/+16
[next]