2018-05-23 11:59:33 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-requests: use TEST_DEPENDS; added "python" to CATEGORIES
|
2017-11-27 08:33:47 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-requests: comment out py-test-httpbin dependency
This causes a cyclic dependency
|
2017-08-16 09:17:58 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
2.18.4:
Improvements
* Error messages for invalid headers now include the header name for easier debugging
Dependencies
* We now support idna v2.6.
|
2017-08-04 07:02:35 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.18.3:
Improvements
* Running $ python -m requests.help now includes the installed version of idna.
Bugfixes
* Fixed issue where Requests would raise ConnectionError instead of SSLError \
when encountering SSL problems when using urllib3 v1.22.
|
2017-07-26 18:43:39 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
2.18.2:
Bugfixes
* requests.help no longer fails on Python 2.6 due to the absence of \
ssl.OPENSSL_VERSION_NUMBER.
Dependencies
* We now support urllib3 v1.22.
|
2017-07-22 21:25:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix previous: allow newer versions of some dependencies.
|
2017-07-22 11:41:05 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Loosen requires (needed for mail/notmuch).
|
2017-06-15 07:59:47 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.18.1:
Bugfixes
* Fix an error in the packaging whereby the *.whl contained incorrect data that \
regressed the fix in v2.17.3.
2.18.0:
Improvements
* Response is now a context manager, so can be used directly in a with statement \
without first having to be wrapped by contextlib.closing().
Bugfixes
* Resolve installation failure if multiprocessing is not available
* Resolve tests crash if multiprocessing is not able to determine the number of \
CPU cores
* Resolve error swallowing in utils set_environ generator
|
2017-05-31 08:30:25 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.17.2 (2017-05-29)
**Improvements**
- Improved ``packages`` namespace identity support, for monkeypatching libraries.
|
2017-05-29 15:56:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Comment out py-test-httpbin build dependency, it depends on py-requests
via py-flask and py-werkzeug.
|