[spyder] branch master updated (b8a5818 -> d67c012)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Feb 26 13:44:03 UTC 2015


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

ghisvail-guest pushed a change to branch master
in repository spyder.

      from  b8a5818   release
      adds  bbd9106   Imported Upstream version 2.3.3+dfsg
       new  4287e37   Merge tag 'upstream/2.3.3+dfsg'
       new  d67c012   d/changelog: new upstream release

The 2 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:
 CHANGELOG                                          | 1501 +++++++++--------
 PKG-INFO                                           |    6 +-
 README.md                                          |   37 +-
 bootstrap.py                                       |    4 +-
 debian/changelog                                   |    7 +
 doc/index.rst                                      |    2 +-
 doc/installation.rst                               |   33 +-
 setup.cfg                                          |    5 +
 PKG-INFO => spyder.egg-info/PKG-INFO               |    6 +-
 spyder.egg-info/SOURCES.txt                        |  690 ++++++++
 spyder.egg-info/dependency_links.txt               |    1 +
 spyder.egg-info/top_level.txt                      |    2 +
 spyderlib/__init__.py                              |   14 +-
 spyderlib/baseconfig.py                            |   15 +
 spyderlib/config.py                                |   11 +-
 spyderlib/guiconfig.py                             |   12 +-
 spyderlib/images/ext_tools.png                     |  Bin 1654 -> 0 bytes
 spyderlib/ipythonconfig.py                         |    5 +-
 spyderlib/locale/es/LC_MESSAGES/spyderlib.mo       |  Bin 97819 -> 97333 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.po       | 1758 +++++++++----------
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |  Bin 99424 -> 99190 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 1768 ++++++++++----------
 spyderlib/locale/spyderlib.pot                     | 1670 +++++++++---------
 spyderlib/plugins/__init__.py                      |   32 +-
 spyderlib/plugins/configdialog.py                  |    7 +-
 spyderlib/plugins/editor.py                        |   58 +-
 spyderlib/plugins/explorer.py                      |    3 -
 spyderlib/plugins/externalconsole.py               |   65 +-
 spyderlib/plugins/inspector.py                     |   18 +-
 spyderlib/plugins/ipythonconsole.py                |  181 +-
 spyderlib/plugins/projectexplorer.py               |    2 -
 spyderlib/plugins/variableexplorer.py              |   12 +-
 spyderlib/py3compat.py                             |    2 +
 spyderlib/spyder.py                                |   77 +-
 spyderlib/start_app.py                             |   10 +-
 spyderlib/utils/bsdsocket.py                       |   11 +-
 spyderlib/utils/dochelpers.py                      |    2 +
 spyderlib/utils/environ.py                         |   25 +-
 spyderlib/utils/inspector/tutorial.rst             |    4 +-
 spyderlib/utils/introspection/__init__.py          |    2 +-
 spyderlib/utils/introspection/base.py              |  489 ------
 spyderlib/utils/introspection/fallback_plugin.py   |  368 ++++
 spyderlib/utils/introspection/jedi_plugin.py       |  292 ++++
 spyderlib/utils/introspection/module_completion.py |    4 +-
 spyderlib/utils/introspection/plugin_manager.py    |  524 ++++++
 spyderlib/utils/introspection/rope_plugin.py       |  119 +-
 spyderlib/utils/qthelpers.py                       |    6 +-
 spyderlib/utils/sourcecode.py                      |    1 +
 spyderlib/utils/vcs.py                             |   25 +-
 spyderlib/widgets/arrayeditor.py                   |   83 +-
 spyderlib/widgets/dataframeeditor.py               |  114 +-
 spyderlib/widgets/dicteditor.py                    |  227 +--
 spyderlib/widgets/dicteditorutils.py               |   44 +-
 spyderlib/widgets/editor.py                        |  246 +--
 spyderlib/widgets/explorer.py                      |   93 +-
 spyderlib/widgets/externalshell/baseshell.py       |   12 +-
 spyderlib/widgets/externalshell/inputhooks.py      |  150 ++
 spyderlib/widgets/externalshell/monitor.py         |   14 +-
 .../widgets/externalshell/namespacebrowser.py      |   26 +-
 spyderlib/widgets/externalshell/pythonshell.py     |   18 +-
 spyderlib/widgets/externalshell/sitecustomize.py   |  362 ++--
 .../widgets/externalshell/start_ipython_kernel.py  |    9 +-
 spyderlib/widgets/findreplace.py                   |    9 +-
 spyderlib/widgets/ipython.py                       |  115 +-
 spyderlib/widgets/objecteditor.py                  |    4 +-
 spyderlib/widgets/projectexplorer.py               |   12 +-
 spyderlib/widgets/sourcecode/base.py               |    3 +-
 spyderlib/widgets/sourcecode/codeeditor.py         |  155 +-
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |    2 +-
 spyderlib/widgets/tabs.py                          |   20 +-
 .../locale/es/LC_MESSAGES/p_breakpoints.mo         |  Bin 772 -> 772 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo  |  Bin 794 -> 794 bytes
 spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo    |  Bin 1137 -> 1137 bytes
 .../locale/fr/LC_MESSAGES/p_breakpoints.mo         |  Bin 762 -> 762 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo  |  Bin 2342 -> 2342 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo    |  Bin 2594 -> 2594 bytes
 spyderplugins/widgets/profilergui.py               |   14 +-
 77 files changed, 6721 insertions(+), 4897 deletions(-)
 create mode 100644 setup.cfg
 copy PKG-INFO => spyder.egg-info/PKG-INFO (89%)
 create mode 100644 spyder.egg-info/SOURCES.txt
 create mode 100644 spyder.egg-info/dependency_links.txt
 create mode 100644 spyder.egg-info/top_level.txt
 delete mode 100644 spyderlib/images/ext_tools.png
 delete mode 100644 spyderlib/utils/introspection/base.py
 create mode 100644 spyderlib/utils/introspection/fallback_plugin.py
 create mode 100644 spyderlib/utils/introspection/jedi_plugin.py
 create mode 100644 spyderlib/utils/introspection/plugin_manager.py
 create mode 100644 spyderlib/widgets/externalshell/inputhooks.py

-- 
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