Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable ruff on several more files in `Lib/test` (#110929) | Alex Waygood | 2023-10-16 | 1 | -2/+2 |
* | gh-92114: Improve error message for types with __class_getitem__ = None (GH-9... | Serhiy Storchaka | 2022-05-02 | 1 | -0/+8 |
* | bpo-36679: Rename duplicate test_class_getitem function (GH-12892) | Windson yang | 2019-04-22 | 1 | -1/+1 |
* | bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857) | Ivan Levkivskyi | 2019-02-17 | 1 | -1/+8 |
* | bpo-32226: Make __class_getitem__ an automatic class method. (#5098) | Serhiy Storchaka | 2018-01-04 | 1 | -2/+11 |
* | Add tests for using PEP560 with classes implemented in C. (#4883) | Serhiy Storchaka | 2017-12-16 | 1 | -0/+18 |
* | bpo-32226: Implementation of PEP 560 (core components) (#4732) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+252 |