Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
log-search-path
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
mypybot/sync-typeshed
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
Log module search paths when using -v
JukkaL
committed
5 years ago
50bcf595
[mypyc] Support ERR_ALWAYS (#9073)
TH3CHARLie
committed
5 years ago
Verified
a04bdbfe
[mypyc] Support argument reordering in CallC (#9067)
TH3CHARLie
committed
5 years ago
Verified
eae1860b
sync typeshed (#9065)
JelleZijlstra
committed
5 years ago
Verified
007b7af9
pythoneval.test: update for typeshed change (#9037)
hauntsaninja
committed
5 years ago
Verified
b67151b8
sync typeshed (#9064)
JelleZijlstra
committed
5 years ago
Verified
650596a6
ignore all vim temporary files (#9022)
Brian Mboya
committed
5 years ago
Verified
8219564d
[mypyc] handle negative_int_emit and Truncate op (#9050)
TH3CHARLie
committed
5 years ago
Verified
59f49147
[mypyc] new error_kind and branch variant to handle call_negative_bool_emit (#9035)
TH3CHARLie
committed
5 years ago
Verified
6ee562a8
Update MANIFEST to include more files needed for testing (#9033)
ilevkivskyi
committed
5 years ago
Verified
95eff27a
Edits to discussion of unreachable code in the docs (#8997)
JukkaL
committed
5 years ago
Verified
e50ba7e2
Test commit please ignore
msullivan
committed
5 years ago
9354d4a6
[mypyc] Merge int ops(for int_rprimitive) to CallC (#9019)
TH3CHARLie
committed
5 years ago
Verified
be01236b
Empty dummy commit to trigger builds (2)
JukkaL
committed
5 years ago
71e4540e
Don't consider comparing True and False as a dangerous comparison (#9021)
JukkaL
committed
5 years ago
Verified
dc2c3921
Empty dummy commit to trigger builds
JukkaL
committed
5 years ago
d39970f3
[mypyc] Translate more primitive ops to CallC (#9014)
TH3CHARLie
committed
5 years ago
Verified
a3b5933d
Fix exception causes all over the codebase (#8998)
cool-RR
committed
6 years ago
Verified
d3edd60c
[mypyc] translate call_emit primitive ops to CallC (#9012)
TH3CHARLie
committed
6 years ago
Verified
a810e0c7
[mypyc] Add LoadGlobal IR (#8973)
TH3CHARLie
committed
6 years ago
Verified
8577ea4c
Update typeshed to fix TextIOWrapper constructor (#8965)
Zeletochoy
committed
6 years ago
Verified
84bcb252
fastparse: improve error reporting for f-string syntax errors (#8970)
hauntsaninja
committed
6 years ago
Verified
068594eb
[mypyc] Support var arg in CallC, replace new_dict_op (#8948)
TH3CHARLie
committed
6 years ago
Verified
793cf187
Discuss unreachable code as a common issue (#8899)
ChetanKhanna
committed
6 years ago
Verified
3b2e1142
Readme: use https links (#8954)
imba-tjd
committed
6 years ago
Verified
1ae08558
Change some sequence components in types from lists to tuples (#8945)
msullivan
committed
6 years ago
Verified
109e15db
Make reveal_type work with call expressions returning None (#8924)
jstasiak
committed
6 years ago
Verified
a67b4afe
Update .gitignore to include _build/ folder from docs/souce (#8911)
ChetanKhanna
committed
6 years ago
Verified
fe216a34
include mypyc sub directories in the sdist (#8949)
mr-c
committed
6 years ago
Verified
8cc06b70
[mypyc] Introduce low level integer type (#8955)
TH3CHARLie
committed
6 years ago
Verified
d98ba8e3
Older