diff options
author | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:28 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:28 -0700 |
commit | 653256249d44c67a0852d57a166948a9dc712ef4 (patch) | |
tree | 91efed3ad3640d3949be638ad4c4e45a63fd3864 /requests.egg-info | |
parent | c6ee35e00c5709435b3a6b664c44fceb70a918c6 (diff) | |
download | python-requests-653256249d44c67a0852d57a166948a9dc712ef4.tar python-requests-653256249d44c67a0852d57a166948a9dc712ef4.tar.gz |
Imported Upstream version 1.2.3
Diffstat (limited to 'requests.egg-info')
-rw-r--r-- | requests.egg-info/PKG-INFO | 35 | ||||
-rw-r--r-- | requests.egg-info/SOURCES.txt | 3 |
2 files changed, 34 insertions, 4 deletions
diff --git a/requests.egg-info/PKG-INFO b/requests.egg-info/PKG-INFO index 69f0d3a..c221b03 100644 --- a/requests.egg-info/PKG-INFO +++ b/requests.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: requests -Version: 1.2.0 +Version: 1.2.3 Summary: Python HTTP for Humans. Home-page: http://python-requests.org Author: Kenneth Reitz @@ -26,6 +26,9 @@ Description: Requests: HTTP for Humans .. image:: https://travis-ci.org/kennethreitz/requests.png?branch=master :target: https://travis-ci.org/kennethreitz/requests + .. image:: https://pypip.in/d/requests/badge.png + :target: https://crate.io/packages/requests/ + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. @@ -90,6 +93,11 @@ Description: Requests: HTTP for Humans But, you really shouldn't do that. + Documentation + ------------- + + Documentation is available at http://docs.python-requests.org/. + Contribute ---------- @@ -108,6 +116,27 @@ Description: Requests: HTTP for Humans History ------- + 1.2.3 (2013-05-25) + ++++++++++++++++++ + + - Simple packaging fix + + + 1.2.2 (2013-05-23) + ++++++++++++++++++ + + - Simple packaging fix + + + 1.2.1 (2013-05-20) + ++++++++++++++++++ + + - Python 3.3.2 compatibility + - Always percent-encode location headers + - Fix connection adapter matching to be most-specific first + - new argument to the default connection adapter for passing a block argument + - prevent a KeyError when there's no link headers + 1.2.0 (2013-03-31) ++++++++++++++++++ @@ -130,7 +159,7 @@ Description: Requests: HTTP for Humans took. - Fix ``RequestsCookieJar`` - Sessions and Adapters are now picklable, i.e., can be used with the - mutiprocessing library + multiprocessing library - Update charade to version 1.0.3 The change in how hooks are dispatched will likely cause a great deal of @@ -751,6 +780,4 @@ Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.1 -Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 diff --git a/requests.egg-info/SOURCES.txt b/requests.egg-info/SOURCES.txt index bd619c6..524e6fd 100644 --- a/requests.egg-info/SOURCES.txt +++ b/requests.egg-info/SOURCES.txt @@ -73,6 +73,9 @@ requests/packages/urllib3/poolmanager.py requests/packages/urllib3/request.py requests/packages/urllib3/response.py requests/packages/urllib3/util.py +requests/packages/urllib3/contrib/__init__.py +requests/packages/urllib3/contrib/ntlmpool.py +requests/packages/urllib3/contrib/pyopenssl.py requests/packages/urllib3/packages/__init__.py requests/packages/urllib3/packages/ordered_dict.py requests/packages/urllib3/packages/six.py |