aboutsummaryrefslogtreecommitdiff
path: root/urllib3.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'urllib3.egg-info')
-rw-r--r--urllib3.egg-info/PKG-INFO21
-rw-r--r--urllib3.egg-info/SOURCES.txt2
2 files changed, 22 insertions, 1 deletions
diff --git a/urllib3.egg-info/PKG-INFO b/urllib3.egg-info/PKG-INFO
index 2f0ab55..17d8a02 100644
--- a/urllib3.egg-info/PKG-INFO
+++ b/urllib3.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: urllib3
-Version: 1.2.2
+Version: 1.3
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: http://urllib3.readthedocs.org/
Author: Andrey Petrov
@@ -16,6 +16,7 @@ Description: Highlights
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
+ - Works with AppEngine, gevent, and eventlib.
- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
@@ -108,6 +109,24 @@ Description: Highlights
Changes
=======
+ 1.3 (2012-03-25)
+ ++++++++++++++++
+
+ * Removed pre-1.0 deprecated API.
+
+ * Refactored helpers into a ``urllib3.util`` submodule.
+
+ * Fixed multipart encoding to support list-of-tuples for keys with multiple
+ values. (Issue #48)
+
+ * Fixed multiple Set-Cookie headers in response not getting merged properly in
+ Python 3. (Issue #53)
+
+ * AppEngine support with Py27. (Issue #61)
+
+ * Minor ``encode_multipart_formdata`` fixes related to Python 3 strings vs
+ bytes.
+
1.2.2 (2012-02-06)
++++++++++++++++++
diff --git a/urllib3.egg-info/SOURCES.txt b/urllib3.egg-info/SOURCES.txt
index d7cbb3d..d79710b 100644
--- a/urllib3.egg-info/SOURCES.txt
+++ b/urllib3.egg-info/SOURCES.txt
@@ -14,6 +14,7 @@ test/__init__.py
test/benchmark.py
test/test_collections.py
test/test_connectionpool.py
+test/test_filepost.py
test/test_poolmanager.py
test/test_response.py
urllib3/__init__.py
@@ -24,6 +25,7 @@ urllib3/filepost.py
urllib3/poolmanager.py
urllib3/request.py
urllib3/response.py
+urllib3/util.py
urllib3.egg-info/PKG-INFO
urllib3.egg-info/SOURCES.txt
urllib3.egg-info/dependency_links.txt