COMMITS
June 12, 2026
K
Memoize the options snapshot (#21354)
Kevin Kannammalil committed
June 10, 2026
I
Support floats in JSON in fixed-format cache (#21603)
Ivan Levkivskyi committed
June 9, 2026
M
Sync typeshed (#21507)
Marc Mueller committed
June 5, 2026
J
[mypyc] Fix name lookup when class var and module var have the same name (#21594)
Jukka Lehtosalo committed
K
Optimize SCC scheduler `not_ready_deps` tracking (#21389)
Kevin Kannammalil committed
K
Speed up transitive_dep_hash for singleton SCCs (#21390)
Kevin Kannammalil committed
June 4, 2026
I
Add support for TypeForm in incremental mode (#21591)
Ivan Levkivskyi committed
J
Add test for disabling syntax version checks in .pyi files (#21589)
Jukka Lehtosalo committed
J
Update TypedDictType.__init__ signature to preserve backward compat (#21590)
Jukka Lehtosalo committed
K
Add Python version checks to native parser (#21539)
Kevin Kannammalil committed
V
[mypyc] Specialize `s[i] == 'x'` to a codepoint int compare (#21579)
Vaggelis Danias committed
June 3, 2026
J
[mypyc] Report file and line number on uncaught exceptions (#21584)
Jukka Lehtosalo committed
I
Fix crash on invalid recursive variadic alias (#21572)
Ivan Levkivskyi committed
June 2, 2026
I
Fix docs build (#21580)
Ivan Levkivskyi committed
A
Implement support for closed TypedDicts (PEP 728) (#21382)
Alice committed
June 1, 2026
J
Fix constructor calls for union-bounded TypeVars (#21571)
Jingchen Ye committed
R
[mypyc] Use `other` arg instead of `self` for RHS type (#21569)
Ryan Heard committed
R
[mypyc] Use `method_sig` to get the method signature (#21567)
Ryan Heard committed
V
[mypyc] Add `librt.strings.toupper` and `tolower` codepoint primitives (#21553)
Vaggelis Danias committed
May 29, 2026
S
Fix changelog for mypy 2.1 (#21565)
Shantanu committed
I
Fix crashes on variadic unpacking in synthetic types (#21555)
Ivan Levkivskyi committed
J
Fix TypedDict indexing with literal keys in comprehensions (#21556)
Jingchen Ye committed
I
Fix crash on unhandled meet variadic tuple vs indtance (#21558)
Ivan Levkivskyi committed
May 28, 2026
I
Fix crash on deferred generic class nested in function (#21557)
Ivan Levkivskyi committed
I
Fix various bugs in TypeVarTuples with defaults (#21544)
Ivan Levkivskyi committed
I
Fix crash in new-style type alias with variadic unpack (#21551)
Ivan Levkivskyi committed
May 27, 2026
I
Respect explicit return type of __new__() (#21441)
Ivan Levkivskyi committed
I
Correctly handle empty tuple index when unpacked (#21545)
Ivan Levkivskyi committed
May 26, 2026
V
[mypyc] Add `librt.strings.isidentifier` codepoint primitive (#21522)
Vaggelis Danias committed