COMMITS
/ tests/test_print_formatted_text.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
February 1, 2023
J
Use from __future__ import annotations + pyupgrade.
Jonathan Slenders committed
May 31, 2022
J
Improved handling of stdout objects that don't have a 'buffer' attribute.
Jonathan Slenders committed
June 8, 2021
J
Applied latest black (space around docstrings).
Jonathan Slenders committed
August 29, 2020
J
Reformatting code after Black 20.8b1 release.
Jonathan Slenders committed
January 21, 2020
J
Remove unicode_literals import from examples, README and tests (not needed for Python 3).
Jonathan Slenders committed
January 8, 2020
J
Enforce 8bit color depth for unit tests.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
June 15, 2019
N
Remove no-\r assertion in print_formatted_text
Nic Watson 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
October 24, 2018
J
Ensure that __pt_formatted_text__ always returns a FormattedText instance.
Jonathan Slenders committed
October 21, 2018
J
Fixed test_print_formatted_text unit test.
Jonathan Slenders committed
July 13, 2018
J
Exclude test_print_formatted_text tests on Windows.
Jonathan Slenders committed