aboutsummaryrefslogtreecommitdiff
path: root/requests.egg-info
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:18 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:18 -0700
commitbf12eaaa5428798962777e05fd98be024e0ce27c (patch)
treece851003fec9a33b05dc95fcb091533afd3d2f7c /requests.egg-info
parent56fe2e2e44b89f15a0ea3322aab6202cdd6e8bf5 (diff)
downloadpython-requests-bf12eaaa5428798962777e05fd98be024e0ce27c.tar
python-requests-bf12eaaa5428798962777e05fd98be024e0ce27c.tar.gz
Imported Upstream version 0.6.4
Diffstat (limited to 'requests.egg-info')
-rw-r--r--requests.egg-info/PKG-INFO22
-rw-r--r--requests.egg-info/SOURCES.txt2
2 files changed, 22 insertions, 2 deletions
diff --git a/requests.egg-info/PKG-INFO b/requests.egg-info/PKG-INFO
index 5240199..5cb0b72 100644
--- a/requests.egg-info/PKG-INFO
+++ b/requests.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: requests
-Version: 0.6.1
+Version: 0.6.4
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
@@ -115,6 +115,25 @@ Description: Requests: HTTP for Humans
History
-------
+ 0.6.4 (2011-10-13)
+ ++++++++++++++++++
+
+ * Automatic decoding of unicode, based on HTTP Headers.
+ * New ``decode_unicode`` setting
+ * Removal of ``r.read/close`` methods
+ * New ``r.faw`` interface for advanced response usage.*
+ * Automatic expansion of parameterized headers
+
+ 0.6.3 (2011-10-13)
+ ++++++++++++++++++
+
+ * Beautiful ``requests.async`` module, for making async requests w/ gevent.
+
+ 0.6.2 (2011-10-09)
+ ++++++++++++++++++
+
+ * GET/HEAD obeys allow_redirects=False
+
0.6.1 (2011-08-20)
++++++++++++++++++
@@ -142,6 +161,7 @@ Description: Requests: HTTP for Humans
* Improved https testing
* Bugfixes
+
0.5.1 (2011-07-23)
++++++++++++++++++
diff --git a/requests.egg-info/SOURCES.txt b/requests.egg-info/SOURCES.txt
index 65c3b1d..231a230 100644
--- a/requests.egg-info/SOURCES.txt
+++ b/requests.egg-info/SOURCES.txt
@@ -3,6 +3,7 @@ LICENSE
MANIFEST.in
README.rst
setup.py
+test_requests.py
requests/__init__.py
requests/api.py
requests/async.py
@@ -12,7 +13,6 @@ requests/exceptions.py
requests/hooks.py
requests/models.py
requests/monkeys.py
-requests/patches.py
requests/sessions.py
requests/status_codes.py
requests/structures.py