| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28435: Merge urllib test fixes from 3.5 into 3.6 | Martin Panter | 2016-10-22 | 1 | -16/+18 |
|\ |
|
| * | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -16/+18 |
| * | Closes #26620: Fix ResourceWarning in test_urllib2_localnet | Victor Stinner | 2016-03-24 | 1 | -21/+18 |
* | | Issue #28435: Avoid no_proxy environment variable interfering with tests | Martin Panter | 2016-10-22 | 1 | -0/+9 |
* | | Issue #26620: Fix ResourceWarning in test_urllib2_localnet | Martin Panter | 2016-10-22 | 1 | -21/+18 |
|/ |
|
* | Issue #23788: Merge redundant test_bad_address() into test_urllibnet | Martin Panter | 2015-12-16 | 1 | -29/+0 |
* | remove extra ssl imports (closes #23053) | Benjamin Peterson | 2014-12-15 | 1 | -1/+0 |
* | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -2/+4 |
* | Fix issue22245 - Fix urllib2_localnet test. | Senthil Kumaran | 2014-08-22 | 1 | -1/+0 |
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ... | Senthil Kumaran | 2014-08-20 | 1 | -0/+83 |
* | backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 | Senthil Kumaran | 2014-08-16 | 1 | -83/+0 |
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ... | Senthil Kumaran | 2014-08-16 | 1 | -0/+83 |
* | Run test_urllib2_localnet tests using unittest.main(). | Senthil Kumaran | 2014-04-15 | 1 | -7/+17 |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| * | Cleanup this test's modification of os.environ in teardown (this already | Gregory P. Smith | 2013-11-18 | 1 | -0/+3 |
* | | #17564: merge with 3.3. | Ezio Melotti | 2013-03-30 | 1 | -4/+26 |
|\ \
| |/
|/| |
|
| * | Issue #17107: Test client-side SNI support in urllib.request thanks to the ne... | Antoine Pitrou | 2013-02-05 | 1 | -3/+25 |
| * | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 1 | -1/+1 |
| |\ |
|
| | * | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | | | #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. | Ezio Melotti | 2013-03-30 | 1 | -0/+5 |
|/ / |
|
* | | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 1 | -0/+2 |
* | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ... | Antoine Pitrou | 2012-05-16 | 1 | -0/+7 |
|/ |
|
* | Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian... | Antoine Pitrou | 2010-10-30 | 1 | -0/+1 |
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -13/+48 |
* | Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608. | Florent Xicluna | 2010-08-08 | 1 | -2/+22 |
* | Use unittest specific methods for some urllib test cases. And replace urllib... | Florent Xicluna | 2010-08-08 | 1 | -11/+11 |
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+1 |
* | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -2/+6 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
* | Merged revisions 75855 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -2/+10 |
* | Merged revisions 75111 via svnmerge from | R. David Murray | 2009-09-29 | 1 | -7/+18 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
* | Merged revisions 72777 via svnmerge from | Collin Winter | 2009-05-18 | 1 | -17/+21 |
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -5/+27 |
* | Merged revisions 67777,67779 via svnmerge from | Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -108/+77 |
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -4/+4 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -8/+8 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -1/+199 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Convert the socket module to insist on bytes for input, and to return bytes | Guido van Rossum | 2007-11-21 | 1 | -4/+5 |
* | Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. | Guido van Rossum | 2007-08-29 | 1 | -4/+4 |
* | Fix fallout from making __private variables in threading.py _protected. | Guido van Rossum | 2007-08-21 | 1 | -3/+3 |
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -29/+11 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+310 |