index
:
delta/python-packages/oauthlib.git
2.x
234-fixdoc
264-status401
2x-fixup
3-release
3-release-doc
3.0.2-init
3.2.0-dev
3.2.2
348_SEO
409_headers_not_params
431-customerrors
431-customexception
445_confirm_redirect
541_issue_template
568-remove-expires_at
582-coveralls
601-pkce-support
606-fatalclienterror
613-oidc-dispatcher
644-intro-revocation-basicauth
652-token_state
670-pkce-requestinfo
CI
X6VmZSxczGzm9Ak5
add-metadata-doc
alternative_crypto_library
autopep8
bandit
cln2py
community_rules
deprev
doc-custom-grant-type
doc-dynreg
doc-logo
doc-oidc
doc-sponsor
docs-flows-hooks
drop-3.4
dry-up-code
fix-metadata-openid-server
fix-oidc-tests
fix-pypi
improve-doc
improve-reqval-order
license-eval
master
merge-2.1.0
new-version-release-notes
oauth-metadata
oauth1_provider_revamp
oauth2_draft25_server
oauth2_provider
oidc-doc
oidc-hashes
oidc-nonce
oidc-reqval-duplicate
oidc-userinfo
openid_connect
preconf-server-metadata
py36drop
py38
python-3.7
release-3.0.2
release-3.1.0
secpol
slots
thedrow-patch-1
travis-coveralls
use_request_objects
github.com: idan/oauthlib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oauthlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continuing to refactor oauth1 to use Request objects internally.
use_request_objects
David Gouldin
2012-05-12
4
-45
/
+68
*
Merge remote-tracking branch 'origin/master' into use_request_objects
David Gouldin
2012-05-12
2
-13
/
+10
|
\
|
*
Use python-rsa instead of pycrypto
Idan Gazit
2012-05-06
1
-9
/
+5
|
*
Capture OAuth1 generated signature for debug logging
Idan Gazit
2012-05-03
1
-5
/
+6
*
|
More porting of internal metods to use Request objects. Some tests are still ...
David Gouldin
2012-05-01
3
-56
/
+43
*
|
Half implemented solution which passes around Request instances to parameters...
David Gouldin
2012-05-01
4
-27
/
+65
|
/
*
Merge branch 'master' of github.com:idangazit/oauthlib
Idan Gazit
2012-05-02
1
-41
/
+10
|
\
|
*
Adding back 'safe' chars for escaping.
David Gouldin
2012-05-01
1
-1
/
+1
|
*
Modifying oauth1 rfc5849's utils to wrap stdlib functions in encode/decode ra...
David Gouldin
2012-05-01
1
-42
/
+11
*
|
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
3
-49
/
+38
*
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
3
-117
/
+135
*
More string format fixes for python 2.6
Idan Gazit
2012-04-29
2
-5
/
+5
*
Fix string formatting for py2.6, unbreak tests
Idan Gazit
2012-04-29
1
-1
/
+1
*
Moved import to top
Ib Lundgren
2012-04-26
1
-1
/
+1
*
Revert "urldecode"
Ib Lundgren
2012-04-26
1
-1
/
+1
*
urldecode
Ib Lundgren
2012-04-26
1
-1
/
+1
*
refactor regex
Ib Lundgren
2012-04-26
1
-4
/
+1
*
Regex fix
Ib Lundgren
2012-04-26
1
-1
/
+1
*
paraphrase
Ib Lundgren
2012-04-26
1
-1
/
+1
*
Decode urlencoded properly
Ib Lundgren
2012-04-26
1
-0
/
+32
*
Fix the failing tests.
Caleb Brown
2012-04-25
1
-2
/
+4
*
Removing an errant comma (oops). NOTE: 2 tests are currently broken: tests.oa...
David Gouldin
2012-04-24
1
-2
/
+1
*
Changing signatures.construct_base_string to more closely follow the spec doc...
David Gouldin
2012-04-24
1
-16
/
+29
*
Merge remote-tracking branch 'origin/master'
David Gouldin
2012-04-24
5
-121
/
+225
|
\
|
*
Prevent degenerate extraction of non-formencoded strings
Idan Gazit
2012-04-24
1
-0
/
+6
|
*
Signed requests with bodies are returned already formencoded
Idan Gazit
2012-04-24
1
-1
/
+1
|
*
Correct 'url-formencoded' to 'form-urlencoded'
Idan Gazit
2012-04-24
1
-4
/
+4
|
*
Add debug logging
Idan Gazit
2012-04-24
1
-0
/
+8
|
*
Render request before collecting parameters
Idan Gazit
2012-04-24
1
-3
/
+7
|
*
Allow rendering of body signatures without supplied body params
Idan Gazit
2012-04-24
1
-3
/
+3
|
*
Disable strict parsing when extracting parameters.
Idan Gazit
2012-04-23
1
-1
/
+4
|
*
Document that collect_parameters expects headers as a dict
Idan Gazit
2012-04-23
1
-0
/
+2
|
*
PEP8, whitespace cleanup. Unused code/imports removal.
Idan Gazit
2012-04-23
4
-12
/
+8
|
*
Merge branch 'master' into features/request_object
Idan Gazit
2012-04-23
3
-46
/
+133
|
|
\
|
*
|
Updated Client internals using Request
Idan Gazit
2012-04-23
1
-49
/
+78
|
*
|
Make method signatures in parameters.py consistent
Idan Gazit
2012-04-23
1
-54
/
+32
|
*
|
Use extract_params to normalize behavior in signature.py
Idan Gazit
2012-04-23
2
-11
/
+9
|
*
|
Add Request representation
Idan Gazit
2012-04-23
1
-0
/
+81
*
|
|
Improving in-line documentation of oauth1 rfc5849 signatures (section 3.4) fo...
David Gouldin
2012-04-24
1
-37
/
+339
|
|
/
|
/
|
*
|
Removing now-unneeded utf8_str.
David Gouldin
2012-04-20
1
-8
/
+0
*
|
Normalizing as much as possible to unicode, pulling in non-unicode functions ...
David Gouldin
2012-04-20
4
-33
/
+129
*
|
Add comment indicating why we need "safe='~'" in the call to urllib.quote.
Caleb Brown
2012-04-19
1
-0
/
+2
*
|
Revert "Make prepare_headers return non-unicode strings."
Caleb Brown
2012-04-19
1
-4
/
+4
*
|
Revert "Add support to OAuth1 for including body in the base string based on"
Caleb Brown
2012-04-19
1
-13
/
+9
*
|
Allow empty secrets when generating the OAuth1 HMAC SHA1 Signature.
Caleb Brown
2012-04-19
1
-2
/
+3
*
|
Add support to OAuth1 for including body in the base string based on
Caleb Brown
2012-04-18
1
-9
/
+13
*
|
Make sure the OAuth1 client doens't drop headers when signing requests.
Caleb Brown
2012-04-18
1
-1
/
+1
[next]