[Python-modules-commits] [python-neovim] 02/04: Merge tag 'upstream/0.1.3'
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Thu Mar 3 14:03:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
viccuad-guest pushed a commit to branch master
in repository python-neovim.
commit 8f6d8c4712b56bc43746d8f20a165f5d733c8670
Merge: a93b1d1 f0575df
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Thu Mar 3 14:01:56 2016 +0100
Merge tag 'upstream/0.1.3'
Upstream version 0.1.3
.gitignore | 7 -
.scrutinizer.yml | 134 --------
.travis.yml | 44 ---
LICENSE | 201 ------------
PKG-INFO | 11 +
README.md | 51 ---
neovim.egg-info/PKG-INFO | 11 +
neovim.egg-info/SOURCES.txt | 35 ++
neovim.egg-info/dependency_links.txt | 1 +
neovim.egg-info/not-zip-safe | 1 +
neovim.egg-info/requires.txt | 3 +
neovim.egg-info/top_level.txt | 1 +
neovim/__init__.py | 42 +--
neovim/api/nvim.py | 29 +-
neovim/msgpack_rpc/session.py | 7 +-
neovim/plugin/host.py | 11 +-
neovim/ui/__init__.py | 1 -
neovim/ui/cli.py | 73 -----
neovim/ui/gtk_ui.py | 587 ----------------------------------
neovim/ui/screen.py | 134 --------
neovim/ui/ui_bridge.py | 101 ------
scripts/disable_log_statements.sh | 4 -
scripts/enable_log_statements.sh | 4 -
scripts/logging_statement_modifier.py | 341 --------------------
scripts/publish.sh | 5 -
setup.cfg | 6 +
setup.py | 28 +-
test/test_buffer.py | 2 +-
test/test_client_rpc.py | 2 +-
test/{common.py => test_common.py} | 2 +-
test/test_concurrency.py | 10 +-
test/test_events.py | 2 +-
test/test_tabpage.py | 2 +-
test/test_vim.py | 2 +-
test/test_window.py | 2 +-
35 files changed, 154 insertions(+), 1743 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git
More information about the Python-modules-commits
mailing list