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

fix 793: allow custom async iterator #1041

Merged
merged 15 commits into from
Oct 21, 2020
Merged

fix 793: allow custom async iterator #1041

merged 15 commits into from
Oct 21, 2020

Commits on Sep 3, 2020

  1. fix 793

    witling committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f625437 View commit details
    Browse the repository at this point in the history
  2. custom async generator: implement pr notes

    witling committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    becc8e5 View commit details
    Browse the repository at this point in the history
  3. custom async generator: cleanup dependencies

    witling committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    12fd5ac View commit details
    Browse the repository at this point in the history
  4. update tests

    witling committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    819731c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. newline at end of tests

    witling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a74af82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-793

    witling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ee032ac View commit details
    Browse the repository at this point in the history
  3. fix linting

    witling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    06cd915 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Update tests/test_responses.py

    Co-authored-by: Jamie Hewland <jhewland@gmail.com>
    witling and JayH5 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    bdf5488 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_responses.py

    Co-authored-by: Jamie Hewland <jhewland@gmail.com>
    witling and JayH5 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9c52002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae1d67 View commit details
    Browse the repository at this point in the history
  4. fix naming for custom generator tests

    witling committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    35034aa View commit details
    Browse the repository at this point in the history
  5. comply with pep 492

    witling committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ac64932 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    250c802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490ff0e View commit details
    Browse the repository at this point in the history