index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urllib2_localnet.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-2/+2
*
gh-105407: Remove unused imports (#105554)
Victor Stinner
2023-06-09
1
-1/+0
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
1
-25/+0
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme
2022-04-14
1
-0/+9
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+3
*
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...
Nikita Sobolev
2022-02-07
1
-0/+18
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
1
-1/+1
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-10/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
Hai Shi
2020-08-04
1
-3/+3
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-2/+3
*
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Christian Heimes
2020-05-22
1
-1/+1
*
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Hai Shi
2020-04-29
1
-1/+2
*
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
Christian Heimes
2019-09-25
1
-0/+1
*
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner
2019-07-02
1
-0/+3
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-16/+12
*
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Bradley Laney
2018-07-10
1
-1/+1
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-1/+1
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+1
*
test_urllib2_localnet: clear server variable (#2510)
Victor Stinner
2017-06-30
1
-4/+13
*
support.threading_cleanup() log a warning on fail (#1195)
Victor Stinner
2017-04-20
1
-1/+1
*
Issue #28435: Merge urllib test fixes from 3.5 into 3.6
Martin Panter
2016-10-22
1
-0/+9
|
\
|
*
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 #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 #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-29
1
-0/+5
|
\
\
|
|
/
|
*
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
Ezio Melotti
2013-03-29
1
-0/+5
*
|
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
-0/+2
|
\
\
|
|
/
|
*
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
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
|
/
/
*
|
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
[next]