python3-requests

Rating: 
5
Your rating: None Average: 5 (1 vote)

Python HTTP for Humans.

Category:

Keywords:

Application versions: 
AttachmentSizeDate
File python3-requests-2.4.1-10.2.1.jolla_.noarch.rpm490.36 KB16/11/2014 - 15:02
Changelog: 

- Update to 2.4.1 (2014-09-09)
- Now has a "security" package extras set,
``$ pip install requests[security]``
- Requests will now use Certifi if it is available.
- Capture and re-raise urllib3 ProtocolError
- Bugfix for responses that attempt to redirect to themselves
forever (wtf?).
- Update to 2.4.0 (2014-08-29)
* Behavioral Changes
- ``Connection: keep-alive`` header is now sent automatically.
* Improvements
- Support for connect timeouts! Timeout now accepts a tuple
(connect, read) which is used to set individual connect and
read timeouts.
- Allow copying of PreparedRequests without headers/cookies.
- Updated bundled urllib3 version.
- Refactored settings loading from environment
new `Session.merge_environment_settings`.
- Handle socket errors in iter_content.