openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-oauth
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
5 days
ago. based on code collected
5 days
ago.
Mar 26, 2025 — Mar 26, 2026
Showing page 2 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
quick fix of a bug related to using {}
termie
as
[email protected]
More...
over 17 years ago
python lib: issue #19 content-type header for example SimpleOAuthClient. Thanks jesse.myers!
leah.culver
More...
over 17 years ago
python lib: from ticket #16, catch OAuthError specifically when fetching the request token in the server. Thanks larlet!
leah.culver
More...
over 17 years ago
python lib: fix for #16, applied patch plaintext.signature.ampersand.diff. Thanks atregoubenko!
leah.culver
More...
over 17 years ago
python lib: use indexes for urlparse for < 2.5
leah.culver
More...
almost 18 years ago
python lib: more OAuth parameter sources accepted by service provider, fixed example
leah.culver
More...
almost 18 years ago
python lib: OAuthRequest from_request combines parameters from various sources
leah.culver
More...
almost 18 years ago
updated example server with correct lookup_nonce
leah.culver
More...
almost 18 years ago
python library - better nonce lookup and error handling, like php library
leah.culver
More...
almost 18 years ago
python library - signature validation error returns expected base string, added punctuation to error messages
leah.culver
More...
almost 18 years ago
python oauth patch from termie - separate check_signature from build_signature for rsa-sha1
leah.culver
More...
almost 18 years ago
Thanks Néstor - check for 'Authorization' in headers which fixes broken example
leah.culver
More...
almost 18 years ago
error message for authorization header that doesn't parse to oauth params
leah.culver
More...
about 18 years ago
Added build_signature_base_string method to the signature methods to allow fetching the raw signature base string for debugging purposes.
leah.culver
More...
about 18 years ago
changed invalid signature error message
leah.culver
More...
about 18 years ago
changed urlparse to be 2.4 compatible
leah.culver
More...
about 18 years ago
updated server example for new authorize token method with user parameter
leah.culver
More...
about 18 years ago
hmac-sha1 backwards compatibility - hashlib vs. sha
leah.culver
More...
about 18 years ago
added user parameter to authorization interface
leah.culver
More...
about 18 years ago
removed return/tab from the oauth header since it was fucking up python BaseHttpServer parsing
leah.culver
More...
about 18 years ago
normalize_request_parameters sort by key and value
leah.culver
More...
about 18 years ago
commit patch from drecordon
termie
as
[email protected]
More...
about 18 years ago
Minor updates.
leah.culver
More...
over 18 years ago
Added means for handling oauth parameters passed via headers, post data, or url query string.
leah.culver
More...
over 18 years ago
Added hmac_sha1 signing method.
leah.culver
More...
over 18 years ago
Fixed library per Andy's suggestions. Added stuff to server and store for authorizing request tokens. To do: parameters passed as post body and url, signing algorithms.
leah.culver
More...
over 18 years ago
optional support for www-authenticate header
leah.culver
More...
over 18 years ago
Rewrite of python library to match the design doc (code/php/doc/design.txt) discussed with Andy Smith. Still in progress, but closer to the php library.
leah.culver
More...
over 18 years ago
Updated python library to work with latest spec. Still need to include headers and write documentation.
leah.culver
More...
over 18 years ago
Added incomplete python library
leah.culver
More...
over 18 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree