[Python-modules-commits] [prompt-toolkit] branch master updated (77a7a4c -> 9d46198)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Oct 11 05:24:08 UTC 2015


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

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

      from  77a7a4c   Update Vcs fields for git migration
       new  ec734c5   Import prompt-toolkit_0.53.orig.tar.gz
       new  af6f303   record new upstream branch created by importing prompt-toolkit_0.53.orig.tar.gz and merge it
       new  7786acf   New upstream version
       new  9d46198   Include changes from DPMT git migration in debian/changelog.

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                                           | 10 ++--
 README.rst                                         |  8 ++--
 debian/.git-dpm                                    | 14 +++---
 debian/changelog                                   | 11 +++++
 examples/abortaction.retry.py                      | 14 ++++++
 examples/asyncio-prompt.py                         |  3 --
 examples/auto-suggestion.py                        | 10 ++--
 examples/autocompletion.py                         |  4 +-
 examples/autocorrection.py                         |  4 +-
 examples/bottom-toolbar.py                         |  8 ++--
 examples/clock-input.py                            | 24 ++++------
 examples/colored-prompt.py                         |  4 +-
 examples/custom-key-binding.py                     | 20 ++++++--
 examples/get-input-vi-mode.py                      |  5 +-
 examples/get-input-with-default.py                 |  6 +--
 examples/get-input.py                              |  4 +-
 examples/get-multiline-input.py                    |  4 +-
 .../get-password-with-toggle-display-shortcut.py   |  8 ++--
 examples/get-password.py                           |  4 +-
 examples/html-input.py                             |  4 +-
 examples/input-validation.py                       |  6 +--
 examples/inputhook.py                              | 10 ++--
 examples/mouse-support.py                          |  4 +-
 examples/multi-column-autocompletion-with-meta.py  |  4 +-
 examples/multi-column-autocompletion.py            |  4 +-
 examples/multiline-prompt.py                       |  4 +-
 examples/no-wrapping.py                            |  4 +-
 examples/patch-stdout.py                           |  4 +-
 examples/persistent-history.py                     |  4 +-
 examples/regular-language.py                       | 15 +++---
 examples/system-clipboard-integration.py           |  4 +-
 examples/system-prompt.py                          |  4 +-
 examples/terminal-title.py                         |  4 +-
 examples/tutorial/sqlite-cli.py                    |  8 ++--
 examples/up-arrow-partial-string-matching.py       |  8 ++--
 prompt_toolkit.egg-info/PKG-INFO                   | 10 ++--
 prompt_toolkit.egg-info/SOURCES.txt                |  1 +
 prompt_toolkit/__init__.py                         |  5 +-
 prompt_toolkit/auto_suggest.py                     |  2 +-
 prompt_toolkit/buffer.py                           |  2 +-
 prompt_toolkit/clipboard/base.py                   |  1 -
 prompt_toolkit/completion.py                       | 10 ++++
 .../contrib/regular_languages/validation.py        |  5 +-
 prompt_toolkit/document.py                         |  8 ++--
 prompt_toolkit/interface.py                        | 20 ++++----
 prompt_toolkit/key_binding/bindings/basic.py       |  6 +++
 prompt_toolkit/key_binding/bindings/vi.py          |  7 +++
 prompt_toolkit/key_binding/manager.py              | 17 ++++++-
 prompt_toolkit/keys.py                             |  1 +
 prompt_toolkit/layout/controls.py                  | 21 +++++++-
 prompt_toolkit/layout/menus.py                     |  7 ++-
 prompt_toolkit/layout/toolbars.py                  |  2 +-
 prompt_toolkit/renderer.py                         | 25 ++++++++--
 prompt_toolkit/shortcuts.py                        | 56 ++++++++++++----------
 prompt_toolkit/terminal/vt100_input.py             |  1 +
 prompt_toolkit/terminal/win32_input.py             |  1 +
 prompt_toolkit/validation.py                       |  8 ++--
 setup.py                                           |  2 +-
 59 files changed, 319 insertions(+), 180 deletions(-)
 create mode 100755 examples/abortaction.retry.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