|
PEP 767: Annotating Read-Only Attributes
|
|
122
|
5913
|
March 11, 2026
|
|
Proposal for two new typing constructs: `MemberNames[T]` and `MemberTypes[T]`
|
|
18
|
504
|
March 11, 2026
|
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
18
|
1346
|
March 10, 2026
|
|
`__assignment_to_self__`, `__meta__` dunders, `meta()` magic-method, `pureread()`, `purewrite()`, `purefunc()` builtins
|
|
12
|
178
|
March 10, 2026
|
|
Detecting if state is possibly mutated by a function
|
|
2
|
218
|
March 9, 2026
|
|
Type checking only external APIs?
|
|
3
|
111
|
March 9, 2026
|
|
`Callable` isn't a special form
|
|
4
|
291
|
March 9, 2026
|
|
PEP 800: Solid bases in the type system
|
|
38
|
2295
|
March 7, 2026
|
|
PEP 821: Support for unpacking TypedDicts in Callable type hints
|
|
7
|
512
|
March 5, 2026
|
|
PEP 764: Inlined typed dictionaries
|
|
96
|
6461
|
March 5, 2026
|
|
Stubs and docstrings: official recommendations?
|
|
16
|
500
|
March 4, 2026
|
|
Packaging type stubs in/for multiple human languages
|
|
6
|
220
|
February 26, 2026
|
|
PEP 718: subscriptable functions
|
|
94
|
12064
|
February 24, 2026
|
|
Interactive graph
|
|
3
|
104
|
February 19, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3595
|
February 10, 2026
|
|
Confusing Type Behavior of typing.NewType construct for Pyright
|
|
4
|
204
|
February 9, 2026
|
|
Why does python version 3.14.0 have issues reading a docx file. I have upgreaded my pip version downloaded the latest lxml version but still, it can not read docx files
|
|
4
|
161
|
February 6, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
580
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1567
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1128
|
February 2, 2026
|
|
Copy *args, **kwargs type annotations from object constructor when passing them to the constructor
|
|
11
|
434
|
January 31, 2026
|
|
Constrained type vars based on `isinstance`
|
|
4
|
122
|
January 30, 2026
|
|
Revisiting inline type annotations for multiple assignment
|
|
10
|
505
|
January 27, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1291
|
January 7, 2026
|
|
Associated types
|
|
3
|
330
|
December 28, 2025
|
|
Typed Graph References for Dataclasses
|
|
5
|
156
|
December 28, 2025
|
|
Dictionary and Function Argument Shorthand Syntax (JS ES6-style)
|
|
18
|
636
|
December 23, 2025
|
|
Typing support for common proxy and delegation patterns
|
|
4
|
440
|
December 22, 2025
|
|
Adding a Proxy type to typing/typing_extensions
|
|
17
|
1649
|
December 22, 2025
|
|
Typing factory functions that are instance methods of a metaclass
|
|
5
|
150
|
December 12, 2025
|