summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)Victor Stinner2017-06-201-0/+20
* Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-1/+2
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+12
* Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-161-2/+3
* Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2Serhiy Storchaka2014-09-061-22/+27
* Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-0/+13
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-1/+42
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-041-1/+17
* Added more tests for urllib utility functions.Serhiy Storchaka2015-03-021-13/+103
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-2/+2
* Issue #20270: urllib and urlparse now support empty ports.Serhiy Storchaka2014-01-181-0/+20
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.Senthil Kumaran2013-06-011-3/+3
* Add some tests in 2.7 for Issue #16250Senthil Kumaran2012-10-271-0/+21
* Fix Issue6631 - Disallow relative files paths in urllib*.open()Senthil Kumaran2012-01-211-0/+3
* - Issue #13642: Unquote before b64encoding user:password during BasicSenthil Kumaran2012-01-111-3/+51
* Port to 2.7 - issue 10817 - Fix urlretrieve function to raiseSenthil Kumaran2011-11-011-20/+71
* Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.Senthil Kumaran2011-09-131-0/+1
* Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-061-0/+3
* Fix Issue11474 - url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-141-0/+18
* Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-131-0/+10
* Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-0/+14
|\
| * Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+14
| |\
| | * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-0/+14
| | * Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+9
| * | Merged revisions 79047 via svnmerge fromSenthil Kumaran2010-03-291-0/+26
| * | Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+5
| * | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
| * | Fix for Issue7026. Making it self.env.unsetSenthil Kumaran2009-10-051-1/+1
| * | Fixing Issue6557. urllib.urlopen will quote the space character within urls.Senthil Kumaran2009-08-151-0/+12
| * | Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-8/+8
| * | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-3/+1
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* | | Reverting the checkin made in revision 82940, as it was adding new parameters...Senthil Kumaran2010-07-221-107/+0
* | | Fix Issue9301 - urllib.quote(None) to raise TypeErrorSenthil Kumaran2010-07-191-0/+1
* | | Fixing Issue1712522 - urllib.quote to support Unicode. The defaultSenthil Kumaran2010-07-181-0/+107
* | | Fix for Issue8135 - urllib.unquote to support mixed percent escapesSenthil Kumaran2010-03-181-0/+26
* | | Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")Senthil Kumaran2010-02-201-1/+5
* | | use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-9/+8
* | | use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+2
* | | Fix for Issue7026. For the Error - RuntimeError: dictionary changed size duri...Senthil Kumaran2010-01-081-1/+1
* | | Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+1
* | | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+9
* | | That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.Senthil Kumaran2009-10-011-1/+1
* | | using dict.unset(k) instead of del dict[k]. consistent with release26-maintSenthil Kumaran2009-10-011-1/+1
* | | Fix for issue7026 test_urllib: unsetting missing 'env' variable.Senthil Kumaran2009-10-011-1/+1
* | | convert usage of fail* to assert*Benjamin Peterson2009-06-301-13/+13
* | | Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-1/+1