Pull requests · python/mypy
A sketchy hack to fix TypeGuard crash in logical expressions
#11015 opened Aug 24, 2021 by ilevkivskyi
Docs: adds a note about issubclass usage in common_issues.rst
#11014 opened Aug 24, 2021 by sobolevn
Fix __annotations__ being undefined
#10969 opened Aug 11, 2021 by Nickedude
Refactor checkexpr error messages
#10960 opened Aug 10, 2021 by tushar-deepsource
Refactor checker error messages
#10959 opened Aug 10, 2021 by tushar-deepsource • Approved
Refactor error messages into a single file
#10947 opened Aug 8, 2021 by tushar-deepsource
10 tasks done
[mypyc] Emit messages regardless if there's no errors
#10940 opened Aug 6, 2021 by ichard26
stubgen: use sys.version_info, rather than hardcoding 3.6 topic-stubgen
#10907 opened Aug 1, 2021 by hauntsaninja
2 7
Fix get_dynamic_class_hook does not work in some scenarios
#10904 opened Aug 1, 2021 by linw1995
Disable universal newlines when reading TOML
#10893 opened Jul 30, 2021 by hukkin
Adds support for __slots__ assignment, refs #10801
#10864 opened Jul 24, 2021 by sobolevn
6 tasks done
Makes Enum members implicitly final, refs #5599
#10852 opened Jul 21, 2021 by sobolevn
Use PYTHONPYCACHEPREFIX as fallback value for cache dir
#10840 opened Jul 19, 2021 by ssbarnea
Remove return output in refine_parent_types
#10837 opened Jul 18, 2021 by donno2048
fix: handle non-default mypy prefix installation
#10833 opened Jul 17, 2021 by P403n1x87
Respect the semantics of EXPLICIT
#10780 opened Jul 7, 2021 by mehes-kth
#10777 opened Jul 6, 2021 by syastrov
feat: warn about annotations in unannotated functions
#10748 opened Jun 30, 2021 by atakiar
Graceful exit on KeyboardInterrupt
#10725 opened Jun 27, 2021 by cdce8p
Add support for conditionally defined overloads
#10712 opened Jun 25, 2021 by cdce8p
ProTip!
Exclude everything labeled bug with -label:bug.