| Commit message (Expand) | Author | Age | Files | Lines |
* | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 1 | -15/+0 |
|\ |
|
| * | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 1 | -15/+0 |
|
|
| * | backport context argument of urlopen (#22366) for pep 476 | Senthil Kumaran | 2014-09-19 | 1 | -0/+8 |
|
|
* | | Fix test_urllib without the ssl module | Antoine Pitrou | 2014-11-02 | 1 | -1/+5 |
|
|
* | | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) | Senthil Kumaran | 2014-09-19 | 1 | -0/+8 |
|
|
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalid | Serhiy Storchaka | 2014-09-06 | 1 | -27/+32 |
|\ \
| |/ |
|
| * | Issue #19524: Fixed resource leak in the HTTP connection when an invalid | Serhiy Storchaka | 2014-09-06 | 1 | -27/+32 |
|
|
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -1/+1 |
|/ |
|
* | in ftp cache pruning, avoid changing the size of a dict while iterating over ... | Benjamin Peterson | 2014-06-07 | 1 | -1/+31 |
|
|
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -2/+2 |
|\ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -2/+2 |
|
|
* | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
| * | normalize whitespace | Senthil Kumaran | 2013-04-11 | 1 | -2/+2 |
|
|
* | | normalize whitespace. caught by hook | Senthil Kumaran | 2013-04-11 | 1 | -2/+2 |
|
|
* | | merge from 3.3 | Senthil Kumaran | 2013-04-11 | 1 | -18/+58 |
|\ \
| |/ |
|
| * | #5609 - test_urllib coverage for url2pathname and pathname2url. Patch | Senthil Kumaran | 2013-04-11 | 1 | -17/+56 |
|
|
* | | Merge DeprecationWarnings silencing in test_urllib from 3.3. | Ezio Melotti | 2013-02-21 | 1 | -9/+14 |
|\ \
| |/ |
|
| * | Silence DeprecationWarnings in test_urllib. | Ezio Melotti | 2013-02-21 | 1 | -9/+14 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -5/+5 |
|
|
* | | Issue #16423: urllib.request now has support for ``data:`` URLs. | Antoine Pitrou | 2012-11-24 | 1 | -0/+74 |
|
|
* | | Fix test_urllib broken by my previous commits. The assumptions it was | Gregory P. Smith | 2012-11-10 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Fix test_urllib broken by my previous commits. The assumptions it was | Gregory P. Smith | 2012-11-10 | 1 | -4/+5 |
|
|
| * | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 1 | -1/+34 |
| |\ |
|
| | * | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 1 | -0/+35 |
|
|
* | | | Fix the windows buildbot permission error - close the fd of tempfile beffore ... | Senthil Kumaran | 2012-10-23 | 1 | -6/+7 |
|
|
* | | | Fix issue16300: addressing the buildbot failures on windows | Senthil Kumaran | 2012-10-23 | 1 | -2/+1 |
|
|
* | | | skip the file localhost test on windows. Fix it on branch and modify the test | Senthil Kumaran | 2012-10-23 | 1 | -0/+1 |
|
|
* | | | Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch ... | Senthil Kumaran | 2012-10-23 | 1 | -1/+2 |
|
|
* | | | Issue #16301: Fix the localhost verification in urllib/request.py for file://... | Senthil Kumaran | 2012-10-22 | 1 | -1/+1 |
|
|
* | | | Issue #16250: Fix the invocations of URLError which had misplaced filename at... | Senthil Kumaran | 2012-10-22 | 1 | -2/+30 |
|
|
* | | | Issue #10836: Fix exception raised when file not found in urlretrieve | Senthil Kumaran | 2012-10-21 | 1 | -0/+5 |
|/ / |
|
* | | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp... | Senthil Kumaran | 2012-07-08 | 1 | -0/+5 |
|
|
* | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -0/+4 |
|
|
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,... | Senthil Kumaran | 2012-03-14 | 1 | -17/+17 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
|
|
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d... | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 |
|\ \ \
| |/ / |
|
| * | | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe... | Senthil Kumaran | 2012-01-14 | 1 | -2/+31 |
|
|
* | | | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT... | Senthil Kumaran | 2011-10-31 | 1 | -27/+82 |
|\ \ \
| |/ / |
|
| * | | Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError | Senthil Kumaran | 2011-10-31 | 1 | -27/+82 |
|
|
* | | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m... | Senthil Kumaran | 2011-10-16 | 1 | -0/+23 |
|
|
* | | | merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 1 | -0/+4 |
|
|