Home
last modified time | relevance | path

Searched refs:urlretrieve (Results 1 – 18 of 18) sorted by relevance

/third_party/python/PCbuild/
Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
Dget_external.py9 from urllib.request import urlretrieve
19 filename, headers = urlretrieve(
Dfind_python.bat56 @%_Py_HOST_PYTHON% -E "%~dp0\urlretrieve.py" "%_Py_NUGET_URL%" "%_Py_NUGET%"
/third_party/python/Lib/test/
Dtest_urllibnet.py159 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
162 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
170 with self.urlretrieve(self.logo) as (file_location, info):
179 with self.urlretrieve(self.logo,
188 with self.urlretrieve(self.logo) as (file_location, info):
195 with self.urlretrieve(self.logo) as (file_location, fileheaders):
209 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
Dtest_urllib.py750 result = urllib.request.urlretrieve("file:%s" % os_helper.TESTFN)
760 result = urllib.request.urlretrieve(self.constructLocalFileUrl(
784 urllib.request.urlretrieve(
794 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName),
807 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName),
821 urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName),
851 urllib.request.urlretrieve(support.TEST_HTTP_URL,
870 urllib.request.urlretrieve(support.TEST_HTTP_URL)
/third_party/python/Tools/peg_generator/scripts/
Ddownload_pypi_packages.py8 from urllib.request import urlretrieve
34 urlretrieve(url, os.path.join("data", f"{package_name}.json"))
45 urlretrieve(url, os.path.join("data", "pypi", filename))
/third_party/flutter/skia/tools/svg/
Dsvg_downloader.py24 urllib.urlretrieve(svg_url, dest_file)
/third_party/skia/tools/svg/
Dsvg_downloader.py39 urllib.urlretrieve(file_url, dest_file)
/third_party/boost/libs/unordered/ci/
Ddownload-boost-snapshot.py32 (filename, headers) = urllib.urlretrieve(download_url)
/third_party/python/Doc/library/
Durllib.error.rst61 This exception is raised when the :func:`~urllib.request.urlretrieve`
Durllib.request.rst1355 .. function:: urlretrieve(url, filename=None, reporthook=None, data=None)
1376 >>> local_filename, headers = urllib.request.urlretrieve('http://python.org/')
1386 :func:`urlretrieve` will raise :exc:`ContentTooShortError` when it detects that
1392 urlretrieve reads more data, but if less data is available, it raises the
1398 If no *Content-Length* header was supplied, urlretrieve can not check the size
1405 calls to :func:`urlretrieve`.
1535 * The caching feature of :func:`urlretrieve` has been disabled until someone
1544 * The :func:`urlopen` and :func:`urlretrieve` functions can cause arbitrarily
1553 * The data returned by :func:`urlopen` or :func:`urlretrieve` is the raw data
Dvenv.rst281 from urllib.request import urlretrieve
356 urlretrieve(url, distpath)
/third_party/flutter/skia/tools/skqp/
Dcut_release.py26 urllib.urlretrieve(url, tmp + '/' + url[url.rindex('/') + 1:])
/third_party/skia/tools/skqp/
Dcut_release.py30 urllib.urlretrieve(url, tmp + '/' + url[url.rindex('/') + 1:])
/third_party/python/Tools/unicode/
Dmakeunicodedata.py900 urllib.request.urlretrieve(url, filename=local)
/third_party/python/Lib/urllib/
Drequest.py223 def urlretrieve(url, filename=None, reporthook=None, data=None): function
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst4213 temporary files created by ``urlretrieve()`` tests and to clear the
/third_party/python/Misc/
DHISTORY5683 urllib.request.urlretrieve API now properly supplies a constant non-zero
5743 - Issue #10836: Fix exception raised when file not found in urlretrieve
9079 - Issue #10817: Fix urlretrieve function to raise ContentTooShortError even
19121 - Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook
19129 - Patch #1062060: urllib.urlretrieve() now raises a new exception, named
28667 urlretrieve(); commented out gopher test (the test site is dead).
32208 Netscape (why be different). it also supports urlretrieve() with a