Introduce type keyword for type only imports
|
|
10
|
263
|
October 4, 2025
|
How do I start python and type the programs and run them
|
|
2
|
116
|
October 4, 2025
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
7
|
221
|
October 2, 2025
|
PEP 718: subscriptable functions
|
|
58
|
8879
|
September 30, 2025
|
Confusion over expected behavior of Unpack with TypedDict
|
|
0
|
57
|
September 27, 2025
|
"Wrong" Special Form
|
|
19
|
533
|
September 22, 2025
|
Dedicated syntax for `Annotated`
|
|
37
|
922
|
September 20, 2025
|
Issues recovering a lambda from "stringized" type annotations
|
|
0
|
84
|
September 19, 2025
|
Can we type generic functions in the same way as other objects?
|
|
2
|
162
|
September 17, 2025
|
Unsoundness of contravariant `Self` type
|
|
28
|
1296
|
September 15, 2025
|
Alternative to SequenceNotStr: Char Special Form
|
|
9
|
295
|
September 14, 2025
|
Deprecate function arguments
|
|
5
|
310
|
September 11, 2025
|
Special semantics for generator context managers
|
|
10
|
364
|
September 10, 2025
|
Genericise to multiprocessing proxy classes for type hints
|
|
0
|
85
|
September 10, 2025
|
Support suppressing generator context managers
|
|
7
|
308
|
September 9, 2025
|
Make `@overload` less verbose
|
|
11
|
1996
|
September 8, 2025
|
PEP 767: Annotating Read-Only Attributes
|
|
87
|
3654
|
September 8, 2025
|
Adding a Proxy type to typing/typing_extensions
|
|
16
|
1257
|
September 7, 2025
|
Using a property as type guard
|
|
6
|
1342
|
September 1, 2025
|
Confusing Type Behavior of typing.NewType construct for Pyright
|
|
2
|
99
|
August 31, 2025
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
314
|
August 30, 2025
|
How do I type this?
|
|
6
|
230
|
August 29, 2025
|
Inherit from `MutableMapping[Any, Self]`
|
|
6
|
204
|
August 25, 2025
|
Make `typing.NamedTuple` classes final
|
|
5
|
425
|
August 19, 2025
|
PEP 800: Solid bases in the type system
|
|
36
|
1572
|
August 18, 2025
|
Make Callable callable for typing callables
|
|
19
|
833
|
August 18, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
157
|
8717
|
August 16, 2025
|
Typing the _missing_ method of an StrEnum’s sub-class
|
|
16
|
220
|
August 15, 2025
|
Structural Pattern Matching - Add support for `typing.NewType` and `typing.TypeAliasType`
|
|
1
|
317
|
August 11, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
7
|
873
|
August 8, 2025
|