COMMITS
/ Lib/reprlib.py June 24, 2025
B
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)
Bénédikt Tran committed
May 6, 2025
J
gh-132493: Avoid eager evaluation of annotations in `@reprlib.recursive_repr()` (#133411)
Jelle Zijlstra committed
October 17, 2024
G
gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins (GH-113577)
George Pittock committed
September 28, 2023
N
gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)
Nikita Sobolev committed
August 10, 2023
D
gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)
denballakh committed
September 8, 2022
F
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot committed
July 7, 2022
F
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot committed
September 22, 2021
A
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
April 26, 2016
S
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Serhiy Storchaka committed
November 15, 2014
R
Issue #22824: Simplify reprlib output format for empty arrays
Raymond Hettinger committed
November 10, 2014
R
Issue #22824: Updated reprlib output format for sets to use set literals.
Raymond Hettinger committed
July 22, 2014
S
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
Serhiy Storchaka committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
October 11, 2011
A
Avoid pulling threading when _thread is sufficient
Antoine Pitrou committed
May 30, 2011
V
Close #12028: Make threading._get_ident() public, rename it to
Victor Stinner committed
January 23, 2011
R
Add entry for reprlib.
Raymond Hettinger committed
November 5, 2010
A
Fix bootstrap issues when building without threads
Antoine Pitrou committed
September 13, 2010
R
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
Raymond Hettinger committed
May 16, 2008
A
Rename the repr module file to reprlib.py.
Alexandre Vassalotti committed