|
About the Typing category
|
|
2
|
1456
|
October 17, 2023
|
|
Suggestion to change `typing.is_typeddict`'s return type to `TypeIs[_TypedDictProtocol]`
|
|
0
|
5
|
February 27, 2026
|
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
20
|
857
|
February 21, 2026
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
102
|
8885
|
February 19, 2026
|
|
Allow type: ignore Mypy style error codes in conformance tests
|
|
10
|
518
|
February 18, 2026
|
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
4
|
327
|
February 17, 2026
|
|
Static Reflection for Schema Types (FieldKey and FieldType)
|
|
26
|
822
|
February 14, 2026
|
|
Make __replace__ stop interfering with variance inference
|
|
43
|
1759
|
February 11, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3564
|
February 10, 2026
|
|
Documenting Use of `abc.abstractmethod` in Non-`ABCMeta` Classes
|
|
4
|
230
|
February 8, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
556
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1537
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1107
|
February 2, 2026
|
|
Spec change: Clarify that `tuple` should not be prohibited as an argument to `type`
|
|
8
|
465
|
January 31, 2026
|
|
When MyType[T] is a generic type alias, MyType[int] is a TypeAliasType structurally but not nominally. Why?
|
|
12
|
435
|
January 24, 2026
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
76
|
3083
|
January 19, 2026
|
|
Disallow access to class variables with Self
|
|
10
|
497
|
January 14, 2026
|
|
Restricting dataclass member types / type alias parametrized by a bounded TypeVar
|
|
3
|
194
|
January 12, 2026
|
|
Type hinting a decorator that adds a base class
|
|
5
|
239
|
January 7, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1277
|
January 7, 2026
|
|
Typing custom integer class
|
|
11
|
248
|
January 6, 2026
|
|
What would it take to implement type mapping for generics?
|
|
10
|
749
|
January 6, 2026
|
|
Inference of unspecified type parameters as Never
|
|
13
|
448
|
January 5, 2026
|
|
Interaction between special forms and `type[T]`
|
|
0
|
109
|
December 30, 2025
|
|
Annotation string references in class scope in conformance tests
|
|
4
|
213
|
December 29, 2025
|
|
Add type hints to tkinter standard library module
|
|
8
|
238
|
December 29, 2025
|
|
Associated types
|
|
3
|
320
|
December 28, 2025
|
|
Allow adding specific, named keyword arguments to ParamSpec, possibly in scope of comprehensive improvements to ParamSpec expressiveness
|
|
6
|
436
|
December 23, 2025
|
|
Adding a Proxy type to typing/typing_extensions
|
|
17
|
1636
|
December 22, 2025
|
|
Introduce a way to annotate the class Any itself
|
|
9
|
376
|
December 15, 2025
|