About the Typing category
|
|
2
|
1391
|
October 17, 2023
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
30
|
1331
|
October 22, 2025
|
Clarifying runtime usage of `TypeAlias`es
|
|
3
|
152
|
October 21, 2025
|
Is there a way to get TypedDict-level type safety on a dict subclass?
|
|
5
|
160
|
October 18, 2025
|
Clarifying the float/int/complex special case
|
|
80
|
3642
|
October 17, 2025
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
92
|
6617
|
October 15, 2025
|
Make __replace__ stop interfering with variance inference
|
|
24
|
857
|
October 14, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
16
|
403
|
October 14, 2025
|
Adding NamedTuple member/naming rules to the typing spec
|
|
1
|
179
|
October 14, 2025
|
Type aliases don't work with `isinstance`
|
|
13
|
289
|
October 14, 2025
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
21
|
489
|
October 14, 2025
|
How to get a type check error on `__bool__`
|
|
21
|
762
|
October 10, 2025
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
14
|
1399
|
October 6, 2025
|
Type imports, with runtime support
|
|
5
|
304
|
October 6, 2025
|
2025 Python Type System and Tooling Survey is out!
|
|
5
|
397
|
October 3, 2025
|
Generic NewType?
|
|
3
|
646
|
September 30, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
41
|
3467
|
September 30, 2025
|
Why does FunctionType.__get__ return FunctionType rather than MethodType when bound to a class?
|
|
7
|
202
|
September 26, 2025
|
Typing issue when using `SupportsRichComparisonT`
|
|
5
|
229
|
September 20, 2025
|
Unsoundness of contravariant `Self` type
|
|
28
|
1318
|
September 15, 2025
|
Union of invariant types
|
|
22
|
470
|
September 12, 2025
|
Deprecate function arguments
|
|
5
|
335
|
September 11, 2025
|
Formalize typing support for dynamic class change
|
|
13
|
427
|
September 11, 2025
|
Type checking only typed input
|
|
32
|
687
|
September 8, 2025
|
Adding a Proxy type to typing/typing_extensions
|
|
16
|
1298
|
September 7, 2025
|
Inlined typed dicts and typed dict comprehensions
|
|
15
|
949
|
August 31, 2025
|
get_origin/get_args(TypeAliasType)
|
|
4
|
1462
|
August 31, 2025
|
Functions decorated with @enum.member
|
|
2
|
237
|
August 30, 2025
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
321
|
August 30, 2025
|
How do I type this?
|
|
6
|
236
|
August 29, 2025
|