COMMITS
/ tests/test_layout.py February 1, 2023
J
Use from __future__ import annotations + 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
February 10, 2018
J
Moved formatted text utils from layout/utils.py to formatted_text/utils.py.
Jonathan Slenders committed
January 27, 2018
D
Fix typo: `Focussing` -> `Focusing`
delirious-lettuce committed
December 9, 2017
December 5, 2017
J
Fix in Layout unit tests.
Jonathan Slenders committed
June 1, 2017
J
Fix in unit test.
Jonathan Slenders committed
April 26, 2017
J
Added layout.has_focus + layout unit tests.
Jonathan Slenders committed
April 16, 2017
J
Refactoring of the Style class and styling.
Jonathan Slenders committed
June 6, 2016
J
Fix: correctly handle prompts starting with a newline in prompt_toolkit.shortcuts.
Jonathan Slenders committed
May 25, 2016
J
Moved all the tests to the same folder.
Jonathan Slenders committed