Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
sobolevn-patch-1
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
Update setup.py
sobolevn
committed
4 years ago
Verified
133a9543
Update setup.py
sobolevn
committed
4 years ago
Verified
6db35023
Update version.py
sobolevn
committed
4 years ago
Verified
4d3e8783
Typos! Typos are everywhere!
sobolevn
committed
4 years ago
Verified
1263417f
Update version.py
sobolevn
committed
4 years ago
Verified
146744ea
Update version.py
sobolevn
committed
4 years ago
Verified
33da664b
Adds `__version_info__` tuple
sobolevn
committed
4 years ago
Verified
f0924cad
Sync `mypy_primer_comment` with `typeshed` (#12136)
sobolevn
committed
4 years ago
Verified
872c03da
Improve `.editorconfig` to include `.test` files (#12133)
sobolevn
committed
4 years ago
Verified
1ccefbdf
Sync `mypy_primer_comment` with `typeshed` (#12125)
sobolevn
committed
4 years ago
Verified
48dc9904
Update mypy_primer_comment.yml
sobolevn
committed
4 years ago
Verified
26fdd456
[mypyc] Add helpful message to assert (#12119)
thejcannon
committed
4 years ago
Verified
04cac4b5
add support for typing.reveal_type (#12117)
JelleZijlstra
committed
4 years ago
Verified
84b97787
Read pyproject.toml with correct encoding on Windows (#12105)
domdfcoding
committed
4 years ago
Verified
c0e49abc
Fix "Implicit type aliases not recognised with PEP 604 + import cycles" (but only for stubs) (#11915)
AlexWaygood
committed
4 years ago
Verified
3b331b30
stubtest: error if a class should be decorated with @final (#12091)
Akuli
committed
4 years ago
Verified
080bb0e0
Run self-check on Windows as part of CI (#11909)
AlexWaygood
committed
4 years ago
Verified
8f9ebf04
Delete workarounds for fixed typeshed bugs (#12093)
Akuli
committed
4 years ago
Verified
ace9f25a
Forbid extra `ParamSpec` arguments (#12024)
sobolevn
committed
4 years ago
Verified
7af46cea
Sync typeshed (#11905)
hauntsaninja
committed
4 years ago
Verified
e266cdf0
stubtest: use VERSIONS for submodules (#12083)
hauntsaninja
committed
4 years ago
Verified
b36d8cf5
[docs] add more info to allow_redefinition (#11951)
KotlinIsland
committed
4 years ago
Verified
e2852039
Fix error in `exclude` section (#12078)
posita
committed
4 years ago
Verified
a825c15b
Fix crash involving explicit any flag and Required (#12039)
hmc-cs-mdrissi
committed
4 years ago
Verified
d5d077bb
Add note about wrong error code in type: ignore (#12067)
JukkaL
committed
4 years ago
Verified
99f4d5af
Fix join of Any against a union type (#12068)
JukkaL
committed
4 years ago
Verified
fb94f80d
Simplify unions when erasing last known values (#12064)
JukkaL
committed
4 years ago
Verified
36804497
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
Older