COMMITS
/ Objects/typevarobject.c March 31, 2026
S
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019 committed
March 28, 2026
S
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Sergey Miryanov committed
March 9, 2026
P
gh-145376: Fix various refleaks in Objects/ (#145609)
Pieter Eendebak committed
January 8, 2026
V
gh-143089: Fix ParamSpec default examples to use list instead of tuple (#143179)
VanshAgarwal24036 committed
November 11, 2025
V
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner committed
October 16, 2025
P
gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197)
Petr Viktorin committed
October 15, 2025
M
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
Mikhail Efimov committed
October 13, 2025
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
March 19, 2025
V
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 13, 2025
V
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
T
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
Tomas R. committed
February 25, 2025
B
gh-111178: fix UBSan failures in `Objects/typevarobject.c` (GH-129800)
Bénédikt Tran committed
November 26, 2024
J
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra committed
November 8, 2024
S
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka committed
October 11, 2024
S
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn committed
September 26, 2024
J
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra committed
S
September 25, 2024
J
gh-119180: Disallow instantiation of ConstEvaluator objects (#124561)
Jelle Zijlstra committed
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
July 27, 2024
S
J
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra committed
May 10, 2024
N
Rename `notimplemented_methods` into `nodefault_methods` (#118896)
Nikita Sobolev committed
May 3, 2024
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
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