Home
last modified time | relevance | path

Searched refs:TEST_HTTP_URL (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_urllib2net.py87 url = support.TEST_HTTP_URL
176 url = support.TEST_HTTP_URL
262 url = support.TEST_HTTP_URL
270 url = support.TEST_HTTP_URL
282 url = support.TEST_HTTP_URL
293 url = support.TEST_HTTP_URL
Dtest_urllibnet.py28 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
30 f = urllib.request.urlopen(support.TEST_HTTP_URL)
Dtest_urllib.py715 urllib.request.urlretrieve(support.TEST_HTTP_URL,
732 urllib.request.urlretrieve(support.TEST_HTTP_URL)
/external/python/cpython3/Misc/NEWS.d/
D3.7.3rc1.rst674 Add test.support.TEST_HTTP_URL and replace references of
/external/python/cpython3/Lib/test/support/
D__init__.py820 TEST_HTTP_URL = "http://www.pythontest.net" variable
/external/python/cpython3/Doc/library/
Dtest.rst359 .. data:: TEST_HTTP_URL