summaryrefslogtreecommitdiff
path: root/Doc/library/http.client.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.5Andrew Kuchling2016-11-081-35/+80
|\
| * Merge from 3.5Andrew Kuchling2016-11-081-35/+80
| |\
| | * Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-7/+11
| | * [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequestSenthil Kumaran2016-09-081-28/+69
| | |\
| | | * Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-16/+15
| | | * Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-28/+70
* | | | Use http instead of https, due to certificate errorAndrew Kuchling2016-11-081-1/+1
|/ / /
* | | Update URL for requests documentation after IRC requestAndrew Kuchling2016-11-081-1/+1
|/ /
* | Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-15/+9
|/
* Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-0/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* merge 3.4 (#24118)Benjamin Peterson2015-05-031-6/+6
|\
| * update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-6/+6
* | merge 3.4 (#23989)Benjamin Peterson2015-04-201-0/+5
|\ \ | |/
| * recommend requests library (closes #23989)Benjamin Peterson2015-04-201-0/+5
* | #3566: Clean up handling of remote server disconnects.R David Murray2015-04-051-1/+19
* | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-209/+3
|\ \ | |/ |/|
| * Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+6
| |\
| * | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...Berker Peksag2015-01-201-209/+3
* | | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-13/+23
| |/ |/|
* | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+6
|/
* fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
* HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-8/+3
* PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-031-6/+6
* Correct the URL in the http.client example. Noted by Evens Fortun?. Closes #2...Senthil Kumaran2014-04-161-1/+1
* Issue #20913: improve the SSL security considerations to first advocate using...Antoine Pitrou2014-03-221-17/+21
* merge 3.3 (#11448)Benjamin Peterson2014-03-161-12/+12
|\
| * whatsnew: deprecation of HTTPConnection's strict parameter.R David Murray2014-01-031-6/+6
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
| |\
| * \ merge with 3.3Georg Brandl2013-10-271-1/+1
| |\ \
| * \ \ merge with 3.3Georg Brandl2013-10-061-1/+1
| |\ \ \
| * \ \ \ #17460 - merge from 3.3Senthil Kumaran2013-03-191-12/+12
| |\ \ \ \
| | * | | | #17460: Remove the strict argument of HTTPConnection and removing theSenthil Kumaran2013-03-181-15/+3
* | | | | | improve set_tunnel docs (closes #11448)Benjamin Peterson2014-03-161-4/+18
| |_|_|_|/ |/| | | |
* | | | | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
| |_|_|/ |/| | |
* | | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-1/+1
| |_|/ |/| |
* | | Fix minor bug in httplib example. Found by Alex MacAulay on docs@.Georg Brandl2013-10-061-1/+1
|/ /
* | #17460 - merge from 3.2Senthil Kumaran2013-03-191-5/+28
|\ \ | |/
| * #17307 - merge from 3.2Senthil Kumaran2013-03-131-0/+18
| |\
| * \ #15831: merge with 3.2Ezio Melotti2012-09-141-0/+21
| |\ \
| | * | Avoid useless indentation.Georg Brandl2012-05-211-2/+2
| | * | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-161-0/+15
| | * | merge with 3.2Sandro Tosi2011-12-251-1/+1
| | |\ \
| | * | | Issue #13464: Add a readinto() method to http.client.HTTPResponse.Antoine Pitrou2011-12-061-0/+6
* | | | | #17460 - Adding relevant warning messages regarding strict removal in docsSenthil Kumaran2013-03-191-3/+3
| |_|_|/ |/| | |
* | | | #17307 - Example of HTTP PUT Request using http.clientSenthil Kumaran2013-03-131-0/+16
|/ / /