Leveraging Runtime Type Annotations for CPython Performance Improvements
|
|
14
|
310
|
July 12, 2025
|
PEP 767: Annotating Read-Only Attributes
|
|
49
|
2213
|
July 11, 2025
|
Type annotation of methods in narrowed subclass of generics
|
|
4
|
166
|
July 5, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
820
|
July 4, 2025
|
Make Callable callable for typing callables
|
|
15
|
485
|
July 3, 2025
|
Structural Pattern Matching - Add support for `typing.NewType` and `typing.TypeAliasType`
|
|
0
|
120
|
July 2, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
13
|
477
|
June 30, 2025
|
Using generic type parameter with unpack
|
|
1
|
75
|
June 29, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
155
|
8057
|
June 29, 2025
|
Type hinting highly dynamic functions
|
|
3
|
128
|
June 29, 2025
|
Type-only imports
|
|
5
|
394
|
June 26, 2025
|
Suggestion: make ast constructor types accept sequences
|
|
2
|
190
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
173
|
June 21, 2025
|
Apply TypedDict-like type hint to __getitem__
|
|
4
|
78
|
June 21, 2025
|
Mypy: dir is excluded but then errors are thrown for files within the dir
|
|
7
|
716
|
June 20, 2025
|
Typing a decorator factory
|
|
4
|
211
|
June 18, 2025
|
Copy *args, **kwargs type annotations from object constructor when passing them to the constructor
|
|
10
|
220
|
June 14, 2025
|
Incompatible types in assignment when casting function argument
|
|
13
|
224
|
June 13, 2025
|
Return type Self: returning subclass
|
|
6
|
303
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
352
|
June 9, 2025
|
How to annotate class Methods to return only instances of their class or subclass in python
|
|
5
|
131
|
June 9, 2025
|
Why math.gcd compute faster than %?
|
|
9
|
312
|
June 9, 2025
|
Generics over container types?
|
|
4
|
101
|
June 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
5
|
602
|
June 6, 2025
|
Narrow type parameters (rather than variables)
|
|
2
|
142
|
June 5, 2025
|
PEP 718: subscriptable functions
|
|
48
|
7430
|
June 4, 2025
|
T-Strings doc, PEP 750, and Amish barn raising
|
|
8
|
436
|
June 3, 2025
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
187
|
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
|
1126
|
May 31, 2025
|