From 40337989ba5056432c9f2af3c42267e5ee9e3e18 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:22 -0700 Subject: Imported Upstream version 0.11.1 --- PKG-INFO | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'PKG-INFO') diff --git a/PKG-INFO b/PKG-INFO index 677b300..68c9ccc 100644 --- a/PKG-INFO +++ b/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) +++++++++++++++++++ -- cgit v1.2.3