Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-0.920
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-2.2
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
vec-get-item-lower
xyz
Bump minor version
Ivan Levkivskyi
committed
4 years ago
f5c2a3b4
Partial backport of #11785
Ivan Levkivskyi
committed
4 years ago
82df1fc9
Allow calling a function with name '_' (#11810)
JukkaL
committed
4 years ago
15212876
[0.930 backport] Fix PathLike regression (#11775)
hauntsaninja
committed
4 years ago
933c25b9
Bump version
Ivan Levkivskyi
committed
4 years ago
b944746a
Fix crash when encountering match statement (#11749)
JukkaL
committed
4 years ago
ae93837f
Add Python 3.10 to trove classifiers (#11747)
hauntsaninja
committed
4 years ago
69dbb47d
Don't crash on unsupported Python 3.10 match statement (#11738)
JukkaL
committed
4 years ago
842044e1
Upgrade tomli (#11729)
KotlinIsland
committed
4 years ago
9d1d033c
Fix crash involving explicit reexport, import cycle, wildcard (#11632)
hauntsaninja
committed
4 years ago
fdae42fe
Fix crash with overload and callable object decorators (#11630)
hauntsaninja
committed
4 years ago
dd086bc7
Disable universal newlines when reading TOML (#10893)
hukkin
committed
4 years ago
524b60e0
Properly check `*CustomType` and `**CustomType` arguments (#11151)
sobolevn
committed
4 years ago
5a19bfbb
Add getattr overload variants to help mypy type inference
JukkaL
committed
4 years ago
f08d72b7
logging: Make LoggerAdapter and StreamHandler generic in Python 2
JukkaL
committed
4 years ago
5733d293
Revert "Fix callable instance variable support (#10548)" (#11571)
JukkaL
committed
4 years ago
e68605ca
Fix ReadTheDocs build on release branch (#11570)
hauntsaninja
committed
4 years ago
Verified
cf099dc1
Fix crash related to AST diff of ParamSpec in mypy daemon (#11567)
JukkaL
committed
4 years ago
8a58b22d
Bump typed_ast max dependency (#11560)
srittau
committed
4 years ago
Verified
9a34e6c7
Changed DIGIT.DIGIT to MAJOR.MINOR (#11281)
AR10X
committed
4 years ago
385af5b9
Make error more self-explanatory when missing stubs or py.typed (#11262)
hauntsaninja
committed
4 years ago
23407d69
Docs for new `__slots__` feature (#11186)
sobolevn
committed
4 years ago
5a939d08
Add type narrowing docs about `callable` (#11174)
sobolevn
committed
4 years ago
ab62307f
Adds docs about `:=` and `TypeGuard` (#11161)
sobolevn
committed
4 years ago
b1084ab5
Fix cherry-pick
Ivan Levkivskyi
committed
4 years ago
5ed919c4
Allow keyword arguments in __setattr__ (#11525)
ilevkivskyi
committed
4 years ago
463abf92
Use implementation artifact Any for constraint target (#11523)
ilevkivskyi
committed
4 years ago
8fee23b2
Try fixing union inference including Any (#11460)
ilevkivskyi
committed
4 years ago
86f1c0d2
Fix bad cherry-pick
Ivan Levkivskyi
committed
4 years ago
20c98dd9
Clear type alias flag for assignments that are not aliases (#11446)
ilevkivskyi
committed
4 years ago
e1e220ce
Older