| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 1 | -0/+35 |
|
|
* | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -5/+0 |
|
|
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp... | Senthil Kumaran | 2012-07-08 | 1 | -0/+5 |
|
|
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
|
|
* | | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
|
|
* | | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe... | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 |
|
|
* | | Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError | Senthil Kumaran | 2011-10-31 | 1 | -27/+82 |
|
|
* | | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -0/+4 |
|
|
* | | Add the quote_plus call in the test. | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
|
|
* | | Fix closes issue12698 - make the no_proxy environment variable handling a bit... | Senthil Kumaran | 2011-08-06 | 1 | -1/+3 |
|
|
* | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -2/+3 |
|
|
* | | merge from 3.1 | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
|
|
* | | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Fix Issue11703 - urllib2.geturl() does not return correct url when the origin... | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
|
|
* | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+16 |
|
|
* | | Call unfakehttp in order to close connection while opening the connection thr... | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
|
|
* | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 1 | -1/+6 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 85489-85490 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
|
|
| * | Fix issue 10094, by narrowing down the test for PROXY environment variables. | Barry Warsaw | 2010-10-14 | 1 | -1/+1 |
|
|
| * | Fix test failure with -bb, because of r84040. | Florent Xicluna | 2010-08-14 | 1 | -1/+3 |
|
|
| * | Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from | Florent Xicluna | 2010-08-14 | 1 | -5/+11 |
|
|
| * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -2/+2 |
|
|
| * | Merged revisions 83415 via svnmerge from | Senthil Kumaran | 2010-08-01 | 1 | -0/+11 |
|
|
| * | Merged revisions 82510 via svnmerge from | Senthil Kumaran | 2010-07-03 | 1 | -0/+110 |
|
|
| * | Merged revisions 78270 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+5 |
|
|
| * | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -0/+4 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -13/+13 |
|
|
* | | Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` | Antoine Pitrou | 2010-12-17 | 1 | -3/+20 |
|
|
* | | Oops | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | | Really fix bug | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
|
|
* | | Fix issue 10094, by narrowing down the test for PROXY environment variables. | Barry Warsaw | 2010-10-14 | 1 | -1/+1 |
|
|
* | | Silence BytesWarning while testing exception | Florent Xicluna | 2010-08-14 | 1 | -1/+2 |
|
|
* | | Use unittest specific methods for some urllib test cases. And replace urllib... | Florent Xicluna | 2010-08-08 | 1 | -2/+2 |
|
|
* | | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -2/+6 |
|
|
* | | Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication | Senthil Kumaran | 2010-08-01 | 1 | -0/+11 |
|
|
* | | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. | Florent Xicluna | 2010-07-31 | 1 | -0/+1 |
|
|
* | | Make urllib tests pass for now. Will figure out what the correct semantics s... | Georg Brandl | 2010-07-31 | 1 | -4/+4 |
|
|
* | | Fix issue9301 - handle unquote({}) kind of case. | Senthil Kumaran | 2010-07-30 | 1 | -1/+3 |
|
|
* | | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f... | Senthil Kumaran | 2010-07-19 | 1 | -0/+3 |
|
|
* | | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -0/+110 |
|
|
* | | Merged revisions 78268 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+5 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+8 |
|
|
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -3/+2 |
|
|
* | | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -0/+4 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
|/ |
|