summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
Commit message (Expand)AuthorAgeFilesLines
* Check for items(), not dict instance to allow pseudo dicts.Ib Lundgren2013-05-201-1/+1
* Merge pull request #124 from wiliamsouza/masterIb Lundgren2013-03-261-0/+13
|\
| * Added generate_client_id function to commonWiliam Souza2013-02-271-0/+13
* | On the difference between 2 & 3 parse_qslIb Lundgren2013-03-261-0/+14
* | Unicode experimentation, #127Ib Lundgren2013-03-251-1/+1
* | Duplicate parameter checks & tests.Ib Lundgren2013-03-251-0/+11
* | Fix decode,encode mixup.Ib Lundgren2013-03-021-2/+3
|/
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-1/+31
* Revert default urlencodingIb Lundgren2013-02-051-1/+1
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-2/+2
* Large OAuth 2 provider update.Ib Lundgren2013-01-221-4/+3
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-20/+35
* A batch of small fixes and cleanups.Ib Lundgren2012-11-231-0/+8
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-1/+17
* Add params to fragmentIb Lundgren2012-11-171-2/+6
* fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-031-3/+5
* Support Python 3Michael Terry2012-08-311-34/+64
* 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