summaryrefslogtreecommitdiff
path: root/Lib/reprlib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-261-0/+1
* Issue #22824: Simplify reprlib output format for empty arraysRaymond Hettinger2014-11-151-0/+2
* Issue #22824: Updated reprlib output format for sets to use set literals.Raymond Hettinger2014-11-091-2/+6
* Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Avoid pulling threading when _thread is sufficientAntoine Pitrou2011-10-111-1/+1
* Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-1/+1
* Fix typo.Raymond Hettinger2011-01-231-1/+1
* Add entry for reprlib.Raymond Hettinger2011-01-231-0/+1
* Fix bootstrap issues when building without threadsAntoine Pitrou2010-11-051-1/+1
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...Raymond Hettinger2010-09-131-1/+30
* Rename the repr module file to reprlib.py.Alexandre Vassalotti2008-05-161-0/+127