|
About the Typing category
|
|
2
|
1450
|
October 17, 2023
|
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
4
|
221
|
February 17, 2026
|
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
18
|
646
|
February 15, 2026
|
|
Static Reflection for Schema Types (FieldKey and FieldType)
|
|
26
|
797
|
February 14, 2026
|
|
Make __replace__ stop interfering with variance inference
|
|
43
|
1712
|
February 11, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3523
|
February 10, 2026
|
|
Documenting Use of `abc.abstractmethod` in Non-`ABCMeta` Classes
|
|
4
|
212
|
February 8, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
525
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1502
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1091
|
February 2, 2026
|
|
Spec change: Clarify that `tuple` should not be prohibited as an argument to `type`
|
|
8
|
459
|
January 31, 2026
|
|
When MyType[T] is a generic type alias, MyType[int] is a TypeAliasType structurally but not nominally. Why?
|
|
12
|
427
|
January 24, 2026
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
76
|
3044
|
January 19, 2026
|
|
Disallow access to class variables with Self
|
|
10
|
481
|
January 14, 2026
|
|
Restricting dataclass member types / type alias parametrized by a bounded TypeVar
|
|
3
|
193
|
January 12, 2026
|
|
Type hinting a decorator that adds a base class
|
|
5
|
235
|
January 7, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1272
|
January 7, 2026
|
|
Typing custom integer class
|
|
11
|
241
|
January 6, 2026
|
|
What would it take to implement type mapping for generics?
|
|
10
|
744
|
January 6, 2026
|
|
Inference of unspecified type parameters as Never
|
|
13
|
441
|
January 5, 2026
|
|
Allow type: ignore Mypy style error codes in conformance tests
|
|
9
|
425
|
January 5, 2026
|
|
Interaction between special forms and `type[T]`
|
|
0
|
107
|
December 30, 2025
|
|
Annotation string references in class scope in conformance tests
|
|
4
|
206
|
December 29, 2025
|
|
Add type hints to tkinter standard library module
|
|
8
|
234
|
December 29, 2025
|
|
Associated types
|
|
3
|
313
|
December 28, 2025
|
|
Allow adding specific, named keyword arguments to ParamSpec, possibly in scope of comprehensive improvements to ParamSpec expressiveness
|
|
6
|
425
|
December 23, 2025
|
|
Adding a Proxy type to typing/typing_extensions
|
|
17
|
1620
|
December 22, 2025
|
|
Introduce a way to annotate the class Any itself
|
|
9
|
373
|
December 15, 2025
|
|
Add `AbstractType` to the typing module
|
|
15
|
4762
|
December 11, 2025
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
101
|
7855
|
December 10, 2025
|