3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
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. 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. 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. More... over 16 years ago
Formatted the README a bit. More... over 16 years ago
Formatted the README a bit. More... over 16 years ago
Added a README and did some minor formatting in __init__.py. More... over 16 years ago
Added a README and did some minor formatting in __init__.py. More... over 16 years ago
Added MissingSignature exception. Finished removing data_store. 100% test coverage. More... over 16 years ago
Added MissingSignature exception. Finished removing data_store. 100% test coverage. More... over 16 years ago
Changed setter to attr per termie's notes. Removed all references to DataStore code. More... over 16 years ago
Changed setter to attr per termie's notes. Removed all references to DataStore code. More... over 16 years ago
Added a bunch more tests. More... over 16 years ago
Added a bunch more tests. More... over 16 years ago
Added a multitude of tests. More... over 16 years ago
Added a multitude of tests. More... over 16 years ago
PEP8 compliance. More... over 16 years ago
PEP8 compliance. More... over 16 years ago
Added doc strings from markpasc's GitHub and switched to markpasc's Request, which extends from dict. More... over 16 years ago
Added doc strings from markpasc's GitHub and switched to markpasc's Request, which extends from dict. 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. 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. 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. 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. More... over 16 years ago
Python: changes to setup.py for version. More... over 16 years ago
Python: changes to setup.py for version. More... over 16 years ago
Python: changes to setup.py for version, description, and license. More... over 16 years ago
Python: changes to setup.py for version, description, and license. 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. 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. More... over 16 years ago
Python: updated version in setup.py and pushed to pypi More... over 16 years ago