Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2net.py124 url = support.TEST_HTTP_URL
213 url = support.TEST_HTTP_URL
303 url = support.TEST_HTTP_URL
311 url = support.TEST_HTTP_URL
323 url = support.TEST_HTTP_URL
334 url = support.TEST_HTTP_URL
Dtest_urllibnet.py31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
33 f = urllib.request.urlopen(support.TEST_HTTP_URL)
Dtest_urllib.py851 urllib.request.urlretrieve(support.TEST_HTTP_URL,
870 urllib.request.urlretrieve(support.TEST_HTTP_URL)
/third_party/python/Misc/NEWS.d/
D3.8.0a2.rst405 Add test.support.TEST_HTTP_URL and replace references of
/third_party/python/Lib/test/support/
D__init__.py444 TEST_HTTP_URL = "http://www.pythontest.net" variable
/third_party/python/Doc/library/
Dtest.rst371 .. data:: TEST_HTTP_URL