summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2_localnet.py
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)Nikita Sobolev2023-09-161-2/+2
* gh-105407: Remove unused imports (#105554)Victor Stinner2023-06-091-1/+0
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-061-25/+0
* gh-87497: Document that urllib.request sends headers in camel case (GH-24661)Alix Lourme2022-04-141-0/+9
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-0/+3
* bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...Nikita Sobolev2022-02-071-0/+18
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-1/+1
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-10/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21452)Hai Shi2020-08-041-3/+3
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-2/+3
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Christian Heimes2020-05-221-1/+1
* bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)Hai Shi2020-04-291-1/+2
* bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)Christian Heimes2019-09-251-0/+1
* bpo-37421: urllib.request tests call urlcleanup() (GH-14529)Victor Stinner2019-07-021-0/+3
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-16/+12
* bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)Bradley Laney2018-07-101-1/+1
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-1/+1
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-1/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* test_urllib2_localnet: clear server variable (#2510)Victor Stinner2017-06-301-4/+13
* support.threading_cleanup() log a warning on fail (#1195)Victor Stinner2017-04-201-1/+1
* Issue #28435: Merge urllib test fixes from 3.5 into 3.6Martin Panter2016-10-221-0/+9
|\
| * Issue #28435: Avoid no_proxy environment variable interfering with testsMartin Panter2016-10-221-0/+9
| * Issue #26620: Fix ResourceWarning in test_urllib2_localnetMartin Panter2016-10-221-21/+18
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-16/+18
* | Closes #26620: Fix ResourceWarning in test_urllib2_localnetVictor Stinner2016-03-241-21/+18
|/
* 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-291-0/+5
|\ \ | |/
| * #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.Ezio Melotti2013-03-291-0/+5
* | 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-0/+2
|\ \ | |/
| * 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
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/ /
* | 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