COMMITS
/ Lib/http/__init__.py 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