summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Continuing to refactor oauth1 to use Request objects internally.use_request_objectsDavid Gouldin2012-05-122-21/+25
* Merge remote-tracking branch 'origin/master' into use_request_objectsDavid Gouldin2012-05-121-1/+1
|\
| * v0.1.3Idan Gazit2012-05-061-1/+1
* | More porting of internal metods to use Request objects. Some tests are still ...David Gouldin2012-05-011-14/+15
|/
* Fix unicode leaksIdan Gazit2012-05-011-1/+1
* Remove unused importIdan Gazit2012-05-011-1/+0
* PEP8 police raidIdan Gazit2012-05-011-4/+1
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-013-50/+37
* Regex fixIb Lundgren2012-04-261-3/+4
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+17
* Fix the failing tests.Caleb Brown2012-04-251-2/+2
* Update testcases with valid outputsIdan Gazit2012-04-241-2/+2
* Merge branch 'master' into features/request_objectIdan Gazit2012-04-232-22/+78
|\
| * Removing now-unneeded utf8_str.David Gouldin2012-04-201-10/+0
| * Normalizing as much as possible to unicode, pulling in non-unicode functions ...David Gouldin2012-04-202-17/+13
| * Revert "Add support to OAuth1 for including body in the base string based on"Caleb Brown2012-04-191-30/+11
| * Add support to OAuth1 for including body in the base string based onCaleb Brown2012-04-181-11/+30
| * Update the tests. Strengthen the unescape and escape tests and add moreCaleb Brown2012-04-182-5/+21
| * Fix a bug in oauth1.signature.collect_parameters preventing unescaping.Caleb Brown2012-04-181-0/+50
| * urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.Caleb Brown2012-04-181-4/+8
* | Make method signatures in parameters.py consistentIdan Gazit2012-04-231-12/+19
* | Add Request representationIdan Gazit2012-04-231-0/+74
|/
* Updating oauth1 parameters.prepare_headers in order to apply more of the spec...David Gouldin2012-04-141-21/+21
* PEP8 cleanup and fix OAuth2 import pathsIdan Gazit2012-04-112-11/+8
* Move OAuth2 utils to their proper homeIdan Gazit2012-04-111-0/+0
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-04-111-0/+57
|\
| * Merge pull request #16 from ib-lundgren/oauth2_utilsIdan Gazit2012-04-111-0/+57
| |\
| | * Utility methods for OAuth2Ib Lundgren2012-03-311-0/+57
* | | PEP8 cleanup of OAuth2 bitsIdan Gazit2012-04-111-35/+33
|/ /
* | Move oauth2 bits to their new homeIdan Gazit2012-04-111-0/+0
* | Merge pull request #17 from ib-lundgren/oauth2_tokensIdan Gazit2012-04-111-0/+84
|\ \
| * | Bearer and MAC token supportIb Lundgren2012-03-311-0/+84
| |/
* | Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-077-14/+8
* | Merge pull request #15 from ib-lundgren/oauth2_namespaceDavid Gouldin2012-03-311-0/+0
|\ \
| * | OAuth 2 draft 25 initialIb Lundgren2012-03-311-0/+0
| |/
* | generate_token test was not runningIb Lundgren2012-03-311-2/+2
|/
* Merge branch 'master' of https://github.com/idangazit/oauthlib into duplicate...Ib Lundgren2012-03-241-11/+26
|\
| * Added control hmac keyIb Lundgren2012-03-241-1/+2
| * Merge branch 'master' of https://github.com/idangazit/oauthlib into hmac_testIb Lundgren2012-03-241-2/+15
| |\
| | * Added RSA TestIb Lundgren2012-03-151-2/+15
| * | Extracted out string constantsIb Lundgren2012-03-241-12/+4
| * | Updated HMAC testIb Lundgren2012-03-151-5/+14
| |/
* | Allow empty strings and duplicate keys in queryIb Lundgren2012-03-161-18/+27
|/
* Updating tests to reflect changes in handling headers.David Gouldin2012-03-132-28/+44
* Fixing a broken prepare_form_encoded_body test.David Gouldin2012-03-131-2/+4
* testing the parsing of auth headersDaniel Greenfeld2012-03-131-1/+32
* Test on urlencode utils functionDaniel Greenfeld2012-03-131-1/+23
* Test fix.Daniel Greenfeld2012-03-131-2/+4
* Adding a test on generating tokensDaniel Greenfeld2012-03-131-0/+13
* Adding a test for nonce generationDaniel Greenfeld2012-03-131-1/+9