| Commit message (Expand) | Author | Age | Files | Lines |
* | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -21/+49 |
|
|
* | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 | Senthil Kumaran | 2012-03-15 | 1 | -12/+11 |
|
|
* | closes Issue12365 - Add an example explaining the context manager use case of... | Senthil Kumaran | 2012-03-14 | 1 | -5/+13 |
|
|
* | Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ var... | Senthil Kumaran | 2012-01-10 | 1 | -4/+4 |
|
|
* | Documentation typo | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|
|
* | I should be someone | Florent Xicluna | 2011-10-28 | 1 | -4/+4 |
|
|
* | fix whitespace nit. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
|
|
* | Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and htt... | Senthil Kumaran | 2011-07-17 | 1 | -1/+8 |
|
|
* | Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sa... | Senthil Kumaran | 2011-07-17 | 1 | -0/+5 |
|
|
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -2/+2 |
|
|
* | Issue #11855: merge from 3.1 | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
|\ |
|
| * | Issue #11855: Apply missing formatting for urlretrieve | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
|
|
* | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+4 |
|
|
* | | Merge from 3.1 | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo in class name | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -12/+13 |
|
|
| * | Merged revisions 86528 via svnmerge from | Ezio Melotti | 2010-11-18 | 1 | -1/+1 |
|
|
| * | Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 85232 via svnmerge from | Senthil Kumaran | 2010-10-05 | 1 | -5/+5 |
|
|
| * | Merged revisions 85101 via svnmerge from | Antoine Pitrou | 2010-09-29 | 1 | -0/+4 |
|
|
| * | Merged revisions 83900 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 83106 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+2 |
|
|
| * | Merged revisions 82336 via svnmerge from | Senthil Kumaran | 2010-06-28 | 1 | -2/+2 |
|
|
| * | Merged revisions 81421 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
|
|
| * | Merged revisions 81418 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
|
|
| * | Merged revisions 81283 via svnmerge from | Senthil Kumaran | 2010-05-18 | 1 | -20/+0 |
|
|
| * | Merged revisions 80775 via svnmerge from | Senthil Kumaran | 2010-05-05 | 1 | -1/+1 |
|
|
| * | Merged revisions 80773 via svnmerge from | Senthil Kumaran | 2010-05-05 | 1 | -4/+4 |
|
|
| * | Merged revisions 80346 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -17/+24 |
|
|
| * | Merged revisions 80092 via svnmerge from | Senthil Kumaran | 2010-04-15 | 1 | -9/+25 |
|
|
| * | Merged revisions 78459 via svnmerge from | Senthil Kumaran | 2010-02-26 | 1 | -0/+8 |
|
|
| * | Merged revisions 77020 via svnmerge from | Senthil Kumaran | 2009-12-24 | 1 | -2/+2 |
|
|
| * | Manually merging the changes from r75476 | Senthil Kumaran | 2009-10-18 | 1 | -0/+8 |
|
|
| * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -19/+22 |
|
|
* | | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne... | Senthil Kumaran | 2011-02-11 | 1 | -2/+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 | -6/+10 |
|
|
* | | Move the urllib-inherited API to a distinguished section | Antoine Pitrou | 2010-12-15 | 1 | -156/+164 |
|
|
* | | Fix heading style inconsistencies. | Georg Brandl | 2010-11-29 | 1 | -3/+3 |
|
|
* | | Fix indentation bug. | Georg Brandl | 2010-11-29 | 1 | -9/+10 |
|
|
* | | #10455: fix typo | Ezio Melotti | 2010-11-18 | 1 | -1/+1 |
|
|
* | | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -0/+4 |
|
|
* | | Fixing some sphinx inline directives - detected using ``make check``. | Senthil Kumaran | 2010-10-15 | 1 | -1/+1 |
|
|
* | | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol | Senthil Kumaran | 2010-10-14 | 1 | -2/+6 |
|
|
* | | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -6/+20 |
|
|
* | | fix a typo. | Senthil Kumaran | 2010-10-05 | 1 | -2/+2 |
|
|
* | | Remove the references of FTPS from the urllib Documentation. There is no supp... | Senthil Kumaran | 2010-10-05 | 1 | -4/+3 |
|
|
* | | Lower the tone of the warning about SSL certificate validation. | Amaury Forgeot d'Arc | 2010-10-01 | 1 | -3/+4 |
|
|
* | | Issue #9983: warn that urllib and httplib don't perform SSL certificate valid... | Antoine Pitrou | 2010-09-29 | 1 | -0/+4 |
|
|