8000 Comparing pallets:main...tosh:master · pallets/flask · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: pallets/flask
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tosh/flask
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 7, 2010

  1. added workaround for json on Google AppEngine

    Google AppEngine unfortunately does not offer json/simplejson where
    we would expect it to be, but since they do offer django and django
    comes with simplejson as a frozen dependency, we can import it
    from there.
    
    prior art:
    http://github.com/facebook/python-sdk/blob/master/src/facebook.py#L50
    tosh committed Jul 7, 2010
    Configuration menu
    Copy the full SHA
    f3323bb View commit details
    Browse the repository at this point in the history
Loading
0