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: stripe/stripe-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: edupath/stripe-python
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.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2012

  1. Use sessions when using requests library.

    When using the request library, use a session to allow the connection
    to be reused.  this greatly reduces overhead and latency when making
    multiple requests.
    jpuderer committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    0fe63d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2012

  1. Merge branch 'upstream'

    jpuderer committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    c070db3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2013

  1. Fix for backwards incompatible changes to requests library.

    See https://github.com/kennethreitz/requests/issues/1034
    
    Also moved headers from Session to request as per ebroder's
    comment.
    jpuderer committed Jan 2, 2013
    Configuration menu
    Copy the full SHA
    d329c66 View commit details
    Browse the repository at this point in the history
Loading