diff options
Diffstat (limited to 'PKG-INFO')
-rw-r--r-- | PKG-INFO | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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) ++++++++++++++++++ |