aboutsummaryrefslogtreecommitdiff
path: root/urllib3.egg-info/SOURCES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'urllib3.egg-info/SOURCES.txt')
-rw-r--r--urllib3.egg-info/SOURCES.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/urllib3.egg-info/SOURCES.txt b/urllib3.egg-info/SOURCES.txt
index e0b9ddd..2f0b5fc 100644
--- a/urllib3.egg-info/SOURCES.txt
+++ b/urllib3.egg-info/SOURCES.txt
@@ -7,11 +7,29 @@ README.rst
dev-requirements.txt
setup.cfg
setup.py
+docs/Makefile
+docs/README
+docs/collections.rst
+docs/conf.py
+docs/contrib.rst
+docs/doc-requirements.txt
+docs/exceptions.rst
+docs/helpers.rst
+docs/index.rst
+docs/make.bat
+docs/managers.rst
+docs/pools.rst
+docs/security.rst
dummyserver/__init__.py
+dummyserver/__init__.pyc
dummyserver/handlers.py
+dummyserver/handlers.pyc
dummyserver/proxy.py
+dummyserver/proxy.pyc
dummyserver/server.py
+dummyserver/server.pyc
dummyserver/testcase.py
+dummyserver/testcase.pyc
dummyserver/certs/cacert.key
dummyserver/certs/cacert.pem
dummyserver/certs/client.csr
@@ -22,17 +40,49 @@ dummyserver/certs/server.crt
dummyserver/certs/server.csr
dummyserver/certs/server.key
dummyserver/certs/server.key.org
+test/__init__.py
+test/__init__.pyc
+test/benchmark.py
+test/port_helpers.py
+test/port_helpers.pyc
test/test_collections.py
+test/test_collections.pyc
test/test_compatibility.py
+test/test_compatibility.pyc
test/test_connectionpool.py
+test/test_connectionpool.pyc
test/test_exceptions.py
+test/test_exceptions.pyc
test/test_fields.py
+test/test_fields.pyc
test/test_filepost.py
+test/test_filepost.pyc
test/test_poolmanager.py
+test/test_poolmanager.pyc
test/test_proxymanager.py
+test/test_proxymanager.pyc
test/test_response.py
+test/test_response.pyc
test/test_retry.py
+test/test_retry.pyc
test/test_util.py
+test/test_util.pyc
+test/contrib/__init__.py
+test/contrib/__init__.pyc
+test/contrib/test_pyopenssl.py
+test/contrib/test_pyopenssl.pyc
+test/with_dummyserver/__init__.py
+test/with_dummyserver/__init__.pyc
+test/with_dummyserver/test_connectionpool.py
+test/with_dummyserver/test_connectionpool.pyc
+test/with_dummyserver/test_https.py
+test/with_dummyserver/test_https.pyc
+test/with_dummyserver/test_poolmanager.py
+test/with_dummyserver/test_poolmanager.pyc
+test/with_dummyserver/test_proxy_poolmanager.py
+test/with_dummyserver/test_proxy_poolmanager.pyc
+test/with_dummyserver/test_socketlevel.py
+test/with_dummyserver/test_socketlevel.pyc
urllib3/__init__.py
urllib3/_collections.py
urllib3/connection.py