| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Issue6631 - Disallow relative files paths in urllib*.open() | Senthil Kumaran | 2012-01-21 | 1 | -0/+3 |
|
|
* | - Issue #13642: Unquote before b64encoding user:password during Basic | Senthil Kumaran | 2012-01-10 | 1 | -3/+51 |
|
|
* | Port to 2.7 - issue 10817 - Fix urlretrieve function to raise | Senthil Kumaran | 2011-10-31 | 1 | -20/+71 |
|
|
* | Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. | 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 | -0/+3 |
|
|
* | Fix Issue11474 - url2pathname() handling of '/C|/' on Windows | Senthil Kumaran | 2011-04-14 | 1 | -0/+18 |
|
|
* | Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. | Senthil Kumaran | 2011-04-12 | 1 | -0/+10 |
|
|
* | Merge issue 11662 from 2.6. | Guido van Rossum | 2011-03-29 | 1 | -0/+14 |
|\ |
|
| * | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 1 | -0/+14 |
| |\ |
|
| | * | Add tests for the urllib[2] vulnerability. Change to raise exceptions. | guido@google.com | 2011-03-28 | 1 | -0/+14 |
|
|
| | * | Bug #767111: fix long-standing bug in urllib which caused an | Georg Brandl | 2007-03-14 | 1 | -0/+9 |
|
|
| * | | Merged revisions 79047 via svnmerge from | Senthil Kumaran | 2010-03-29 | 1 | -0/+26 |
|
|
| * | | Merged revisions 78268 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+5 |
|
|
| * | | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
| * | | Fix for Issue7026. Making it self.env.unset | Senthil Kumaran | 2009-10-05 | 1 | -1/+1 |
|
|
| * | | Fixing Issue6557. urllib.urlopen will quote the space character within urls. | Senthil Kumaran | 2009-08-15 | 1 | -0/+12 |
|
|
| * | | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -8/+8 |
|
|
| * | | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -3/+1 |
|
|
* | | | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -1/+1 |
|
|
* | | | Reverting the checkin made in revision 82940, as it was adding new parameters... | Senthil Kumaran | 2010-07-22 | 1 | -107/+0 |
|
|
* | | | Fix Issue9301 - urllib.quote(None) to raise TypeError | Senthil Kumaran | 2010-07-19 | 1 | -0/+1 |
|
|
* | | | Fixing Issue1712522 - urllib.quote to support Unicode. The default | Senthil Kumaran | 2010-07-18 | 1 | -0/+107 |
|
|
* | | | Fix for Issue8135 - urllib.unquote to support mixed percent escapes | Senthil Kumaran | 2010-03-18 | 1 | -0/+26 |
|
|
* | | | Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") | Senthil Kumaran | 2010-02-20 | 1 | -1/+5 |
|
|
* | | | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -9/+8 |
|
|
* | | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -3/+2 |
|
|
* | | | Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | | | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -9/+1 |
|
|
* | | | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+9 |
|
|
* | | | That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
|
|
* | | | using dict.unset(k) instead of del dict[k]. consistent with release26-maint | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
|
|
* | | | Fix for issue7026 test_urllib: unsetting missing 'env' variable. | Senthil Kumaran | 2009-10-01 | 1 | -1/+1 |
|
|
* | | | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
|
|
* | | | Make test.test_support.EnvironmentVarGuard behave like a dictionary. | Walter Dörwald | 2009-05-01 | 1 | -1/+1 |
|
|
* | | | Use test.test_support.EnvironmentVarGuard where tests change environment vars. | Walter Dörwald | 2009-04-26 | 1 | -8/+8 |
|
|
* | | | Fix for the Issue918368 - urllib doesn't correct server returned urls | Senthil Kumaran | 2009-04-21 | 1 | -0/+13 |
|
|
* | | | Fix for bugs: Issue4675 and Issue4962. | Senthil Kumaran | 2009-03-30 | 1 | -0/+17 |
|
|
* | | | make sure to call iteritems() | Benjamin Peterson | 2008-10-21 | 1 | -3/+1 |
|/ / |
|
* | | #3879 fix a regression in urllib.getproxies_environment | Benjamin Peterson | 2008-09-21 | 1 | -0/+26 |
|
|
* | | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -1/+1 |
|
|
* | | Handle urllib's renaming for Python 3.0: | Brett Cannon | 2008-07-02 | 1 | -10/+14 |
|
|
* | | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -16/+24 |
|
|
* | | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -4/+0 |
|
|
* | | #1178141: add addinfourl.code to get http status code from urllib. | Georg Brandl | 2008-01-20 | 1 | -1/+6 |
|
|
* | | Change docstrings to comments so test output will display normally. | Kurt B. Kaiser | 2008-01-02 | 1 | -3/+3 |
|
|
* | | Issue1177 | Kurt B. Kaiser | 2008-01-02 | 1 | -0/+13 |
|
|
* | | Get test passing again by commenting out the reference to the test class. | Neal Norwitz | 2007-05-25 | 1 | -1/+1 |
|
|
* | | Commenting out the tests until find out who can test them in | Facundo Batista | 2007-05-25 | 1 | -61/+69 |
|
|
* | | Fixing stupid error, and introducing a sleep, to see if the | Facundo Batista | 2007-05-25 | 1 | -1/+1 |
|
|