diff options
Diffstat (limited to 'requests.egg-info/PKG-INFO')
-rw-r--r-- | requests.egg-info/PKG-INFO | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/requests.egg-info/PKG-INFO b/requests.egg-info/PKG-INFO index 677b300..68c9ccc 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.10.8 +Version: 0.11.1 Summary: Python HTTP for Humans. Home-page: http://python-requests.org Author: Kenneth Reitz @@ -81,12 +81,28 @@ Description: Requests: HTTP for Humans #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_. .. _`the repository`: http://github.com/kennethreitz/requests - .. _AUTHORS: http://github.com/kennethreitz/requests/blob/master/AUTHORS + .. _AUTHORS: https://github.com/kennethreitz/requests/blob/develop/AUTHORS.rst History ------- + + 0.11.1 (2012-03-30) + +++++++++++++++++++ + + * POST redirects now break RFC to do what browsers do: Follow up with a GET. + * New ``strict_mode`` configuration to disable new redirect behavior. + + + 0.11.0 (2012-03-14) + +++++++++++++++++++ + + * Private SSL Certificate support + * Remove select.poll from Gevent monkeypatching + * Remove redundant generator for chunked transfer encoding + * Fix: Response.ok raises Timeout Exception in safe_mode + 0.10.8 (2012-03-09) +++++++++++++++++++ |