Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
release-1.12
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 version to 1.12.1
hauntsaninja
committed
1 year ago
050d12f8
[1.12 backport] revert os.path change (#17995)
hauntsaninja
committed
1 year ago
Verified
346e370f
Fix type object with type var default in union context (#17991)
JukkaL
committed
1 year ago
71e1f055
Fix iteration over union (when self type is involved) (#17976)
hauntsaninja
committed
1 year ago
34d86038
Use kw-only args for member access booleans (#17975)
hauntsaninja
committed
1 year ago
2485bed3
Fix crash when showing partially analyzed type in error message (#17961)
ilevkivskyi
committed
1 year ago
a5e9b0b7
Bump version to 1.12.1+dev
hauntsaninja
committed
1 year ago
4775da19
Update version to 1.12.0
JukkaL
committed
1 year ago
f2a39b16
Add one more 1.12 changelog item (#17936)
JukkaL
committed
1 year ago
b4ec37ac
Better handling of generic functions in partial plugin (#17925)
ilevkivskyi
committed
1 year ago
cc1c679a
Add latest 1.12 changes to changelog (#17921)
JukkaL
committed
1 year ago
d65a013f
Fix union callees with functools.partial (#17903)
JukkaL
committed
1 year ago
2e38965f
Document ReadOnly (PEP 705) (#17905)
JukkaL
committed
1 year ago
c5d3673e
Make ReadOnly TypedDict items covariant (#17904)
JukkaL
committed
1 year ago
964a7a5b
Include CHANGELOG.md in sdists (#17882)
brianschubert
committed
1 year ago
24bfb341
documentation for TypeIs (#17821)
Chelsea Durazo
committed
1 year ago
21d46ed7
Improvements to functools.partial of types (#17898)
hauntsaninja
committed
1 year ago
c6929432
Add changelog for mypy 1.12 (#17889)
JukkaL
committed
1 year ago
ba68974f
Add Python 3.13 to classifiers (#17891)
JukkaL
committed
1 year ago
b2deaaec
Changelog updates
JukkaL
committed
1 year ago
aac2145d
Initial CHANGELOG for 1.12
JukkaL
committed
1 year ago
73102b91
Fix re-processing cross-reference when node kind changes (#17883)
ilevkivskyi
committed
1 year ago
ae1873d7
[PEP 696] Report error if using unsupported type parameter defaults (#17876)
JukkaL
committed
1 year ago
Verified
bc811915
Don't consider None vs IntEnum comparison ambiguous (#17877)
JukkaL
committed
1 year ago
Verified
012d52c3
Fix narrowing of IntEnum and StrEnum types (#17874)
JukkaL
committed
1 year ago
Verified
9330193c
Filter overload items based on self type during type inference (#17873)
JukkaL
committed
1 year ago
Verified
3c09b324
Fix typos in .github/worflows/test.yml (#17867)
JukkaL
committed
1 year ago
Verified
ac98ab59
Don't use equality to narrow when value is IntEnum/StrEnum (#17866)
JukkaL
committed
1 year ago
Verified
aa7733a1
Revert "Narrow based on collection containment (#17344)" (#17865)
JukkaL
committed
1 year ago
Verified
329e38e6
.git-blame-ignore-revs: add #15059 and #16847 (#17862)
brianschubert
committed
1 year ago
Verified
87b005ab
Older