summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* gh-102247: http: support rfc9110 status codes (GH-117611)Michiel W. Beijen2024-04-131-60/+64
* Fix misspelling in docs for http.HTTPMethod (#99376)Matt Harasymczuk2022-11-131-7/+16
* [Enum] bump version tag on HTTP status category indicators (GH-96508)Alexandru Mărășteanu2022-09-021-1/+1
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-301-0/+25
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-4/+47
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-311-2/+2
* bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)Ross2020-03-151-1/+2
* bpo-39509: Update HTTP status code to follow IANA (GH-18294)Dong-hee Na2020-03-141-0/+5
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Ammar Askar2019-11-051-1/+1
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-231-0/+4
* doc: http: Fix enum name for status code 416 (GH-11689)Phil Jones2019-01-311-1/+1
* bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)Vitor Pereira2017-10-261-0/+4
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+3
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #20898: Enum names are only available in the http.client module as cons...Berker Peksag2015-01-201-4/+3
* Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...Berker Peksag2015-01-201-83/+77
* Remove the redundant second argument of versionadded directive.Berker Peksag2014-12-251-3/+2
* Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-1/+120
* Closes #11710: create "landing pages" (/library/package.html) for those packa...Georg Brandl2012-10-061-0/+11