About the Typing category
|
|
2
|
1387
|
October 17, 2023
|
Clarifying the float/int/complex special case
|
|
80
|
3534
|
October 17, 2025
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
92
|
6576
|
October 15, 2025
|
Make __replace__ stop interfering with variance inference
|
|
24
|
825
|
October 14, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
16
|
396
|
October 14, 2025
|
Adding NamedTuple member/naming rules to the typing spec
|
|
1
|
175
|
October 14, 2025
|
Type aliases don't work with `isinstance`
|
|
13
|
267
|
October 14, 2025
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
21
|
475
|
October 14, 2025
|
How to get a type check error on `__bool__`
|
|
21
|
757
|
October 10, 2025
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
14
|
1385
|
October 6, 2025
|
Type imports, with runtime support
|
|
5
|
297
|
October 6, 2025
|
2025 Python Type System and Tooling Survey is out!
|
|
5
|
390
|
October 3, 2025
|
Generic NewType?
|
|
3
|
640
|
September 30, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
41
|
3453
|
September 30, 2025
|
Why does FunctionType.__get__ return FunctionType rather than MethodType when bound to a class?
|
|
7
|
200
|
September 26, 2025
|
Typing issue when using `SupportsRichComparisonT`
|
|
5
|
213
|
September 20, 2025
|
Unsoundness of contravariant `Self` type
|
|
28
|
1315
|
September 15, 2025
|
Union of invariant types
|
|
22
|
462
|
September 12, 2025
|
Deprecate function arguments
|
|
5
|
330
|
September 11, 2025
|
Formalize typing support for dynamic class change
|
|
13
|
419
|
September 11, 2025
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
25
|
1206
|
September 9, 2025
|
Type checking only typed input
|
|
32
|
684
|
September 8, 2025
|
Adding a Proxy type to typing/typing_extensions
|
|
16
|
1286
|
September 7, 2025
|
Inlined typed dicts and typed dict comprehensions
|
|
15
|
942
|
August 31, 2025
|
get_origin/get_args(TypeAliasType)
|
|
4
|
1449
|
August 31, 2025
|
Functions decorated with @enum.member
|
|
2
|
237
|
August 30, 2025
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
320
|
August 30, 2025
|
How do I type this?
|
|
6
|
232
|
August 29, 2025
|
Collection types should validate given type arg count like corresponding types from ``typing`` module
|
|
2
|
214
|
August 27, 2025
|
Looking for draft feedback: Typed Python Survey 2025
|
|
6
|
271
|
August 25, 2025
|