summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2_localnet.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23788: Merge redundant test_bad_address() into test_urllibnetMartin Panter2015-12-161-29/+0
* remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-1/+0
* PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-031-2/+4
* Fix issue22245 - Fix urllib2_localnet test.Senthil Kumaran2014-08-221-1/+0
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-201-0/+83
* backout changeset 3435c5865cfc due to buildbot failures. Ref #8797Senthil Kumaran2014-08-161-83/+0
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-161-0/+83
* Run test_urllib2_localnet tests using unittest.main().Senthil Kumaran2014-04-151-7/+17
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
| * Cleanup this test's modification of os.environ in teardown (this alreadyGregory P. Smith2013-11-181-0/+3
* | #17564: merge with 3.3.Ezio Melotti2013-03-301-4/+26
|\ \ | |/ |/|
| * Issue #17107: Test client-side SNI support in urllib.request thanks to the ne...Antoine Pitrou2013-02-051-3/+25
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-1/+1
| |\
| | * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.Ezio Melotti2013-03-301-0/+5
|/ /
* | Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
|\ \ | |/ |/|
| * Issue #16702: Skip proxies for localhost in urllib2_localnet testsSenthil Kumaran2012-12-261-0/+2
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-161-0/+7
|/
* Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian...Antoine Pitrou2010-10-301-0/+1
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-13/+48
* Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608.Florent Xicluna2010-08-081-2/+22
* Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-081-11/+11
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-2/+6
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* Merged revisions 75855 via svnmerge fromAntoine Pitrou2009-10-271-2/+10
* Merged revisions 75111 via svnmerge fromR. David Murray2009-09-291-7/+18
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* Merged revisions 72777 via svnmerge fromCollin Winter2009-05-181-17/+21
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-5/+27
* Merged revisions 67777,67779 via svnmerge fromAntoine Pitrou2008-12-151-1/+1
* Make a new urllib package .Jeremy Hylton2008-06-181-108/+77
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-4/+4
* Create http package. #2883.Georg Brandl2008-05-261-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-1/+199
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-4/+5
* Fix up brokenness with hashing, now hashlib is strict in requiring bytes too.Guido van Rossum2007-08-291-4/+4
* Fix fallout from making __private variables in threading.py _protected.Guido van Rossum2007-08-211-3/+3
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-29/+11
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+310