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: amitm/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.
  • 9 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 10, 2013

  1. Remove parsing of URL in from_request

    This fixes an issue with URL params being included twice when
    the signature method calls for get_normalized_parameters
    amitm committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    668d33b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. Check for query params

    amitm committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8ef4a2a View commit details
    Browse the repository at this point in the history
  2. Use only normalized url

    amitm committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    f4e0f68 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. ignore utf8 errors

    amitm committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    fa8978f View commit details
    Browse the repository at this point in the history
  2. Revert "ignore utf8 errors"

    This reverts commit fa8978f.
    amitm committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    4703c5a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Configuration menu
    Copy the full SHA
    8ca7f85 View commit details
    Browse the repository at this point in the history
  2. Slight clean up of ret code"

    amitm committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    d41d921 View commit details
    Browse the repository at this point in the history
  3. Revert "Slight clean up of ret code""

    This reverts commit d41d921.
    amitm committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    bc92902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bdb157 View commit details
    Browse the repository at this point in the history
Loading