- Add following and dashboard API methods
- Add support for
proxieskeyword for requests
- Fix request token decode issue in Python 3
- Unpin
requestsandrequests-oauthlibversions insetup.py
- Made the hotfix for posting photos a little more hotfixy... fixed posting just regular posts (as well as photos)
- Hotfix image uploading (not sure why we have to pass
paramsANDdatato the POST, hotfix for the time being...) - Allow for ints and floats (and longs in Python 2) to be passed as parameters to Tumblpy Tumblr API functions
- Changed internal Tumblpy API structure, but Tumblpy functions should still work as they did before
- Updated README with more clear examples
- Added LICENSE
_split_params_and_fileshas been moved tohelpers.py- All
Tumblpyexceptions are found inexceptions.py - Removed
pool_maxsizefromTumblpy.__init__because it wasn't being used - Removed
timeoutparameter from all request methods for the time being - Removed
TumblpyTimeoutException - Moved
callback_urlparameter fromTumblpy.__init__toget_authentication_tokens - All authentication and API calls over HTTPS
- Dropped Python 2.5 support
- Full, transparent Python 3.3 support