summaryrefslogtreecommitdiffstats
path: root/Modules/_typingmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-1/+4
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+28
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-051-0/+1
* gh-99300: Use Py_NewRef() in Modules/ directory (#99468)Victor Stinner2022-11-141-2/+1
* bpo-44353: Implement typing.NewType __call__ method in C (#27262)Yurii Karabas2021-07-221-0/+59