| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-38696: Fix usage example of HTTPStatus (GH-17066) | Miss Islington (bot) | 2019-11-06 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 56698d57691af2272f695f8c17c835ed99545cde) Co-authored-by: Ammar Askar <ammar@ammaraskar.com> | ||||
| * | doc: http: Fix enum name for status code 416 (GH-11689) | Miss Islington (bot) | 2019-01-31 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit d97daebfa69b4df95231bcae4123eacad6a48d14) Co-authored-by: Phil Jones <philip.graham.jones@googlemail.com> | ||||
| * | bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) | Vitor Pereira | 2017-10-26 | 1 | -0/+4 |
| | | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+3 |
| | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | | |||||
| * | Issue #20898: Enum names are only available in the http.client module as ↵ | Berker Peksag | 2015-01-20 | 1 | -4/+3 |
| | | | | | | | constants. Noticed by Martin Panter. | ||||
| * | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ↵ | Berker Peksag | 2015-01-20 | 1 | -83/+77 |
| | | | | | | | | | | 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. | ||||
| * | Remove the redundant second argument of versionadded directive. | Berker Peksag | 2014-12-25 | 1 | -3/+2 |
| | | | | | | The versionadded directive is already placed in the scope of the HTTPStatus documentation. | ||||
| * | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, | Serhiy Storchaka | 2014-12-23 | 1 | -1/+120 |
| | | | | | HTTPStatus.NOT_FOUND). Patch by Demian Brecht. | ||||
| * | Closes #11710: create "landing pages" (/library/package.html) for those ↵ | Georg Brandl | 2012-10-06 | 1 | -0/+11 |
| packages that have no documented content themselves, e.g. "urllib" or "http". | |||||
