COMMITS
/ Lib/reprlib.py 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