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:38 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:38 -0700
commit73be7d6cc85a90ab4f67ffc27dc7eae672f7741f (patch)
tree4030bad5fec3d40cf93a20a2e26a165adf1ddbbd /urllib3.egg-info
parent35fb123b995cbbe27d3edd5ed14abc6e56b7ad13 (diff)
downloadpython-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar
python-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar.gz
Imported Upstream version 1.8.3
Diffstat (limited to 'urllib3.egg-info')
-rw-r--r--urllib3.egg-info/PKG-INFO34
-rw-r--r--urllib3.egg-info/SOURCES.txt10
2 files changed, 32 insertions, 12 deletions
diff --git a/urllib3.egg-info/PKG-INFO b/urllib3.egg-info/PKG-INFO
index 0021e34..8e4fc2f 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.8.2
+Version: 1.8.3
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: http://urllib3.readthedocs.org/
Author: Andrey Petrov
@@ -28,7 +28,14 @@ Description: =======
- Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
- `Requests <http://python-requests.org/>`_ which is also powered by urllib3.
+ `Requests <http://python-requests.org/>`_ which is also powered by ``urllib3``.
+
+ You might already be using urllib3!
+ ===================================
+
+ ``urllib3`` powers `many great Python libraries <https://sourcegraph.com/search?q=package+urllib3>`_,
+ including ``pip`` and ``requests``.
+
What's wrong with urllib and urllib2?
=====================================
@@ -99,6 +106,7 @@ Description: =======
py27: commands succeeded
py32: commands succeeded
py33: commands succeeded
+ py34: commands succeeded
Note that code coverage less than 100% is regarded as a failing run.
@@ -121,6 +129,28 @@ Description: =======
Changes
=======
+ 1.8.3 (2014-06-23)
+ ++++++++++++++++++
+
+ * Fix TLS verification when using a proxy in Python 3.4.1. (Issue #385)
+
+ * Add ``disable_cache`` option to ``urllib3.util.make_headers``. (Issue #393)
+
+ * Wrap ``socket.timeout`` exception with
+ ``urllib3.exceptions.ReadTimeoutError``. (Issue #399)
+
+ * Fixed proxy-related bug where connections were being reused incorrectly.
+ (Issues #366, #369)
+
+ * Added ``socket_options`` keyword parameter which allows to define
+ ``setsockopt`` configuration of new sockets. (Issue #397)
+
+ * Removed ``HTTPConnection.tcp_nodelay`` in favor of
+ ``HTTPConnection.default_socket_options``. (Issue #397)
+
+ * Fixed ``TypeError`` bug in Python 2.6.4. (Issue #411)
+
+
1.8.2 (2014-04-17)
++++++++++++++++++
diff --git a/urllib3.egg-info/SOURCES.txt b/urllib3.egg-info/SOURCES.txt
index 72e3351..fb93e5b 100644
--- a/urllib3.egg-info/SOURCES.txt
+++ b/urllib3.egg-info/SOURCES.txt
@@ -7,20 +7,10 @@ setup.cfg
setup.py
test-requirements.txt
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/__pycache__/__init__.cpython-33.pyc
-dummyserver/__pycache__/handlers.cpython-33.pyc
-dummyserver/__pycache__/proxy.cpython-33.pyc
-dummyserver/__pycache__/server.cpython-33.pyc
-dummyserver/__pycache__/testcase.cpython-33.pyc
dummyserver/certs/cacert.key
dummyserver/certs/cacert.pem
dummyserver/certs/client.csr