[iep] branch master updated (3e69b02 -> bcd3ca0)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Feb 18 20:26:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch master
in repository iep.
from 3e69b02 d/watch: now fetch pypi.debian.net
adds e5e6cee Imported Upstream version 3.5
adds a25686b Imported Upstream version 3.6.1
new 9698143 Merge branch 'upstream'
new d377f41 d/changelog: bump source package version
new 3a643f9 switch to dpkg-source 3.0 (quilt) format
new bcd3ca0 d/s/options: ignore egg-info dir
The 4 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:
PKG-INFO | 2 +-
debian/changelog | 2 +-
debian/source/format | 1 +
debian/source/options | 1 +
iep.egg-info/PKG-INFO | 2 +-
iep.egg-info/SOURCES.txt | 4 +
iep.egg-info/entry_points.txt | 2 +-
iep/__init__.py | 19 ++-
iep/codeeditor/__init__.py | 11 +-
iep/codeeditor/_test.py | 44 ++++---
iep/codeeditor/base.py | 74 +++++++----
iep/codeeditor/extensions/behaviour.py | 146 ++++++++++++++++++++++
iep/codeeditor/manager.py | 12 +-
iep/iepcore/editor.py | 62 ++++++++--
iep/iepcore/editorTabs.py | 11 +-
iep/iepcore/kernelbroker.py | 4 +-
iep/iepcore/main.py | 4 +-
iep/iepcore/menu.py | 119 ++++++++++++++++++
iep/iepcore/shell.py | 63 ++++++++--
iep/iepcore/shellInfoDialog.py | 1 +
iep/iepcore/shellStack.py | 14 ++-
iep/iepkernel/guiintegration.py | 53 +++++++-
iep/iepkernel/interpreter.py | 46 +++++--
iep/iepkernel/magic.py | 52 +++++---
iep/iepkernel/start.py | 4 +
iep/resources/appicons/ref.ico | Bin 0 -> 1148 bytes
iep/resources/appicons/test.ico | Bin 0 -> 1086 bytes
iep/resources/defaultConfig.ssdf | 1 +
iep/tools/iepFileBrowser/importwizard.py | 14 ++-
iep/tools/iepFileBrowser/tree.py | 32 +++--
iep/tools/iepHistoryViewer.py | 202 +++++++++++++++++++++++++++++++
iep/tools/iepWorkspace.py | 61 +++++++++-
iep/yoton/channels/channels_file.py | 31 ++++-
iep/yoton/core.py | 21 ++--
iep/yoton/misc.py | 5 +-
ieplauncher.py | 35 ++++++
setup.cfg | 2 +-
setup.py | 18 +++
38 files changed, 1027 insertions(+), 148 deletions(-)
create mode 100644 debian/source/format
create mode 100644 debian/source/options
create mode 100644 iep/resources/appicons/ref.ico
create mode 100644 iep/resources/appicons/test.ico
create mode 100644 iep/tools/iepHistoryViewer.py
create mode 100755 ieplauncher.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iep.git
More information about the debian-science-commits
mailing list