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

Scott Kitterman kitterman at moszumanska.debian.org
Fri Nov 11 01:56:14 UTC 2016


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

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

      from  97babc7   Import prompt-toolkit_1.0.8.orig.tar.gz
       new  10186fd   Import prompt-toolkit_1.0.9.orig.tar.gz

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                                          |  17 ++++
 PKG-INFO                                           |   2 +-
 examples/full-screen-layout.py                     |   2 +-
 prompt_toolkit.egg-info/PKG-INFO                   |   2 +-
 prompt_toolkit.egg-info/SOURCES.txt                |   3 +-
 prompt_toolkit/__init__.py                         |   4 +-
 prompt_toolkit/buffer.py                           | 110 ++++++++++++++++++++-
 prompt_toolkit/eventloop/posix.py                  |   9 +-
 prompt_toolkit/interface.py                        |   1 -
 prompt_toolkit/key_binding/bindings/basic.py       |  14 +--
 prompt_toolkit/key_binding/bindings/emacs.py       |  25 ++---
 .../key_binding/bindings/named_commands.py         |  19 ++++
 prompt_toolkit/key_binding/bindings/vi.py          |  58 +++++++----
 prompt_toolkit/key_binding/input_processor.py      |   7 ++
 prompt_toolkit/terminal/vt100_input.py             |  10 +-
 prompt_toolkit/terminal/vt100_output.py            |  95 +++++++++---------
 prompt_toolkit/terminal/win32_output.py            |  37 ++++---
 tests/test_yank_nth_arg.py                         |  85 ++++++++++++++++
 18 files changed, 369 insertions(+), 131 deletions(-)
 create mode 100644 tests/test_yank_nth_arg.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