[Python-modules-commits] [prompt-toolkit] branch master updated (56452b0 -> 6746dcd)
Scott Kitterman
kitterman at moszumanska.debian.org
Mon May 23 20:59:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch master
in repository prompt-toolkit.
from 56452b0 Bump standards version to 3.9.7
new 0db2578 Import prompt-toolkit_1.0.0.orig.tar.gz
new eb47473 record new upstream branch created by importing prompt-toolkit_1.0.0.orig.tar.gz and merge it
new 2ab3f9d change version to 1.0.0-1 (UNRELEASED) New upstream release
new f637e11 Bump standards version to without further change
new 336f2b8 UNRELEASED/unstable
new 6746dcd Update for pygments being optional
The 6 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 | 93 +-
PKG-INFO | 8 +-
README.rst | 6 +-
debian/.git-dpm | 14 +-
debian/changelog | 11 +
debian/control | 6 +-
examples/clock-input.py | 7 +-
examples/full-screen-layout.py | 8 +-
examples/switch-between-vi-emacs.py | 15 +-
prompt_toolkit.egg-info/PKG-INFO | 8 +-
prompt_toolkit.egg-info/SOURCES.txt | 3 +
prompt_toolkit/__init__.py | 2 +-
prompt_toolkit/application.py | 60 +-
prompt_toolkit/buffer.py | 96 +-
.../contrib/regular_languages/compiler.py | 1 +
prompt_toolkit/document.py | 218 +++-
prompt_toolkit/enums.py | 6 +
prompt_toolkit/eventloop/asyncio_posix.py | 4 +
prompt_toolkit/eventloop/posix.py | 4 +
prompt_toolkit/eventloop/posix_utils.py | 44 +-
prompt_toolkit/filters/cli.py | 118 ++
prompt_toolkit/filters/types.py | 39 +-
prompt_toolkit/input.py | 13 +-
prompt_toolkit/interface.py | 53 +-
prompt_toolkit/key_binding/bindings/basic.py | 85 +-
prompt_toolkit/key_binding/bindings/emacs.py | 105 +-
prompt_toolkit/key_binding/bindings/scroll.py | 1 +
prompt_toolkit/key_binding/bindings/vi.py | 986 ++++++++------
prompt_toolkit/key_binding/digraphs.py | 1378 ++++++++++++++++++++
prompt_toolkit/key_binding/input_processor.py | 48 +-
prompt_toolkit/key_binding/manager.py | 59 +-
prompt_toolkit/key_binding/registry.py | 3 -
prompt_toolkit/key_binding/vi_state.py | 28 +-
prompt_toolkit/keys.py | 1 +
prompt_toolkit/layout/containers.py | 159 ++-
prompt_toolkit/layout/controls.py | 9 +-
prompt_toolkit/layout/lexers.py | 12 +-
prompt_toolkit/layout/margins.py | 3 +-
prompt_toolkit/layout/menus.py | 27 +-
prompt_toolkit/layout/processors.py | 23 +-
prompt_toolkit/layout/toolbars.py | 10 +-
prompt_toolkit/mouse_events.py | 7 +-
prompt_toolkit/output.py | 41 +
prompt_toolkit/renderer.py | 2 +
prompt_toolkit/selection.py | 6 +-
prompt_toolkit/shortcuts.py | 25 +-
prompt_toolkit/styles/__init__.py | 1 +
prompt_toolkit/styles/defaults.py | 10 +-
prompt_toolkit/styles/from_dict.py | 7 +-
prompt_toolkit/styles/utils.py | 45 +
prompt_toolkit/terminal/vt100_input.py | 3 +
prompt_toolkit/terminal/vt100_output.py | 2 +-
prompt_toolkit/terminal/win32_input.py | 5 +-
prompt_toolkit/terminal/win32_output.py | 1 +
prompt_toolkit/utils.py | 105 +-
setup.cfg | 4 +-
tests/cli_tests.py | 183 +++
tests/run_tests.py | 1 +
58 files changed, 3421 insertions(+), 801 deletions(-)
create mode 100644 prompt_toolkit/key_binding/digraphs.py
create mode 100644 prompt_toolkit/styles/utils.py
create mode 100644 tests/cli_tests.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/prompt-toolkit.git
More information about the Python-modules-commits
mailing list