Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable ruff on several more files in `Lib/test` (#110929) | Alex Waygood | 2023-10-16 | 1 | -5/+5 |
* | gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n... | Irit Katriel | 2023-04-11 | 1 | -12/+10 |
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 1 | -1/+0 |
* | Issue #28797: Modifying the class __dict__ inside the __set_name__ method of | Serhiy Storchaka | 2016-11-29 | 1 | -0/+16 |
* | Issue #28214: Improved exception reporting for problematic __set_name__ | Serhiy Storchaka | 2016-10-21 | 1 | -7/+19 |
* | Issue #28214: Now __set_name__ is looked up on the class instead of the | Serhiy Storchaka | 2016-09-21 | 1 | -0/+12 |
* | Issue #27366: Tweak PEP 487 documentation | Berker Peksag | 2016-07-30 | 1 | -22/+22 |
* | Issue #27366: Implement PEP 487 | Nick Coghlan | 2016-07-30 | 1 | -0/+244 |