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-oauth2
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
1 day
ago.
Feb 25, 2025 — Feb 25, 2026
Showing page 18 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added more tests for Client. Fixed a few bugs in the client for sending POST OAuth requests.
Joe Stump
More...
over 16 years ago
Removed the deprecated cgi.parse_qs() in favor of urlparse.parse_qs(). Added Consumer.__str__(). Added a working Client class built on top of httplib2.Http. Added initial tests for Client. Removed untested BC code. Added checks in Request.sign_request() for parameters oauth_consumer_key and oauth_token. Verify scheme is http or https.
Joe Stump
More...
over 16 years ago
Removed the deprecated cgi.parse_qs() in favor of urlparse.parse_qs(). Added Consumer.__str__(). Added a working Client class built on top of httplib2.Http. Added initial tests for Client. Removed untested BC code. Added checks in Request.sign_request() for parameters oauth_consumer_key and oauth_token. Verify scheme is http or https.
Joe Stump
More...
over 16 years ago
Formatted the README a bit.
Joe Stump
More...
over 16 years ago
Formatted the README a bit.
Joe Stump
More...
over 16 years ago
Added a README and did some minor formatting in __init__.py.
Joe Stump
More...
over 16 years ago
Added a README and did some minor formatting in __init__.py.
Joe Stump
More...
over 16 years ago
Added MissingSignature exception. Finished removing data_store. 100% test coverage.
Joe Stump
More...
over 16 years ago
Added MissingSignature exception. Finished removing data_store. 100% test coverage.
Joe Stump
More...
over 16 years ago
Changed setter to attr per termie's notes. Removed all references to DataStore code.
Joe Stump
More...
over 16 years ago
Changed setter to attr per termie's notes. Removed all references to DataStore code.
Joe Stump
More...
over 16 years ago
Added a bunch more tests.
Joe Stump
More...
over 16 years ago
Added a bunch more tests.
Joe Stump
More...
over 16 years ago
Added a multitude of tests.
Joe Stump
More...
over 16 years ago
Added a multitude of tests.
Joe Stump
More...
over 16 years ago
PEP8 compliance.
Joe Stump
More...
over 16 years ago
PEP8 compliance.
Joe Stump
More...
over 16 years ago
Added doc strings from markpasc's GitHub and switched to markpasc's Request, which extends from dict.
Joe Stump
More...
over 16 years ago
Added doc strings from markpasc's GitHub and switched to markpasc's Request, which extends from dict.
Joe Stump
More...
over 16 years ago
Removed OAuth prefix from classes, added more tests from GitHub, made name changes backwards compatible, added more stringent checking to Token.
Joe Stump
More...
over 16 years ago
Removed OAuth prefix from classes, added more tests from GitHub, made name changes backwards compatible, added more stringent checking to Token.
Joe Stump
More...
over 16 years ago
Moved things around so testing works with setup.py. Fixed BaseException.message deprecation warnings in 2.6. Added tests from shellsage. Moved oauth.py into oauth/__init__.py for backwards compatibility and to work with setup.py.
Joe Stump
More...
over 16 years ago
Moved things around so testing works with setup.py. Fixed BaseException.message deprecation warnings in 2.6. Added tests from shellsage. Moved oauth.py into oauth/__init__.py for backwards compatibility and to work with setup.py.
Joe Stump
More...
over 16 years ago
Python: changes to setup.py for version.
leah.culver
More...
over 16 years ago
Python: changes to setup.py for version.
leah.culver
More...
over 16 years ago
Python: changes to setup.py for version, description, and license.
leah.culver
More...
over 16 years ago
Python: changes to setup.py for version, description, and license.
leah.culver
More...
over 16 years ago
Python: easy_install thinks 1.0a is a pre-release of 1.0. Changing the version number to attempt to trick it.
leah.culver
More...
over 16 years ago
Python: easy_install thinks 1.0a is a pre-release of 1.0. Changing the version number to attempt to trick it.
leah.culver
More...
over 16 years ago
Python: updated version in setup.py and pushed to pypi
leah.culver
More...
over 16 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
→
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