Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-0.711
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-pin-cherrypick
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.711
JelleZijlstra
committed
6 years ago
f62c69eb
update typeshed
JelleZijlstra
committed
6 years ago
32db0437
Fix MYPYC_BLACKLIST on Windows (#7032)
emmatyping
committed
6 years ago
753a5bab
Document --new-semantic-analyzer (#7023)
JukkaL
committed
6 years ago
81e8940c
Bump version to 0.710
Guido van Rossum
committed
6 years ago
405f6828
New semantic analyzer: fix ambiguity between submodule and local definition (#7017)
JukkaL
committed
6 years ago
f68fc742
Sync mypy with recent runtime updates in typing (#7013)
ilevkivskyi
committed
6 years ago
8bd2fdf5
Use level "note" for reveal_type and reveal_locals (#6919)
blueyed
committed
6 years ago
7cd264a0
Sync typeshed (#7010)
Guido van Rossum
committed
6 years ago
Verified
df52a852
New semantic analyzer: don't add submodules to symbol tables (#7005)
JukkaL
committed
6 years ago
Verified
9eb24688
Fix typo in config README (#7007)
emilgoldsmith
committed
6 years ago
68661913
Mark TypedDict as not experimental (#6994)
JukkaL
committed
7 years ago
Verified
44172caa
Make `narrow_declared_type` correctly handle Literal types (#6961)
Michael0x2a
committed
7 years ago
Verified
6df281e5
New semantic analyzer: Keep explicit type and inferred status in sync (#6988)
ilevkivskyi
committed
7 years ago
Verified
d90eb181
Fix type annotation for AugmentedHelpFormatter (#6982)
msullivan
committed
7 years ago
Verified
af00d017
New semantic analyzer: fix order=True in dataclass with deferral (#6987)
JukkaL
committed
7 years ago
0fdfdc7c
Specify return types for the return types incompatible with supertype error (#6979)
joejuzl
committed
7 years ago
dfd50fc0
New semantic analyzer: fix crash related to dataclasses.InitVar (#6984)
JukkaL
committed
7 years ago
Verified
7692f56f
New semantic analyzer: track line numbers of placeholders (#6983)
JukkaL
committed
7 years ago
Verified
00b3a0aa
Add test case for class variable forward reference (#6974)
JukkaL
committed
7 years ago
Verified
6a4f99ab
Add test case for global declaration without initializer (#6975)
JukkaL
committed
7 years ago
Verified
f8b59b4e
Fix crashes with callable() and issubclass() (#6981)
JelleZijlstra
committed
7 years ago
33c83d1e
Keep track of fstring conversions and format-specs (#6965)
SanjitKal
committed
7 years ago
e06378c1
Sync typeshed (#6977)
JukkaL
committed
7 years ago
Verified
4bef810f
New analyzer: resolve name clashes between generated and existing nodes (#6972)
ilevkivskyi
committed
7 years ago
1fdc95b9
Allow class-based TypedDicts in all python versions (#6971)
msullivan
committed
7 years ago
Verified
b9d0529e
New semantic analyzer: enable remaining tests and fix issues (#6969)
JukkaL
committed
7 years ago
Verified
16ade15b
Enable additional tests on new semantic analyzer (#6970)
JukkaL
committed
7 years ago
Verified
9684b30a
Use new semantic analyzer for bootstrap (#6966)
ilevkivskyi
committed
7 years ago
Verified
e2f31ed7
Suggest trying master branch on crash (#6934)
emmatyping
committed
7 years ago
2202170a
Older