summaryrefslogtreecommitdiffstats
path: root/Objects/typevarobject.c
Commit message (Expand)AuthorAgeFilesLines
* gh-108635: Make parameters of some implementations of special methods positio...Serhiy Storchaka2023-08-291-8/+13
* gh-108295: Fix crashes with TypeVar weakrefs (#108517)Jelle Zijlstra2023-08-271-0/+3
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-1/+1
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-251-13/+13
* gh-106403: Restore weakref support for TypeVar and friends (#106418)Jelle Zijlstra2023-07-111-5/+7
* gh-106320: Use _PyInterpreterState_GET() (#106336)Victor Stinner2023-07-021-11/+11
* Miscellaneous improvements to the typing docs (#105529)Alex Waygood2023-06-091-65/+80
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-50/+65
* gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)Jelle Zijlstra2023-05-241-2/+7
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-27/+56
* typing: Add more tests for TypeVar (#104571)Jelle Zijlstra2023-05-171-1/+1
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+1620