summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-3/+4
* Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-231-10/+26
* replace threw with raised (#16714)Andrew Svetlov2012-12-191-1/+1
* revert the changes done in d931a3b64fd6 - buildbot failure.Senthil Kumaran2012-07-081-6/+0
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+6
* Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-7/+9
* Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authe...Senthil Kumaran2012-05-151-0/+16
* Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-071-0/+11
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+1
* Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTPVictor Stinner2011-06-171-0/+5
* Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.Senthil Kumaran2011-04-121-1/+14
* Merge urllib/urllib2 security fix from 2.6 branch.guido@google.com2011-03-291-0/+22
|\
| * Merge urllib/urllib2 security fix from 2.5 branch.guido@google.com2011-03-291-0/+22
| |\
| | * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-0/+21
| | * Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-0/+6
| | * Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-121-0/+6
| | * Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-201-7/+70
| * | Merged revisions 82782 via svnmerge fromSenthil Kumaran2010-07-111-0/+3
| * | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-1/+0
| * | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
| * | Reverting the changes made in r78432. Discussed in the tracker issue7540.Senthil Kumaran2010-03-041-1/+0
| * | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+1
| * | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+2
| * | Merged revisions 77411 via svnmerge fromSenthil Kumaran2010-01-101-3/+6
| * | Merged revisions 77014 via svnmerge fromBenjamin Peterson2009-12-241-3/+8
| * | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-31/+74
| * | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-0/+16
| * | Backporting the changes made in revision 72880 as fix for Issue1424152.Senthil Kumaran2009-07-261-0/+15
| * | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
| * | Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-...Benjamin Peterson2008-12-211-1/+47
* | | Merged revisions 87895 via svnmerge fromBenjamin Peterson2011-01-121-1/+1
* | | Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-0/+19
* | | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* | | Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-201-5/+15
* | | Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-0/+10
* | | Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-0/+3
* | | Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...Senthil Kumaran2010-06-011-1/+0
* | | Fix Issue8656 - urllib2 mangles file://-scheme URLsSenthil Kumaran2010-05-081-1/+2
* | | In a number of places code still reversRonald Oussoren2010-05-051-3/+1
* | | Reverting the change made in r78431.Senthil Kumaran2010-03-071-1/+0
* | | Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-241-0/+1
* | | Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-241-1/+2
* | | use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* | | use assert[Not]In where appropriateEzio Melotti2010-01-231-9/+9
* | | Fixed issue7648 - test_urllib2 fails on Windows if not run from C:Senthil Kumaran2010-01-101-3/+6
* | | fix alleged refleakBenjamin Peterson2009-12-241-3/+8
* | | Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-201-31/+74
* | | Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-111-0/+16
* | | Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* | | convert usage of fail* to assert*Benjamin Peterson2009-06-301-29/+29