Rich is a Python library for rich text and beautiful formatting in the terminal.
COMMITS
/ tests/test_pretty.py October 9, 2025
W
test fixes
Will McGugan committed
October 1, 2024
M
Drop Python 3.7 leftovers
Michael Mintz committed
September 8, 2024
H
Fix test for Python 3.13
Hugo van Kemenade committed
August 26, 2024
W
fix for missing field in dataclass
Will McGugan committed
July 1, 2024
W
Merge branch 'master' into py3.13
Will McGugan committed
W
Merge pull request #2864 from XuehaiPan/fix-deque-maxlen
Will McGugan committed
December 12, 2023
K
Skip tests failing with Python 3.13
Karolina Surma committed
September 30, 2023
W
enable py312
Will McGugan committed
March 7, 2023
X
test: add `test_deque` for `pretty_repr`
Xuehai Pan committed
March 4, 2023
W
Merge pull request #2806 from minrk/pretty-simplify
Will McGugan committed
W
remove hack
Will McGugan committed
February 19, 2023
W
fix for empty dataclass
Will McGugan committed
February 13, 2023
M
match expected IPython formatter spec in rich.pretty
Min RK committed
October 11, 2022
H
Remove redundant Python 3.6 code
Hugo van Kemenade committed
September 20, 2022
W
Merge branch 'master' into fix-cyclic-references-handling
Will McGugan committed
September 19, 2022
W
Merge branch 'master' into tuple-rich-repr-positional
Will McGugan committed
September 14, 2022
J
Fix `pretty` cyclic reference handling
Jim Crist-Harif committed
September 7, 2022
D
Supporting no stdout, tests
Darren Burns committed
August 26, 2022
W
Merge pull request #2491 from multimeric/max-depth-install
Will McGugan committed
August 25, 2022
M
Add max_depth arg to install()
Michael Milton committed
M
Add delimiters to elided pretty prints
Michael Milton committed
August 17, 2022
D
Parse escape codes in `Pretty` repr (#2470)
darrenburns committed
July 14, 2022
D
Fix some tests on 3.11
Darren Burns committed
July 5, 2022
S
Remove extra newline
Saul Shanabrook committed
S
Remove extra newline
Saul Shanabrook committed
S
Add support for tuples as positional arguments in rich repr
Saul Shanabrook committed
June 28, 2022
O
[jupyter] bypass the pretty-rendering of some specific graphics-related classes
Olivier Philippon committed
March 8, 2022
D
In Pretty, when namedtuples have custom reprs, use them instead of our own
Darren Burns committed
March 7, 2022
D
Testing pretty.py - objects similar to namedtuples, namedtuple max_depth
Darren Burns committed
D
Add support for named tuples to pretty
Darren Burns committed
January 6, 2022
D
Merge branch 'master' into 1717-jupyter-pretty
Darren Burns committed
W
Merge branch 'max-depth' of github.com:willmcgugan/rich into max-depth
Will McGugan committed
W
test max depth of None
Will McGugan committed
W
Update tests/test_pretty.py
Will McGugan committed
D
Extract ipy display hook and add tests around it
Darren Burns committed
W
max depth arg
Will McGugan committed
November 28, 2021
W
exclude 36
Will McGugan committed
W
conditional test
Will McGugan committed
November 27, 2021
W
race condition and tests
Will McGugan committed
November 7, 2021
W
fix trailing comma
Will McGugan committed
October 6, 2021
W
fix 310 error message
Will McGugan committed
W
added skips
Will McGugan committed
W
fix broken test on py310
Will McGugan committed
September 18, 2021
W
test fake attributes
Will McGugan committed
June 9, 2021
W
pretty docs
Will McGugan committed
May 12, 2021
W
added types to pretty printer
Will McGugan committed
May 7, 2021
W
allow repr to be a callable
Will McGugan committed
W
import test fix
Will McGugan committed