|
PEP 835: Shorthand syntax for Annotated type metadata
|
|
202
|
6038
|
August 17, 2026
|
|
PEP 767: Annotating Read-Only Attributes
|
|
130
|
7735
|
August 16, 2026
|
|
From __future__ import annotations_compat as a migration bridge
|
|
3
|
311
|
August 12, 2026
|
|
PEP 718: subscriptable functions
|
|
126
|
15348
|
August 11, 2026
|
|
PEP 764: Inlined typed dictionaries
|
|
109
|
8996
|
August 8, 2026
|
|
2026 Python Type System and Tooling Survey is out!
|
|
2
|
385
|
August 7, 2026
|
|
Introduce type keyword for type only imports
|
|
16
|
1343
|
August 6, 2026
|
|
Standardized Reflection Objects for Python Callables
|
|
7
|
473
|
August 6, 2026
|
|
Looking for draft feedback: Python Typing Survey 2026
|
|
18
|
658
|
August 5, 2026
|
|
Standardizing Docstring Conventions for Exception Groups (PEP 654/`except*`)
|
|
10
|
672
|
July 28, 2026
|
|
Proposal: add `@typing.format_specifiers(...)`
|
|
5
|
396
|
July 19, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
5
|
444
|
July 14, 2026
|
|
Proposal: typing.TypeExclude for subtractive/exclusion types
|
|
12
|
480
|
July 6, 2026
|
|
Should type(x) == T result in narrowing? (Is type(x) is T better?)
|
|
3
|
397
|
July 6, 2026
|
|
Implicit narrowing for immutable containers? (`tuple`, `NamedTuple`, frozen dataclass)
|
|
2
|
318
|
July 4, 2026
|
|
The Fastest Python Struct?
|
|
8
|
773
|
June 29, 2026
|
|
How to annotate the argument type for method `write`?
|
|
2
|
240
|
June 17, 2026
|
|
Using `@deprecated` for all overloads in stubs
|
|
31
|
976
|
June 7, 2026
|
|
How to use `typing.Match` and `typing.Pattern`?
|
|
1
|
192
|
June 6, 2026
|
|
New __repr__ for dict typing annotation
|
|
3
|
213
|
May 31, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
1022
|
May 21, 2026
|
|
Pre-PEP discussion: typing.tool + inspect.tool_schema(), close the Zod gap for Python agent dev
|
|
7
|
544
|
May 20, 2026
|
|
Type-hinted, single file modules, empty optional stubs (but for py.typed), and PEP 561
|
|
0
|
192
|
May 17, 2026
|
|
PEP 821: Support for unpacking TypedDicts in Callable type hints
|
|
8
|
947
|
May 16, 2026
|
|
Self as TypeVar default
|
|
16
|
1142
|
May 13, 2026
|
|
Associated types
|
|
5
|
880
|
May 7, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
273
|
May 1, 2026
|
|
Adding a `module=` keyword argument to `typing.TypeAliasType`
|
|
4
|
401
|
April 30, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
306
|
April 23, 2026
|
|
PEP 800: Solid bases in the type system
|
|
41
|
3529
|
April 16, 2026
|