Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
Open
Closed
Suppress misleading Foo[...] suggestion for annotations with keyword args
#21179 opened 2026-04-06 08:49 by
Chessing234
Disable SQLite cache by default, for now
#21177 opened 2026-04-05 23:49 by
hauntsaninja
Parse files in parallel when possible
#21175 opened 2026-04-05 23:01 by
ilevkivskyi
Avoid narrowing type[T] in type calls
#21174 opened 2026-04-05 20:19 by
hauntsaninja
Make it so that error comments in tests are not ignored if they occur at the beginning of a line
#21172 opened 2026-04-05 13:02 by
wyattscarpenter
Prepare fixup for lazy deserialization
#21170 opened 2026-04-04 20:08 by
ilevkivskyi
Document "Incompatible Import of"
#21169 opened 2026-04-04 02:25 by
wyattscarpenter
Narrow Any in and_conditional_map
#21167 opened 2026-04-04 01:58 by
hauntsaninja
Use the actual readme as the pyproject.toml readme
#21166 opened 2026-04-04 00:41 by
wyattscarpenter
Let issubclass narrow Any
#21165 opened 2026-04-04 00:11 by
hauntsaninja
Disallow any generic in type type context
#21164 opened 2026-04-03 23:46 by
hauntsaninja
Make --local-partial-types the default
deferred
#21163 opened 2026-04-03 23:39 by
hauntsaninja
Propagate narrowing within chained comparisons
#21160 opened 2026-04-03 20:55 by
hauntsaninja
Add librt functionality for lazy deserialization
#21158 opened 2026-04-03 17:54 by
ilevkivskyi
Fix match statement semantics for "or" pattern
#21156 opened 2026-04-03 03:41 by
hauntsaninja
Use WAL with SQLite cache, fix close
#21154 opened 2026-04-03 01:00 by
hauntsaninja
Fix regression involving dict or on recursive dict
#21148 opened 2026-04-02 20:25 by
hauntsaninja
fix(narrowing): propagate walrus narrowing from inside `and` expressions (closes #19430)
#21147 opened 2026-04-02 16:28 by
traveltamers
Fix generic NamedTuple class pattern matching
#21140 opened 2026-04-01 17:57 by
paulorochaoliveira
Improve error message for incompatible **kwargs argument
#21129 opened 2026-04-01 03:17 by
yourlocaljosh
fix: clarify "Extra argument from **args" as "from **TypedDict"
#21127 opened 2026-04-01 01:34 by
nuglifeleoji
fix: use "constraints and a bound" in TypeVar error message
#21126 opened 2026-04-01 01:33 by
nuglifeleoji
fix: mention type aliases in "Type application" error message
#21122 opened 2026-03-31 22:38 by
nuglifeleoji
fix: use "parameter" instead of "argument" in missing-self error message
#21121 opened 2026-03-31 22:37 by
nuglifeleoji
Split type-checking into interface and implementation in parallel workers
#21119 opened 2026-03-31 18:34 by
ilevkivskyi
fix --install-types not tracking stubs when ignore_missing_imports is set
#21111 opened 2026-03-30 21:08 by
knQzx
Check element type comparability for tuple ordering comparisons
#21107 opened 2026-03-30 12:10 by
PGrayCS
Fix isinstance narrowing for classes with __getattr__ returning Any
#21105 opened 2026-03-29 05:11 by
jpbeaudry
Fix isinstance on namedtuple type aliases
#21103 opened 2026-03-25 16:04 by
paulorochaoliveira
Add `install_types` to `OPTIONS_AFFECTING_CACHE`
#21070 opened 2026-03-22 22:02 by
brianschubert
Older