1. 68330b6 bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) by Miss Islington (bot) · 4 years, 1 month ago
  2. 859577c bpo-41559: Change PEP 612 implementation to pure Python (#25449) by Ken Jin · 4 years, 4 months ago
  3. 5d3553b bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073) by Zackery Spytz · 4 years, 7 months ago
  4. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 4 years, 8 months ago
  5. 463c7d3 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) by kj · 4 years, 8 months ago
  6. 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 4 years, 8 months ago
  7. 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 4 years, 9 months ago
  8. 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 4 years, 9 months ago
  9. 77f0a23 Fix the attribute names in the docstring of GenericAlias (GH-22594) by Mikhail Golubev · 4 years, 10 months ago
  10. 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 5 years ago
  11. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 5 years ago
  12. 5e8ffe1 bpo-39573: Use Py_IS_TYPE to check for types (GH-19882) by Hai Shi · 5 years ago
  13. 41a6458 bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) by Serhiy Storchaka · 5 years ago
  14. 02e4484 Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679) by Dong-hee Na · 5 years ago
  15. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 5 years ago
  16. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago