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

Remove nest-asyncio dependency #835

Merged
merged 53 commits into from
Oct 6, 2022

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    15988e2 View commit details
    Browse the repository at this point in the history
  2. fix typing

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d871bf1 View commit details
    Browse the repository at this point in the history
  3. use a task runner

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6fe99ae View commit details
    Browse the repository at this point in the history
  4. try to fix threaded channel

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d376582 View commit details
    Browse the repository at this point in the history
  5. fix channels

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dadbd68 View commit details
    Browse the repository at this point in the history
  6. fix client

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b69c855 View commit details
    Browse the repository at this point in the history
  7. attempt to fix ipykernel

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    016b22d View commit details
    Browse the repository at this point in the history
  8. remove hack

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c2b4e48 View commit details
    Browse the repository at this point in the history
  9. more cleanup and debug

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    00ac661 View commit details
    Browse the repository at this point in the history
  10. fix restarter tests

    blink1073 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    57f5fd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. more fixes

    blink1073 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5e8f31b View commit details
    Browse the repository at this point in the history
  2. fix session

    blink1073 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    75038df View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. make function async

    blink1073 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b5d3eb0 View commit details
    Browse the repository at this point in the history
  2. clean up

    blink1073 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9d2c0ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99b196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14b11c1 View commit details
    Browse the repository at this point in the history
  5. skip another one

    blink1073 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f4c1c9a View commit details
    Browse the repository at this point in the history
  6. see if that fixes tests

    blink1073 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    059ce9b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. refactor

    blink1073 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    5ec0407 View commit details
    Browse the repository at this point in the history
  2. more cleanup

    blink1073 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    3e757c7 View commit details
    Browse the repository at this point in the history
  3. clean up session tests

    blink1073 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    44aca67 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. add async session

    blink1073 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    af387d2 View commit details
    Browse the repository at this point in the history
  2. add tests for async client

    blink1073 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ec2ab21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99a800b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0986cfe View commit details
    Browse the repository at this point in the history
  5. more progress

    blink1073 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    510b77a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. fix more

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f33c02c View commit details
    Browse the repository at this point in the history
  2. fix another test

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ad1d52a View commit details
    Browse the repository at this point in the history
  3. fix threaded client

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8c273fe View commit details
    Browse the repository at this point in the history
  4. uncomment test

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c01e7bf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'synchronous_managers' of github.com:blink1073/jupyter_c…

    …lient into synchronous_managers
    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d3a21c4 View commit details
    Browse the repository at this point in the history
  6. fix threaded tests

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ab93126 View commit details
    Browse the repository at this point in the history
  7. lint

    blink1073 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cdc1839 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    68ee9d8 View commit details
    Browse the repository at this point in the history
  2. fix warning filter

    blink1073 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    157d68a View commit details
    Browse the repository at this point in the history
  3. cleanup

    blink1073 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b12f9e6 View commit details
    Browse the repository at this point in the history
  4. cleanup

    blink1073 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    478c954 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a4353d View commit details
    Browse the repository at this point in the history
  6. better handling of futures

    blink1073 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    31eda17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7325663 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4c38e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    30a3fac View commit details
    Browse the repository at this point in the history
  2. debug timeout failures

    blink1073 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a338e3a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Update jupyter_client/ioloop/manager.py

    Co-authored-by: Min RK <[email protected]>
    blink1073 and minrk authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2d1cf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ed212 View commit details
    Browse the repository at this point in the history
  3. lint

    blink1073 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    fe677c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Update jupyter_client/ioloop/manager.py

    Co-authored-by: Min RK <[email protected]>
    blink1073 and minrk authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    449ac8a View commit details
    Browse the repository at this point in the history
  2. close original socket

    blink1073 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d408d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. skip failing test on ubuntu

    blink1073 committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ebf5527 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary run_sync

    blink1073 committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    dfbcd7e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    293e159 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'synchronous_managers' of github.com:blink1073/jupyter_c…

    …lient into synchronous_managers
    blink1073 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    80ef4c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. use asyncio.Future

    blink1073 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    097fa1e View commit details
    Browse the repository at this point in the history