summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
Commit message (Expand)AuthorAgeFilesLines
* add_params_to_qs now support dict queriesIb Lundgren2012-06-291-3/+6
* Safe string equalsIb Lundgren2012-06-251-0/+16
* Move shared functionality (#30)Ib Lundgren2012-06-131-0/+58
* 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