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

Scott Kitterman kitterman at moszumanska.debian.org
Fri Sep 9 04:42:39 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  db395ef   minor debian/copyright update and UNRELEASED/unstable.
       new  f316c49   Import prompt-toolkit_1.0.7.orig.tar.gz
       new  bdd7052   record new upstream branch created by importing prompt-toolkit_1.0.7.orig.tar.gz and merge it
       new  4d2d868   change version to 1.0.7-1 (UNRELEASED) New upstream release
       new  790ffee   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                                          |  99 ++++++
 PKG-INFO                                           |  12 +-
 README.rst                                         |  10 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 examples/ansi-colors.py                            |  96 +++++
 examples/chinese-prompt.py                         |   8 -
 examples/complete-test.py                          |  83 -----
 examples/gevent-get-input.py                       |  22 ++
 examples/pager.py                                  |  85 -----
 prompt_toolkit.egg-info/PKG-INFO                   |  12 +-
 prompt_toolkit.egg-info/SOURCES.txt                |  10 +-
 prompt_toolkit.egg-info/pbr.json                   |   1 -
 prompt_toolkit/__init__.py                         |   2 +-
 prompt_toolkit/benchmark.py                        |  20 --
 prompt_toolkit/buffer.py                           |  17 +-
 prompt_toolkit/cache.py                            |  20 ++
 prompt_toolkit/clipboard/in_memory.py              |   5 +-
 prompt_toolkit/completion.py                       |  24 +-
 prompt_toolkit/contrib/validators/base.py          |   2 +-
 prompt_toolkit/document.py                         |  18 +
 prompt_toolkit/eventloop/inputhook.py              |  15 +
 prompt_toolkit/eventloop/posix.py                  |  25 +-
 prompt_toolkit/eventloop/select.py                 | 105 ++++++
 prompt_toolkit/filters/base.py                     |  59 ++--
 prompt_toolkit/filters/cli.py                      |  78 ++++-
 prompt_toolkit/filters/types.py                    |  27 +-
 prompt_toolkit/input.py                            |  16 +
 prompt_toolkit/interface.py                        | 100 ++++--
 prompt_toolkit/key_binding/bindings/basic.py       | 170 +++------
 prompt_toolkit/key_binding/bindings/completion.py  |  16 +-
 prompt_toolkit/key_binding/bindings/emacs.py       | 283 ++++-----------
 .../key_binding/bindings/named_commands.py         | 385 +++++++++++++++++++++
 prompt_toolkit/key_binding/bindings/vi.py          |  29 +-
 prompt_toolkit/key_binding/input_processor.py      |  26 +-
 prompt_toolkit/key_binding/registry.py             |   9 +-
 prompt_toolkit/keys.py                             |  12 +-
 prompt_toolkit/layout/__init__.py                  |   1 -
 prompt_toolkit/layout/focus.py                     |  86 -----
 prompt_toolkit/layout/lexers.py                    |  14 +-
 prompt_toolkit/layout/screen.py                    |   2 +-
 prompt_toolkit/layout/toolbars.py                  |   6 +-
 prompt_toolkit/renderer.py                         |   7 +
 prompt_toolkit/shortcuts.py                        |  42 ++-
 prompt_toolkit/terminal/vt100_input.py             |  50 ++-
 prompt_toolkit/terminal/vt100_output.py            | 183 +++++++---
 prompt_toolkit/terminal/win32_output.py            |  60 ++--
 setup.cfg                                          |   2 +-
 tests/test_cli.py                                  | 293 +++++++++++++++-
 49 files changed, 1745 insertions(+), 922 deletions(-)
 create mode 100755 examples/ansi-colors.py
 delete mode 100755 examples/chinese-prompt.py
 delete mode 100755 examples/complete-test.py
 create mode 100755 examples/gevent-get-input.py
 delete mode 100755 examples/pager.py
 delete mode 100644 prompt_toolkit.egg-info/pbr.json
 delete mode 100644 prompt_toolkit/benchmark.py
 create mode 100644 prompt_toolkit/eventloop/select.py
 create mode 100644 prompt_toolkit/key_binding/bindings/named_commands.py
 delete mode 100644 prompt_toolkit/layout/focus.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