COMMITS
/ Doc/library/email.headerregistry.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
V
gh-141510: Document ParameterizedMIMEHeader.params change (#145003)
Victor Stinner committed
November 4, 2025
G
Docs: Fix typo in `email.headerregistry.rst` (#140965)
Guo Ci committed
September 25, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
May 21, 2022
S
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka committed
December 29, 2020
Z
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Zackery Spytz committed
June 4, 2019
A
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
May 19, 2017
D
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce 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
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
August 19, 2013
S
Issue #18761: Improved cross-references in email documentation.
Serhiy Storchaka committed
June 24, 2012
G
Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet).
Georg Brandl committed
R
#15160: Extend the new email parser to handle MIME headers.
R David Murray committed
May 27, 2012
R
#11785: fix the :mod: references in email package submodule titles.
R David Murray committed
R
Make headerregistry fully part of the provisional api.
R David Murray committed