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:39 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:39 -0700
commit54bdd56778a37ea9d56d451d4ae49b99cbbfceaa (patch)
tree3b69a7371b29898f08ced7514b42bad8afdc8759 /urllib3.egg-info
parent0f393d00b51bc54c5075447e4a8b21f0bed6acd8 (diff)
downloadpython-urllib3-54bdd56778a37ea9d56d451d4ae49b99cbbfceaa.tar
python-urllib3-54bdd56778a37ea9d56d451d4ae49b99cbbfceaa.tar.gz
Imported Upstream version 1.9.1
Diffstat (limited to 'urllib3.egg-info')
-rw-r--r--urllib3.egg-info/PKG-INFO26
-rw-r--r--urllib3.egg-info/SOURCES.txt50
2 files changed, 75 insertions, 1 deletions
diff --git a/urllib3.egg-info/PKG-INFO b/urllib3.egg-info/PKG-INFO
index 168944c..964cd4b 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
+Version: 1.9.1
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: http://urllib3.readthedocs.org/
Author: Andrey Petrov
@@ -13,6 +13,9 @@ Description: =======
.. image:: https://travis-ci.org/shazow/urllib3.png?branch=master
:target: https://travis-ci.org/shazow/urllib3
+ .. image:: https://www.bountysource.com/badge/tracker?tracker_id=192525
+ :target: https://www.bountysource.com/trackers/192525-urllib3?utm_source=192525&utm_medium=shield&utm_campaign=TRACKER_BADGE
+
Highlights
==========
@@ -153,6 +156,27 @@ Description: =======
Changes
=======
+ 1.9.1 (2014-09-13)
+ ++++++++++++++++++
+
+ * Apply socket arguments before binding. (Issue #427)
+
+ * More careful checks if fp-like object is closed. (Issue #435)
+
+ * Fixed packaging issues of some development-related files not
+ getting included. (Issue #440)
+
+ * Allow performing *only* fingerprint verification. (Issue #444)
+
+ * Emit ``SecurityWarning`` if system clock is waaay off. (Issue #445)
+
+ * Fixed PyOpenSSL compatibility with PyPy. (Issue #450)
+
+ * Fixed ``BrokenPipeError`` and ``ConnectionError`` handling in Py3.
+ (Issue #443)
+
+
+
1.9 (2014-07-04)
++++++++++++++++
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