COMMITS
/ tests/test_key_binding.py February 1, 2023
J
Use from __future__ import annotations + pyupgrade.
Jonathan Slenders committed
J
Drop Python 3.6.
Jonathan Slenders committed
March 7, 2022
J
Turn create_pipe_input into a context manager (breaking change).
Jonathan Slenders committed
February 10, 2022
J
Upgrade to 3.6 syntax using pyupgrade.
Jonathan Slenders committed
January 21, 2020
J
Remove unicode_literals import from examples, README and tests (not needed for Python 3).
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
July 13, 2018
J
Added Win32PipeInput, create_input_pipe, and renamed PipeInput to PosixPipeInput.
Jonathan Slenders committed
August 2, 2017
J
bugfix in key_binding unit tests.
Jonathan Slenders committed
July 5, 2017
J
Also accept a sequence of keys in the KeyBindings.remove() function.
Jonathan Slenders committed
June 1, 2017
J
Don't pass 'Application' around anymore. Store it in a global instead.
Jonathan Slenders committed
March 27, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 2).
Jonathan Slenders committed
March 26, 2017
J
January 1, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).
Jonathan Slenders committed
May 25, 2016
J
Moved all the tests to the same folder.
Jonathan Slenders committed