1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Changes
=======
0.4.5 (2018-09-19)
------------------
- Allow to use URIs with no path
0.4.4 (2017-06-02)
------------------
- Clean up connection before returning result. This removes some
ResourceWarnings when testing
0.4.3 (2017-02-17)
------------------
- Add OPTIONS to defaults allowed methods
- Drop restkit support
- Drop py26 support
0.4.2 (2014-12-20)
------------------
- Undo webob's unquoting to handle paths with percent quoted utf8 characters
[Laurence Rowe]
0.4.1 (2013-12-21)
------------------
- Include README_fixt.py in release
0.4 (2013-12-21)
----------------
- fix tests.
- change the way requests iter response
0.3 (2013-09-12)
----------------
Make allowed_methods check optional
0.2
---
Return the data not gzip decoded when using request
0.1
---
Initial release
|