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

bpo-40816 Add AsyncContextDecorator class #20516

Merged
merged 12 commits into from
Nov 5, 2020

Commits on May 29, 2020

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

    heckad committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7d1243a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20aeef8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Add test

    heckad committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    858a98f View commit details
    Browse the repository at this point in the history
  2. Fix test

    heckad committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1922773 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Fix function name

    heckad committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    dcaa620 View commit details
    Browse the repository at this point in the history
  2. Fix test

    heckad committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5e6cec7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Improve tests

    heckad committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    a5fd929 View commit details
    Browse the repository at this point in the history
  2. Add doc

    heckad committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    a1735c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Improve doc

    heckad committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    81df65c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Update Doc/library/contextlib.rst

    Co-authored-by: Yury Selivanov <yury@edgedb.com>
    heckad and 1st1 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1293c87 View commit details
    Browse the repository at this point in the history
  2. Fix whitespaces

    heckad committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1bace39 View commit details
    Browse the repository at this point in the history