Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the URL in the http.client example. Noted by Evens Fortuné. Closes ↵ | Senthil Kumaran | 2014-04-17 | 1 | -1/+1 |
| | | | | #21229 | ||||
* | Issue #20913: improve the SSL security considerations to first advocate ↵ | Antoine Pitrou | 2014-03-22 | 1 | -17/+21 |
| | | | | using create_default_context(). | ||||
* | 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 |
| | | | | | | | | Patch by Ryan Kelly, karl, and Nikolaus Rath. | ||||
* | | 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 |
| | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
* | | 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 |
| |\ | |||||
| | * | #17460 - Adding relevant warning messages regarding strict removal in docs | Senthil Kumaran | 2013-03-19 | 1 | -3/+3 |
| | | | |||||
* | | | #17460: Remove the strict argument of HTTPConnection and removing the | Senthil Kumaran | 2013-03-18 | 1 | -15/+3 |
|/ / | | | | | | | DeprecationWarning being issued from 3.2 onwards. | ||||
* | | #17307 - merge from 3.2 | Senthil Kumaran | 2013-03-13 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | #17307 - Example of HTTP PUT Request using http.client | Senthil Kumaran | 2013-03-13 | 1 | -0/+16 |
| | | |||||
* | | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -2/+6 |
| | | | | | | | | Jerdonek. | ||||
* | | Avoid useless indentation. | Georg Brandl | 2012-05-21 | 1 | -2/+2 |
| | | |||||
* | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.client | Hynek Schlawack | 2012-05-16 | 1 | -0/+15 |
| | | | | | | | | Patch by EungJun Yi. | ||||
* | | merge with 3.2 | Sandro Tosi | 2011-12-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix to sent/send typo | Sandro Tosi | 2011-12-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #13464: Add a readinto() method to http.client.HTTPResponse. | Antoine Pitrou | 2011-12-06 | 1 | -0/+6 |
|/ | | | | Patch by Jon Kuhn. | ||||
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #13073 - Address the review comments made by Ezio. | Senthil Kumaran | 2011-10-05 | 1 | -5/+4 |
| | |||||
* | Document message_body arg in HTTPConnection.endheaders | Senthil Kumaran | 2011-10-02 | 1 | -2/+6 |
| | |||||
* | Fix closes issue12524 - update http.client POST example with a working example. | Senthil Kumaran | 2011-07-20 | 1 | -4/+6 |
| | |||||
* | Whitespace nit fixed using reident. | Senthil Kumaran | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | Fix closes Issue12315 - Updates to http.client documentation. | Senthil Kumaran | 2011-06-19 | 1 | -1/+12 |
| | |||||
* | Typos. | Raymond Hettinger | 2011-01-30 | 1 | -2/+2 |
| | |||||
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
| | |||||
* | #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2 | Georg Brandl | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by ↵ | Senthil Kumaran | 2010-12-19 | 1 | -4/+8 |
| | | | | Xuanji Li and Chris AtLee. | ||||
* | Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` | Antoine Pitrou | 2010-12-17 | 1 | -7/+16 |
| | | | | parameter to HTTPConnection and friends is deprecated. | ||||
* | #10705: document what the values of debuglevel are and mean. | R. David Murray | 2010-12-15 | 1 | -2/+4 |
| | |||||
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -0/+4 |
| | | | | | | in order to support the TLS SNI extension. `HTTPSConnection` and `urlopen()` also use this argument, so that HTTPS virtual hosts are now supported. | ||||
* | Fix grammar | Antoine Pitrou | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -9/+21 |
| | | | | | urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. | ||||
* | Make comment about SSL support more accurate | Antoine Pitrou | 2010-10-12 | 1 | -2/+2 |
| | |||||
* | Issue #9983: warn that urllib and httplib don't perform SSL certificate ↵ | Antoine Pitrou | 2010-09-29 | 1 | -6/+6 |
| | | | | validation. | ||||
* | Document HTTPReponse.fileno() method | Senthil Kumaran | 2010-09-21 | 1 | -0/+3 |
| | |||||
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -0/+2 |
| | |||||
* | Rewording the getheader method of HTTPResponse. | Senthil Kumaran | 2010-08-02 | 1 | -3/+4 |
| | |||||
* | Fix Issue8572 - httplib getheader() throws error instead of default | Senthil Kumaran | 2010-08-02 | 1 | -1/+2 |
| | |||||
* | Merged revisions 81087,81106 via svnmerge from | Fred Drake | 2010-05-12 | 1 | -3/+2 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81087 | fred.drake | 2010-05-11 14:12:27 -0400 (Tue, 11 May 2010) | 2 lines fix typo ........ r81106 | fred.drake | 2010-05-11 21:22:03 -0400 (Tue, 11 May 2010) | 2 lines fix error introduced in previous commit, and the adjacent additional typo ........ | ||||
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+16 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80583 | senthil.kumaran | 2010-04-28 22:50:43 +0530 (Wed, 28 Apr 2010) | 3 lines Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" ........ | ||||
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line Get rid of backticks. ........ r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line Fix warnings from "make check". ........ | ||||
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77263 | gregory.p.smith | 2010-01-02 17:29:44 -0800 (Sat, 02 Jan 2010) | 4 lines Adds an optional source_address parameter to socket.create_connection(). For use by issue3972. ........ r77264 | gregory.p.smith | 2010-01-02 18:06:07 -0800 (Sat, 02 Jan 2010) | 5 lines issue3972: HTTPConnection and HTTPSConnection now support a source_address parameter. Also cleans up an annotation in the socket documentation. ........ |