aboutsummaryrefslogtreecommitdiff
path: root/urllib3.egg-info
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:41 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:41 -0700
commitb6ab7bae87b22c6fae783e8850533219d3bf8a29 (patch)
tree472a760e2e976ea3e9545e09584392accee9cd6d /urllib3.egg-info
parent54bdd56778a37ea9d56d451d4ae49b99cbbfceaa (diff)
downloadpython-urllib3-b6ab7bae87b22c6fae783e8850533219d3bf8a29.tar
python-urllib3-b6ab7bae87b22c6fae783e8850533219d3bf8a29.tar.gz
Imported Upstream version 1.10
Diffstat (limited to 'urllib3.egg-info')
-rw-r--r--urllib3.egg-info/PKG-INFO34
-rw-r--r--urllib3.egg-info/SOURCES.txt30
2 files changed, 37 insertions, 27 deletions
diff --git a/urllib3.egg-info/PKG-INFO b/urllib3.egg-info/PKG-INFO
index 964cd4b..7b5cf18 100644
--- a/urllib3.egg-info/PKG-INFO
+++ b/urllib3.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: urllib3
-Version: 1.9.1
+Version: 1.10
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: http://urllib3.readthedocs.org/
Author: Andrey Petrov
@@ -156,6 +156,38 @@ Description: =======
Changes
=======
+ 1.10 (2014-12-14)
+ +++++++++++++++++
+
+ * Disabled SSLv3. (Issue #473)
+
+ * Add ``Url.url`` property to return the composed url string. (Issue #394)
+
+ * Fixed PyOpenSSL + gevent ``WantWriteError``. (Issue #412)
+
+ * ``MaxRetryError.reason`` will always be an exception, not string.
+ (Issue #481)
+
+ * Fixed SSL-related timeouts not being detected as timeouts. (Issue #492)
+
+ * Py3: Use ``ssl.create_default_context()`` when available. (Issue #473)
+
+ * Emit ``InsecureRequestWarning`` for *every* insecure HTTPS request.
+ (Issue #496)
+
+ * Emit ``SecurityWarning`` when certificate has no ``subjectAltName``.
+ (Issue #499)
+
+ * Close and discard sockets which experienced SSL-related errors.
+ (Issue #501)
+
+ * Handle ``body`` param in ``.request(...)``. (Issue #513)
+
+ * Respect timeout with HTTPS proxy. (Issue #505)
+
+ * PyOpenSSL: Handle ZeroReturnError exception. (Issue #520)
+
+
1.9.1 (2014-09-13)
++++++++++++++++++
diff --git a/urllib3.egg-info/SOURCES.txt b/urllib3.egg-info/SOURCES.txt
index 2f0b5fc..6cb0fcf 100644
--- a/urllib3.egg-info/SOURCES.txt
+++ b/urllib3.egg-info/SOURCES.txt
@@ -21,16 +21,13 @@ 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/README.rst
dummyserver/certs/cacert.key
+dummyserver/certs/cacert.no_san.pem
dummyserver/certs/cacert.pem
dummyserver/certs/client.csr
dummyserver/certs/client.key
@@ -40,49 +37,30 @@ dummyserver/certs/server.crt
dummyserver/certs/server.csr
dummyserver/certs/server.key
dummyserver/certs/server.key.org
+dummyserver/certs/server.no_san.crt
+dummyserver/certs/server.no_san.csr
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