PEP 718: subscriptable functions
|
|
50
|
7670
|
August 13, 2025
|
Structural Pattern Matching - Add support for `typing.NewType` and `typing.TypeAliasType`
|
|
1
|
257
|
August 11, 2025
|
PEP 767: Annotating Read-Only Attributes
|
|
53
|
2713
|
August 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
7
|
793
|
August 8, 2025
|
PEP 800: Solid bases in the type system
|
|
32
|
1165
|
August 6, 2025
|
Type safe and more DRY way to achieve an enum like this?
|
|
10
|
234
|
August 3, 2025
|
Proposal: Allow module-level Final[Type[T]] variables as type aliases
|
|
5
|
212
|
July 31, 2025
|
PEP 764: Inlined typed dictionaries
|
|
80
|
4741
|
July 30, 2025
|
Dynamically adding type annotations to a class
|
|
4
|
207
|
July 25, 2025
|
Sum Types in the stdlib
|
|
11
|
449
|
July 24, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
16
|
560
|
July 24, 2025
|
TypedDict-exclusive typing for Protocol
|
|
2
|
147
|
July 24, 2025
|
Encapsulation of variants in `Union`s
|
|
3
|
110
|
July 22, 2025
|
Make Callable callable for typing callables
|
|
16
|
612
|
July 21, 2025
|
Type hint a typical BaseModel with some features if possible
|
|
0
|
55
|
July 21, 2025
|
Getting keys defined in TypedDict in order with type information
|
|
2
|
74
|
July 19, 2025
|
Statically typed variables enforcement
|
|
51
|
1347
|
July 18, 2025
|
Type error in 3rd party packages
|
|
3
|
140
|
July 17, 2025
|
Trying to type complex function decorator
|
|
6
|
154
|
July 17, 2025
|
Leveraging Runtime Type Annotations for CPython Performance Improvements
|
|
22
|
557
|
July 15, 2025
|
Type annotation of methods in narrowed subclass of generics
|
|
4
|
201
|
July 5, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
890
|
July 4, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
13
|
502
|
June 30, 2025
|
Using generic type parameter with unpack
|
|
1
|
83
|
June 29, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
155
|
8168
|
June 29, 2025
|
Type hinting highly dynamic functions
|
|
3
|
147
|
June 29, 2025
|
Type-only imports
|
|
5
|
433
|
June 26, 2025
|
Suggestion: make ast constructor types accept sequences
|
|
2
|
199
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
195
|
June 21, 2025
|
Apply TypedDict-like type hint to __getitem__
|
|
4
|
92
|
June 21, 2025
|