Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) | kj | 2020-11-16 | 1 | -0/+6 |
* | bpo-42233: Add union type expression support for GenericAlias and fix de-dupl... | kj | 2020-11-09 | 1 | -0/+6 |
* | Fix the attribute names in the docstring of GenericAlias (GH-22594) | Mikhail Golubev | 2020-10-08 | 1 | -1/+1 |
* | bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) | Batuhan Taskaya | 2020-09-15 | 1 | -0/+39 |
* | bpo-39573: Use the Py_TYPE() macro (GH-21433) | Victor Stinner | 2020-07-10 | 1 | -1/+1 |
* | bpo-39573: Use Py_IS_TYPE to check for types (GH-19882) | Hai Shi | 2020-05-04 | 1 | -2/+2 |
* | bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) | Serhiy Storchaka | 2020-05-04 | 1 | -19/+104 |
* | Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679) | Dong-hee Na | 2020-04-23 | 1 | -4/+2 |
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -2/+2 |
* | bpo-39481: Implementation for PEP 585 (#18239) | Guido van Rossum | 2020-04-07 | 1 | -0/+507 |