Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-0.980
experiment
fix-3.12-deprecation-warn
fix-warnings
incremental-debug
issue-8363
issue-11806
issue-12062
issue-15553
issue-15775
issue-15938
issue-17417
issue-18786
local-partial
log-search-path
master
mypy-extensions
mypy-parallel-crash
mypy-pin-cherrypick
mypybot/sync-typeshed
mypyc-3.12-2
mypyc-3.13-bytes-join
mypyc-tracing
opt-7
optimize-arg-kind
pre-commit-ci-update-config
release-0.700
release-0.710
release-0.711
release-0.720
release-0.730
release-0.740
release-0.750
release-0.760
release-0.761
release-0.770
release-0.780
release-0.790
release-0.800
release-0.810
release-0.900
release-0.910
release-0.920
release-0.930
release-0.940
release-0.950
release-0.960
release-0.970
release-0.980
release-0.990
release-1.0
release-1.1
release-1.2
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
release-1.9
release-1.9.0
release-1.10
release-1.11
release-1.12
release-1.13
release-1.14
release-1.15
release-1.16
release-1.17
release-1.18
release-1.19
release-1.20
release-2.0
release-2.1
release-internal
release-internal-hotfix-1.19.0
run-pyupgrade
sobolevn-patch-1
sobolevn-patch-2
sobolevn-patch-4
stubgen-fixes
tarjan-or-bust
test-perf
typemap-map
unpack-kwargs-only
update-mypy-extensions
use-acyclic
xyz
Bump version to 0.982
ilevkivskyi
committed
3 years ago
1c2b899f
Restore Type vs Callable special-casing that was broken in refactoring (#13784)
ilevkivskyi
committed
3 years ago
51d9858b
Suggest using upper bound for unbound tvar (#13730)
hauntsaninja
committed
3 years ago
d03f2017
Fix overload overlap check for UninhabitedType (#13461)
ilevkivskyi
committed
3 years ago
5b17cc6c
Update version to 0.981
JukkaL
committed
3 years ago
c7b4714e
[0.980 backport] build changes (#13688)
hauntsaninja
committed
3 years ago
Verified
2bd7da21
[0.980 backport] Update pos-only unit tests for Python 3.10.7 (#13660) (#13665)
cdce8p
committed
3 years ago
Verified
2b2953a1
Remove dev from version
jhance
committed
3 years ago
ada00784
[0.980 backport] Fix stubtest custom_typeshed_dir regression (#13656) (#13658)
hauntsaninja
committed
3 years ago
Verified
efd1d38f
[0.980 backport] Allow unpacking from TypeVars with iterable bounds (#13425) (#13644)
hauntsaninja
committed
3 years ago
Verified
70bc3483
Work around mypyc test failures in CI (#13593)
JukkaL
committed
3 years ago
e43dbb91
Another cherry-pick fix
Ivan Levkivskyi
committed
3 years ago
64add912
Fix error codes option serialization (#13523)
ilevkivskyi
committed
3 years ago
228bd29b
Allow per-module error codes (#13502)
ilevkivskyi
committed
3 years ago
1f806116
Typeshed cherry-pick: Make the return type of multiprocessing.connection.Pipe more precise (#8706)
jhance
committed
3 years ago
9dc1f1a9
Fix daemon crashes related to ParamSpec and TypeVarTuple (#13381)
JukkaL
committed
3 years ago
5d08c471
Allow using TypedDict for more precise typing of **kwds (#13471)
ilevkivskyi
committed
3 years ago
35bc1a25
Allow stubs to use newer syntax than 3.7 (#13500)
hauntsaninja
committed
3 years ago
dd2e020c
Fix custom typeshed dir handling by is_typeshed_file() (#13629)
ilevkivskyi
committed
3 years ago
784d446b
Sync typeshed (#13386)
jhance
committed
3 years ago
Verified
bf143d91
[mypyc] Implement `async for` as a statement and in comprehensions (#13444)
msullivan
committed
3 years ago
Verified
23146c43
Use builtin generics and PEP 604 for type annotations wherever possible (#13427)
AlexWaygood
committed
3 years ago
Verified
23ee1e7a
[mypyc] Implement `async with` (#13442)
msullivan
committed
3 years ago
Verified
3ec18495
Remove advice for upgrading from 0.600 (#13441)
hauntsaninja
committed
3 years ago
Verified
487b7367
Use more `Final` and `TypeAlias` types (#13433)
sobolevn
committed
3 years ago
Verified
3aaa7a7b
stubtest: don't error for a missing submodule if the submodule name is private (#13417)
AlexWaygood
committed
3 years ago
Verified
9a9bc3b8
Remove blocking special cased error for bool subclass (#13420)
wookie184
committed
3 years ago
Verified
7bddcf66
CI: Add `workflow_dispatch` as a trigger for several workflows (#13423)
AlexWaygood
committed
3 years ago
Verified
76648ba4
Enable generic TypedDicts (#13389)
ilevkivskyi
committed
3 years ago
Verified
dc5f8914
Enable generic NamedTuples (#13396)
ilevkivskyi
committed
3 years ago
Verified
8deeaf37
Older