[spyder] branch master updated (1ec2a8a -> f99875d)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Oct 19 21:46:35 UTC 2014


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

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

      from  1ec2a8a   fix the upgrade of python-spyderlib-doc (LP: #1357951, #1358055)
       new  446aba1   Imported Upstream version 2.3.1+dfsg
       new  eb1cbd7   Merge tag 'upstream/2.3.1+dfsg'
       new  d385167   d/control: lintian: fix capitalization errors
       new  e2d9d41   d/control: bump standards to 3.9.6
       new  f99875d   d/changelog: update source package version

The 5 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                                          |    45 +
 PKG-INFO                                           |     4 +-
 README.md                                          |     6 +-
 debian/changelog                                   |     9 +
 debian/control                                     |    14 +-
 doc/variableexplorer.rst                           |    16 +-
 scripts/spyder_win_post_install.py.orig            |   103 -
 setup.py                                           |     4 +-
 spyderlib/__init__.py                              |     2 +-
 spyderlib/baseconfig.py                            |     5 +
 spyderlib/config.py                                |     6 +-
 spyderlib/locale/es/LC_MESSAGES/spyderlib.mo       |   Bin 94936 -> 97087 bytes
 spyderlib/locale/es/LC_MESSAGES/spyderlib.po       |  1745 +--
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo       |   Bin 91215 -> 98930 bytes
 spyderlib/locale/fr/LC_MESSAGES/spyderlib.po       | 10696 ++++++++++---------
 spyderlib/locale/spyderlib.pot                     |  8442 ++++++++-------
 spyderlib/mpl_patch.py                             |   162 -
 spyderlib/plugins/__init__.py                      |    65 +
 spyderlib/plugins/editor.py                        |    26 +-
 spyderlib/plugins/externalconsole.py               |    64 +-
 spyderlib/plugins/inspector.py                     |   141 +-
 spyderlib/plugins/ipythonconsole.py                |   843 +-
 spyderlib/plugins/runconfig.py                     |    12 +-
 spyderlib/plugins/workingdirectory.py              |     4 +-
 spyderlib/spyder.py                                |    45 +-
 spyderlib/utils/encoding.py                        |    35 +
 spyderlib/utils/inspector/js/collapse_sections.js  |    65 +
 spyderlib/utils/inspector/js/fix_image_paths.js    |    19 +
 spyderlib/utils/inspector/js/move_outline.js       |    16 +
 spyderlib/utils/inspector/js/utils.js              |     8 -
 spyderlib/utils/inspector/sphinxify.py             |    14 +-
 spyderlib/utils/inspector/static/css/default.css   |   136 +-
 .../inspector/static/images/collapse_expand.png    |   Bin 0 -> 1276 bytes
 .../inspector/static/images/debug-continue.png}    |   Bin
 .../inspector/static/images/debug-step-in.png}     |   Bin
 .../inspector/static/images/debug-step-out.png}    |   Bin
 .../inspector/static/images/debug-step-over.png}   |   Bin
 .../static/images/spyder-hello-docstring.png       |   Bin 0 -> 176692 bytes
 .../images/spyder-nice-docstring-rendering.png     |   Bin 0 -> 535168 bytes
 .../static/images/spyder-sympy-example.png         |   Bin 0 -> 19810 bytes
 spyderlib/utils/inspector/templates/layout.html    |    20 +
 spyderlib/utils/inspector/templates/usage.html     |     9 +-
 spyderlib/utils/inspector/tutorial.rst             |   950 ++
 spyderlib/utils/iofuncs.py                         |   205 +-
 spyderlib/utils/qthelpers.py                       |     1 -
 spyderlib/utils/windows.py                         |     7 +
 spyderlib/widgets/arrayeditor.py                   |   109 +-
 spyderlib/widgets/dataframeeditor.py               |   530 +
 spyderlib/widgets/dependencies.py                  |     2 +-
 spyderlib/widgets/dicteditor.py                    |    60 +-
 spyderlib/widgets/dicteditorutils.py               |    28 +-
 spyderlib/widgets/editor.py                        |    42 +-
 spyderlib/widgets/explorer.py                      |     2 +-
 spyderlib/widgets/externalshell/baseshell.py       |     5 +-
 .../widgets/externalshell/namespacebrowser.py      |    16 +-
 spyderlib/widgets/externalshell/pythonshell.py     |    29 +-
 spyderlib/widgets/externalshell/sitecustomize.py   |    12 +-
 spyderlib/widgets/externalshell/systemshell.py     |     2 +-
 spyderlib/widgets/figureoptions.py                 |   400 -
 spyderlib/widgets/importwizard.py                  |    35 +-
 spyderlib/widgets/ipython.py                       |    94 +-
 spyderlib/widgets/objecteditor.py                  |    12 +-
 spyderlib/widgets/sourcecode/base.py               |    22 +-
 spyderlib/widgets/sourcecode/codeeditor.py         |    10 +-
 spyderlib/widgets/sourcecode/syntaxhighlighters.py |     4 +-
 spyderlib/widgets/status.py                        |     9 +-
 .../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 739 -> 762 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo  |   Bin 2199 -> 2342 bytes
 spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo    |   Bin 2427 -> 2594 bytes
 spyderplugins/widgets/profilergui.py               |     4 +-
 spyderplugins/widgets/pylintgui.py                 |     5 +-
 74 files changed, 13844 insertions(+), 11532 deletions(-)
 delete mode 100644 scripts/spyder_win_post_install.py.orig
 delete mode 100644 spyderlib/mpl_patch.py
 create mode 100644 spyderlib/utils/inspector/js/collapse_sections.js
 create mode 100644 spyderlib/utils/inspector/js/fix_image_paths.js
 create mode 100644 spyderlib/utils/inspector/js/move_outline.js
 create mode 100644 spyderlib/utils/inspector/static/images/collapse_expand.png
 copy spyderlib/{images/actions/arrow-continue.png => utils/inspector/static/images/debug-continue.png} (100%)
 copy spyderlib/{images/actions/arrow-step-in.png => utils/inspector/static/images/debug-step-in.png} (100%)
 copy spyderlib/{images/actions/arrow-step-out.png => utils/inspector/static/images/debug-step-out.png} (100%)
 copy spyderlib/{images/actions/arrow-step-over.png => utils/inspector/static/images/debug-step-over.png} (100%)
 create mode 100644 spyderlib/utils/inspector/static/images/spyder-hello-docstring.png
 create mode 100644 spyderlib/utils/inspector/static/images/spyder-nice-docstring-rendering.png
 create mode 100644 spyderlib/utils/inspector/static/images/spyder-sympy-example.png
 create mode 100644 spyderlib/utils/inspector/tutorial.rst
 create mode 100644 spyderlib/widgets/dataframeeditor.py
 delete mode 100644 spyderlib/widgets/figureoptions.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