3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:joestump/python-oauth2 More... over 10 years ago
Use cls passed so people can override Request. Closes #107. More... over 10 years ago
Merge pull request #36 from groodt/master More... over 10 years ago
Merge pull request #86 from jparise/parameters More... over 10 years ago
Closes #91. Added robust UTF-8 support to Request.to_url(). More... over 10 years ago
Added the test for httplib2 kwargs. Fixes #136. More... over 10 years ago
Merge branch 'master' of github.com:joestump/python-oauth2 More... over 10 years ago
Switched to SystemRandom() and updated README w/ correct Twitter links. Fixes CVE-2013-4347. Closes #146. Closes #137. More... over 10 years ago
Merge pull request #155 from thisfred/fix-to-url-to-work-with-non-ascii-query-parameters More... over 10 years ago
Merge pull request #159 from prehensile/master More... over 10 years ago
Added build status badge. More... over 10 years ago
Build for 2.6 as well. More... over 10 years ago
Adding Travis CI to run tests. More... over 10 years ago
Removed the Debian directory; should be maintained by CI. Fixed a typo. Closes #161. More... over 10 years ago
Merge pull request #162 from sebpiq/master More... over 10 years ago
Added syntax highlighting in README examples More... over 11 years ago
amended Client class to pass **kwargs on to super More... over 11 years ago
make Request.to_url work with non-ascii parameters. issue #154 More... almost 12 years ago
Ensure we parse qs as test in Token.from_string. More... over 12 years ago
Remove spurious 'str()' conversion. More... over 12 years ago
Note support for Python 3.2 and 3.3. More... over 12 years ago
Silence Py3k unittest nannyisms. More... over 12 years ago
Run tests under tox on Python 3.3. More... over 12 years ago
Accomodate hash randomization moar. More... over 12 years ago
Avoid shadowing imported 'b' function. More... over 12 years ago
Accomodate hash randomization. More... over 12 years ago
Run tests under tox on Python 3.2. More... over 12 years ago
Restore correct split of urlquoted UTF-8 query strings under Python2. More... over 12 years ago
Moar Py3k compat. More... over 12 years ago
Add a 'b()' utility for forcing encoding to bytes. More... over 12 years ago