forked from pool/python-requests
- PATCH Support - Support for Proxies - HTTPBin Test Suite - Redirect Fixes - settings.verbose stream writing - Querystrings for all methods - URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised r.requests.get('hwe://blah'); r.raise_for_status() - 0.4.1 (2011-05-22) - Improved Redirection Handling - New 'allow_redirects' param for following non-GET/HEAD Redirects - Settings module refactoring OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=2
23 lines
734 B
Plaintext
23 lines
734 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 22 17:18:17 UTC 2011 - jfunk@funktronics.ca
|
|
|
|
- Update to 0.5.0
|
|
- PATCH Support
|
|
- Support for Proxies
|
|
- HTTPBin Test Suite
|
|
- Redirect Fixes
|
|
- settings.verbose stream writing
|
|
- Querystrings for all methods
|
|
- URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as
|
|
explicity raised r.requests.get('hwe://blah'); r.raise_for_status()
|
|
- 0.4.1 (2011-05-22)
|
|
- Improved Redirection Handling
|
|
- New 'allow_redirects' param for following non-GET/HEAD Redirects
|
|
- Settings module refactoring
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 19:11:29 UTC 2011 - jfunk@funktronics.ca
|
|
|
|
- Initial release
|
|
|