| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Xuanji... | Senthil Kumaran | 2010-12-19 | 1 | -4/+8 |
|
|
* | Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` | Antoine Pitrou | 2010-12-17 | 1 | -7/+16 |
|
|
* | #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 |
|
|
* | 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 |
|
|
* | 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 valid... | Antoine Pitrou | 2010-09-29 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+16 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
|
|
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -2/+10 |
|
|
* | Document the headers parameter for set_tunnel. | Senthil Kumaran | 2009-12-20 | 1 | -1/+4 |
|
|
* | More versionadded/versionchanged fixes | Mark Dickinson | 2009-10-01 | 1 | -1/+1 |
|
|
* | versionadded: 3.2. not 3.1. | Senthil Kumaran | 2009-07-25 | 1 | -1/+1 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -0/+6 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -0/+2 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -6/+6 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -2/+2 |
|
|
* | fix markup | Benjamin Peterson | 2009-04-02 | 1 | -4/+3 |
|
|
* | Update HTTPResponse documentation and add placeholder for HTTPMessage. | Jeremy Hylton | 2009-03-31 | 1 | -4/+26 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -8/+16 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 1 | -1/+2 |
|
|
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 1 | -2/+1 |
|
|
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 1 | -4/+5 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 1 | -1/+1 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -1/+1 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+498 |
|
|