PEP 728: TypedDict with Typed Extra Items
|
|
145
|
7002
|
April 20, 2025
|
Typing issue with Generic class
|
|
3
|
86
|
April 19, 2025
|
An extension for argparse - class based API
|
|
11
|
419
|
April 19, 2025
|
Structural Pattern Matching for Types
|
|
6
|
445
|
April 17, 2025
|
PEP 781: Make ``TYPE_CHECKING`` a built-in constant
|
|
193
|
4680
|
April 14, 2025
|
Introduce Partial for TypedDict
|
|
65
|
6169
|
April 13, 2025
|
Generic Mapper in python
|
|
4
|
324
|
April 12, 2025
|
Removing type checker internals from typeshed
|
|
0
|
123
|
April 11, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
0
|
114
|
April 10, 2025
|
Helping in coding
|
|
3
|
112
|
April 9, 2025
|
An issue with code
|
|
4
|
162
|
April 4, 2025
|
PEP 764: Inlined typed dictionaries
|
|
35
|
2656
|
April 1, 2025
|
Unsoundness of contravariant `Self` type
|
|
11
|
614
|
April 1, 2025
|
Add key word parameter to existing library function with correct type hint
|
|
5
|
111
|
April 1, 2025
|
False positives from pyflakes with Python 3.13.2
|
|
4
|
113
|
March 30, 2025
|
Python lerning high level
|
|
1
|
108
|
March 30, 2025
|
Report unnecessary (always True) assertions
|
|
27
|
511
|
March 30, 2025
|
Why does mypy think generic parameters are missing here?
|
|
6
|
174
|
March 27, 2025
|
UnionType exception handling
|
|
22
|
581
|
March 22, 2025
|
Abstract Base Class for `queue.Queue` and `multiprocessing.Queue`
|
|
31
|
340
|
March 21, 2025
|
Should structural subtyping consider `__getattr__`?
|
|
3
|
196
|
March 19, 2025
|
Generic type inference from another generic type
|
|
3
|
200
|
March 15, 2025
|
[Typing] Are `.py` read after `pyi`?
|
|
3
|
115
|
March 13, 2025
|
Yet another `@overload` verbosity reduction idea
|
|
13
|
574
|
March 13, 2025
|
Live type checkers to load typing signatures from current module's stub
|
|
5
|
199
|
March 10, 2025
|
[Typing Spec] `isinstance` checks on Data-`Protocols` / possible changes
|
|
0
|
120
|
March 6, 2025
|
OOP Interface Support in Python
|
|
2
|
277
|
March 9, 2025
|
Typing vs Runtime Behaviour
|
|
1
|
299
|
March 7, 2025
|
Typing Documentation now at typing.python.org
|
|
0
|
203
|
March 5, 2025
|
Writing a stub file for a PyO3 module
|
|
2
|
94
|
March 5, 2025
|