[pyzo] 03/12: Updated version 4.4.0 from 'upstream/4.4.0'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 11 16:18:17 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit 49662eba5153e59c550349efc235c67037cb45dc
Merge: 482b581 a6b8724
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Jul 11 16:05:57 2017 +0100

    Updated version 4.4.0 from 'upstream/4.4.0'
    
    with Debian dir 6ca76bb8e0f6a137f8f8a01cbb1ebf8626b086e3

 .gitignore                                   |    5 -
 .hgignore                                    |    9 -
 Info.plist                                   |    2 +
 PKG-INFO                                     |   56 +
 dllutils.py                                  |  231 --
 doc/Makefile                                 |  177 --
 doc/conf.py                                  |    2 +-
 doc/make.bat                                 |    0
 freezeScript.py                              |  416 ----
 installerBuilderScript.iss                   |   54 -
 pyzo.egg-info/PKG-INFO                       |   56 +
 pyzo.egg-info/SOURCES.txt                    |  299 +++
 pyzo.egg-info/dependency_links.txt           |    1 +
 pyzo.egg-info/entry_points.txt               |    3 +
 pyzo.egg-info/not-zip-safe                   |    1 +
 pyzo.egg-info/pbr.json                       |    1 +
 pyzo.egg-info/top_level.txt                  |    1 +
 pyzo.pro                                     |   24 -
 pyzo/__init__.py                             |   22 +-
 pyzo/__main__.py                             |   15 +-
 pyzo/codeeditor/__init__.py                  |   21 +-
 pyzo/codeeditor/_test.py                     |    8 +-
 pyzo/codeeditor/base.py                      |   73 +-
 pyzo/codeeditor/extensions/__init__.py       |    1 +
 pyzo/codeeditor/extensions/appearance.py     |  175 +-
 pyzo/codeeditor/extensions/autocompletion.py |   46 +-
 pyzo/codeeditor/extensions/behaviour.py      |  112 +-
 pyzo/codeeditor/extensions/calltip.py        |    4 +-
 pyzo/codeeditor/highlighter.py               |   12 +-
 pyzo/codeeditor/license.txt                  |   26 -
 pyzo/codeeditor/manager.py                   |   30 +-
 pyzo/codeeditor/misc.py                      |   16 +-
 pyzo/codeeditor/parsers/__init__.py          |   51 +-
 pyzo/codeeditor/parsers/c_parser.py          |   18 +-
 pyzo/codeeditor/parsers/cython_parser.py     |   17 +-
 pyzo/codeeditor/parsers/python_parser.py     |   70 +-
 pyzo/codeeditor/parsers/tokens.py            |    8 +-
 pyzo/codeeditor/qt.py                        |    2 +-
 pyzo/codeeditor/style.py                     |   32 +-
 pyzo/codeeditor/textutils.py                 |  368 +--
 pyzo/core/about.py                           |    8 +-
 pyzo/core/assistant.py                       |   10 +-
 pyzo/core/baseTextCtrl.py                    |  157 +-
 pyzo/core/codeparser.py                      |  119 +-
 pyzo/core/commandline.py                     |    8 +-
 pyzo/core/compactTabWidget.py                |   62 +-
 pyzo/core/editor.py                          |   83 +-
 pyzo/core/editorTabs.py                      |  196 +-
 pyzo/core/history.py                         |  133 ++
 pyzo/core/icons.py                           |   46 +-
 pyzo/core/kernelbroker.py                    |   86 +-
 pyzo/core/main.py                            |   42 +-
 pyzo/core/menu.py                            |  631 +++--
 pyzo/core/pyzoLogging.py                     |   13 +-
 pyzo/core/shell.py                           | 3185 +++++++++++++-------------
 pyzo/core/shellInfoDialog.py                 |   90 +-
 pyzo/core/shellStack.py                      | 1481 ++++++------
 pyzo/core/splash.py                          |   33 +-
 pyzo/pyzokernel/_nope.py                     |    2 +-
 pyzo/pyzokernel/debug.py                     |   36 +-
 pyzo/pyzokernel/guiintegration.py            | 1121 ++++-----
 pyzo/pyzokernel/guisupport.py                |    8 +-
 pyzo/pyzokernel/interpreter.py               |  109 +-
 pyzo/pyzokernel/introspection.py             |  826 +++----
 pyzo/pyzokernel/magic.py                     |   83 +-
 pyzo/pyzokernel/pipper.py                    |   11 +-
 pyzo/pyzokernel/start.html                   |   30 -
 pyzo/pyzokernel/start.py                     |   13 +-
 pyzo/resources/defaultConfig.ssdf            |    5 +-
 pyzo/resources/icons/arrow_right.png         |  Bin 0 -> 349 bytes
 pyzo/resources/translations/pyzo_ca_ES.tr    |  584 +++--
 pyzo/resources/translations/pyzo_ca_ES.tr.qm |  Bin 33299 -> 32994 bytes
 pyzo/resources/translations/pyzo_de_DE.tr    |  576 +++--
 pyzo/resources/translations/pyzo_de_DE.tr.qm |  Bin 34654 -> 34374 bytes
 pyzo/resources/translations/pyzo_es_ES.tr    |  576 +++--
 pyzo/resources/translations/pyzo_es_ES.tr.qm |  Bin 34262 -> 34018 bytes
 pyzo/resources/translations/pyzo_fr_FR.tr    |  605 +++--
 pyzo/resources/translations/pyzo_fr_FR.tr.qm |  Bin 48717 -> 53840 bytes
 pyzo/resources/translations/pyzo_nl_NL.tr    |  587 +++--
 pyzo/resources/translations/pyzo_nl_NL.tr.qm |  Bin 37083 -> 43806 bytes
 pyzo/resources/translations/pyzo_pt_BR.tr    |  908 +++++---
 pyzo/resources/translations/pyzo_pt_PT.tr    |  584 +++--
 pyzo/resources/translations/pyzo_pt_PT.tr.qm |  Bin 33944 -> 33660 bytes
 pyzo/resources/translations/pyzo_ru_RU.tr    |  614 +++--
 pyzo/resources/translations/pyzo_ru_RU.tr.qm |  Bin 29066 -> 28806 bytes
 pyzo/resources/translations/pyzo_sk_SK.tr    |  918 +++++---
 pyzo/resources/translations/pyzo_zh_CN.tr    |  556 +++--
 pyzo/resources/translations/pyzo_zh_CN.tr.qm |  Bin 23223 -> 23081 bytes
 pyzo/resources/translations/pyzo_zh_TW.tr    |  771 ++++---
 pyzo/resources/translations/pyzo_zh_TW.tr.qm |  Bin 28450 -> 31809 bytes
 pyzo/resources/tutorial.py                   |  404 ++--
 pyzo/tools/__init__.py                       |   38 +-
 pyzo/tools/pyzoFileBrowser/__init__.py       |   25 +-
 pyzo/tools/pyzoFileBrowser/browser.py        |   42 +-
 pyzo/tools/pyzoFileBrowser/importwizard.py   | 1133 +++++----
 pyzo/tools/pyzoFileBrowser/proxies.py        |  896 ++++----
 pyzo/tools/pyzoFileBrowser/tasks.py          |   11 +-
 pyzo/tools/pyzoFileBrowser/tree.py           | 1976 ++++++++--------
 pyzo/tools/pyzoFileBrowser/utils.py          |  104 +-
 pyzo/tools/pyzoHistoryViewer.py              |  233 +-
 pyzo/tools/pyzoInteractiveHelp.py            |   26 +-
 pyzo/tools/pyzoLogger.py                     |   13 +-
 pyzo/tools/pyzoSourceStructure.py            |  127 +-
 pyzo/tools/pyzoWebBrowser.py                 |   17 +-
 pyzo/tools/pyzoWorkspace.py                  |   55 +-
 pyzo/util/__init__.py                        |    1 +
 pyzo/util/_locale.py                         |   24 +-
 pyzo/util/bootstrapconda.py                  |   13 +-
 pyzo/util/interpreters/__init__.py           |   10 +-
 pyzo/util/interpreters/inwinreg.py           |   20 +-
 pyzo/util/interpreters/pythoninterpreter.py  |    4 +-
 pyzo/util/paths.py                           |   44 +-
 pyzo/util/pyzowizard.py                      |   64 +-
 pyzo/util/qt/QtCore.py                       |    2 +-
 pyzo/util/qt/QtHelp.py                       |   11 +
 pyzo/util/qt/QtPrintSupport.py               |   26 +
 pyzo/util/qt/QtWidgets.py                    |    5 +-
 pyzo/util/qt/__init__.py                     |  223 +-
 pyzo/util/qt/_patch/__init__.py              |    1 +
 pyzo/util/qt/_patch/qcombobox.py             |    2 +-
 pyzo/util/qt/_patch/qheaderview.py           |    7 +
 pyzo/util/qt/_version.py                     |    2 +-
 pyzo/util/qt/uic.py                          |    7 +-
 pyzo/util/zon.py                             |   28 +-
 pyzo/yoton/README.md                         |   59 -
 pyzo/yoton/__init__.py                       |    9 +-
 pyzo/yoton/channels/__init__.py              |    7 +-
 pyzo/yoton/channels/channels_base.py         |  730 +++---
 pyzo/yoton/channels/channels_file.py         |  400 ++--
 pyzo/yoton/channels/channels_pubsub.py       |  814 ++++---
 pyzo/yoton/channels/channels_reqrep.py       | 1832 +++++++--------
 pyzo/yoton/channels/channels_state.py        |  277 ++-
 pyzo/yoton/channels/message_types.py         |   46 +-
 pyzo/yoton/clientserver.py                   |   69 +-
 pyzo/yoton/connection.py                     |   50 +-
 pyzo/yoton/connection_itc.py                 |    8 +-
 pyzo/yoton/connection_tcp.py                 |   92 +-
 pyzo/yoton/context.py                        | 1112 +++++----
 pyzo/yoton/core.py                           |   42 +-
 pyzo/yoton/events.py                         |   68 +-
 pyzo/yoton/misc.py                           |   36 +-
 pyzo/yoton/tests/_test_inExternalCode.py     |   13 -
 pyzo/yoton/tests/_test_message_stuff.py      |   44 -
 pyzo/yoton/tests/count_lines_of_code.py      |   60 -
 pyzo/yoton/tests/event_driven1.py            |   71 -
 pyzo/yoton/tests/event_driven2.py            |   54 -
 pyzo/yoton/tests/hello_world.py              |   44 -
 pyzo/yoton/tests/hops.py                     |   29 -
 pyzo/yoton/tests/message_type.py             |   52 -
 pyzo/yoton/tests/reqrep.py                   |   41 -
 pyzo/yoton/tests/routing_splitting.py        |   43 -
 pyzo/yoton/tests/status.py                   |   82 -
 pyzo/yoton/tests/test_networkPackageQueue.py |   59 -
 pyzo/yoton/tests/test_rapid_reconnect.py     |   23 -
 pyzo/yoton/tests/test_speed.py               |  147 --
 pyzo/yoton/tests/utest.py                    |  292 ---
 pyzo/yotonloader.py                          |    6 +-
 pyzolauncher.py                              |    0
 setup.cfg                                    |   17 +
 159 files changed, 15877 insertions(+), 14816 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list