Allowing TypedDict items to be defined conditionally via statically-known conditions
|
|
6
|
220
|
August 20, 2025
|
Run-time behaviour of `TypeAliasType
|
|
86
|
4309
|
August 20, 2025
|
Allow TypedDict construction with TypeName({...})
|
|
2
|
172
|
August 20, 2025
|
Should variance inference ignore underscore-prefixed attributes?
|
|
5
|
138
|
August 20, 2025
|
Allow StrEnum members to be used as keys in TypedDict
|
|
5
|
731
|
August 18, 2025
|
A ternary operator for typed Python
|
|
3
|
336
|
August 18, 2025
|
Revision of the TypedDict spec
|
|
0
|
145
|
August 17, 2025
|
Should unions of tuples/TVTs be allowed inside `Unpack`?
|
|
1
|
123
|
August 17, 2025
|
Typed(-ish) dataclasses.make_dataclass?
|
|
5
|
164
|
August 16, 2025
|
Typing the _missing_ method of an StrEnum’s sub-class
|
|
16
|
219
|
August 15, 2025
|
Constraining relationships between type parameters
|
|
5
|
230
|
August 12, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
7
|
870
|
August 8, 2025
|
Inferred type of function that calls dunder (`abs/__abs__`)
|
|
7
|
239
|
August 7, 2025
|
Interactions with Never leading to undesirable assignability
|
|
43
|
714
|
August 5, 2025
|
"Solid bases" for detecting incompatible base classes
|
|
22
|
791
|
August 5, 2025
|
Finding "implicit" type aliases
|
|
3
|
229
|
August 4, 2025
|
Proposal: Allow module-level Final[Type[T]] variables as type aliases
|
|
5
|
236
|
July 31, 2025
|
Adding a `typing.evaluate_type()` function
|
|
3
|
181
|
July 31, 2025
|
Extract kwargs types from a function signature
|
|
18
|
5074
|
July 24, 2025
|
How do I hint a function that returns a union of types
|
|
15
|
388
|
July 24, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
16
|
630
|
July 24, 2025
|
Generic value for interpolations of templates
|
|
5
|
130
|
July 23, 2025
|
Type imports, with runtime support
|
|
4
|
204
|
July 23, 2025
|
Typing a protocol with internal enum class
|
|
2
|
226
|
July 23, 2025
|
Draft PEP: Matching Union Types
|
|
8
|
342
|
July 22, 2025
|
What would it take to implement type mapping for generics?
|
|
7
|
594
|
July 19, 2025
|
Clarifying the float/int/complex special case
|
|
79
|
3407
|
July 17, 2025
|
Collecting examples of unsoundness
|
|
17
|
821
|
July 10, 2025
|
(When) should we assume callable types are method descriptors?
|
|
19
|
1084
|
July 10, 2025
|
Options for a long term fix of the special case for float/int/complex
|
|
167
|
2872
|
July 8, 2025
|