Interoperability issue with module level inline annotations
|
|
21
|
242
|
December 4, 2024
|
Clarifying the rules for subclassing generic classes
|
|
3
|
392
|
November 27, 2024
|
Specs clarification: `type[A | B]` is equivalent/the same as `type[A] | type[B]`
|
|
30
|
578
|
September 17, 2024
|
Merging the "Type Stubs" doc into the rest of the typing documentation
|
|
2
|
224
|
August 22, 2024
|
Ambiguities about Positional-only Parameters
|
|
28
|
2087
|
July 12, 2024
|
Should `type(x)` perform type erasure for generics?
|
|
6
|
295
|
July 8, 2024
|
Formalizing core definitions in the typing spec
|
|
1
|
425
|
June 18, 2024
|
PEP 561’s module resolution order seems incorrect
|
|
13
|
559
|
June 18, 2024
|
Clarifying the float/int/complex special case
|
|
29
|
1932
|
June 3, 2024
|
Clarifications to the typing spec regarding `type[]`
|
|
11
|
645
|
June 4, 2024
|
Draft of typing spec chapter for enums
|
|
30
|
1647
|
June 3, 2024
|
Expanded typing spec chapter for callables
|
|
7
|
770
|
May 5, 2024
|
Draft of typing spec chapter for exceptions
|
|
1
|
319
|
April 22, 2024
|
Procedure for changing the spec
|
|
2
|
642
|
April 20, 2024
|
Basic terminology for types and type forms
|
|
52
|
1895
|
April 15, 2024
|
Draft typing spec chapter for constructors
|
|
25
|
918
|
April 11, 2024
|
Subtyping rules for `...` in callable types
|
|
17
|
1660
|
April 3, 2024
|
Is `Annotated` compatible with `type[T]`?
|
|
46
|
3855
|
March 4, 2024
|
Possible modification to ClassVar
|
|
33
|
1447
|
March 1, 2024
|
Compatibility between TypeGuard and bool
|
|
4
|
590
|
February 29, 2024
|
Typing spec: The @typing.type_check_only decorator
|
|
1
|
372
|
February 12, 2024
|
Draft of typing spec chapter for named tuples
|
|
6
|
760
|
February 11, 2024
|
Draft of typing spec chapter for tuples
|
|
6
|
595
|
January 26, 2024
|
Rejecting the use of a covariant/contravariant TypeVar in a function or type alias
|
|
4
|
1896
|
January 21, 2024
|
What are the subtyping rules for tuple[T, ...]?
|
|
76
|
7210
|
January 21, 2024
|
Link to typing spec from accepted PEPs?
|
|
1
|
255
|
January 16, 2024
|
Proposed initial typing spec
|
|
17
|
1485
|
November 29, 2023
|
Inconsistencies between `Type` and `type`
|
|
11
|
2123
|
November 26, 2023
|