COMMITS
/ Objects/typevarobject.c September 26, 2024
M
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124604)
Miss Islington (bot) committed
October 12, 2023
M
[3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH-110784) (#110787)
Miss Islington (bot) committed
August 27, 2023
M
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)
Miss Islington (bot) committed
July 11, 2023
M
[3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418) (#106635)
Miss Islington (bot) committed
June 9, 2023
M
[3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)
Miss Islington (bot) committed
May 26, 2023
M
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot) committed
May 24, 2023
M
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
Miss Islington (bot) committed
May 18, 2023
J
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra committed
May 17, 2023
J
typing: Add more tests for TypeVar (#104571)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed