PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
27
|
446
|
July 3, 2025
|
Structural Pattern Matching - Add support for `typing.NewType` and `typing.TypeAliasType`
|
|
0
|
52
|
July 2, 2025
|
Type annotation of methods in narrowed subclass of generics
|
|
3
|
104
|
July 1, 2025
|
Make Callable callable for typing callables
|
|
14
|
336
|
July 1, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
13
|
462
|
June 30, 2025
|
Using generic type parameter with unpack
|
|
1
|
67
|
June 29, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
155
|
8003
|
June 29, 2025
|
Type hinting highly dynamic functions
|
|
3
|
112
|
June 29, 2025
|
Type-only imports
|
|
5
|
369
|
June 26, 2025
|
Suggestion: make ast constructor types accept sequences
|
|
2
|
187
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
163
|
June 21, 2025
|
Apply TypedDict-like type hint to __getitem__
|
|
4
|
72
|
June 21, 2025
|
Mypy: dir is excluded but then errors are thrown for files within the dir
|
|
7
|
674
|
June 20, 2025
|
Typing a decorator factory
|
|
4
|
203
|
June 18, 2025
|
Copy *args, **kwargs type annotations from object constructor when passing them to the constructor
|
|
10
|
215
|
June 14, 2025
|
Incompatible types in assignment when casting function argument
|
|
13
|
216
|
June 13, 2025
|
Return type Self: returning subclass
|
|
6
|
302
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
346
|
June 9, 2025
|
How to annotate class Methods to return only instances of their class or subclass in python
|
|
5
|
130
|
June 9, 2025
|
Why math.gcd compute faster than %?
|
|
9
|
311
|
June 9, 2025
|
Generics over container types?
|
|
4
|
101
|
June 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
5
|
587
|
June 6, 2025
|
Narrow type parameters (rather than variables)
|
|
2
|
139
|
June 5, 2025
|
PEP 718: subscriptable functions
|
|
48
|
7415
|
June 4, 2025
|
T-Strings doc, PEP 750, and Amish barn raising
|
|
8
|
429
|
June 3, 2025
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
184
|
June 2, 2025
|
Why doesn't this method register as an instance of the Protocol?
|
|
1
|
77
|
May 31, 2025
|
Statically typed variables enforcement
|
|
49
|
1105
|
May 31, 2025
|
[Spec] Modifying a `ClassVar` on an instance
|
|
3
|
181
|
May 27, 2025
|
Unbounded tuple unions
|
|
2
|
303
|
May 24, 2025
|