diff options
author | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:23 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:23 -0700 |
commit | d4aa2de2bb89ca384ad81db731bb99735e1db788 (patch) | |
tree | 68092157eef070d7d87c330f206eb96209e09074 /requests.egg-info/PKG-INFO | |
parent | 3a4ef8165fb2951781a7bcc4189e90faf26caf2d (diff) | |
download | python-requests-d4aa2de2bb89ca384ad81db731bb99735e1db788.tar python-requests-d4aa2de2bb89ca384ad81db731bb99735e1db788.tar.gz |
Imported Upstream version 0.12.1
Diffstat (limited to 'requests.egg-info/PKG-INFO')
-rw-r--r-- | requests.egg-info/PKG-INFO | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/requests.egg-info/PKG-INFO b/requests.egg-info/PKG-INFO index dc8b700..55e0cb2 100644 --- a/requests.egg-info/PKG-INFO +++ b/requests.egg-info/PKG-INFO @@ -1,6 +1,6 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: requests -Version: 0.11.2 +Version: 0.12.1 Summary: Python HTTP for Humans. Home-page: http://python-requests.org Author: Kenneth Reitz @@ -101,6 +101,27 @@ Description: Requests: HTTP for Humans History ------- + 0.12.1 (2012-05-08) + +++++++++++++++++++ + + - New ``Response.json`` property + - Ability to add string file uploads + - Fix out-of-range issue with iter_lines + - Fix iter_content default size + - Fix POST redirects containing files + + 0.12.0 (2012-05-02) + +++++++++++++++++++ + + - EXPERIMENTAL OAUTH SUPPORT! + - Proper CookieJar-backed cookies interface with awesome dict-like interface. + - Speed fix for non-iterated content chunks. + - Move ``pre_request`` to a more usable place. + - New ``pre_send`` hook. + - Lazily encode data, params, files + - Load system Certificate Bundle if ``certify`` isn't available. + - Cleanups, fixes. + 0.11.2 (2012-04-22) +++++++++++++++++++ |