Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
python/mypy
Pull Requests
Commits
typemap-map
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
Emit error when *[...] comprehension iterates over explicit Any
msullivan
committed
68 days ago
5250279d
Collapse Map[<comp>] over Iter[Any] to Any in variadic containers
msullivan
committed
68 days ago
414b6c50
Add *Map(...) as a synonym for the *[...] type-comprehension syntax
msullivan
committed
68 days ago
c76b5a65
Fix some cases to return Any
msullivan
committed
68 days ago
b33f459c
Emit errors in error cases instead of producing Never
msullivan
committed
68 days ago
8673fabc
[TODO] Add an AI generated bug report to README
msullivan
committed
68 days ago
8a121bf2
[HACK?] Suppress type expansion errors when formatting types
msullivan
committed
69 days ago
fbc5d6c1
Prevent pathological infinite expansion in some cases
msullivan
committed
69 days ago
493c4067
DEBUG: remove pep.rst
msullivan
committed
69 days ago
be2ce6e5
Try to fix build on older pythons
msullivan
committed
97 days ago
9744d25f
Improve error reporting for type alias dot notation, fix a test
msullivan
committed
97 days ago
81986cee
Add some tests for the currently-broken incremental mode
msullivan
committed
97 days ago
db45a7d2
Serialize NewProtocol as unevaluated TypeOperatorType in cache
msullivan
committed
97 days ago
2775e9c8
Expand incremental NewProtocol test to check cross-module usage
msullivan
committed
97 days ago
a3f1b42e
Give synthetic NewProtocol types unique fullnames
msullivan
committed
97 days ago
7c35d99f
Fix a test output mismatch in pythoneval
msullivan
committed
97 days ago
56a6b1ea
README tweaks
msullivan
committed
97 days ago
6dec4534
Add is_type_operator and is_new_protocol to binary cache serialization
msullivan
committed
97 days ago
f49083e5
Temporarily switch the README to be about the prototype
msullivan
committed
97 days ago
c810265d
Move around some of the tests for UpdateClass
msullivan
committed
98 days ago
728c1323
Add Field() without default to UpdateClass test
msullivan
committed
99 days ago
281d29bf
Populate init_type during post-semanal for UpdateClass
msullivan
committed
99 days ago
a263758e
Populate init_type during post-semanal for UpdateClass
msullivan
committed
99 days ago
6e845c4d
Implement UpdateClass type operator
msullivan
committed
99 days ago
bd01da05
Add InitFnType example test for extended callables
msullivan
committed
99 days ago
7b7e69c3
Support GetArg on Callable and .name/.type/.quals on Param
msullivan
committed
99 days ago
fa562e55
Implement _NewCallable type operator for extended callable syntax
msullivan
committed
99 days ago
4512c8f2
Replace skip_stubs with _should_skip_type_info helper
msullivan
committed
99 days ago
1b6c5cd0
Replace GetMemberType fallback with skip_stubs parameter
msullivan
committed
102 days ago
1a60d930
Refactor GetMember/GetMemberType to reuse _get_members_dict
msullivan
committed
102 days ago
2551227e
Older