Rich is a Python library for rich text and beautiful formatting in the terminal.
COMMITS
/ tests/test_syntax.py June 23, 2025
W
added test
Will McGugan committed
June 22, 2025
W
padding property
Will McGugan committed
June 18, 2025
W
Merge branch 'master' into remove-typing-extensions-runtime
Will McGugan committed
W
test fixes
Will McGugan committed
June 15, 2025
D
Remove all `sys.version_info >= (3, 8)` checks as Python 3.7 is no longer supported
Damian Shaw committed
July 1, 2024
W
Merge branch 'master' into fix-syntax-include-padding-with-background-color-override
Will McGugan committed
May 1, 2024
O
Fix warning in test suite
Ofek Lev committed
September 30, 2023
W
tests for 3.12
Will McGugan committed
March 4, 2023
W
relax tests for old pygments
Will McGugan committed
January 17, 2023
D
Fix failing tests
Darren Burns committed
October 1, 2022
W
fix for syntax measure
Will McGugan committed
September 20, 2022
W
added test for measure
Will McGugan committed
W
fix for syntax measure
Will McGugan committed
June 24, 2022
O
[syntax] silently clamp the column index of stylised ranges to the maximum possible value
Olivier Philippon committed
June 21, 2022
O
[syntax] address PR feedback for stylized ranges
Olivier Philippon committed
June 17, 2022
O
[syntax] better API and performance for stylized ranges
Olivier Philippon committed
June 16, 2022
O
[syntax] improve performance for `stylize_ranges()`
Olivier Philippon committed
June 15, 2022
O
[syntax] add a `highlight_ranges` optional arg to the Syntax ctor
Olivier Philippon committed
May 3, 2022
D
Add padding support to `Syntax` (#2247)
Darren Burns committed
February 1, 2022
M
Fix test_syntax not to use identity comparison on string
Michał Górny committed
January 27, 2022
D
Allow override of lexer in Syntax.from_path
Darren Burns committed
January 25, 2022
D
Improving Syntax.guess_lexer test
Darren Burns committed
D
Tidying up Syntax.guess_lexer, adding test
Darren Burns committed
January 6, 2022
D
Use hardcoded monokai Pygments theme in syntax tests
Darren Burns committed
D
Try using monokai theme to avoid ubuntu/macos variance
Darren Burns committed
D
Try using default theme in test to avoid ubuntu/macos variance
Darren Burns committed
December 12, 2021
P
Use only one argument for passing a lexer
Patrick Arminio committed
December 9, 2021
P
Add lexer parameter to Syntax
Patrick Arminio committed
May 6, 2021
W
fix line endings in syntax
Will McGugan committed
March 6, 2021
W
pretty printable dataclasses
Will McGugan committed
October 22, 2020
W
indentaion guides
Will McGugan committed
October 15, 2020
W
background style, table width calculation
Will McGugan committed
October 10, 2020
L
black reformat
Low Wei Lun committed
L
increse coverage to 100%
Low Wei Lun committed
October 5, 2020
P
update and add test to increase coverage
phase06 committed
October 4, 2020
P
reformat after run black
phase06 committed
P
add more test for syntax
phase06 committed
October 3, 2020
W
themed tracebacks
Will McGugan committed
September 18, 2020
W
test fixes
Will McGugan committed