Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
| | | | | ModuleNotFoundError. | ||||
* | Avoid pulling threading when _thread is sufficient | Antoine Pitrou | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -1/+1 |
| | | | | | threading.get_ident() and document it. This function was used by _thread.get_ident(). | ||||
* | Fix typo. | Raymond Hettinger | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Add entry for reprlib. | Raymond Hettinger | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | Fix bootstrap issues when building without threads | Antoine Pitrou | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Issue 9840: Add reprlib.recursive_repr(), a decorator for handling ↵ | Raymond Hettinger | 2010-09-13 | 1 | -1/+30 |
| | | | | recursive calls to __repr__ methods. | ||||
* | Rename the repr module file to reprlib.py. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+127 |
I was sure I had done so in r63360. That is weird... |