-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Suppress errors for unreachable branches in conditional expressions
#18295
opened Dec 15, 2024 by
brianschubert
Loading…
Do not ignore generic type args when checking multiple inheritance compatibility
#18270
opened Dec 9, 2024 by
sterliakov
Loading…
Add more known types for better generation with pybind11
topic-stubgen
#18269
opened Dec 9, 2024 by
InvincibleRMC
Loading…
Unwrap
type[Union[...]]
when solving typevar constraints
#18266
opened Dec 8, 2024 by
sterliakov
Loading…
stubtest: get better signatures for
__init__
of C classes
#18259
opened Dec 6, 2024 by
tungol
Loading…
More detailed checking of type objects in stubtest
topic-stubtest
#18251
opened Dec 5, 2024 by
tungol
Loading…
Fix for TypeVar bound to a union and methods returning Self
#18231
opened Dec 2, 2024 by
mariafnafees
Loading…
Print InspectError traceback in stubgen
walk_packages
when verbose is specified
#18224
opened Dec 1, 2024 by
gareth-cross
Loading…
Force List Expression to Infer Union Type of Member Types.
#18205
opened Nov 28, 2024 by
ay0503
Loading…
Fix
TypeIs
negative narrowing of union of generics
#18193
opened Nov 26, 2024 by
brianschubert
•
Draft
Emit warning for invalid use of quoted types in union syntax
#18183
opened Nov 24, 2024 by
brianschubert
•
Draft
Revisit the body of a loop if the number of partial types has changed.
#18180
opened Nov 23, 2024 by
tyralla
Loading…
Disallow no-args generic aliases when using PEP 613 explicit aliases
#18173
opened Nov 19, 2024 by
brianschubert
Loading…
Optimize is_unsafe_overlapping_overload_signatures for overlapping typevars case
#18159
opened Nov 16, 2024 by
alexdrydew
Loading…
Fix incorrect "Incompatible types in capture pattern" error for narrowed types
#18155
opened Nov 14, 2024 by
shenyih0ng
•
Draft
fix: refactor sem analysis of the await-not-async on generators and list comprehension
#18152
opened Nov 13, 2024 by
josetapadas
Loading…
Docstrings for classes and properties for extension modules
#18143
opened Nov 11, 2024 by
lmbelo
Loading…
Stubgen: guess return types based on returned values
#18116
opened Nov 7, 2024 by
yangdanny97
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.