summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Filter port based on scheme as suggested by dgouldinIb Lundgren2012-03-151-1/+5
* Strip HTTPS portIb Lundgren2012-03-151-1/+1
* Tweaking function signatures for more sensible defaults.David Gouldin2012-03-132-9/+6
* Updating tests to reflect changes in handling headers.David Gouldin2012-03-131-1/+1
* Moving to headers dict from authorization_header string, fixing authorization...David Gouldin2012-03-134-34/+82
* Passing body to _contribute_parameters and prepare_form_encoded_body, normali...David Gouldin2012-03-132-20/+21
* Add OAuth body signature type to clientIdan Gazit2012-03-131-4/+16
* Rename class to reflect spec version it implementsIdan Gazit2012-03-131-4/+5
* PEP8 Nazi Strikes Again. News at Eleven.Idan Gazit2012-03-131-1/+2
* PEP8 cleanupIdan Gazit2012-03-131-1/+7
* PEP8 cleanup, add missing importIdan Gazit2012-03-131-2/+5
* Fixing signature module to escape the components of the base signature string...David Gouldin2012-03-122-10/+9
* Fixing a couple of bugs in RSA signing.David Gouldin2012-03-122-1/+4
* Fixing a bunch of unicode errors.David Gouldin2012-03-123-11/+11
* Making callback_uri optional again in client (whoops), adding a util function...David Gouldin2012-03-122-5/+35
* Making callback_uri required on client, adding oauth server class which check...David Gouldin2012-03-122-10/+67
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-03-123-141/+113
|\
| * Ripping unneded functions from oauth module, adding a client class for reques...David Gouldin2012-03-123-141/+113
* | Sort query params to put oauth_ ones lastIdan Gazit2012-03-121-1/+2
|/
* Adding spec 3.4 base functions to the signature module.David Gouldin2012-03-121-0/+149
* Adding a stub module for section 3.4 of the spec (signature).David Gouldin2012-03-121-0/+8
* Remove py2.6-style string formattingIdan Gazit2012-03-121-3/+2
* Actually return the value from urlencodeIdan Gazit2012-03-121-1/+2
* First stab at parameters.pyIdan Gazit2012-03-121-0/+94
* Add OAuth-safe urlencodeIdan Gazit2012-03-121-0/+11
* Add filter_params decoratorIdan Gazit2012-03-121-0/+14
* Minor cleanup of docstringsIdan Gazit2012-03-121-5/+1
* Move utility methods into utils.pyIdan Gazit2012-03-122-30/+52
* Add utils, parameters.pyIdan Gazit2012-03-122-0/+32
* Initial commit. OMG so many bugs.Idan Gazit2011-11-202-0/+175