summaryrefslogtreecommitdiffstats
path: root/Lib/reprlib.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-1/+1
| | | | ModuleNotFoundError.
* 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
| | | | | threading.get_ident() and document it. This function was used by _thread.get_ident().
* 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 ↵Raymond Hettinger2010-09-131-1/+30
| | | | recursive calls to __repr__ methods.
* Rename the repr module file to reprlib.py.Alexandre Vassalotti2008-05-161-0/+127
I was sure I had done so in r63360. That is weird...