CHANGES.rst CONTRIBUTORS.txt LICENSE.txt MANIFEST.in README.rst dev-requirements.txt setup.cfg setup.py docs/Makefile docs/advanced-usage.rst docs/conf.py docs/contributing.rst docs/index.rst docs/make.bat docs/requirements.txt docs/user-guide.rst docs/_templates/fonts.html docs/images/banner.svg docs/images/demo-button.png docs/images/learn-more-button.png docs/images/logo.png docs/images/logo.svg docs/reference/index.rst docs/reference/urllib3.contrib.rst docs/reference/urllib3.util.rst dummyserver/__init__.py dummyserver/handlers.py dummyserver/proxy.py dummyserver/server.py dummyserver/testcase.py dummyserver/certs/README.rst dummyserver/certs/cacert.key dummyserver/certs/cacert.pem dummyserver/certs/server.crt dummyserver/certs/server.key src/urllib3/__init__.py src/urllib3/_collections.py src/urllib3/connection.py src/urllib3/connectionpool.py src/urllib3/exceptions.py src/urllib3/fields.py src/urllib3/filepost.py src/urllib3/poolmanager.py src/urllib3/request.py src/urllib3/response.py src/urllib3.egg-info/PKG-INFO src/urllib3.egg-info/SOURCES.txt src/urllib3.egg-info/dependency_links.txt src/urllib3.egg-info/requires.txt src/urllib3.egg-info/top_level.txt src/urllib3/contrib/__init__.py src/urllib3/contrib/_appengine_environ.py src/urllib3/contrib/appengine.py src/urllib3/contrib/ntlmpool.py src/urllib3/contrib/pyopenssl.py src/urllib3/contrib/securetransport.py src/urllib3/contrib/socks.py src/urllib3/contrib/_securetransport/__init__.py src/urllib3/contrib/_securetransport/bindings.py src/urllib3/contrib/_securetransport/low_level.py src/urllib3/packages/__init__.py src/urllib3/packages/six.py src/urllib3/packages/backports/__init__.py src/urllib3/packages/backports/makefile.py src/urllib3/packages/ssl_match_hostname/__init__.py src/urllib3/packages/ssl_match_hostname/_implementation.py src/urllib3/util/__init__.py src/urllib3/util/connection.py src/urllib3/util/queue.py src/urllib3/util/request.py src/urllib3/util/response.py src/urllib3/util/retry.py src/urllib3/util/ssl_.py src/urllib3/util/timeout.py src/urllib3/util/url.py src/urllib3/util/wait.py test/__init__.py test/benchmark.py test/conftest.py test/port_helpers.py test/socketpair_helper.py test/test_collections.py test/test_compatibility.py test/test_connection.py test/test_connectionpool.py test/test_exceptions.py test/test_fields.py test/test_filepost.py test/test_no_ssl.py test/test_poolmanager.py test/test_proxymanager.py test/test_queue_monkeypatch.py test/test_response.py test/test_retry.py test/test_ssl.py test/test_util.py test/test_wait.py test/appengine/__init__.py test/appengine/conftest.py test/appengine/test_gae_manager.py test/appengine/test_urlfetch.py test/contrib/__init__.py test/contrib/duplicate_san.pem test/contrib/test_pyopenssl.py test/contrib/test_pyopenssl_dependencies.py test/contrib/test_securetransport.py test/contrib/test_socks.py test/with_dummyserver/__init__.py test/with_dummyserver/test_chunked_transfer.py test/with_dummyserver/test_connectionpool.py test/with_dummyserver/test_https.py test/with_dummyserver/test_no_ssl.py test/with_dummyserver/test_poolmanager.py test/with_dummyserver/test_proxy_poolmanager.py test/with_dummyserver/test_socketlevel.py