COMMITS
/ Lib/http/__init__.py January 28, 2025
S
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
Samuel GIFFARD committed
December 27, 2024
D
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)
donBarbos committed
April 13, 2024
M
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen 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
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
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
August 23, 2019
R
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger committed
August 3, 2019
F
Correct description of HTTP status code 308. (GH-15078)
Florian Wendelborn committed
October 26, 2017
V
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira committed
February 20, 2015
B
Issue #23442: Rename two member names to stay backward compatible
Berker Peksag committed
January 20, 2015
B
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs.
Berker Peksag committed
December 23, 2014
S
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed