summaryrefslogtreecommitdiff
path: root/Lib/reprlib.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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