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
* Backporing the fix from Issue #12692Senthil Kumaran2013-12-291-0/+1
* #17648 - convert test_urllib2.py doctests to unittestsSenthil Kumaran2013-04-091-210/+186
* #17471 - merge from 3.2Senthil Kumaran2013-03-191-1/+7
|\
| * #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...Senthil Kumaran2013-03-191-1/+9
* | #17471 - merge from 3.2Senthil Kumaran2013-03-191-0/+3
|\ \ | |/
| * #17471 - Improve urllib2 test coverage. Patch contributed by Daniel WozniakSenthil Kumaran2013-03-191-0/+3
* | merge from 3.2Senthil Kumaran2012-12-231-12/+28
|\ \ | |/
| * 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
|\ \ | |/
| * replace threw with raised (#16714)Andrew Svetlov2012-12-191-1/+1
* | Fix Issue 15743 - improve urllib tests by removing deprecated method usages. ...Senthil Kumaran2012-08-201-31/+33
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-5/+6
|\ \ | |/
| * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-5/+6
* | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-151-0/+15
|\ \ | |/
| * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+15
* | code improvement. 'as cm' not required when not used. Review comment by Georg...Senthil Kumaran2012-04-121-7/+7
* | use assertWarns instead of check_warnings - Issue14341Senthil Kumaran2012-04-111-7/+9
* | Fix the buildbot breakdown - issue 10050Senthil Kumaran2012-03-141-2/+0
* | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-141-4/+19
* | merge from 3.2Senthil Kumaran2012-01-041-0/+13
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-0/+13
* | Corrected order of parameters to HTTPError in test_urllib2.py.Jason R. Coombs2011-12-041-1/+1
* | Pass positional arguments - HTTPError is not accepting keyword arguments. Ref...Jason R. Coombs2011-12-041-1/+3
* | Merged fix for #13211 from 3.2Jason R. Coombs2011-12-031-0/+11
|\ \ | |/
| * Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-071-0/+11
* | Fix test_urllib2 error on Windows in relation with issue #13287.Florent Xicluna2011-11-041-0/+4
* | issue13287 - Define __all__ for urllib.request and urllib.error and expose onlySenthil Kumaran2011-11-011-0/+12
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Merge: #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+1
|\ \ | |/
| * Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+1
* | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-171-0/+3
|\ \ | |/
| * Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-171-0/+3
* | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-111-0/+24
* | merge from 3.2Senthil Kumaran2011-04-121-1/+14
|\ \ | |/
| * merge from 3.1Senthil Kumaran2011-04-121-1/+14
| |\
| | * Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-121-1/+14
* | | Merge Issue 11662 from 3.2 branch.guido@google.com2011-03-291-0/+24
|\ \ \ | |/ /
| * | Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+24
| |\ \ | | |/
| | * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+24
* | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
|\ \ \ | |/ /
| * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
| |\ \ | | |/
| | * Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
| | * Merged revisions 87895 via svnmerge fromBenjamin Peterson2011-01-121-1/+1
| | * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-0/+19
| | * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-181-5/+15
| | * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-24/+23
| | * Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-0/+10
| | * Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-0/+3