summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Continuing to refactor oauth1 to use Request objects internally.use_request_objectsDavid Gouldin2012-05-126-66/+93
* Merge remote-tracking branch 'origin/master' into use_request_objectsDavid Gouldin2012-05-128-26/+47
|\
| * v0.1.3Idan Gazit2012-05-063-2/+4
| * Merge pull request #36 from idangazit/features/python-rsaIdan Gazit2012-05-052-11/+7
| |\
| | * Use python-rsa instead of pycryptoIdan Gazit2012-05-062-11/+7
| |/
| * 0.1.20.1.2Idan Gazit2012-05-031-1/+1
| * Add line to changelog for 0.1.1/0.1.2Idan Gazit2012-05-031-0/+2
| * I ARE RETARDED. Setup.py needs install_requires.Idan Gazit2012-05-031-0/+1
| * v0.1.10.1.1Idan Gazit2012-05-031-1/+1
| * Add pycrypto requires to setup.pyIdan Gazit2012-05-031-0/+2
| * v0.1.00.1.0Idan Gazit2012-05-032-10/+15
| * Add tooling for pyccoIdan Gazit2012-05-032-1/+10
| * Capture OAuth1 generated signature for debug loggingIdan Gazit2012-05-031-5/+6
| * Whitelist master branch only for travis-ciIdan Gazit2012-05-021-0/+3
* | More porting of internal metods to use Request objects. Some tests are still ...David Gouldin2012-05-014-70/+58
* | Half implemented solution which passes around Request instances to parameters...David Gouldin2012-05-014-27/+65
|/
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-05-021-41/+10
|\
| * Adding back 'safe' chars for escaping.David Gouldin2012-05-011-1/+1
| * Modifying oauth1 rfc5849's utils to wrap stdlib functions in encode/decode ra...David Gouldin2012-05-011-42/+11
* | Decode query to unicode in urldecodeIdan Gazit2012-05-011-0/+1
* | Remove dead codeIdan Gazit2012-05-011-5/+0
|/
* Add dstufft to AUTHORSIdan Gazit2012-05-011-0/+1
* Fix unicode leaksIdan Gazit2012-05-014-50/+39
* Remove unused importIdan Gazit2012-05-011-1/+0
* PEP8 police raidIdan Gazit2012-05-011-4/+1
* Add unicode_params methodIdan Gazit2012-05-011-1/+15
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-05-011-0/+7
|\
| * Merge pull request #27 from ib-lundgren/toxIdan Gazit2012-04-301-0/+7
| |\
| | * Toxification step 1 #25Ib Lundgren2012-04-301-0/+7
| |/
* | Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-016-167/+172
|/
* Add travis notifications to #oauthlib on freenode IRCIdan Gazit2012-04-291-1/+3
* More string format fixes for python 2.6Idan Gazit2012-04-292-5/+5
* Fix string formatting for py2.6, unbreak testsIdan Gazit2012-04-291-1/+1
* Merge pull request #24 from ib-lundgren/urldecodeIdan Gazit2012-04-292-0/+47
|\
| * Moved import to topIb Lundgren2012-04-261-1/+1
| * Revert "urldecode"Ib Lundgren2012-04-261-1/+1
| * urldecodeIb Lundgren2012-04-261-1/+1
| * refactor regexIb Lundgren2012-04-261-4/+1
| * Regex fixIb Lundgren2012-04-262-4/+5
| * paraphraseIb Lundgren2012-04-261-1/+1
| * Decode urlencoded properlyIb Lundgren2012-04-262-0/+49
|/
* Merge pull request #23 from calebbrown/bugs/broken_serverIdan Gazit2012-04-242-4/+6
|\
| * Fix the failing tests.Caleb Brown2012-04-252-4/+6
|/
* Removing an errant comma (oops). NOTE: 2 tests are currently broken: tests.oa...David Gouldin2012-04-241-2/+1
* Changing signatures.construct_base_string to more closely follow the spec doc...David Gouldin2012-04-241-16/+29
* Merge remote-tracking branch 'origin/master'David Gouldin2012-04-248-137/+325
|\
| * Update testcases with valid outputsIdan Gazit2012-04-241-2/+2
| * Prevent degenerate extraction of non-formencoded stringsIdan Gazit2012-04-241-0/+6
| * Signed requests with bodies are returned already formencodedIdan Gazit2012-04-241-1/+1
| * Correct 'url-formencoded' to 'form-urlencoded'Idan Gazit2012-04-241-4/+4