summaryrefslogtreecommitdiff
path: root/Doc/library/httplib.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in HTTPConnection.set_tunnel description (#1179)Christopher Snyder2017-04-191-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-5/+5
* recommend requests library (closes #23989)Benjamin Peterson2015-04-201-0/+5
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-3/+10
* remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-9/+2
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-231-3/+5
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-4/+20
* Fix minor bug in httplib example. Found by Alex MacAulay on docs@.Georg Brandl2013-10-061-1/+1
* #17307 - Example of HTTP PUT Request using httplibSenthil Kumaran2013-03-131-0/+17
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-1/+1
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
* fix to sent/send typoSandro Tosi2011-12-251-1/+1
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Issue13073 - Address review comments and add versionchanged information in th...Senthil Kumaran2011-10-051-5/+8
* update 2.7 - Document message_body arg in HTTPConnection.endheadersSenthil Kumaran2011-10-031-1/+5
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
* merge from 3.2 - Fix closes issue12524 - update http.client POST example with...Senthil Kumaran2011-07-201-4/+6
* Merged revisions 85101 via svnmerge fromAntoine Pitrou2010-09-291-3/+2
* Merged revisions 84933 via svnmerge fromSenthil Kumaran2010-09-211-0/+3
* Fix issue3428 - Document HTTPMessage class.Senthil Kumaran2010-06-281-0/+8
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
* fix typoFred Drake2010-05-111-2/+2
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+16
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-2/+10
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
* add a versionadded tag for set_tunnelGregory P. Smith2009-05-241-0/+2
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-241-0/+6
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-2/+2
* Clarify the docs for the 'strict' argument to httplib.HTTPConnection.Brett Cannon2008-11-151-1/+2
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-1/+1
* Add renaming notices to 3.0 http package members.Georg Brandl2008-05-261-1/+5
* #2452: timeout is used for all blocking operations.Georg Brandl2008-05-111-8/+8
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+552