summaryrefslogtreecommitdiff
path: root/Lib/test/test_genericclass.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36679: Rename duplicate test_class_getitem function (GH-12892) (GH-...Ivan Levkivskyi2019-04-261-1/+1
* bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)Miss Islington (bot)2019-02-171-1/+8
* bpo-32226: Make __class_getitem__ an automatic class method. (#5098)Serhiy Storchaka2018-01-051-2/+11
* Add tests for using PEP560 with classes implemented in C. (#4883)Serhiy Storchaka2017-12-161-0/+18
* bpo-32226: Implementation of PEP 560 (core components) (#4732)Ivan Levkivskyi2017-12-141-0/+252