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

Scott Kitterman kitterman at moszumanska.debian.org
Sun Oct 30 13:14: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  790ffee   UNRELEASED/unstable.
       new  97babc7   Import prompt-toolkit_1.0.8.orig.tar.gz
       new  9c78493   record new upstream branch created by importing prompt-toolkit_1.0.8.orig.tar.gz and merge it
       new  6c2b1e6   change version to 1.0.8-1 (UNRELEASED) New upstream release
       new  57ab73a   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                                    |  25 +++
 PKG-INFO                                     |   4 +-
 README.rst                                   |   2 +-
 debian/.git-dpm                              |  14 +-
 debian/changelog                             |   6 +
 examples/patch-stdout.py                     |   2 +-
 prompt_toolkit.egg-info/PKG-INFO             |   4 +-
 prompt_toolkit/__init__.py                   |   2 +-
 prompt_toolkit/buffer.py                     |   5 +
 prompt_toolkit/eventloop/base.py             |   6 +-
 prompt_toolkit/eventloop/posix.py            |  43 +++--
 prompt_toolkit/eventloop/select.py           | 237 ++++++++++++++++++++-------
 prompt_toolkit/filters/cli.py                |  17 ++
 prompt_toolkit/interface.py                  |  17 +-
 prompt_toolkit/key_binding/bindings/basic.py |   4 +
 prompt_toolkit/key_binding/bindings/vi.py    | 207 +++++++++++++++++++----
 prompt_toolkit/key_binding/vi_state.py       |   1 +
 prompt_toolkit/keys.py                       |   6 +
 prompt_toolkit/layout/lexers.py              |   1 +
 prompt_toolkit/layout/processors.py          |  41 ++++-
 prompt_toolkit/renderer.py                   |  43 ++---
 prompt_toolkit/shortcuts.py                  |  13 +-
 prompt_toolkit/styles/defaults.py            |   2 +
 prompt_toolkit/terminal/vt100_input.py       |  65 ++++++--
 prompt_toolkit/terminal/win32_input.py       |   7 +-
 prompt_toolkit/terminal/win32_output.py      |   2 +-
 setup.cfg                                    |   2 +-
 tests/test_cli.py                            |  40 ++++-
 28 files changed, 642 insertions(+), 176 deletions(-)

-- 
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