3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Aug 29, 2025 — Aug 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:joestump/python-oauth2 More... about 11 years ago
Use cls passed so people can override Request. Closes #107. More... about 11 years ago
Merge pull request #36 from groodt/master More... about 11 years ago
Merge pull request #86 from jparise/parameters More... about 11 years ago
Closes #91. Added robust UTF-8 support to Request.to_url(). More... about 11 years ago
Added the test for httplib2 kwargs. Fixes #136. More... about 11 years ago
Merge branch 'master' of github.com:joestump/python-oauth2 More... about 11 years ago
Switched to SystemRandom() and updated README w/ correct Twitter links. Fixes CVE-2013-4347. Closes #146. Closes #137. More... about 11 years ago
Merge pull request #155 from thisfred/fix-to-url-to-work-with-non-ascii-query-parameters More... about 11 years ago
Merge pull request #159 from prehensile/master More... about 11 years ago
Added build status badge. More... about 11 years ago
Build for 2.6 as well. More... about 11 years ago
Adding Travis CI to run tests. More... about 11 years ago
Removed the Debian directory; should be maintained by CI. Fixed a typo. Closes #161. More... about 11 years ago
Merge pull request #162 from sebpiq/master More... about 11 years ago
Added syntax highlighting in README examples More... almost 12 years ago
amended Client class to pass **kwargs on to super More... about 12 years ago
make Request.to_url work with non-ascii parameters. issue #154 More... over 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