Home
last modified time | relevance | path

Searched full:urllib3 (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/python/google-auth-library-python/google/auth/transport/
Durllib3.py15 """Transport adapter for urllib3."""
23 # Certifi is Mozilla's certificate bundle. Urllib3 needs a certificate bundle
26 # http://urllib3.readthedocs.io/en/latest/user-guide.html\
35 import urllib3
41 "The urllib3 library is not installed, please install the "
42 "urllib3 package to use the urllib3 transport."
47 import urllib3.exceptions # pylint: disable=ungrouped-imports
58 """urllib3 transport response adapter.
61 response (urllib3.response.HTTPResponse): The raw urllib3 response.
81 """urllib3 request adapter.
[all …]
/aosp_15_r20/external/python/cpython2/Lib/ensurepip/_bundled/
Dpip-10.0.1-py2.py3-none-any.whlpip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/
D__init__.py80 vendored("requests.packages.urllib3")
81 vendored("requests.packages.urllib3._collections")
82 vendored("requests.packages.urllib3.connection")
83 vendored("requests.packages.urllib3.connectionpool")
84 vendored("requests.packages.urllib3.contrib")
85 vendored("requests.packages.urllib3.contrib.ntlmpool")
86 vendored("requests.packages.urllib3.contrib.pyopenssl")
87 vendored("requests.packages.urllib3.exceptions")
88 vendored("requests.packages.urllib3.fields")
89 vendored("requests.packages.urllib3.filepost")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/
D__init__.py80 vendored("requests.packages.urllib3")
81 vendored("requests.packages.urllib3._collections")
82 vendored("requests.packages.urllib3.connection")
83 vendored("requests.packages.urllib3.connectionpool")
84 vendored("requests.packages.urllib3.contrib")
85 vendored("requests.packages.urllib3.contrib.ntlmpool")
86 vendored("requests.packages.urllib3.contrib.pyopenssl")
87 vendored("requests.packages.urllib3.exceptions")
88 vendored("requests.packages.urllib3.fields")
89 vendored("requests.packages.urllib3.filepost")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/
D__init__.py80 vendored("requests.packages.urllib3")
81 vendored("requests.packages.urllib3._collections")
82 vendored("requests.packages.urllib3.connection")
83 vendored("requests.packages.urllib3.connectionpool")
84 vendored("requests.packages.urllib3.contrib")
85 vendored("requests.packages.urllib3.contrib.ntlmpool")
86 vendored("requests.packages.urllib3.contrib.pyopenssl")
87 vendored("requests.packages.urllib3.exceptions")
88 vendored("requests.packages.urllib3.fields")
89 vendored("requests.packages.urllib3.filepost")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/
D__init__.py80 vendored("requests.packages.urllib3")
81 vendored("requests.packages.urllib3._collections")
82 vendored("requests.packages.urllib3.connection")
83 vendored("requests.packages.urllib3.connectionpool")
84 vendored("requests.packages.urllib3.contrib")
85 vendored("requests.packages.urllib3.contrib.ntlmpool")
86 vendored("requests.packages.urllib3.contrib.pyopenssl")
87 vendored("requests.packages.urllib3.exceptions")
88 vendored("requests.packages.urllib3.fields")
89 vendored("requests.packages.urllib3.filepost")
[all …]
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/
Dtest_urllib3.py22 import urllib3
28 import google.auth.transport.urllib3
35 http = urllib3.PoolManager()
36 return google.auth.transport.urllib3.Request(http)
39 http = mock.create_autospec(urllib3.PoolManager)
40 request = google.auth.transport.urllib3.Request(http)
47 http = google.auth.transport.urllib3._make_default_http()
51 @mock.patch.object(google.auth.transport.urllib3, "certifi", new=None)
53 http = google.auth.transport.urllib3._make_default_http()
94 http = google.auth.transport.urllib3._make_mutual_tls_http(
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/ ...
/aosp_15_r20/external/python/cpython3/Lib/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whlpip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dadapters.py12 from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError
13 from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError
14 from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader
15 from pip._vendor.urllib3.exceptions import (
21 from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError
22 from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError
23 from pip._vendor.urllib3.exceptions import SSLError as _SSLError
24 from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url
25 from pip._vendor.urllib3.response import HTTPResponse
26 from pip._vendor.urllib3.util import Timeout as TimeoutSauce
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dadapters.py12 from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError
13 from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError
14 from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader
15 from pip._vendor.urllib3.exceptions import (
21 from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError
22 from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError
23 from pip._vendor.urllib3.exceptions import SSLError as _SSLError
24 from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url
25 from pip._vendor.urllib3.response import HTTPResponse
26 from pip._vendor.urllib3.util import Timeout as TimeoutSauce
[all …]
D__init__.py43 from pip._vendor import urllib3
57 assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git.
59 # Sometimes, urllib3 only reports its version as 16.1.
63 # Check urllib3 for compatibility.
66 # urllib3 >= 1.21.1, <= 1.26
103 urllib3.__version__, chardet_version, charset_normalizer_version
107 "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
109 urllib3.__version__, chardet_version, charset_normalizer_version
114 # Attempt to enable urllib3's fallback for SNI support
129 from pip._vendor.urllib3.contrib import pyopenssl
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dadapters.py12 from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError
13 from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError
14 from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader
15 from pip._vendor.urllib3.exceptions import (
21 from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError
22 from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError
23 from pip._vendor.urllib3.exceptions import SSLError as _SSLError
24 from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url
25 from pip._vendor.urllib3.response import HTTPResponse
26 from pip._vendor.urllib3.util import Timeout as TimeoutSauce
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dadapters.py12 from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError
13 from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError
14 from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader
15 from pip._vendor.urllib3.exceptions import (
21 from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError
22 from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError
23 from pip._vendor.urllib3.exceptions import SSLError as _SSLError
24 from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url
25 from pip._vendor.urllib3.response import HTTPResponse
26 from pip._vendor.urllib3.util import Timeout as TimeoutSauce
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DRECORD913 pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
914 pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,,
915 pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,,
916 pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,,
917 pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,,
918 pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,,
919 pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,,
920 pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,,
921 pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,,
922 pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DRECORD913 pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
914 pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,,
915 pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,,
916 pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,,
917 pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,,
918 pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,,
919 pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,,
920 pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,,
921 pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,,
922 pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DRECORD913 pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
914 pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,,
915 pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,,
916 pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,,
917 pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,,
918 pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,,
919 pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,,
920 pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,,
921 pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,,
922 pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip-23.1.2.dist-info/
DRECORD913 pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
914 pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc,,
915 pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc,,
916 pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc,,
917 pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc,,
918 pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc,,
919 pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc,,
920 pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc,,
921 pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc,,
922 pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc,,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py128 or an instance of :class:`urllib3.util.Timeout` which gives you more
130 been parsed, this is always a `urllib3.util.Timeout` object.
154 :class:`urllib3.ProxyManager`
158 instead, see :class:`urllib3.ProxyManager`
161 Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
162 :class:`urllib3.connection.HTTPSConnection` instances.
253 :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
325 """Helper that always returns a :class:`urllib3.util.Timeout`"""
375 :class:`urllib3.util.Timeout`, which gives you more fine-grained
393 # urllib3.request. It also calls makefile (recv) on the socket.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py128 or an instance of :class:`urllib3.util.Timeout` which gives you more
130 been parsed, this is always a `urllib3.util.Timeout` object.
154 :class:`urllib3.ProxyManager`
158 instead, see :class:`urllib3.ProxyManager`
161 Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
162 :class:`urllib3.connection.HTTPSConnection` instances.
253 :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
325 """Helper that always returns a :class:`urllib3.util.Timeout`"""
375 :class:`urllib3.util.Timeout`, which gives you more fine-grained
393 # urllib3.request. It also calls makefile (recv) on the socket.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py128 or an instance of :class:`urllib3.util.Timeout` which gives you more
130 been parsed, this is always a `urllib3.util.Timeout` object.
154 :class:`urllib3.ProxyManager`
158 instead, see :class:`urllib3.ProxyManager`
161 Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
162 :class:`urllib3.connection.HTTPSConnection` instances.
253 :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
325 """Helper that always returns a :class:`urllib3.util.Timeout`"""
375 :class:`urllib3.util.Timeout`, which gives you more fine-grained
393 # urllib3.request. It also calls makefile (recv) on the socket.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py128 or an instance of :class:`urllib3.util.Timeout` which gives you more
130 been parsed, this is always a `urllib3.util.Timeout` object.
154 :class:`urllib3.ProxyManager`
158 instead, see :class:`urllib3.ProxyManager`
161 Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
162 :class:`urllib3.connection.HTTPSConnection` instances.
253 :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
325 """Helper that always returns a :class:`urllib3.util.Timeout`"""
375 :class:`urllib3.util.Timeout`, which gives you more fine-grained
393 # urllib3.request. It also calls makefile (recv) on the socket.
[all …]

12345678910>>...12