[Python-modules-commits] [ipython4] branch master updated (0d6681d -> 4fca361)

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 11:12:58 UTC 2016


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

jcristau pushed a change to branch master
in repository ipython4.

      from  0d6681d   Fixed VCS URL (https)
       new  aef259c   Remove extra '4' from binary package names
       new  5fa0306   Also remove extra 4 from source package name
       new  5d56dbb   use setuptools also for the install target so the python*:Depends substitutions work
       new  19d1fd9   Initialize git-dpm
       new  b883b37   record new upstream branch created by importing ipython_4.1.2.orig.tar.gz
       new  d2cc497   Import ipython_4.1.2.orig.tar.gz
       new  72c0564   use setuptools also for the install target so the python*:Depends substitutions work
       new  c7650e6   merge patched into master
       new  a3a99d3   Bump changelog to 4.1.2
       new  4fca361   Fix manpage installation

The 10 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:
 IPython/core/alias.py                              |     1 +
 IPython/core/application.py                        |    28 +-
 IPython/core/builtin_trap.py                       |     2 +-
 IPython/core/completer.py                          |    21 +-
 IPython/core/completerlib.py                       |     2 +-
 IPython/core/debugger.py                           |    86 +-
 IPython/core/display.py                            |    38 +-
 IPython/core/excolors.py                           |    14 +-
 IPython/core/extensions.py                         |     5 -
 IPython/core/formatters.py                         |     2 +
 IPython/core/history.py                            |    10 +-
 IPython/core/inputtransformer.py                   |    18 +-
 IPython/core/interactiveshell.py                   |   247 +-
 IPython/core/magic.py                              |     6 +-
 IPython/core/magics/basic.py                       |    29 +-
 IPython/core/magics/code.py                        |    10 +
 IPython/core/magics/deprecated.py                  |     5 +-
 IPython/core/magics/display.py                     |     7 +-
 IPython/core/magics/execution.py                   |    24 +-
 IPython/core/magics/extension.py                   |     4 +-
 IPython/core/magics/osm.py                         |    10 +-
 IPython/core/oinspect.py                           |    44 +-
 IPython/core/profileapp.py                         |     2 +-
 IPython/core/profiledir.py                         |     4 +-
 IPython/core/prompts.py                            |   120 +-
 IPython/core/pylabtools.py                         |    36 +-
 IPython/core/release.py                            |    14 +-
 IPython/core/shellapp.py                           |    34 +-
 .../tests/{ => daft_extension}/daft_extension.py   |     0
 IPython/core/tests/test_completer.py               |    20 +-
 IPython/core/tests/test_completerlib.py            |    12 +-
 IPython/core/tests/test_debugger.py                |    29 +
 IPython/core/tests/test_display.py                 |     3 +
 IPython/core/tests/test_inputsplitter.py           |     2 +-
 IPython/core/tests/test_inputtransformer.py        |    13 +
 IPython/core/tests/test_interactiveshell.py        |    15 +-
 IPython/core/tests/test_magic.py                   |    30 +-
 IPython/core/tests/test_oinspect.py                |    41 +
 IPython/core/tests/test_profile.py                 |     2 +-
 IPython/core/tests/test_prompts.py                 |    24 +-
 IPython/core/tests/test_pylabtools.py              |    48 +-
 IPython/core/tests/test_ultratb.py                 |   144 +
 IPython/core/ultratb.py                            |   488 +-
 IPython/extensions/autoreload.py                   |     2 +-
 IPython/external/mathjax.py                        |   234 +-
 IPython/external/qt_for_kernel.py                  |    51 +-
 IPython/external/qt_loaders.py                     |    18 +-
 IPython/lib/deepreload.py                          |     5 +-
 IPython/lib/display.py                             |    14 +
 IPython/lib/kernel.py                              |     3 +-
 IPython/lib/latextools.py                          |    10 +-
 IPython/lib/lexers.py                              |     1 +
 IPython/lib/pretty.py                              |    27 +-
 IPython/lib/tests/test_lexers.py                   |    15 +-
 IPython/lib/tests/test_pretty.py                   |    82 +-
 IPython/nbconvert.py                               |     2 +-
 IPython/sphinxext/ipython_console_highlighting.py  |     3 +-
 IPython/sphinxext/ipython_directive.py             |    19 +-
 IPython/terminal/embed.py                          |    24 +-
 IPython/terminal/interactiveshell.py               |   213 +-
 IPython/terminal/ipapp.py                          |    48 +-
 IPython/testing/decorators.py                      |    12 +-
 IPython/testing/iptest.py                          |    38 +-
 IPython/testing/iptestcontroller.py                |     2 +-
 IPython/testing/plugin/ipdoctest.py                |     4 +-
 IPython/utils/PyColorize.py                        |    31 +-
 IPython/utils/{signatures.py => _signatures.py}    |     0
 IPython/utils/_sysinfo.py                          |     2 +-
 IPython/utils/coloransi.py                         |     2 +-
 IPython/utils/contexts.py                          |    25 +-
 IPython/utils/dir2.py                              |     2 +-
 IPython/utils/frame.py                             |     2 +-
 IPython/utils/io.py                                |     2 +
 IPython/utils/py3compat.py                         |     7 +-
 IPython/utils/signatures.py                        |   818 +-
 IPython/utils/tests/test_pycolorize.py             |    54 +-
 IPython/utils/tests/test_text.py                   |    71 +-
 IPython/utils/tests/test_tokenutil.py              |    19 +
 IPython/utils/text.py                              |    83 +-
 IPython/utils/tokenutil.py                         |    23 +-
 PKG-INFO                                           |     7 +-
 README.rst                                         |     4 +-
 debian/.git-dpm                                    |     8 +
 debian/changelog                                   |     7 +-
 debian/control                                     |    20 +-
 debian/ipython.install                             |     2 +
 debian/{ipython4-3.manpages => ipython.manpages}   |     0
 debian/{ipython4.sh => ipython.sh}                 |     0
 debian/ipython3.install                            |     2 +
 debian/{ipython4.manpages => ipython3.manpages}    |     0
 debian/{ipython4-3.sh => ipython3.sh}              |     0
 debian/ipython4-3.install                          |     2 -
 debian/ipython4.install                            |     2 -
 ...ols-also-for-the-install-target-so-the-py.patch |    25 +
 debian/patches/series                              |     2 +-
 debian/patches/use_setuptools_for_install          |    16 -
 ...n4-doc.doc-base => python-ipython-doc.doc-base} |     6 +-
 debian/python3-ipython.lintian-overrides           |     2 +
 debian/python3-ipython4.lintian-overrides          |     2 -
 debian/rules                                       |    15 +-
 docs/Makefile                                      |     9 +-
 docs/requirements.txt                              |     2 +-
 docs/source/_static/favicon.ico                    |   Bin 0 -> 1430 bytes
 docs/source/conf.py                                |     5 +-
 docs/source/config/callbacks.rst                   |    55 +-
 docs/source/config/custommagics.rst                |     3 +-
 docs/source/config/extensions/index.rst            |     8 +-
 docs/source/coredev/index.rst                      |    18 +
 docs/source/coredev/release_process.rst            |   185 +
 docs/source/development/figs/allconnections.png    |   Bin 32144 -> 0 bytes
 docs/source/development/figs/allconnections.svg    |  4012 -------
 docs/source/development/figs/hbfade.png            |   Bin 38554 -> 0 bytes
 docs/source/development/figs/iopubfade.png         |   Bin 39136 -> 0 bytes
 docs/source/development/figs/nbconvert.png         |   Bin 23877 -> 0 bytes
 docs/source/development/figs/nbconvert.svg         |   195 -
 .../development/figs/notebook_components.png       |   Bin 30974 -> 0 bytes
 .../development/figs/notebook_components.svg       |   596 -
 docs/source/development/figs/notiffade.png         |   Bin 37583 -> 0 bytes
 docs/source/development/figs/queryfade.png         |   Bin 38260 -> 0 bytes
 docs/source/development/figs/queuefade.png         |   Bin 40459 -> 0 bytes
 docs/source/development/how_ipython_works.rst      |    45 +-
 docs/source/development/index.rst                  |    25 +-
 docs/source/development/kernels.rst                |   143 +-
 docs/source/development/parallel_connections.rst   |   152 +-
 docs/source/development/parallel_messages.rst      |   367 +-
 docs/source/development/wrapperkernels.rst         |    10 +-
 docs/source/index.rst                              |     9 +-
 docs/source/install/kernel_install.rst             |    60 +-
 docs/source/interactive/index.rst                  |     2 +-
 docs/source/interactive/plotting.rst               |     2 +-
 docs/source/interactive/python-ipython-diff.rst    |   249 +
 docs/source/interactive/qtconsole.rst              |   654 -
 docs/source/interactive/reference.rst              |    63 +
 docs/source/overview.rst                           |     8 +-
 docs/source/whatsnew/development.rst               |     4 +-
 docs/source/whatsnew/github-stats-4.rst            |    67 +
 docs/source/whatsnew/version0.11.rst               |     2 +-
 docs/source/whatsnew/version4.rst                  |    31 +-
 docs/sphinxext/github.py                           |     6 +-
 docs/sphinxext/magics.py                           |     3 +
 .../distributed-checkpoint.ipynb                   |   144 +
 .../Custom Display Logic-checkpoint.ipynb          |   737 ++
 .../.ipynb_checkpoints/Untitled-checkpoint.ipynb   |     6 +
 .../Importing Notebooks.ipynb                      |   320 +-
 examples/IPython Kernel/Index.ipynb                |     5 +-
 examples/IPython Kernel/Rich Output.ipynb          |     6 +-
 examples/IPython Kernel/Untitled.ipynb             |    74 +
 .../nbpackage/__init__.py                          |     0
 .../nbpackage/mynotebook.ipynb                     |     0
 .../nbpackage/nbs/__init__.py                      |     0
 .../nbpackage/nbs/other.ipynb                      |     0
 examples/Index.ipynb                               |     6 +-
 .../Interactive Widgets/Beat Frequencies.ipynb     |   120 -
 .../Custom Widget - Hello World.ipynb              |   793 --
 .../Interactive Widgets/Date Picker Widget.ipynb   |   838 --
 .../Interactive Widgets/Exploring Graphs.ipynb     |   117 -
 .../Interactive Widgets/Export As (nbconvert).html | 11882 -------------------
 .../Export As (nbconvert).ipynb                    |   186 -
 examples/Interactive Widgets/Factoring.ipynb       |   115 -
 .../Interactive Widgets/File Upload Widget.ipynb   |   187 -
 examples/Interactive Widgets/Image Browser.ipynb   |   119 -
 .../Interactive Widgets/Image Processing.ipynb     |   162 -
 examples/Interactive Widgets/Index.ipynb           |   108 -
 .../Lorenz Differential Equations.ipynb            |   290 -
 .../Interactive Widgets/Nonblocking Console.ipynb  |   239 -
 examples/Interactive Widgets/Using Interact.ipynb  |   629 -
 .../Interactive Widgets/Variable Inspector.ipynb   |   240 -
 examples/Interactive Widgets/Widget Basics.ipynb   |   445 -
 examples/Interactive Widgets/Widget Events.ipynb   |   383 -
 examples/Interactive Widgets/Widget List.ipynb     |   621 -
 examples/Interactive Widgets/Widget Styling.ipynb  |   585 -
 .../images/MultilanguageKernels.graffle            |   442 -
 .../images/MultilanguageKernels.png                |   Bin 22608 -> 0 bytes
 .../images/ParallelKernels.graffle                 |   876 --
 .../Interactive Widgets/images/ParallelKernels.png |   Bin 38764 -> 0 bytes
 .../images/VizInteractCompute.graffle              |   426 -
 .../images/VizInteractCompute.png                  |   Bin 30013 -> 0 bytes
 .../Interactive Widgets/images/WidgetArch.graffle  |   322 -
 examples/Interactive Widgets/images/WidgetArch.png |   Bin 23058 -> 0 bytes
 .../images/WidgetModelView.graffle                 |   523 -
 .../Interactive Widgets/images/WidgetModelView.png |   Bin 38681 -> 0 bytes
 .../Configuring the Notebook and Server.ipynb      |   295 -
 .../Notebook/Connecting with the Qt Console.ipynb  |   132 -
 .../Converting Notebooks With nbconvert.ipynb      |   317 -
 examples/Notebook/Custom Keyboard Shortcuts.ipynb  |   113 -
 examples/Notebook/Index.ipynb                      |    91 -
 .../Notebook/JavaScript Notebook Extensions.ipynb  |   612 -
 examples/Notebook/Notebook Basics.ipynb            |   313 -
 examples/Notebook/Running Code.ipynb               |   289 -
 examples/Notebook/Typesetting Equations.ipynb      |   271 -
 .../Notebook/Using nbconvert as a Library.ipynb    |   619 -
 .../Notebook/What is the IPython Notebook.ipynb    |   183 -
 .../Notebook/Working With Markdown Cells.ipynb     |   320 -
 examples/Notebook/images/command_mode.png          |   Bin 6021 -> 0 bytes
 examples/Notebook/images/dashboard_files_tab.png   |   Bin 116878 -> 0 bytes
 .../Notebook/images/dashboard_files_tab_btns.png   |   Bin 13356 -> 0 bytes
 .../Notebook/images/dashboard_files_tab_new.png    |   Bin 33908 -> 0 bytes
 .../Notebook/images/dashboard_files_tab_run.png    |   Bin 85527 -> 0 bytes
 examples/Notebook/images/dashboard_running_tab.png |   Bin 211313 -> 0 bytes
 examples/Notebook/images/edit_mode.png             |   Bin 6030 -> 0 bytes
 examples/Notebook/images/menubar_toolbar.png       |   Bin 30328 -> 0 bytes
 examples/Notebook/images/nbconvert_arch.png        |   Bin 114431 -> 0 bytes
 examples/distributed.ipynb                         |   144 +
 setup.py                                           |    20 +-
 setupbase.py                                       |    15 +-
 205 files changed, 3951 insertions(+), 32503 deletions(-)
 rename IPython/core/tests/{ => daft_extension}/daft_extension.py (100%)
 copy IPython/utils/{signatures.py => _signatures.py} (100%)
 create mode 100644 debian/.git-dpm
 create mode 100755 debian/ipython.install
 rename debian/{ipython4-3.manpages => ipython.manpages} (100%)
 rename debian/{ipython4.sh => ipython.sh} (100%)
 create mode 100755 debian/ipython3.install
 rename debian/{ipython4.manpages => ipython3.manpages} (100%)
 rename debian/{ipython4-3.sh => ipython3.sh} (100%)
 delete mode 100755 debian/ipython4-3.install
 delete mode 100755 debian/ipython4.install
 create mode 100644 debian/patches/0001-use-setuptools-also-for-the-install-target-so-the-py.patch
 delete mode 100644 debian/patches/use_setuptools_for_install
 rename debian/{python-ipython4-doc.doc-base => python-ipython-doc.doc-base} (51%)
 create mode 100644 debian/python3-ipython.lintian-overrides
 delete mode 100644 debian/python3-ipython4.lintian-overrides
 create mode 100644 docs/source/_static/favicon.ico
 create mode 100644 docs/source/coredev/index.rst
 create mode 100644 docs/source/coredev/release_process.rst
 delete mode 100644 docs/source/development/figs/allconnections.png
 delete mode 100644 docs/source/development/figs/allconnections.svg
 delete mode 100644 docs/source/development/figs/hbfade.png
 delete mode 100644 docs/source/development/figs/iopubfade.png
 delete mode 100644 docs/source/development/figs/nbconvert.png
 delete mode 100644 docs/source/development/figs/nbconvert.svg
 delete mode 100644 docs/source/development/figs/notebook_components.png
 delete mode 100644 docs/source/development/figs/notebook_components.svg
 delete mode 100644 docs/source/development/figs/notiffade.png
 delete mode 100644 docs/source/development/figs/queryfade.png
 delete mode 100644 docs/source/development/figs/queuefade.png
 create mode 100644 docs/source/interactive/python-ipython-diff.rst
 delete mode 100644 docs/source/interactive/qtconsole.rst
 create mode 100644 examples/.ipynb_checkpoints/distributed-checkpoint.ipynb
 create mode 100644 examples/IPython Kernel/.ipynb_checkpoints/Custom Display Logic-checkpoint.ipynb
 create mode 100644 examples/IPython Kernel/.ipynb_checkpoints/Untitled-checkpoint.ipynb
 rename examples/{Notebook => IPython Kernel}/Importing Notebooks.ipynb (54%)
 create mode 100644 examples/IPython Kernel/Untitled.ipynb
 rename examples/{Notebook => IPython Kernel}/nbpackage/__init__.py (100%)
 rename examples/{Notebook => IPython Kernel}/nbpackage/mynotebook.ipynb (100%)
 rename examples/{Notebook => IPython Kernel}/nbpackage/nbs/__init__.py (100%)
 rename examples/{Notebook => IPython Kernel}/nbpackage/nbs/other.ipynb (100%)
 delete mode 100644 examples/Interactive Widgets/Beat Frequencies.ipynb
 delete mode 100644 examples/Interactive Widgets/Custom Widget - Hello World.ipynb
 delete mode 100644 examples/Interactive Widgets/Date Picker Widget.ipynb
 delete mode 100644 examples/Interactive Widgets/Exploring Graphs.ipynb
 delete mode 100644 examples/Interactive Widgets/Export As (nbconvert).html
 delete mode 100644 examples/Interactive Widgets/Export As (nbconvert).ipynb
 delete mode 100644 examples/Interactive Widgets/Factoring.ipynb
 delete mode 100644 examples/Interactive Widgets/File Upload Widget.ipynb
 delete mode 100644 examples/Interactive Widgets/Image Browser.ipynb
 delete mode 100644 examples/Interactive Widgets/Image Processing.ipynb
 delete mode 100644 examples/Interactive Widgets/Index.ipynb
 delete mode 100644 examples/Interactive Widgets/Lorenz Differential Equations.ipynb
 delete mode 100644 examples/Interactive Widgets/Nonblocking Console.ipynb
 delete mode 100644 examples/Interactive Widgets/Using Interact.ipynb
 delete mode 100644 examples/Interactive Widgets/Variable Inspector.ipynb
 delete mode 100644 examples/Interactive Widgets/Widget Basics.ipynb
 delete mode 100644 examples/Interactive Widgets/Widget Events.ipynb
 delete mode 100644 examples/Interactive Widgets/Widget List.ipynb
 delete mode 100644 examples/Interactive Widgets/Widget Styling.ipynb
 delete mode 100644 examples/Interactive Widgets/images/MultilanguageKernels.graffle
 delete mode 100644 examples/Interactive Widgets/images/MultilanguageKernels.png
 delete mode 100644 examples/Interactive Widgets/images/ParallelKernels.graffle
 delete mode 100644 examples/Interactive Widgets/images/ParallelKernels.png
 delete mode 100644 examples/Interactive Widgets/images/VizInteractCompute.graffle
 delete mode 100644 examples/Interactive Widgets/images/VizInteractCompute.png
 delete mode 100644 examples/Interactive Widgets/images/WidgetArch.graffle
 delete mode 100644 examples/Interactive Widgets/images/WidgetArch.png
 delete mode 100644 examples/Interactive Widgets/images/WidgetModelView.graffle
 delete mode 100644 examples/Interactive Widgets/images/WidgetModelView.png
 delete mode 100644 examples/Notebook/Configuring the Notebook and Server.ipynb
 delete mode 100644 examples/Notebook/Connecting with the Qt Console.ipynb
 delete mode 100644 examples/Notebook/Converting Notebooks With nbconvert.ipynb
 delete mode 100644 examples/Notebook/Custom Keyboard Shortcuts.ipynb
 delete mode 100644 examples/Notebook/Index.ipynb
 delete mode 100644 examples/Notebook/JavaScript Notebook Extensions.ipynb
 delete mode 100644 examples/Notebook/Notebook Basics.ipynb
 delete mode 100644 examples/Notebook/Running Code.ipynb
 delete mode 100644 examples/Notebook/Typesetting Equations.ipynb
 delete mode 100644 examples/Notebook/Using nbconvert as a Library.ipynb
 delete mode 100644 examples/Notebook/What is the IPython Notebook.ipynb
 delete mode 100644 examples/Notebook/Working With Markdown Cells.ipynb
 delete mode 100644 examples/Notebook/images/command_mode.png
 delete mode 100644 examples/Notebook/images/dashboard_files_tab.png
 delete mode 100644 examples/Notebook/images/dashboard_files_tab_btns.png
 delete mode 100644 examples/Notebook/images/dashboard_files_tab_new.png
 delete mode 100644 examples/Notebook/images/dashboard_files_tab_run.png
 delete mode 100644 examples/Notebook/images/dashboard_running_tab.png
 delete mode 100644 examples/Notebook/images/edit_mode.png
 delete mode 100644 examples/Notebook/images/menubar_toolbar.png
 delete mode 100644 examples/Notebook/images/nbconvert_arch.png
 create mode 100644 examples/distributed.ipynb

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



More information about the Python-modules-commits mailing list