Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in... | Ken Jin | 2021-01-02 | 1 | -1/+1 |
* | bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t... | kj | 2020-12-13 | 1 | -3/+3 |
* | bpo-42233: Add union type expression support for GenericAlias and fix de-dupl... | kj | 2020-11-08 | 1 | -5/+15 |
* | bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) | Neil Schemenauer | 2020-10-27 | 1 | -1/+1 |
* | bpo-41991: Remove _PyObject_HasAttrId (GH-22629) | Serhiy Storchaka | 2020-10-10 | 1 | -6/+7 |
* | bpo-41428: Fix compiler warning in unionobject.c (GH-22416) | Victor Stinner | 2020-09-26 | 1 | -3/+3 |
* | bpo-41428: Fix compiler warnings in unionobject.c (GH-22388) | Victor Stinner | 2020-09-23 | 1 | -3/+3 |
* | bpo-41428: Implementation for PEP 604 (GH-21515) | Maggie Moss | 2020-09-09 | 1 | -0/+464 |