Commit Graph

8 Commits

Author SHA1 Message Date
Brett Cannon
0a140668fa Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
2013-06-13 20:57:26 -04:00
Antoine Pitrou
bb0ad4cfa1 Avoid pulling threading when _thread is sufficient 2011-10-11 18:51:53 +02:00
Victor Stinner
2a12974bca Close #12028: Make threading._get_ident() public, rename it to
threading.get_ident() and document it. This function was used by
_thread.get_ident().
2011-05-30 23:02:52 +02:00
Raymond Hettinger
6ef18f4fa3 Fix typo. 2011-01-23 21:33:36 +00:00
Raymond Hettinger
98b140c196 Add entry for reprlib. 2011-01-23 21:05:46 +00:00
Antoine Pitrou
db1bad2d70 Fix bootstrap issues when building without threads 2010-11-05 19:58:28 +00:00
Raymond Hettinger
98a5f3f838 Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. 2010-09-13 21:36:00 +00:00
Alexandre Vassalotti
acbca71ea7 Rename the repr module file to reprlib.py.
I was sure I had done so in r63360.  That is weird...
2008-05-16 16:05:36 +00:00