summaryrefslogtreecommitdiff
path: root/tests/test_common.py
Commit message (Expand)AuthorAgeFilesLines
* Add star to the set of safe characters in urlsMathieu Alorent2013-07-241-0/+1
* add comma to the set of safe characters in urlsMassimiliano2013-07-091-0/+1
* Added generate_client_id function to commonWiliam Souza2013-02-271-0/+11
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-0/+11
* Revert default urlencodingIb Lundgren2013-02-051-4/+4
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-5/+5
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-2/+1
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-0/+17
* Fix issue #62Ib Lundgren2012-11-081-15/+15
* Support Python 3Michael Terry2012-08-311-20/+20
* Move shared functionality (#30)Ib Lundgren2012-06-131-0/+25
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-17/+25
* Add Request representationIdan Gazit2012-04-231-0/+74