Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
issue-12062
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
Explain generic `Protocol[T1, T2, ...]` shorthand in Mypy docs (#12047)
posita
committed
4 years ago
Verified
af366c0d
Fix crash with yield in comprehension (#12048)
Alexandre Bouayad
committed
4 years ago
Verified
619d9bdf
stubtest: treat dicts as a subtype of typeddict (#12040)
hauntsaninja
committed
4 years ago
Verified
6d243321
Microrefactoring: removed useless var from `meet.py` (#12025)
sobolevn
committed
4 years ago
Verified
0cec4f7a
Fix self-check when targeting Python 3.10 (#12020)
JukkaL
committed
4 years ago
Verified
bb4b5346
Move `final` detection for `Enum` in `checker.py` (#11984)
sobolevn
committed
4 years ago
Verified
0a03ba0d
Fix handling of NoReturn in Union return types (#11996)
kreathon
committed
4 years ago
Verified
002e3091
Fix CI by disabling it on 3.11 (#12003)
sobolevn
committed
4 years ago
Verified
9b314770
Fix failing match statement tests (#12007)
JukkaL
committed
4 years ago
Verified
59189196
Support for python 3.10 match statement (#10191)
freundTech
committed
4 years ago
Verified
9b637518
Fix __init__ in Dataclasses inheriting from Any (#11966)
joey-laminar
committed
4 years ago
Verified
1aa9cf91
Clarify stub-only packages need to be installed (#9958)
Gustav Gränsbo
committed
4 years ago
Verified
5f39f5db
Add no-overload-impl error code (#11944)
Brian Phillips
committed
4 years ago
Verified
9943444c
Fix #11971 (#11972)
mrossinek
committed
4 years ago
Verified
2bfa3b48
Microrefactoring: `py_version <= 2` should be `py_version == 2` (#11986)
sobolevn
committed
4 years ago
Verified
17850b3b
Add 3.11-dev to CI (#11677)
sobolevn
committed
4 years ago
Verified
a0234fab
Ignore more exceptions in stubtest (#11946)
JelleZijlstra
committed
4 years ago
Verified
fa16759d
DOC: Fixes Intelligent indexing example (#11973)
ChrisKeefe
committed
4 years ago
Verified
0bc040ed
[mypyc] Raise AttributeError also for non-refcounted types (#11940)
JukkaL
committed
4 years ago
Verified
6c1eb5b3
Make enum values final - fixes #11919 (#11962)
joey-laminar
committed
4 years ago
Verified
48d810d5
Refactor `is_named_instance` and `refers_to_fullname` (#11961)
sobolevn
committed
4 years ago
Verified
9ea6d928
[mypyc] Fix invalid unlikely() in certain rare branches (#11939)
JukkaL
committed
4 years ago
Verified
41a79348
Fix `Enum` final props and writable special members, refs #11820 (#11945)
sobolevn
committed
4 years ago
Verified
f6ebf108
Microrefactoring: use more constants for type names (#11803)
sobolevn
committed
4 years ago
Verified
6ea7cfa9
Fix `CallableType.formal_arguments` docstring (#11861)
MarkCBell
committed
4 years ago
Verified
25b21299
NamedTuple now narrows to bool correctly, when `__bool__` is defined (#11822)
sobolevn
committed
4 years ago
Verified
c0c86d07
[mypyc] Ignore super calls to object.__init__() (#11938)
JukkaL
committed
4 years ago
Verified
378119fb
Remove test samples (#11906)
hauntsaninja
committed
4 years ago
Verified
531a1f0d
attrs namedtuple (#11794)
Tinche
committed
4 years ago
Verified
254d41e1
Enum now accepts String literals and final values as 2nd arg (#8664)
vincent-prz
committed
4 years ago
Verified
f5ac47fd
Older