summaryrefslogtreecommitdiffstats
path: root/Lib/http/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)Ross2020-03-151-0/+3
* bpo-39509: Update HTTP status code to follow IANA (GH-18294)Dong-hee Na2020-03-141-0/+4
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-231-0/+5
* Correct description of HTTP status code 308. (GH-15078)Florian Wendelborn2019-08-031-1/+1
* 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
* Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...Berker Peksag2015-01-201-30/+0
* Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-1/+164
* Create http package. #2883.Georg Brandl2008-05-261-0/+1