summaryrefslogtreecommitdiffstats
path: root/Lib/http/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-26589: Add http status code 451 (GH-15413) (GH-15436)Miss Islington (bot)2019-08-231-0/+5
| | | | | (cherry picked from commit 8f080b09953a2d862de5c74edf414a54ea3dbea5) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
* Correct description of HTTP status code 308. (GH-15098)Miss Islington (bot)2019-08-031-1/+1
| | | | | | Permanent redirect was explained as a temporary redirect. (cherry picked from commit 5c72badd06a962fe0018ceb9916f3ae66314ea8e) Co-authored-by: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com>
* bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)Vitor Pereira2017-10-261-0/+3
|
* Issue #23442: Rename two member names to stay backward compatibleBerker Peksag2015-02-201-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 Peksag2015-01-201-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 Storchaka2014-12-231-1/+164
| | | | HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
* Create http package. #2883.Georg Brandl2008-05-261-0/+1