Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add_params_to_qs now support dict queries | Ib Lundgren | 2012-06-29 | 1 | -3/+6 |
* | Safe string equals | Ib Lundgren | 2012-06-25 | 1 | -0/+16 |
* | Move shared functionality (#30) | Ib Lundgren | 2012-06-13 | 1 | -0/+58 |
* | Decode query to unicode in urldecode | Idan Gazit | 2012-05-01 | 1 | -0/+1 |
* | Remove dead code | Idan Gazit | 2012-05-01 | 1 | -5/+0 |
* | Fix unicode leaks | Idan Gazit | 2012-05-01 | 1 | -45/+36 |
* | Add unicode_params method | Idan Gazit | 2012-05-01 | 1 | -1/+15 |
* | Refactor utility methods, improve robustness of OAuth1 Client.sign | Idan Gazit | 2012-05-01 | 1 | -27/+91 |
* | Prevent degenerate extraction of non-formencoded strings | Idan Gazit | 2012-04-24 | 1 | -0/+6 |
* | Disable strict parsing when extracting parameters. | Idan Gazit | 2012-04-23 | 1 | -1/+4 |
* | Add Request representation | Idan Gazit | 2012-04-23 | 1 | -0/+81 |