COMMITS
/ Doc/library/http.rst February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 14, 2025
L
gh-102247: Improve documentation of http.HTTPStatus members update (#133190)
Loïc Simon committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 13, 2024
M
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen committed
November 13, 2022
M
Fix misspelling in docs for http.HTTPMethod (#99376)
Matt Harasymczuk committed
September 2, 2022
A
[Enum] bump version tag on HTTP status category indicators (GH-96508)
Alexandru Mărășteanu committed
August 30, 2022
A
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status category (GH-95453)
Alexandru Mărășteanu committed
May 5, 2022
C
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo committed
March 31, 2021
E
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman committed
March 15, 2020
R
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross committed
March 14, 2020
D
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na committed
November 5, 2019
A
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Ammar Askar committed
August 23, 2019
R
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger committed
January 31, 2019
P
doc: http: Fix enum name for status code 416 (GH-11689)
Phil Jones committed
October 26, 2017
V
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
January 20, 2015
B
Issue #20898: Enum names are only available in the http.client module as constants.
Berker Peksag committed
B
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs.
Berker Peksag committed
December 25, 2014
B
Remove the redundant second argument of versionadded directive.
Berker Peksag committed
December 23, 2014
S
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka committed
October 6, 2012