Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) | Ross | 2020-03-15 | 1 | -0/+3 |
| | |||||
* | bpo-39509: Update HTTP status code to follow IANA (GH-18294) | Dong-hee Na | 2020-03-14 | 1 | -0/+4 |
| | | | Add status codes 103 EARLY_HINTS and 425 TOO_EARLY. | ||||
* | bpo-26589: Add http status code 451 (GH-15413) | Raymond Hettinger | 2019-08-23 | 1 | -0/+5 |
| | |||||
* | Correct description of HTTP status code 308. (GH-15078) | Florian Wendelborn | 2019-08-03 | 1 | -1/+1 |
| | | | Permanent redirect was explained as a temporary redirect. | ||||
* | bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) | Vitor Pereira | 2017-10-26 | 1 | -0/+3 |
| | |||||
* | Issue #23442: Rename two member names to stay backward compatible | Berker Peksag | 2015-02-20 | 1 | -4/+4 |
| | | | | | | with the constants in http.client. Initial patch by Demian Brecht. | ||||
* | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ↵ | Berker Peksag | 2015-01-20 | 1 | -30/+0 |
| | | | | | | | | | docs. This commit also removes a couple of non-standard status codes. They were added as part of edf669b13482, so there is no backwards compatibility issue. Patch by Demian Brecht. | ||||
* | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, | Serhiy Storchaka | 2014-12-23 | 1 | -1/+164 |
| | | | | HTTPStatus.NOT_FOUND). Patch by Demian Brecht. | ||||
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+1 |