Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343) | Alexander Böhn | 2021-09-22 | 1 | -9/+15 |
| | |||||
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -4/+1 |
| | | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility. | ||||
* | Issue #26634: recursive_repr() now sets __qualname__ of wrapper. | Serhiy Storchaka | 2016-04-26 | 1 | -0/+1 |
| | | | | Patch by Xiang Zhang. | ||||
* | Issue #22824: Simplify reprlib output format for empty arrays | Raymond Hettinger | 2014-11-15 | 1 | -0/+2 |
| | |||||
* | Issue #22824: Updated reprlib output format for sets to use set literals. | Raymond Hettinger | 2014-11-10 | 1 | -2/+6 |
| | |||||
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
| | | | | when contain an id in form " at 0x...". | ||||
* | 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... |