[Python-modules-commits] [prompt-toolkit] branch master updated (57ab73a -> 3df45cc)

Scott Kitterman kitterman at moszumanska.debian.org
Fri Nov 11 01:56:12 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  57ab73a   UNRELEASED/unstable.
       new  10186fd   Import prompt-toolkit_1.0.9.orig.tar.gz
       new  8938cec   record new upstream branch created by importing prompt-toolkit_1.0.9.orig.tar.gz and merge it
       new  2e72bef   change version to 1.0.9-1 (UNRELEASED) New upstream release
       new  3df45cc   UNRELEASED/unstable

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:
 CHANGELOG                                          |  17 ++++
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   6 ++
 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 ++++++++++++++++
 20 files changed, 382 insertions(+), 138 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