[Python-modules-commits] [prompt-toolkit] branch upstream updated (10186fd -> 66aeecf)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jun 18 05:13:17 UTC 2017


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

kitterman pushed a change to branch upstream
in repository prompt-toolkit.

      from  10186fd   Import prompt-toolkit_1.0.9.orig.tar.gz
       new  66aeecf   Imported Upstream version 1.0.14

The 1 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                                          |  71 ++++
 PKG-INFO                                           |   4 +-
 README.rst                                         |   2 +
 examples/autocompletion-like-readline.py           |  10 +-
 examples/autocorrection.py                         |  11 +-
 examples/custom-key-binding.py                     |  17 +-
 examples/custom-vi-operator-and-text-object.py     |  64 ++++
 examples/full-screen-layout.py                     |  17 +-
 .../get-password-with-toggle-display-shortcut.py   |   8 +-
 examples/operate-and-get-next.py                   |  19 +
 examples/patch-stdout.py                           |   4 +-
 examples/switch-between-vi-emacs.py                |  11 +-
 prompt_toolkit.egg-info/PKG-INFO                   |   4 +-
 prompt_toolkit.egg-info/SOURCES.txt                |   5 +-
 prompt_toolkit/__init__.py                         |   2 +-
 prompt_toolkit/application.py                      |  29 +-
 prompt_toolkit/buffer.py                           |  53 ++-
 prompt_toolkit/clipboard/base.py                   |   5 +
 prompt_toolkit/clipboard/in_memory.py              |  28 +-
 prompt_toolkit/document.py                         |  22 +-
 prompt_toolkit/eventloop/asyncio_posix.py          |   4 +-
 prompt_toolkit/interface.py                        |  42 ++-
 prompt_toolkit/key_binding/bindings/basic.py       |  68 ++--
 prompt_toolkit/key_binding/bindings/emacs.py       |  86 ++---
 .../key_binding/bindings/named_commands.py         | 196 ++++++++++-
 prompt_toolkit/key_binding/bindings/utils.py       |  25 --
 prompt_toolkit/key_binding/bindings/vi.py          | 383 ++++++++++++---------
 prompt_toolkit/key_binding/defaults.py             | 119 +++++++
 prompt_toolkit/key_binding/input_processor.py      |  44 ++-
 prompt_toolkit/key_binding/manager.py              | 109 ++----
 prompt_toolkit/key_binding/registry.py             | 192 ++++++++++-
 prompt_toolkit/layout/containers.py                |   2 +
 prompt_toolkit/layout/lexers.py                    |  11 +
 prompt_toolkit/layout/margins.py                   |   5 +-
 prompt_toolkit/selection.py                        |   7 +
 prompt_toolkit/shortcuts.py                        |  26 +-
 prompt_toolkit/styles/from_pygments.py             |   6 +
 prompt_toolkit/terminal/vt100_input.py             |  11 +
 prompt_toolkit/terminal/vt100_output.py            |  20 +-
 prompt_toolkit/terminal/win32_output.py            |  26 +-
 setup.cfg                                          |   3 +-
 tests/test_cli.py                                  | 116 ++++++-
 tests/test_key_binding.py                          |  42 +++
 tests/test_print_tokens.py                         |  50 +++
 tests/test_shortcuts.py                            |   9 +-
 45 files changed, 1494 insertions(+), 494 deletions(-)
 create mode 100755 examples/custom-vi-operator-and-text-object.py
 create mode 100755 examples/operate-and-get-next.py
 delete mode 100644 prompt_toolkit/key_binding/bindings/utils.py
 create mode 100644 prompt_toolkit/key_binding/defaults.py
 create mode 100644 tests/test_print_tokens.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