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

Replace yield from with await... #283

Merged
merged 9 commits into from
May 1, 2018
Merged

Replace yield from with await... #283

merged 9 commits into from
May 1, 2018

Commits on Apr 22, 2018

  1. async/await utils.py

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    473d33b View commit details
    Browse the repository at this point in the history
  2. async/await pool.py

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    3b48d9f View commit details
    Browse the repository at this point in the history
  3. async/await cursors.py

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    89afea5 View commit details
    Browse the repository at this point in the history
  4. async/await connection.py

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    5126bf1 View commit details
    Browse the repository at this point in the history
  5. async/await sa/*

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    6571fe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b31fe93 View commit details
    Browse the repository at this point in the history
  7. Added async with pool.get()

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    a4040e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cef298b View commit details
    Browse the repository at this point in the history
  9. Flake8

    terricain committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    72de31b View commit details
    Browse the repository at this point in the history