| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Fixes issue #16409: The reporthook callback made by the legacy | Gregory P. Smith | 2012-11-10 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fixes issue #16409: The reporthook callback made by the legacy | Gregory P. Smith | 2012-11-10 | 1 | -2/+2 |
|
|
| * | | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 1 | -15/+15 |
| |\ \
| | |/ |
|
| | * | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 1 | -18/+15 |
|
|
| | * | Fix issue #16270: urllib may hang when used for retrieving files via FTP by u... | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 |
|
|
| * | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by u... | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 |
|
|
* | | | 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 | -13/+13 |
|
|
* | | | Issue #10836: Fix exception raised when file not found in urlretrieve | Senthil Kumaran | 2012-10-21 | 1 | -2/+2 |
|
|
* | | | Issue #12692: Fix resource leak in urllib.request. | Nadeem Vawda | 2012-10-21 | 1 | -0/+6 |
|
|
* | | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by u... | Giampaolo Rodola' | 2012-10-19 | 1 | -6/+0 |
|/ / |
|
* | | Closes #9374: merge with 3.2 | Georg Brandl | 2012-08-24 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Closes #9374: add back now-unused module attributes; removing them is a backw... | Georg Brandl | 2012-08-24 | 1 | -0/+10 |
|
|
* | | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | revert the changes done for issue14826 - quoting witin Request is not desirable. | Senthil Kumaran | 2012-07-09 | 1 | -1/+0 |
|
|
* | | issue 14826 - Address the buildbot failure quote of url is the required chang... | Senthil Kumaran | 2012-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue 14826 - Address the buildbot failure ( explanation msg164973) | Senthil Kumaran | 2012-07-08 | 1 | -1/+1 |
|
|
* | | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp... | Senthil Kumaran | 2012-07-08 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp... | Senthil Kumaran | 2012-07-08 | 1 | -1/+2 |
|
|
* | | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | urllib.parse cleanup. rename keywords used as variables | Senthil Kumaran | 2012-06-29 | 1 | -7/+7 |
|
|
| * | Partial backport of 612f34e31270: fix spacing error in exception message. | Georg Brandl | 2012-06-24 | 1 | -2/+2 |
|
|
* | | urllib.request: fix spacing errors in exception/warning messages. | Georg Brandl | 2012-06-24 | 1 | -5/+5 |
|
|
* | | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ... | Senthil Kumaran | 2012-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ... | Senthil Kumaran | 2012-05-26 | 1 | -1/+1 |
|
|
* | | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14036: return None when port in urlparse cross 65535 | Senthil Kumaran | 2012-05-24 | 1 | -0/+3 |
|
|
* | | #14072: merge with 3.2. | Ezio Melotti | 2012-05-19 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | #14072: Fix parsing of tel URIs in urlparse by making the check for ports str... | Ezio Melotti | 2012-05-19 | 1 | -6/+6 |
|
|
* | | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 1 | -9/+2 |
|
|
* | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ... | Antoine Pitrou | 2012-05-16 | 1 | -4/+7 |
|
|
* | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 1 | -0/+4 |
|
|
* | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H... | Senthil Kumaran | 2012-05-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent... | Senthil Kumaran | 2012-05-15 | 1 | -1/+1 |
|
|
* | | Explain the use of charset parameter with Content-Type header: issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -2/+3 |
|
|
* | | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur... | Senthil Kumaran | 2012-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. | Senthil Kumaran | 2012-03-15 | 1 | -1/+1 |
|
|
* | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -8/+26 |
|
|
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,... | Senthil Kumaran | 2012-03-14 | 1 | -8/+72 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
|
|
* | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d... | Senthil Kumaran | 2012-01-14 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe... | Senthil Kumaran | 2012-01-14 | 1 | -3/+2 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2012-01-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue13696 - Fix 302 Redirection for Relative urls. | Senthil Kumaran | 2012-01-04 | 1 | -2/+2 |
|
|
* | | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 1 | -2/+0 |
|
|