[Python-modules-commits] [jupyter-client] branch upstream updated (76ddf08 -> 40e1acb)

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 10:37:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcristau pushed a change to branch upstream
in repository jupyter-client.

      from  76ddf08   Import jupyter-client_4.1.1.orig.tar.gz
       new  40e1acb   Import jupyter-client_4.2.2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                   |  2 +-
 docs/api/kernelspec.rst                    |  2 +
 docs/changelog.rst                         | 32 +++++++++++
 docs/messaging.rst                         | 77 +++++++++------------------
 docs/wrapperkernels.rst                    |  5 +-
 jupyter_client/_version.py                 |  2 +-
 jupyter_client/blocking/client.py          | 48 +++++++++++++++--
 jupyter_client/channels.py                 |  4 +-
 jupyter_client/client.py                   |  9 +++-
 jupyter_client/connect.py                  | 39 +++++++++++---
 jupyter_client/consoleapp.py               | 19 ++++---
 jupyter_client/kernelspec.py               | 85 +++++++++++++++++++++++++-----
 jupyter_client/kernelspecapp.py            | 70 ++++++++++++++++++++++--
 jupyter_client/launcher.py                 | 36 ++++++++-----
 jupyter_client/localinterfaces.py          |  7 ++-
 jupyter_client/manager.py                  | 14 +++--
 jupyter_client/multikernelmanager.py       |  7 +--
 jupyter_client/session.py                  | 18 +++++--
 jupyter_client/tests/signalkernel.py       | 70 ++++++++++++++++++++++++
 jupyter_client/tests/test_connect.py       | 24 ++++++++-
 jupyter_client/tests/test_kernelmanager.py | 80 +++++++++++++++++++++++++++-
 jupyter_client/tests/test_kernelspec.py    | 44 +++++++++++-----
 jupyter_client/tests/utils.py              | 56 ++++++++++++++++++++
 23 files changed, 615 insertions(+), 135 deletions(-)
 create mode 100644 jupyter_client/tests/signalkernel.py
 create mode 100644 jupyter_client/tests/utils.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git



More information about the Python-modules-commits mailing list