summaryrefslogtreecommitdiffstats
path: root/Modules/_typingmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-0/+3
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+1
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+3
* Improve `_typing.__doc__` (#107908)Nikita Sobolev2023-08-131-1/+1
* gh-106320: Use _PyInterpreterState_GET() (#106336)Victor Stinner2023-07-021-3/+4
* 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