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 IPython kernel-related cleanup #188

Merged
merged 42 commits into from
Sep 13, 2019
Merged

Fix IPython kernel-related cleanup #188

merged 42 commits into from
Sep 13, 2019

Commits on Sep 5, 2019

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

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    504a23c View commit details
    Browse the repository at this point in the history
  2. More cleanup

    mdickinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b48af73 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. More cleanup

    mdickinson committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    96836b1 View commit details
    Browse the repository at this point in the history
  2. No more leaked objects

    mdickinson committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    cbd12f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5737c0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e82617 View commit details
    Browse the repository at this point in the history
  5. Custom heartbeat code

    mdickinson committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    dfef826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34766d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cefdd39 View commit details
    Browse the repository at this point in the history
  8. Cleanup of more globals.

    mdickinson committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    eb202c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    d73c516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52dcd00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc67ca5 View commit details
    Browse the repository at this point in the history
  4. Fix docstring.

    mdickinson committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9853cc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af8b4d8 View commit details
    Browse the repository at this point in the history
  6. Move some more of the shutdown / cleanup code to the IPKernelApp; rem…

    …ove some unnecessary cleanup
    mdickinson committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d9b9685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ca5721 View commit details
    Browse the repository at this point in the history
  8. Fix use of logging.hasHandlers on Python 2.7; move IPython.utils.io.s…

    …tdout caching to init_kernel.
    mdickinson committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    52a021b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b385fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc1beae View commit details
    Browse the repository at this point in the history
  11. Add tests.

    mdickinson committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f30bff8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a641613 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf83351 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23e40ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be2533e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e6d96d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb33888 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    65c37ab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    302a0f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ae56555 View commit details
    Browse the repository at this point in the history
  21. Clarify use of ==

    mdickinson committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    306de81 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Updates from review

    mdickinson committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2ea7c3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c894fad View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    535fc1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be444ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c431734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae39d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54bda86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6682ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa6a89c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab5b258 View commit details
    Browse the repository at this point in the history