Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-1.10
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
[1.10 backport] Fix error reporting on cached run after uninstallation of third party library (#17422)
hauntsaninja
committed
1 year ago
Verified
c28b5257
Remove +dev for version for release 1.10
svalentin
committed
2 years ago
3faf0fc4
Update CHANGELOG.md (#17159)
svalentin
committed
2 years ago
a5998d20
Various updates to changelog for 1.10 (#17158)
JukkaL
committed
2 years ago
62ea5b01
Update CHANGELOG.md with draft for release 1.10 (#17150)
svalentin
committed
2 years ago
2f0864c4
fix: incorrect returned type of access descriptors on unions of types (#16604)
Matthieu Devlin
committed
2 years ago
e1443bba
Sync typeshed (#17124)
github-actions[bot]
committed
2 years ago
Verified
5161ac2e
Fix crash when expanding invalid Unpack in a `Callable` alias (#17028)
hamdanal
committed
2 years ago
Verified
e2fc1f28
Docs: docstrings in checker.py, ast_helpers.py (#16908)
nautics889
committed
2 years ago
Verified
3ff6e47c
Fix string formatting for string enums (#16555)
roberfi
committed
2 years ago
Verified
732d98ec
Narrow individual items when matching a tuple to a sequence pattern (#16905)
loic-simon
committed
2 years ago
Verified
80190101
Sync typeshed (#17081)
github-actions[bot]
committed
2 years ago
Verified
ec440155
Add TypeGuard and TypeIs traversing in TypeTraverserVisitor (#17071)
sloboegen
committed
2 years ago
Verified
4a7e5d3a
Improve error message for bound typevar in TypeAliasType (#17053)
hamdanal
committed
2 years ago
Verified
337bcf9e
Fix TypedDict init from Type with optional keys (#17068)
cdce8p
committed
2 years ago
Verified
43105864
fix for Pytest 8 compat (#17066)
mr-c
committed
2 years ago
Verified
bebd2780
Add classifier for 3.12 (#17065)
cdce8p
committed
2 years ago
Verified
99f4b813
[mypyc] Refactor: add two list primitive ops (#17058)
JukkaL
committed
2 years ago
Verified
433e8c92
Store typeshed patches in repo (#17054)
hauntsaninja
committed
2 years ago
Verified
5db161ff
[mypyc] Refactor: use primitive op for initializing list item (#17056)
JukkaL
committed
2 years ago
Verified
a0a0ada2
Improve yield from inference for unions of generators (#16717)
hauntsaninja
committed
2 years ago
Verified
394d17b7
Bump black from 24.1.1 to 24.3.0 (#17051)
dependabot[bot]
committed
2 years ago
Verified
a505e5fb
[mypyc] Refactor: move tagged int related code to mypyc.lower.int_ops (#17052)
JukkaL
committed
2 years ago
Verified
952c6162
[mypyc] Implement lowering for remaining tagged integer comparisons (#17040)
JukkaL
committed
2 years ago
Verified
afdd9d5b
Update running_mypy.rst add closing bracket (#17046)
Samoed
committed
2 years ago
Verified
7d0a8e79
Update commit hashes in sync-typeshed.py (#17042)
AlexWaygood
committed
2 years ago
Verified
00220bd0
Support `TypeAliasType` in a class scope (#17038)
hamdanal
committed
2 years ago
Verified
b013cc01
Revert typeshed ctypes change
AlexWaygood
committed
2 years ago
61a49009
Revert sum literal integer change (#13961)
hauntsaninja
committed
2 years ago
44bc98bd
Remove use of LiteralString in builtins (#13743)
hauntsaninja
committed
2 years ago
5c00e362
Older