summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add debug loggingIdan Gazit2012-04-241-0/+8
| * Render request before collecting parametersIdan Gazit2012-04-241-3/+7
| * Allow rendering of body signatures without supplied body paramsIdan Gazit2012-04-241-3/+3
| * Disable strict parsing when extracting parameters.Idan Gazit2012-04-231-1/+4
| * Document that collect_parameters expects headers as a dictIdan Gazit2012-04-231-0/+2
| * PEP8, whitespace cleanup. Unused code/imports removal.Idan Gazit2012-04-234-12/+8
| * Merge branch 'master' into features/request_objectIdan Gazit2012-04-236-68/+212
| |\
| * | Updated Client internals using RequestIdan Gazit2012-04-232-51/+83
| * | Make method signatures in parameters.py consistentIdan Gazit2012-04-232-66/+51
| * | Use extract_params to normalize behavior in signature.pyIdan Gazit2012-04-232-11/+9
| * | Add Request representationIdan Gazit2012-04-232-0/+155
* | | Improving in-line documentation of oauth1 rfc5849 signatures (section 3.4) fo...David Gouldin2012-04-241-37/+339
| |/ |/|
* | Removing now-unneeded utf8_str.David Gouldin2012-04-202-18/+0
* | Normalizing as much as possible to unicode, pulling in non-unicode functions ...David Gouldin2012-04-206-50/+142
* | Merge pull request #20 from calebbrown/masterIdan Gazit2012-04-186-16/+90
|\ \ | |/ |/|
| * Add self to AUTHORSCaleb Brown2012-04-191-0/+1
| * Add comment indicating why we need "safe='~'" in the call to urllib.quote.Caleb Brown2012-04-191-0/+2
| * Revert "Make prepare_headers return non-unicode strings."Caleb Brown2012-04-191-4/+4
| * Revert "Add support to OAuth1 for including body in the base string based on"Caleb Brown2012-04-192-43/+20
| * Allow empty secrets when generating the OAuth1 HMAC SHA1 Signature.Caleb Brown2012-04-191-2/+3
| * Add support to OAuth1 for including body in the base string based onCaleb Brown2012-04-182-20/+43
| * Make sure the OAuth1 client doens't drop headers when signing requests.Caleb Brown2012-04-181-1/+1
| * Update the tests. Strengthen the unescape and escape tests and add moreCaleb Brown2012-04-182-5/+21
| * Make prepare_headers return non-unicode strings.Caleb Brown2012-04-181-4/+4
| * Pass through the request method to the client when generating signature.Caleb Brown2012-04-181-1/+1
| * Fix a bug in oauth1.signature.collect_parameters preventing unescaping.Caleb Brown2012-04-182-1/+51
| * urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.Caleb Brown2012-04-182-5/+9
| * Extract the signature method for the signature method, not theCaleb Brown2012-04-181-1/+1
| * Fix some some broken constants and vars in the OAuth1 Server.Caleb Brown2012-04-181-5/+5
|/
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-04-152-34/+76
|\
| * Updating oauth1 parameters.prepare_headers in order to apply more of the spec...David Gouldin2012-04-142-34/+76
* | Tagging 0.0.20.0.2Idan Gazit2012-04-121-1/+1
* | PEP8 cleanupIdan Gazit2012-04-121-11/+10
* | Add MANIFEST.inIdan Gazit2012-04-121-0/+1
|/
* Rough documentation of Client usage aspectsIdan Gazit2012-04-121-1/+19
* Rename sign_request to signIdan Gazit2012-04-121-1/+3
* Improve docstring of escape()Idan Gazit2012-04-121-1/+1
* Add author/email to setup.pyv0.0.1Idan Gazit2012-04-111-2/+2
* Update project description and readmeIdan Gazit2012-04-112-3/+13
* PEP8 cleanup and fix OAuth2 import pathsIdan Gazit2012-04-113-13/+10
* Move OAuth2 utils to their proper homeIdan Gazit2012-04-112-0/+0
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-04-112-0/+185
|\
| * Merge pull request #16 from ib-lundgren/oauth2_utilsIdan Gazit2012-04-112-0/+185
| |\
| | * Utility methods for OAuth2Ib Lundgren2012-03-312-0/+185
* | | PEP8 cleanup of OAuth2 bitsIdan Gazit2012-04-112-49/+52
|/ /
* | Move oauth2 bits to their new homeIdan Gazit2012-04-112-0/+0
* | Merge pull request #17 from ib-lundgren/oauth2_tokensIdan Gazit2012-04-112-0/+210
|\ \
| * | Bearer and MAC token supportIb Lundgren2012-03-312-0/+210
| |/
* | PEP8 cleanupIdan Gazit2012-04-114-4/+7
* | Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-04-1121-84/+244
|\ \