| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415) | Jelle Zijlstra | 2024-11-26 | 1 | -2/+2 |
|
|
* | gh-122943: Remove the object converter for var-positional parameter (GH-126560) | Serhiy Storchaka | 2024-11-08 | 1 | -2/+2 |
|
|
* | gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795) | sobolevn | 2024-10-11 | 1 | -11/+86 |
|
|
* | gh-119180: Rename SOURCE format to STRING (#124620) | Jelle Zijlstra | 2024-09-26 | 1 | -1/+1 |
|
|
* | gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124... | sobolevn | 2024-09-26 | 1 | -1/+10 |
|
|
* | gh-119180: Disallow instantiation of ConstEvaluator objects (#124561) | Jelle Zijlstra | 2024-09-25 | 1 | -2/+3 |
|
|
* | gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026) | Sam Gross | 2024-09-24 | 1 | -2/+2 |
|
|
* | gh-122361: Use proper `PyUnicodeWriter_*` API in `constevaluator_call` (#122362) | sobolevn | 2024-07-27 | 1 | -15/+17 |
|
|
* | gh-119180: Add evaluate functions for type params and type aliases (#122212) | Jelle Zijlstra | 2024-07-27 | 1 | -0/+274 |
|
|
* | Rename `notimplemented_methods` into `nodefault_methods` (#118896) | Nikita Sobolev | 2024-05-10 | 1 | -4/+4 |
|
|
* | gh-116126: Implement PEP 696 (#116129) | Jelle Zijlstra | 2024-05-03 | 1 | -14/+313 |
|
|
* | gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` can... | Nikita Sobolev | 2023-10-16 | 1 | -20/+14 |
|
|
* | gh-110907: AC: Disallow using `*` with vararg (#110908) | Nikita Sobolev | 2023-10-16 | 1 | -2/+1 |
|
|
* | gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784) | Jelle Zijlstra | 2023-10-12 | 1 | -18/+20 |
|
|
* | gh-107073: Make PyObject_VisitManagedDict() public (#108763) | Victor Stinner | 2023-10-02 | 1 | -9/+9 |
|
|
* | Add missing `PyDoc_STR` calls (#109393) | Nikita Sobolev | 2023-09-15 | 1 | -2/+2 |
|
|
* | gh-108635: Make parameters of some implementations of special methods positio... | Serhiy Storchaka | 2023-08-29 | 1 | -8/+13 |
|
|
* | gh-108295: Fix crashes with TypeVar weakrefs (#108517) | Jelle Zijlstra | 2023-08-27 | 1 | -0/+3 |
|
|
* | GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor... | Mark Shannon | 2023-08-17 | 1 | -1/+1 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -13/+13 |
|
|
* | gh-106403: Restore weakref support for TypeVar and friends (#106418) | Jelle Zijlstra | 2023-07-11 | 1 | -5/+7 |
|
|
* | gh-106320: Use _PyInterpreterState_GET() (#106336) | Victor Stinner | 2023-07-02 | 1 | -11/+11 |
|
|
* | Miscellaneous improvements to the typing docs (#105529) | Alex Waygood | 2023-06-09 | 1 | -65/+80 |
|
|
* | gh-103921: Document PEP 695 (#104642) | Jelle Zijlstra | 2023-05-26 | 1 | -50/+65 |
|
|
* | gh-104879: Fix TypeAliasType.__module__ in exec() (#104881) | Jelle Zijlstra | 2023-05-24 | 1 | -2/+7 |
|
|
* | gh-104549: Set __module__ on TypeAliasType (#104550) | Jelle Zijlstra | 2023-05-18 | 1 | -27/+56 |
|
|
* | typing: Add more tests for TypeVar (#104571) | Jelle Zijlstra | 2023-05-17 | 1 | -1/+1 |
|
|
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+1620 |
|
|