| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixes typos in http.client documentation (GH-18300) | Miss Islington (bot) | 2020-02-03 | 1 | -2/+2 |
|
|
| * | Update the URL for the requests package (GH-17006) | Miss Skeleton (bot) | 2019-10-31 | 1 | -1/+1 |
|
|
| * | [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) | Stéphane Wirtel | 2019-09-11 | 1 | -4/+1 |
|
|
| * | bpo-35649: update http client example (GH-11441) (GH-15930) | Miss Islington (bot) | 2019-09-11 | 1 | -2/+5 |
|
|
| * | [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)... | Miss Islington (bot) | 2019-07-01 | 1 | -0/+5 |
|
|
| * | bpo-21257: document http.client.parse_headers (GH-11443) | Ashwin Ramaswami | 2019-01-18 | 1 | -0/+19 |
|
|
| * | bpo-33830: Fix an example in http.client docs for 404. (GH-7780) | Xtreak | 2018-12-21 | 1 | -0/+1 |
|
|
| * | bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) | Nir Soffer | 2017-11-06 | 1 | -2/+16 |
|
|
| * | bpo-30144: Import collections ABC from collections.abc rather than collection... | Serhiy Storchaka | 2017-04-24 | 1 | -1/+1 |
|
|
| * | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
| |\ |
|
| | * | Use http instead of https, due to certificate error | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
|
|
| * | | Merge from 3.5 | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Update URL for requests documentation after IRC request | Andrew Kuchling | 2016-11-09 | 1 | -1/+1 |
|
|
| * | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -7/+11 |
|
|
| * | | [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest | Senthil Kumaran | 2016-09-08 | 1 | -15/+9 |
| |\ \
| |/ |
|
| | * | Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist... | Senthil Kumaran | 2016-09-08 | 1 | -15/+9 |
|
|
| * | | Issue #12319: Always send file request bodies using chunked encoding | Martin Panter | 2016-08-27 | 1 | -16/+15 |
|
|
| * | | Issue #12319: Support for chunked encoding of HTTP request bodies | Martin Panter | 2016-08-24 | 1 | -28/+70 |
| |/ |
|
| * | Correct misspellings of ISO-8859 | Martin Panter | 2016-08-10 | 1 | -2/+2 |
|
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|
|
| * | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
|
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
|
|
| * | Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost | Martin Panter | 2016-03-17 | 1 | -0/+4 |
|
|
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
|
|
| * | merge 3.4 (#24118) | Benjamin Peterson | 2015-05-03 | 1 | -6/+6 |
| |\ |
|
| | * | update example, since python.org is HTTPS-only now (closes #24118) | Benjamin Peterson | 2015-05-03 | 1 | -6/+6 |
|
|
| * | | merge 3.4 (#23989) | Benjamin Peterson | 2015-04-20 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | recommend requests library (closes #23989) | Benjamin Peterson | 2015-04-20 | 1 | -0/+5 |
|
|
| * | | #3566: Clean up handling of remote server disconnects. | R David Murray | 2015-04-05 | 1 | -1/+19 |
|
|
| * | | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -13/+23 |
| |\ \
| |/ |
|
| | * | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -13/+23 |
|
|
| * | | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 | 1 | -0/+6 |
| |\ \
| |/ |
|
| | * | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 | 1 | -0/+6 |
|
|
| * | | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ... | Berker Peksag | 2015-01-20 | 1 | -209/+3 |
| |/ |
|
| * | fix reference by adding module name | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
|
|
| * | HTTPSConnection: prefer the context's check_hostname attribute over the const... | Benjamin Peterson | 2014-12-07 | 1 | -8/+3 |
|
|
| * | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -6/+6 |
|
|
| * | Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #... | Senthil Kumaran | 2014-04-17 | 1 | -1/+1 |
|
|
| * | Issue #20913: improve the SSL security considerations to first advocate using... | Antoine Pitrou | 2014-03-22 | 1 | -17/+21 |
|
|
| * | merge 3.3 (#11448) | Benjamin Peterson | 2014-03-16 | 1 | -4/+18 |
| |\ |
|
| | * | improve set_tunnel docs (closes #11448) | Benjamin Peterson | 2014-03-16 | 1 | -4/+18 |
|
|
| * | | whatsnew: deprecation of HTTPConnection's strict parameter. | R David Murray | 2014-01-03 | 1 | -6/+6 |
|
|
| * | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
| * | | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2013-10-27 | 1 | -1/+1 |
|
|
| * | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Fix minor bug in httplib example. Found by Alex MacAulay on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
| * | | #17460 - merge from 3.3 | Senthil Kumaran | 2013-03-19 | 1 | -0/+12 |
| |\ \
| |/ |
|
| | * | #17460 - merge from 3.2 | Senthil Kumaran | 2013-03-19 | 1 | -3/+3 |
| | |\ |
|