3
I Use This!
Inactive

Commits : Listings

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