|
Using `@deprecated` for all overloads in stubs
|
|
30
|
569
|
June 5, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
2
|
263
|
May 31, 2026
|
|
New __repr__ for dict typing annotation
|
|
3
|
157
|
May 31, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
734
|
May 21, 2026
|
|
Pre-PEP discussion: typing.tool + inspect.tool_schema(), close the Zod gap for Python agent dev
|
|
7
|
431
|
May 20, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
3
|
260
|
May 18, 2026
|
|
Type-hinted, single file modules, empty optional stubs (but for py.typed), and PEP 561
|
|
0
|
157
|
May 17, 2026
|
|
PEP 821: Support for unpacking TypedDicts in Callable type hints
|
|
8
|
863
|
May 16, 2026
|
|
Self as TypeVar default
|
|
16
|
1002
|
May 13, 2026
|
|
Associated types
|
|
5
|
741
|
May 7, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
225
|
May 1, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
337
|
April 30, 2026
|
|
PEP 718: subscriptable functions
|
|
102
|
13553
|
April 28, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
251
|
April 23, 2026
|
|
PEP 800: Solid bases in the type system
|
|
41
|
3257
|
April 16, 2026
|
|
SPy: a new companion static language for Python; thoughts?
|
|
3
|
594
|
April 13, 2026
|
|
Introduce a `typing.NoBound`
|
|
1
|
252
|
April 9, 2026
|
|
PEP 764: Inlined typed dictionaries
|
|
99
|
7857
|
April 3, 2026
|
|
Add alternatives to TypeIs for user-defined assertions
|
|
3
|
332
|
March 25, 2026
|
|
Detecting if state is possibly mutated by a function
|
|
3
|
457
|
March 22, 2026
|
|
Proposal for two new typing constructs: `MemberNames[T]` and `MemberTypes[T]`
|
|
19
|
803
|
March 21, 2026
|
|
`__hash__`, `__eq__`, and LSP
|
|
26
|
1810
|
March 17, 2026
|
|
Post-"with" binding of a context manager result
|
|
2
|
277
|
March 16, 2026
|
|
Check whether an object agrees deeply with a type
|
|
1
|
151
|
March 13, 2026
|
|
PEP 767: Annotating Read-Only Attributes
|
|
124
|
6950
|
March 12, 2026
|
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
18
|
1524
|
March 10, 2026
|
|
`__assignment_to_self__`, `__meta__` dunders, `meta()` magic-method, `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
12
|
359
|
March 10, 2026
|
|
Type checking only external APIs?
|
|
3
|
188
|
March 9, 2026
|
|
`Callable` isn't a special form
|
|
4
|
456
|
March 9, 2026
|
|
Stubs and docstrings: official recommendations?
|
|
16
|
729
|
March 4, 2026
|