Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New python 3 asyncio backend #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 29, 2015

  1. Add: new backend that use asyncio python3 framework, throught aiohttp…

    …-wsgi module. aiohttp-wsgi module need accept a pull request sent to accept some new features to be compatible with chaussete
    cr0hn committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    3f1b361 View commit details
    Browse the repository at this point in the history
  2. Add: new backend that use asyncio python3 framework, throught aiohttp…

    …-wsgi module. aiohttp-wsgi module need accept a pull request sent to accept some new features to be compatible with chaussete
    cr0hn committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    ffe995c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Update __init__.py

    removed print statement
    cr0hn committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    add72ea View commit details
    Browse the repository at this point in the history
  2. Update _asyncio3k.py

    Removed dict as a parameter.
    cr0hn committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    5e6bf81 View commit details
    Browse the repository at this point in the history