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: mrdon/flask
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.
  • 17 commits
  • 101 files changed
  • 3 contributors

Commits on Jan 20, 2014

  1. Configuration menu
    Copy the full SHA
    6568006 View commit details
    Browse the repository at this point in the history
  2. Modify flask and werkzeug for asyncio

    Add hello.py as a test
    mrdon committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    5d6f1d0 View commit details
    Browse the repository at this point in the history
  3. run() now runs with aiohttp

    Fix setup to include info on fork
    mrdon committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    2008b0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e42251 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2014

  1. New readme

    mrdon committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    04392b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. Configuration menu
    Copy the full SHA
    2af6550 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2014

  1. Merge remote-tracking branch 'original/master'

    Conflicts:
    	flask/app.py
    mrdon committed Feb 15, 2014
    Configuration menu
    Copy the full SHA
    6430825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a820d2 View commit details
    Browse the repository at this point in the history
  3. Set version to 0.11.0.a1

    mrdon committed Feb 15, 2014
    Configuration menu
    Copy the full SHA
    0c89669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92eefa9 View commit details
    Browse the repository at this point in the history
  5. Setting back to 0.11-dev

    mrdon committed Feb 15, 2014
    Configuration menu
    Copy the full SHA
    f77e43c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. provide a task-based get_ident

    this solves "Popped wrong request context" problems, as the requests are
    always handled in the context of their respective task.
    chrysn committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    c922fc2 View commit details
    Browse the repository at this point in the history
  2. try to handle exceptions that occur in asynchronous execution

    this can't handle all cases (when the task has already started sending
    a response, the server can't roll back and present a 500), but when the
    response is not sent yet, now a response is sent.
    chrysn committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    a4e2e61 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2014

  1. Configuration menu
    Copy the full SHA
    51a1743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a946bf8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2014

  1. Require aiohttp

    Now that werkzeug.serving imports aiohttp.wsgi.WSGIServerHttpProtocol,
    aiohttp needs to be in the requirements.
    encukou committed May 31, 2014
    Configuration menu
    Copy the full SHA
    4ffd24e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from encukou/async

    Require aiohttp
    mrdon committed May 31, 2014
    Configuration menu
    Copy the full SHA
    ffd0828 View commit details
    Browse the repository at this point in the history
Loading