Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
Open
Closed
Inverse interface freshness logic
#19809 opened 2025-09-07 23:02 by
ilevkivskyi
Defer when class constructor is not ready yet
#19805 opened 2025-09-07 02:44 by
sterliakov
Add line number to function cache
#19802 opened 2025-09-06 00:24 by
ilevkivskyi
Re-work indirect dependencies
#19798 opened 2025-09-05 13:54 by
ilevkivskyi
Check functions without annotations in mypyc tests
#19792 opened 2025-09-04 14:42 by
brianschubert
fix: Allow instantiation of type[None] in analyze_type_type_callee
#19782 opened 2025-09-02 06:13 by
codenamenam
Sync variance of typing classes in fixtures with typeshed
topic-tests
#19778 opened 2025-09-01 22:01 by
sterliakov
Stubtest: check `_value_` for ellipsis-valued stub enum members
topic-stubtest
topic-enum
#19760 opened 2025-08-29 14:17 by
sterliakov
Improve match subject inference
topic-match-statement
topic-type-narrowing
#19736 opened 2025-08-26 12:25 by
cdce8p
stubtest: additional guidance on errors when runtime is object.__init__
#19733 opened 2025-08-26 03:40 by
tungol
docs: move "Configuring and running mypy" section to before "Type system reference"
#19730 opened 2025-08-25 20:50 by
brianschubert
fix(mypy): prevent incorrect type inference for awaited function calls
#19723 opened 2025-08-25 08:31 by
MengAiDev
Support error codes from plugins in options
#19719 opened 2025-08-23 22:46 by
sigvef
[mypyc] feat: remove redundant box/unbox operations
#19717 opened 2025-08-23 20:43 by
BobTheBuidler
Fix spurious possibly-undefined errors in for-else with break
topic-possibly-undefined
#19696 opened 2025-08-20 15:08 by
ambv
Sync enum members logic in typeanal and checkmember
#19687 opened 2025-08-19 11:29 by
sterliakov
[mypyc] feat: exact_dict_rprimitive
#19677 opened 2025-08-18 03:41 by
BobTheBuidler
[testing]
#19676 opened 2025-08-17 12:55 by
hauntsaninja
[mypyc] feat: new primitive for `int.to_bytes`
#19674 opened 2025-08-16 15:51 by
BobTheBuidler
[mypyc] feat: new primitive for `int.bit_length`
#19673 opened 2025-08-16 15:51 by
BobTheBuidler
[mypyc] feat: new primitives for `bytes.rjust` and `bytes.ljust`
#19672 opened 2025-08-16 15:33 by
BobTheBuidler
Always try to report missing protocol members
#19653 opened 2025-08-13 19:34 by
Gatsik
Rework starargs with union argument
#19651 opened 2025-08-13 12:32 by
randolf-scholz
Fix inference when unpacking union type
#19650 opened 2025-08-12 22:46 by
hauntsaninja
[mypyc] feat: ForMap generator helper for `builtins.map`
#19649 opened 2025-08-12 20:12 by
BobTheBuidler
[mypyc] feat: ForFilter generator helper for `builtins.filter`
#19643 opened 2025-08-12 02:16 by
BobTheBuidler
Special case TypedDict.get
#19639 opened 2025-08-11 12:36 by
randolf-scholz
[refactor] increase consistency in stdout and stderr optional arguments
#19638 opened 2025-08-10 22:32 by
wyattscarpenter
Remove the Anys from mypy/config_parser.py
#19637 opened 2025-08-10 14:04 by
wyattscarpenter
Fix `--strict-equality` for iteratively visited code
#19635 opened 2025-08-10 10:41 by
tyralla
Older