summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subclassinit.py
Commit message (Expand)AuthorAgeFilesLines
* Enable ruff on several more files in `Lib/test` (#110929)Alex Waygood2023-10-161-5/+5
* gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...Irit Katriel2023-04-111-12/+10
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28797: Modifying the class __dict__ inside the __set_name__ method ofSerhiy Storchaka2016-11-291-0/+16
* Issue #28214: Improved exception reporting for problematic __set_name__Serhiy Storchaka2016-10-211-7/+19
* Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-0/+12
* Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-22/+22
* Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-0/+244