summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
Commit message (Expand)AuthorAgeFilesLines
* Continuing to refactor oauth1 to use Request objects internally.use_request_objectsDavid Gouldin2012-05-121-2/+5
* More porting of internal metods to use Request objects. Some tests are still ...David Gouldin2012-05-011-1/+7
* Half implemented solution which passes around Request instances to parameters...David Gouldin2012-05-011-0/+7
* Decode query to unicode in urldecodeIdan Gazit2012-05-011-0/+1
* Remove dead codeIdan Gazit2012-05-011-5/+0
* Fix unicode leaksIdan Gazit2012-05-011-45/+36
* Add unicode_params methodIdan Gazit2012-05-011-1/+15
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-27/+91
* Prevent degenerate extraction of non-formencoded stringsIdan Gazit2012-04-241-0/+6
* Disable strict parsing when extracting parameters.Idan Gazit2012-04-231-1/+4
* Add Request representationIdan Gazit2012-04-231-0/+81