COMMITS
/ Objects/typevarobject.c October 16, 2023
N
gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` cannot be `NULL` (#110922)
Nikita Sobolev committed
N
gh-110907: AC: Disallow using `*` with vararg (#110908)
Nikita Sobolev committed
October 12, 2023
J
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Jelle Zijlstra committed
October 2, 2023
V
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner committed
September 15, 2023
N
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev committed
August 29, 2023
S
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
Serhiy Storchaka committed
August 27, 2023
J
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
Jelle Zijlstra committed
August 17, 2023
M
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 11, 2023
J
gh-106403: Restore weakref support for TypeVar and friends (#106418)
Jelle Zijlstra committed
July 2, 2023
V
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner committed
June 9, 2023
A
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood committed
May 26, 2023
J
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra committed
May 24, 2023
J
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
Jelle Zijlstra 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