Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-0.800
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
Ivan Levkivskyi
committed
5 years ago
4c3ea828
Various doc updates, mostly about list[t] etc. (#9936)
JukkaL
committed
5 years ago
6f97ae78
Document new source finding behaviour (#9923)
hauntsaninja
committed
5 years ago
40e92a2f
Fix type errors stemming from getattr (#9889)
hauntsaninja
committed
5 years ago
75bb3879
Add Python 3.9 to trove classifiers (#9887)
hauntsaninja
committed
5 years ago
9ceabe0e
upload-pypi: allow dry running the script with a dev version (#9886)
hauntsaninja
committed
5 years ago
331f561d
misc: update wheel building and release scripts (#9570)
hauntsaninja
committed
5 years ago
2c84d7ef
Document PEP 585, 563, 604 and more (#9763)
hauntsaninja
committed
5 years ago
a7d4c67d
Don't expand global variables in body of a function with constrained type variables (#9882)
ilevkivskyi
committed
5 years ago
Verified
28f92aca
Allow packages/modules as args with files in cfg (#9834)
trws
committed
5 years ago
Verified
b55bfe07
Return mypy_primer to CI (#9842)
hauntsaninja
committed
5 years ago
Verified
2853e5aa
Sync typeshed (#9879)
ilevkivskyi
committed
5 years ago
Verified
3c275a3d
PEP 612: hide from those who may seek to use it (#9874)
hauntsaninja
committed
5 years ago
Verified
8296a312
Sync typeshed (#9863)
ilevkivskyi
committed
5 years ago
Verified
07a64450
[mypyc] Improve docstrings and comments + some minor refactoring (#9861)
JukkaL
committed
5 years ago
Verified
e9f8a177
[mypyc] Refactor mypyc.ir.ops: replace LoadInt with Integer (#9859)
JukkaL
committed
5 years ago
Verified
3c99f126
[mypyc] Speed up 'if x' for int values (#9854)
JukkaL
committed
5 years ago
Verified
4f3fcdab
Sync typeshed (#9857)
ilevkivskyi
committed
5 years ago
Verified
48312289
[mypyc] Minor cleanup of mypyc.ir.ops (#9853)
JukkaL
committed
5 years ago
Verified
755a9908
[mypyc] Rename BinaryIntOp to IntOp (#9851)
JukkaL
committed
5 years ago
Verified
7d99ab2b
[mypyc] Remove EmitterInterface as it's not needed for anything (#9849)
JukkaL
committed
5 years ago
Verified
87f867c5
[mypyc] Refactor assignment targets (#9848)
JukkaL
committed
5 years ago
Verified
392883e9
Fix test failure caused by rebase (#9847)
JukkaL
committed
5 years ago
Verified
b7c6fa3d
[mypyc] Refactor method IR generation (#9846)
JukkaL
committed
5 years ago
Verified
c3534643
[mypyc] Speed up and improve multiple assignment (#9800)
JukkaL
committed
5 years ago
Verified
18ab589d
Use the pytest -q option for tidier ouput with multi-core CPUs (#9845)
JukkaL
committed
5 years ago
Verified
7c0c1e7a
[mypyc] Remove Environment (#9840)
JukkaL
committed
5 years ago
Verified
c179eb89
Use Py_TRASHCAN_{BEGIN,END} in tp_dealloc functions (#9839)
msullivan
committed
5 years ago
Verified
fe8fac16
[mypyc] Remove symbol table and value index table from Environment (#9768)
JukkaL
committed
5 years ago
Verified
7664031a
Sync typeshed (#9828)
ilevkivskyi
committed
5 years ago
Verified
dc251783
Older