summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
Commit message (Expand)AuthorAgeFilesLines
* Typos.Raymond Hettinger2011-01-301-2/+2
* More source linksRaymond Hettinger2011-01-271-0/+4
* #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2Georg Brandl2010-12-191-1/+1
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-4/+8
* Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-7/+16
* #10705: document what the values of debuglevel are and mean.R. David Murray2010-12-151-2/+4
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-0/+4
* Fix grammarAntoine Pitrou2010-10-131-2/+2
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-9/+21
* Make comment about SSL support more accurateAntoine Pitrou2010-10-121-2/+2
* Issue #9983: warn that urllib and httplib don't perform SSL certificate valid...Antoine Pitrou2010-09-291-6/+6
* Document HTTPReponse.fileno() methodSenthil Kumaran2010-09-211-0/+3
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-1/+1
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+2
* Rewording the getheader method of HTTPResponse.Senthil Kumaran2010-08-021-3/+4
* Fix Issue8572 - httplib getheader() throws error instead of defaultSenthil Kumaran2010-08-021-1/+2
* Merged revisions 81087,81106 via svnmerge fromFred Drake2010-05-121-3/+2
* Merged revisions 80583 via svnmerge fromSenthil Kumaran2010-04-281-0/+16
* Merged revisions 78859-78860 via svnmerge fromGeorg Brandl2010-03-121-1/+1
* Merged revisions 77263-77264 via svnmerge fromGregory P. Smith2010-01-031-2/+10
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
* More versionadded/versionchanged fixesMark Dickinson2009-10-011-1/+1
* versionadded: 3.2. not 3.1.Senthil Kumaran2009-07-251-1/+1
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-0/+6
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-0/+2
* More conversion to new-style optional args.Georg Brandl2009-05-171-6/+6
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-2/+2
* fix markupBenjamin Peterson2009-04-021-4/+3
* Update HTTPResponse documentation and add placeholder for HTTPMessage.Jeremy Hylton2009-03-311-4/+26
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-8/+16
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-161-1/+2
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-2/+1
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-4/+5
* Remove last traces of mimetools.Georg Brandl2008-06-121-1/+1
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-1/+1
* Create http package. #2883.Georg Brandl2008-05-261-0/+498