About the Typing category
|
|
2
|
1367
|
October 17, 2023
|
Formalize typing support for dynamic class change
|
|
9
|
151
|
September 3, 2025
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
21
|
938
|
September 3, 2025
|
Adding a Proxy type to typing/typing_extensions
|
|
13
|
1038
|
September 2, 2025
|
Inlined typed dicts and typed dict comprehensions
|
|
15
|
896
|
August 31, 2025
|
get_origin/get_args(TypeAliasType)
|
|
4
|
1315
|
August 31, 2025
|
Functions decorated with @enum.member
|
|
2
|
216
|
August 30, 2025
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
289
|
August 30, 2025
|
Union of invariant types
|
|
21
|
347
|
August 29, 2025
|
How do I type this?
|
|
6
|
204
|
August 29, 2025
|
Collection types should validate given type arg count like corresponding types from ``typing`` module
|
|
2
|
204
|
August 27, 2025
|
Looking for draft feedback: Typed Python Survey 2025
|
|
6
|
250
|
August 25, 2025
|
Mypy raises exception for certain type alias definitions with parameters bounded by a (not-yet-defined) type
|
|
7
|
127
|
August 25, 2025
|
Inherit from `MutableMapping[Any, Self]`
|
|
6
|
189
|
August 25, 2025
|
Should `ParamSpec.args` be allowed inside `Unpack`?
|
|
4
|
113
|
August 25, 2025
|
Type checking only typed input
|
|
27
|
497
|
August 25, 2025
|
Support for grouped type aliases in mypy/other type checkers?
|
|
12
|
308
|
August 23, 2025
|
Generic function with different bounds for overloads
|
|
10
|
174
|
August 22, 2025
|
Calling methods on generic classes with explicit type arguments
|
|
8
|
157
|
August 22, 2025
|
Allowing TypedDict items to be defined conditionally via statically-known conditions
|
|
6
|
215
|
August 20, 2025
|
Make __replace__ stop interfering with variance inference
|
|
19
|
512
|
August 20, 2025
|
Run-time behaviour of `TypeAliasType
|
|
86
|
4203
|
August 20, 2025
|
Allow TypedDict construction with TypeName({...})
|
|
2
|
166
|
August 20, 2025
|
Should variance inference ignore underscore-prefixed attributes?
|
|
5
|
130
|
August 20, 2025
|
Allow StrEnum members to be used as keys in TypedDict
|
|
5
|
686
|
August 18, 2025
|
A ternary operator for typed Python
|
|
3
|
325
|
August 18, 2025
|
Revision of the TypedDict spec
|
|
0
|
137
|
August 17, 2025
|
Should unions of tuples/TVTs be allowed inside `Unpack`?
|
|
1
|
122
|
August 17, 2025
|
Typed(-ish) dataclasses.make_dataclass?
|
|
5
|
157
|
August 16, 2025
|
Typing the _missing_ method of an StrEnum’s sub-class
|
|
16
|
199
|
August 15, 2025
|