forked from pool/python-requests
- Update to 0.10.4
* Honor netrc. - 0.10.3 (2012-02-20) * HEAD requests don't follow redirects anymore. * raise_for_status() doesn't raise for 3xx anymore. * Make Session objects picklable. * ValueError for invalid schema URLs. - 0.10.2 (2012-01-15) * Vastly improved URL quoting. * Additional allowed cookie key values. * Attempted fix for "Too many open files" Error * Replace unicode errors on first pass, no need for second pass. * Append '/' to bare-domain urls before query insertion. * Exceptions now inherit from RuntimeError. * Binary uploads + auth fix. * Bugfixes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 19:52:04 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 0.10.4
|
||||
* Honor netrc.
|
||||
- 0.10.3 (2012-02-20)
|
||||
* HEAD requests don't follow redirects anymore.
|
||||
* raise_for_status() doesn't raise for 3xx anymore.
|
||||
* Make Session objects picklable.
|
||||
* ValueError for invalid schema URLs.
|
||||
- 0.10.2 (2012-01-15)
|
||||
* Vastly improved URL quoting.
|
||||
* Additional allowed cookie key values.
|
||||
* Attempted fix for "Too many open files" Error
|
||||
* Replace unicode errors on first pass, no need for second pass.
|
||||
* Append '/' to bare-domain urls before query insertion.
|
||||
* Exceptions now inherit from RuntimeError.
|
||||
* Binary uploads + auth fix.
|
||||
* Bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 13:41:55 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user