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
*
[3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...
Miss Islington (bot)
2019-09-25
1
-0/+1
*
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
*
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
[next]