Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve `_typing.__doc__` (#107908) | Nikita Sobolev | 2023-08-13 | 1 | -1/+1 |
* | gh-106320: Use _PyInterpreterState_GET() (#106336) | Victor Stinner | 2023-07-02 | 1 | -3/+4 |
* | gh-104549: Set __module__ on TypeAliasType (#104550) | Jelle Zijlstra | 2023-05-18 | 1 | -1/+4 |
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+28 |
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99468) | Victor Stinner | 2022-11-14 | 1 | -2/+1 |
* | bpo-44353: Implement typing.NewType __call__ method in C (#27262) | Yurii Karabas | 2021-07-22 | 1 | -0/+59 |