[spyder] 01/14: Merge tag 'upstream/3.2.3+dfsg1'
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Sep 22 15:46:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository spyder.
commit 503c1c22d3e05d13a6baf0958b4d9d350db7c0ff
Merge: 6765230 8a6aae5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Sep 13 09:50:20 2017 +0100
Merge tag 'upstream/3.2.3+dfsg1'
Upstream version 3.2.3+dfsg1
# gpg: Signature made Wed 13 Sep 2017 09:50:20 BST
# gpg: using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
# gpg: issuer "ghisvail at gmail.com"
# gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]
CHANGELOG.md | 536 ++++
MANIFEST.in | 2 +-
PKG-INFO | 4 +-
README.md | 14 +-
doc/installation.rst | 5 +-
setup.py | 18 +-
spyder/__init__.py | 2 +-
spyder/app/mainwindow.py | 300 +-
spyder/app/restart.py | 30 +-
spyder/app/start.py | 37 +
spyder/app/tests/pyx_lib_import.py | 3 +
spyder/app/tests/pyx_script.pyx | 15 +
spyder/app/tests/test_mainwindow.py | 733 ++++-
spyder/app/tour.py | 40 +-
spyder/config/base.py | 9 +-
spyder/config/fonts.py | 8 +-
spyder/config/ipython.py | 43 -
spyder/config/main.py | 71 +-
spyder/config/tests/test_user.py | 7 +
spyder/config/user.py | 17 +-
spyder/config/utils.py | 1 +
spyder/locale/es/LC_MESSAGES/spyder.mo | Bin 111914 -> 106653 bytes
spyder/locale/es/LC_MESSAGES/spyder.po | 3235 ++++++++++----------
spyder/locale/fr/LC_MESSAGES/spyder.mo | Bin 111188 -> 108767 bytes
spyder/locale/fr/LC_MESSAGES/spyder.po | 3219 +++++++++----------
spyder/locale/ja/LC_MESSAGES/spyder.mo | Bin 117336 -> 111668 bytes
spyder/locale/ja/LC_MESSAGES/spyder.po | 3172 ++++++++++---------
spyder/locale/pt_BR/LC_MESSAGES/spyder.mo | Bin 107940 -> 94451 bytes
spyder/locale/pt_BR/LC_MESSAGES/spyder.po | 3149 ++++++++++---------
spyder/locale/ru/LC_MESSAGES/spyder.mo | Bin 138610 -> 132066 bytes
spyder/locale/ru/LC_MESSAGES/spyder.po | 3193 ++++++++++---------
spyder/locale/spyder.pot | 2496 +++++++--------
spyder/otherplugins.py | 14 +-
spyder/plugins/__init__.py | 32 +-
spyder/plugins/configdialog.py | 125 +-
spyder/plugins/console.py | 65 +-
spyder/plugins/editor.py | 301 +-
spyder/plugins/explorer.py | 11 +-
spyder/plugins/externalconsole.py | 988 ------
spyder/plugins/findinfiles.py | 66 +-
spyder/plugins/help.py | 22 +-
spyder/plugins/history.py | 2 +-
spyder/plugins/ipythonconsole.py | 489 ++-
spyder/plugins/projects.py | 6 +-
spyder/plugins/runconfig.py | 279 +-
spyder/plugins/shortcuts.py | 41 +-
spyder/plugins/tests/test_editor_introspection.py | 97 +
spyder/plugins/tests/test_findinfiles.py | 54 +-
spyder/plugins/tests/test_ipythonconsole.py | 418 ++-
spyder/plugins/variableexplorer.py | 32 +-
spyder/plugins/workingdirectory.py | 157 +-
spyder/py3compat.py | 12 -
spyder/pyplot.py | 2 +-
spyder/scientific_startup.py | 154 -
spyder/utils/codeanalysis.py | 17 +-
spyder/utils/dochelpers.py | 2 +-
spyder/utils/environ.py | 25 +-
spyder/utils/external/binaryornot/check.py | 2 +-
spyder/utils/help/conf.py | 5 +-
spyder/utils/icon_manager.py | 9 +
spyder/utils/inputhooks.py | 158 -
spyder/utils/introspection/jedi_plugin.py | 11 +-
spyder/utils/introspection/manager.py | 22 +-
spyder/utils/introspection/plugin_client.py | 19 +-
spyder/utils/introspection/rope_plugin.py | 47 +-
.../utils/introspection/tests/test_jedi_plugin.py | 12 +
spyder/utils/introspection/tests/test_manager.py | 47 +
.../introspection/tests/test_plugin_client.py | 17 -
.../utils/introspection/tests/test_rope_plugin.py | 12 +
spyder/utils/introspection/utils.py | 4 +-
spyder/utils/iofuncs.py | 98 +-
spyder/utils/ipython/kernelspec.py | 133 +
spyder/utils/ipython/spyder_kernel.py | 85 +-
spyder/utils/ipython/start_kernel.py | 14 +-
spyder/utils/ipython/style.py | 175 ++
spyder/utils/ipython/tests/__init__.py | 9 +
spyder/utils/ipython/tests/test_spyder_kernel.py | 44 +
spyder/utils/programs.py | 4 +-
spyder/utils/qthelpers.py | 77 +-
spyder/utils/site/sitecustomize.py | 537 +---
spyder/utils/sourcecode.py | 3 +-
spyder/utils/syntaxhighlighters.py | 247 +-
spyder/utils/tests/test_codeanalysis.py | 4 +-
spyder/utils/tests/test_dochelpers.py | 8 +-
spyder/utils/tests/test_iofuncs.py | 23 +-
spyder/utils/tests/test_programs.py | 5 +-
spyder/utils/tests/test_sourcecode.py | 6 +-
spyder/utils/tests/test_syntaxhighlighters.py | 26 +-
spyder/utils/workers.py | 362 +++
spyder/widgets/browser.py | 45 +-
spyder/widgets/comboboxes.py | 2 +-
spyder/widgets/dependencies.py | 2 +-
spyder/widgets/editor.py | 483 ++-
spyder/widgets/editortools.py | 8 +-
spyder/widgets/explorer.py | 103 +-
spyder/widgets/externalshell/__init__.py | 12 -
spyder/widgets/externalshell/baseshell.py | 318 --
spyder/widgets/externalshell/introspection.py | 204 --
spyder/widgets/externalshell/monitor.py | 521 ----
spyder/widgets/externalshell/pythonshell.py | 669 ----
spyder/widgets/externalshell/systemshell.py | 184 --
spyder/widgets/fileswitcher.py | 297 +-
spyder/widgets/findinfiles.py | 1048 ++++---
spyder/widgets/findreplace.py | 239 +-
spyder/widgets/formlayout.py | 595 ----
spyder/widgets/helperwidgets.py | 6 +-
spyder/widgets/internalshell.py | 4 +-
spyder/widgets/ipythonconsole/client.py | 157 +-
spyder/widgets/ipythonconsole/control.py | 8 +-
spyder/widgets/ipythonconsole/debugging.py | 188 +-
spyder/widgets/ipythonconsole/help.py | 11 +-
spyder/widgets/ipythonconsole/namespacebrowser.py | 59 +-
spyder/widgets/ipythonconsole/shell.py | 211 +-
spyder/widgets/mixins.py | 119 +-
spyder/widgets/pathmanager.py | 54 +-
spyder/widgets/projects/tests/test_project.py | 77 +
spyder/widgets/projects/type/__init__.py | 5 +-
spyder/widgets/shell.py | 61 +-
spyder/widgets/shortcutssummary.py | 161 +
spyder/widgets/sourcecode/base.py | 178 +-
spyder/widgets/sourcecode/codeeditor.py | 120 +-
spyder/widgets/sourcecode/tests/test_autoindent.py | 70 +-
spyder/widgets/status.py | 161 +-
spyder/widgets/tabs.py | 188 +-
spyder/widgets/tests/data/ham.txt | 10 +
spyder/widgets/tests/data/spam.cpp | 14 +
spyder/widgets/tests/data/spam.txt | 3 +
...odeeditor_upper_lower.py => test_codeeditor.py} | 0
spyder/widgets/tests/test_dependencies.py | 2 +-
spyder/widgets/tests/test_editor.py | 384 ++-
spyder/widgets/tests/test_findinfiles.py | 104 +-
spyder/widgets/tests/test_pathmanager.py | 90 +-
spyder/widgets/variableexplorer/arrayeditor.py | 34 +-
.../widgets/variableexplorer/collectionseditor.py | 15 +-
spyder/widgets/variableexplorer/dataframeeditor.py | 7 +-
spyder/widgets/variableexplorer/importwizard.py | 18 +-
.../widgets/variableexplorer/namespacebrowser.py | 229 +-
.../variableexplorer/tests/test_arrayeditor.py | 66 +-
.../tests/test_namespacebrowser.py | 2 +-
.../variableexplorer/tests/test_texteditor.py | 11 +
.../widgets/variableexplorer/tests/test_utils.py | 124 +-
spyder/widgets/variableexplorer/texteditor.py | 8 +
spyder/widgets/variableexplorer/utils.py | 230 +-
spyder/widgets/waitingspinner.py | 216 ++
spyder_breakpoints/locale/breakpoints.pot | 2 +-
.../locale/es/LC_MESSAGES/breakpoints.mo | Bin 772 -> 772 bytes
.../locale/es/LC_MESSAGES/breakpoints.po | 2 +-
.../locale/fr/LC_MESSAGES/breakpoints.mo | Bin 835 -> 835 bytes
.../locale/fr/LC_MESSAGES/breakpoints.po | 2 +-
.../locale/ja/LC_MESSAGES/breakpoints.mo | Bin 955 -> 955 bytes
.../locale/ja/LC_MESSAGES/breakpoints.po | 2 +-
.../locale/pt_BR/LC_MESSAGES/breakpoints.mo | Bin 863 -> 863 bytes
.../locale/pt_BR/LC_MESSAGES/breakpoints.po | 2 +-
.../locale/ru/LC_MESSAGES/breakpoints.mo | Bin 1067 -> 1067 bytes
.../locale/ru/LC_MESSAGES/breakpoints.po | 2 +-
spyder_profiler/locale/es/LC_MESSAGES/profiler.mo | Bin 794 -> 794 bytes
spyder_profiler/locale/es/LC_MESSAGES/profiler.po | 2 +-
spyder_profiler/locale/fr/LC_MESSAGES/profiler.mo | Bin 2342 -> 2342 bytes
spyder_profiler/locale/fr/LC_MESSAGES/profiler.po | 2 +-
spyder_profiler/locale/ja/LC_MESSAGES/profiler.mo | Bin 3398 -> 3398 bytes
spyder_profiler/locale/ja/LC_MESSAGES/profiler.po | 2 +-
spyder_profiler/locale/profiler.pot | 2 +-
.../locale/pt_BR/LC_MESSAGES/profiler.mo | Bin 2937 -> 2937 bytes
.../locale/pt_BR/LC_MESSAGES/profiler.po | 2 +-
spyder_profiler/locale/ru/LC_MESSAGES/profiler.mo | Bin 3935 -> 3880 bytes
spyder_profiler/locale/ru/LC_MESSAGES/profiler.po | 18 +-
spyder_profiler/widgets/profilergui.py | 32 +-
spyder_pylint/locale/es/LC_MESSAGES/pylint.mo | Bin 1137 -> 1137 bytes
spyder_pylint/locale/es/LC_MESSAGES/pylint.po | 79 +-
spyder_pylint/locale/fr/LC_MESSAGES/pylint.mo | Bin 2594 -> 2366 bytes
spyder_pylint/locale/fr/LC_MESSAGES/pylint.po | 85 +-
spyder_pylint/locale/ja/LC_MESSAGES/pylint.mo | Bin 2706 -> 2428 bytes
spyder_pylint/locale/ja/LC_MESSAGES/pylint.po | 87 +-
spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.mo | Bin 2607 -> 2383 bytes
spyder_pylint/locale/pt_BR/LC_MESSAGES/pylint.po | 87 +-
spyder_pylint/locale/pylint.pot | 80 +-
spyder_pylint/locale/ru/LC_MESSAGES/pylint.mo | Bin 3189 -> 2924 bytes
spyder_pylint/locale/ru/LC_MESSAGES/pylint.po | 85 +-
spyder_pylint/pylint.py | 5 +-
spyder_pylint/widgets/pylintgui.py | 68 +-
180 files changed, 18578 insertions(+), 16200 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git
More information about the debian-science-commits
mailing list