Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joestump/python-oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mehcode/python-oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 27, 2014

  1. Make setup.py py3 compatible.

    I've done a basic update to the library to begin getting it to be python3 compatible. A lot of upstream projects still rely on this unfortunately and their communities are not willing to change to oauthlib. This will help to prolong the inevitable.
    jaitaiwan committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    2896df6 View commit details
    Browse the repository at this point in the history
  2. Update setup.pu

    Future imports must be at the beginning of the file.
    jaitaiwan committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    ae83b9b View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    Fix incorrect syntax
    jaitaiwan committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    1716e79 View commit details
    Browse the repository at this point in the history
  4. Update test_oauth.py

    jaitaiwan committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    cc4b905 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. Configuration menu
    Copy the full SHA
    30060ce View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    Python 3 strings are unicode (utf-8) by default. This will break python2 applications.
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    500fde7 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    Maintain backwards compat as much as is possible.
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    92b265b View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    14e9230 View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    bc04cd5 View commit details
    Browse the repository at this point in the history
  6. Update __init__.py

    Fixes for basestring and hopefully keeps backwards compatibility
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    b22f98f View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    Fix location or urllib.quote and urllib.unquote for py3k
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    1ffb490 View commit details
    Browse the repository at this point in the history
  8. Update __init__.py

    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    77098c5 View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    hmac.new expects key to be a bytearray
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    c05dff2 View commit details
    Browse the repository at this point in the history
  10. Update __init__.py

    Unicode fix for hmac
    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    15ec5d2 View commit details
    Browse the repository at this point in the history
  11. Fix accidental except

    jaitaiwan committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    b7e9280 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. Make python-oauth2 compatible with python3

    Final commit to make python-oauth2 py3k compatible.
    jaitaiwan committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    e8d757a View commit details
    Browse the repository at this point in the history
Loading