[med-svn] [Git][python-team/packages/mypy][upstream] New upstream version 1.20.0~0dev.acfef9c84da69805f740e67b108910888d66f7ab

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Mar 24 07:50:58 GMT 2026



Michael R. Crusoe pushed to branch upstream at Debian Python Team / packages / mypy


Commits:
77ca4a8a by Michael R. Crusoe at 2026-03-24T09:25:21+02:00
New upstream version 1.20.0~0dev.acfef9c84da69805f740e67b108910888d66f7ab
- - - - -


584 changed files:

- CHANGELOG.md
- PKG-INFO
- docs/source/additional_features.rst
- docs/source/command_line.rst
- docs/source/common_issues.rst
- docs/source/config_file.rst
- docs/source/error_code_list.rst
- docs/source/error_code_list2.rst
- docs/source/getting_started.rst
- docs/source/stubs.rst
- docs/source/type_inference_and_annotations.rst
- mypy-requirements.txt
- mypy.egg-info/PKG-INFO
- mypy.egg-info/SOURCES.txt
- mypy.egg-info/requires.txt
- mypy/__main__.py
- mypy/api.py
- mypy/applytype.py
- mypy/argmap.py
- mypy/binder.py
- mypy/build.py
- + mypy/build_worker/__init__.py
- + mypy/build_worker/__main__.py
- + mypy/build_worker/worker.py
- mypy/cache.py
- mypy/checker.py
- mypy/checker_shared.py
- mypy/checkexpr.py
- mypy/checkmember.py
- mypy/checkpattern.py
- mypy/checkstrformat.py
- mypy/config_parser.py
- mypy/constant_fold.py
- mypy/constraints.py
- mypy/copytype.py
- mypy/defaults.py
- mypy/dmypy/client.py
- mypy/dmypy_os.py
- mypy/dmypy_server.py
- mypy/erasetype.py
- mypy/error_formatter.py
- mypy/errorcodes.py
- mypy/errors.py
- mypy/evalexpr.py
- mypy/expandtype.py
- mypy/exportjson.py
- mypy/exprtotype.py
- mypy/fastparse.py
- mypy/find_sources.py
- mypy/graph_utils.py
- mypy/indirection.py
- mypy/inspections.py
- mypy/ipc.py
- mypy/join.py
- mypy/literals.py
- mypy/lookup.py
- mypy/main.py
- mypy/meet.py
- mypy/message_registry.py
- mypy/messages.py
- mypy/metastore.py
- mypy/mixedtraverser.py
- mypy/modulefinder.py
- mypy/mro.py
- + mypy/nativeparse.py
- mypy/nodes.py
- mypy/options.py
- mypy/parse.py
- mypy/partially_defined.py
- mypy/plugin.py
- mypy/plugins/attrs.py
- mypy/plugins/dataclasses.py
- mypy/plugins/default.py
- mypy/plugins/enums.py
- mypy/plugins/functools.py
- mypy/plugins/proper_plugin.py
- mypy/plugins/singledispatch.py
- mypy/reachability.py
- mypy/report.py
- mypy/scope.py
- mypy/semanal.py
- mypy/semanal_main.py
- mypy/semanal_namedtuple.py
- mypy/semanal_shared.py
- mypy/semanal_typeargs.py
- mypy/semanal_typeddict.py
- mypy/server/astdiff.py
- mypy/server/aststrip.py
- mypy/server/subexpr.py
- mypy/server/update.py
- mypy/solve.py
- mypy/strconv.py
- mypy/stubdoc.py
- mypy/stubgen.py
- mypy/stubgenc.py
- mypy/stubinfo.py
- mypy/stubtest.py
- mypy/stubutil.py
- mypy/subtypes.py
- mypy/suggestions.py
- mypy/test/data.py
- mypy/test/helpers.py
- mypy/test/meta/test_parse_data.py
- mypy/test/meta/test_update_data.py
- + mypy/test/test_diff_cache.py
- + mypy/test/test_nativeparse.py
- mypy/test/test_ref_info.py
- mypy/test/testargs.py
- mypy/test/testcheck.py
- mypy/test/testcmdline.py
- mypy/test/testexportjson.py
- mypy/test/testfinegrained.py
- mypy/test/testgraph.py
- mypy/test/testmerge.py
- mypy/test/testmypyc.py
- mypy/test/testparse.py
- mypy/test/testreports.py
- mypy/test/testsemanal.py
- mypy/test/teststubgen.py
- mypy/test/teststubtest.py
- mypy/test/testtransform.py
- mypy/test/testtypegen.py
- mypy/test/testtypes.py
- mypy/traverser.py
- mypy/treetransform.py
- mypy/tvar_scope.py
- mypy/typeanal.py
- mypy/typeops.py
- mypy/types.py
- mypy/types_utils.py
- mypy/typeshed/stdlib/VERSIONS
- mypy/typeshed/stdlib/_bisect.pyi
- mypy/typeshed/stdlib/_collections_abc.pyi
- mypy/typeshed/stdlib/_ctypes.pyi
- mypy/typeshed/stdlib/_frozen_importlib_external.pyi
- mypy/typeshed/stdlib/_operator.pyi
- mypy/typeshed/stdlib/_socket.pyi
- mypy/typeshed/stdlib/_thread.pyi
- mypy/typeshed/stdlib/_tkinter.pyi
- mypy/typeshed/stdlib/_typeshed/__init__.pyi
- mypy/typeshed/stdlib/_winapi.pyi
- mypy/typeshed/stdlib/_zstd.pyi
- mypy/typeshed/stdlib/abc.pyi
- mypy/typeshed/stdlib/argparse.pyi
- mypy/typeshed/stdlib/array.pyi
- mypy/typeshed/stdlib/asyncio/base_events.pyi
- mypy/typeshed/stdlib/asyncio/coroutines.pyi
- mypy/typeshed/stdlib/asyncio/events.pyi
- mypy/typeshed/stdlib/asyncio/runners.pyi
- mypy/typeshed/stdlib/asyncio/taskgroups.pyi
- mypy/typeshed/stdlib/asyncio/tasks.pyi
- mypy/typeshed/stdlib/asyncio/trsock.pyi
- mypy/typeshed/stdlib/builtins.pyi
- mypy/typeshed/stdlib/calendar.pyi
- mypy/typeshed/stdlib/cmath.pyi
- mypy/typeshed/stdlib/codecs.pyi
- mypy/typeshed/stdlib/collections/__init__.pyi
- mypy/typeshed/stdlib/compression/zstd/__init__.pyi
- mypy/typeshed/stdlib/compression/zstd/_zstdfile.pyi
- mypy/typeshed/stdlib/contextlib.pyi
- mypy/typeshed/stdlib/ctypes/__init__.pyi
- mypy/typeshed/stdlib/dis.pyi
- mypy/typeshed/stdlib/email/_header_value_parser.pyi
- mypy/typeshed/stdlib/email/headerregistry.pyi
- mypy/typeshed/stdlib/email/utils.pyi
- mypy/typeshed/stdlib/encodings/__init__.pyi
- mypy/typeshed/stdlib/enum.pyi
- mypy/typeshed/stdlib/faulthandler.pyi
- mypy/typeshed/stdlib/fileinput.pyi
- mypy/typeshed/stdlib/ftplib.pyi
- mypy/typeshed/stdlib/functools.pyi
- mypy/typeshed/stdlib/gc.pyi
- mypy/typeshed/stdlib/hashlib.pyi
- mypy/typeshed/stdlib/heapq.pyi
- mypy/typeshed/stdlib/http/client.pyi
- mypy/typeshed/stdlib/http/cookies.pyi
- mypy/typeshed/stdlib/imaplib.pyi
- mypy/typeshed/stdlib/importlib/readers.pyi
- mypy/typeshed/stdlib/importlib/resources/abc.pyi
- mypy/typeshed/stdlib/importlib/resources/simple.pyi
- mypy/typeshed/stdlib/inspect.pyi
- mypy/typeshed/stdlib/ipaddress.pyi
- mypy/typeshed/stdlib/itertools.pyi
- mypy/typeshed/stdlib/logging/__init__.pyi
- mypy/typeshed/stdlib/logging/config.pyi
- mypy/typeshed/stdlib/mimetypes.pyi
- mypy/typeshed/stdlib/mmap.pyi
- mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
- mypy/typeshed/stdlib/multiprocessing/forkserver.pyi
- mypy/typeshed/stdlib/multiprocessing/managers.pyi
- mypy/typeshed/stdlib/multiprocessing/process.pyi
- mypy/typeshed/stdlib/multiprocessing/queues.pyi
- mypy/typeshed/stdlib/multiprocessing/reduction.pyi
- mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi
- mypy/typeshed/stdlib/multiprocessing/synchronize.pyi
- mypy/typeshed/stdlib/opcode.pyi
- mypy/typeshed/stdlib/optparse.pyi
- mypy/typeshed/stdlib/os/__init__.pyi
- mypy/typeshed/stdlib/pathlib/__init__.pyi
- mypy/typeshed/stdlib/pdb.pyi
- mypy/typeshed/stdlib/pickle.pyi
- mypy/typeshed/stdlib/poplib.pyi
- mypy/typeshed/stdlib/pstats.pyi
- mypy/typeshed/stdlib/pydoc.pyi
- + mypy/typeshed/stdlib/pydoc_data/module_docs.pyi
- mypy/typeshed/stdlib/pyexpat/__init__.pyi
- mypy/typeshed/stdlib/random.pyi
- mypy/typeshed/stdlib/sched.pyi
- mypy/typeshed/stdlib/secrets.pyi
- mypy/typeshed/stdlib/select.pyi
- mypy/typeshed/stdlib/smtplib.pyi
- mypy/typeshed/stdlib/socket.pyi
- mypy/typeshed/stdlib/sqlite3/__init__.pyi
- mypy/typeshed/stdlib/sre_compile.pyi
- mypy/typeshed/stdlib/ssl.pyi
- mypy/typeshed/stdlib/statistics.pyi
- mypy/typeshed/stdlib/subprocess.pyi
- mypy/typeshed/stdlib/sys/_monitoring.pyi
- mypy/typeshed/stdlib/sysconfig.pyi
- mypy/typeshed/stdlib/syslog.pyi
- mypy/typeshed/stdlib/tarfile.pyi
- mypy/typeshed/stdlib/threading.pyi
- mypy/typeshed/stdlib/time.pyi
- mypy/typeshed/stdlib/timeit.pyi
- mypy/typeshed/stdlib/tkinter/__init__.pyi
- mypy/typeshed/stdlib/tkinter/constants.pyi
- mypy/typeshed/stdlib/tkinter/ttk.pyi
- mypy/typeshed/stdlib/traceback.pyi
- mypy/typeshed/stdlib/tracemalloc.pyi
- mypy/typeshed/stdlib/types.pyi
- mypy/typeshed/stdlib/typing.pyi
- mypy/typeshed/stdlib/typing_extensions.pyi
- mypy/typeshed/stdlib/unittest/mock.pyi
- mypy/typeshed/stdlib/urllib/request.pyi
- mypy/typeshed/stdlib/urllib/response.pyi
- mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
- mypy/typeshed/stdlib/zipfile/__init__.pyi
- mypy/typeshed/stdlib/zipfile/_path/__init__.pyi
- mypy/typeshed/stubs/librt/librt/base64.pyi
- mypy/typeshed/stubs/librt/librt/internal.pyi
- + mypy/typeshed/stubs/librt/librt/strings.pyi
- + mypy/typeshed/stubs/librt/librt/time.pyi
- + mypy/typeshed/stubs/librt/librt/vecs.pyi
- mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
- mypy/typestate.py
- mypy/util.py
- mypy/version.py
- mypy/visitor.py
- mypy_bootstrap.ini
- mypy_self_check.ini
- mypyc/analysis/capsule_deps.py
- mypyc/analysis/dataflow.py
- mypyc/analysis/ircheck.py
- mypyc/analysis/selfleaks.py
- mypyc/build.py
- mypyc/build_setup.py
- mypyc/codegen/emit.py
- mypyc/codegen/emitclass.py
- mypyc/codegen/emitfunc.py
- mypyc/codegen/emitmodule.py
- mypyc/codegen/emitwrapper.py
- mypyc/codegen/literals.py
- mypyc/common.py
- + mypyc/doc/bytearray_operations.rst
- mypyc/doc/bytes_operations.rst
- mypyc/doc/getting_started.rst
- mypyc/doc/index.rst
- mypyc/doc/int_operations.rst
- mypyc/doc/native_classes.rst
- mypyc/doc/str_operations.rst
- mypyc/doc/using_type_annotations.rst
- mypyc/errors.py
- mypyc/ir/class_ir.py
- + mypyc/ir/deps.py
- mypyc/ir/module_ir.py
- mypyc/ir/ops.py
- mypyc/ir/pprint.py
- mypyc/ir/rtypes.py
- mypyc/irbuild/ast_helpers.py
- mypyc/irbuild/builder.py
- mypyc/irbuild/callable_class.py
- mypyc/irbuild/classdef.py
- mypyc/irbuild/constant_fold.py
- mypyc/irbuild/context.py
- mypyc/irbuild/env_class.py
- mypyc/irbuild/expression.py
- mypyc/irbuild/for_helpers.py
- mypyc/irbuild/format_str_tokenizer.py
- mypyc/irbuild/function.py
- mypyc/irbuild/generator.py
- mypyc/irbuild/ll_builder.py
- mypyc/irbuild/main.py
- mypyc/irbuild/mapper.py
- mypyc/irbuild/nonlocalcontrol.py
- mypyc/irbuild/prebuildvisitor.py
- mypyc/irbuild/prepare.py
- mypyc/irbuild/specialize.py
- mypyc/irbuild/statement.py
- mypyc/irbuild/util.py
- + mypyc/irbuild/vec.py
- mypyc/irbuild/visitor.py
- mypyc/irbuild/vtable.py
- mypyc/lib-rt/CPy.h
- mypyc/lib-rt/base64/arch/avx/codec.c
- mypyc/lib-rt/base64/arch/avx2/codec.c
- mypyc/lib-rt/base64/arch/avx512/codec.c
- mypyc/lib-rt/base64/arch/neon64/codec.c
- mypyc/lib-rt/base64/arch/sse41/codec.c
- mypyc/lib-rt/base64/arch/sse42/codec.c
- mypyc/lib-rt/base64/arch/ssse3/codec.c
- mypyc/lib-rt/base64/config.h
- + mypyc/lib-rt/base64/lib_openmp.c
- mypyc/lib-rt/librt_base64.c → mypyc/lib-rt/base64/librt_base64.c
- mypyc/lib-rt/librt_base64.h → mypyc/lib-rt/base64/librt_base64.h
- + mypyc/lib-rt/build_setup.py
- + mypyc/lib-rt/bytearray_extra_ops.c
- + mypyc/lib-rt/bytearray_extra_ops.h
- + mypyc/lib-rt/bytes_extra_ops.c
- + mypyc/lib-rt/bytes_extra_ops.h
- mypyc/lib-rt/bytes_ops.c
- + mypyc/lib-rt/byteswriter_extra_ops.c
- + mypyc/lib-rt/byteswriter_extra_ops.h
- mypyc/lib-rt/dict_ops.c
- mypyc/lib-rt/exc_ops.c
- + mypyc/lib-rt/function_wrapper.c
- mypyc/lib-rt/getargs.c
- mypyc/lib-rt/getargsfast.c
- mypyc/lib-rt/init.c
- mypyc/lib-rt/int_ops.c
- mypyc/lib-rt/librt_internal.c → mypyc/lib-rt/internal/librt_internal.c
- mypyc/lib-rt/librt_internal.h → mypyc/lib-rt/internal/librt_internal.h
- mypyc/lib-rt/list_ops.c
- mypyc/lib-rt/misc_ops.c
- mypyc/lib-rt/mypyc_util.h
- mypyc/lib-rt/pythonsupport.c
- mypyc/lib-rt/pythonsupport.h
- mypyc/lib-rt/setup.py
- + mypyc/lib-rt/static_data.c
- + mypyc/lib-rt/static_data.h
- + mypyc/lib-rt/str_extra_ops.c
- + mypyc/lib-rt/str_extra_ops.h
- mypyc/lib-rt/str_ops.c
- + mypyc/lib-rt/strings/librt_strings.c
- + mypyc/lib-rt/strings/librt_strings.h
- + mypyc/lib-rt/strings/librt_strings_common.h
- + mypyc/lib-rt/stringwriter_extra_ops.c
- + mypyc/lib-rt/stringwriter_extra_ops.h
- + mypyc/lib-rt/time/librt_time.c
- + mypyc/lib-rt/time/librt_time.h
- + mypyc/lib-rt/vecs/librt_vecs.c
- + mypyc/lib-rt/vecs/librt_vecs.h
- + mypyc/lib-rt/vecs/vec_bool.c
- + mypyc/lib-rt/vecs/vec_float.c
- + mypyc/lib-rt/vecs/vec_i16.c
- + mypyc/lib-rt/vecs/vec_i32.c
- + mypyc/lib-rt/vecs/vec_i64.c
- + mypyc/lib-rt/vecs/vec_nested.c
- + mypyc/lib-rt/vecs/vec_t.c
- + mypyc/lib-rt/vecs/vec_template.c
- + mypyc/lib-rt/vecs/vec_u8.c
- + mypyc/lib-rt/vecs/vecs_internal.h
- + mypyc/lib-rt/vecs_extra_ops.c
- + mypyc/lib-rt/vecs_extra_ops.h
- mypyc/lower/misc_ops.py
- mypyc/lower/registry.py
- mypyc/options.py
- + mypyc/primitives/bytearray_ops.py
- mypyc/primitives/bytes_ops.py
- mypyc/primitives/int_ops.py
- + mypyc/primitives/librt_strings_ops.py
- + mypyc/primitives/librt_time_ops.py
- + mypyc/primitives/librt_vecs_ops.py
- mypyc/primitives/list_ops.py
- mypyc/primitives/misc_ops.py
- mypyc/primitives/registry.py
- mypyc/primitives/str_ops.py
- mypyc/rt_subtype.py
- mypyc/sametype.py
- mypyc/subtype.py
- mypyc/test-data/alwaysdefined.test
- + mypyc/test-data/capsule-deps.test
- mypyc/test-data/commandline.test
- mypyc/test-data/driver/driver.py
- mypyc/test-data/exceptions.test
- mypyc/test-data/fixtures/ir.py
- mypyc/test-data/fixtures/testutil.py
- mypyc/test-data/irbuild-base64.test
- mypyc/test-data/irbuild-basic.test
- mypyc/test-data/irbuild-bytes.test
- mypyc/test-data/irbuild-classes.test
- mypyc/test-data/irbuild-constant-fold.test
- mypyc/test-data/irbuild-glue-methods.test
- mypyc/test-data/irbuild-int.test
- + mypyc/test-data/irbuild-librt-strings.test
- + mypyc/test-data/irbuild-python314.test
- mypyc/test-data/irbuild-str.test
- + mypyc/test-data/irbuild-time.test
- mypyc/test-data/irbuild-tuple.test
- mypyc/test-data/irbuild-unreachable.test
- + mypyc/test-data/irbuild-vec-i64.test
- + mypyc/test-data/irbuild-vec-misc.test
- + mypyc/test-data/irbuild-vec-nested.test
- + mypyc/test-data/irbuild-vec-t.test
- mypyc/test-data/refcount.test
- mypyc/test-data/run-async.test
- mypyc/test-data/run-base64.test
- mypyc/test-data/run-bytes.test
- mypyc/test-data/run-classes.test
- mypyc/test-data/run-functions.test
- mypyc/test-data/run-i16.test
- mypyc/test-data/run-i32.test
- mypyc/test-data/run-i64.test
- mypyc/test-data/run-integers.test
- + mypyc/test-data/run-librt-strings.test
- + mypyc/test-data/run-librt-time.test
- mypyc/test-data/run-misc.test
- mypyc/test-data/run-multimodule.test
- mypyc/test-data/run-strings.test
- mypyc/test-data/run-traits.test
- mypyc/test-data/run-u8.test
- + mypyc/test-data/run-vecs-i64-interp.test
- + mypyc/test-data/run-vecs-i64.test
- + mypyc/test-data/run-vecs-misc-interp.test
- + mypyc/test-data/run-vecs-misc.test
- + mypyc/test-data/run-vecs-nested-interp.test
- + mypyc/test-data/run-vecs-nested.test
- + mypyc/test-data/run-vecs-t-interp.test
- + mypyc/test-data/run-vecs-t.test
- + mypyc/test/librt_cache.py
- mypyc/test/test_analysis.py
- + mypyc/test/test_capsule_deps.py
- mypyc/test/test_cheader.py
- mypyc/test/test_emit.py
- mypyc/test/test_emitfunc.py
- mypyc/test/test_emitwrapper.py
- mypyc/test/test_exceptions.py
- mypyc/test/test_external.py
- mypyc/test/test_irbuild.py
- mypyc/test/test_ircheck.py
- mypyc/test/test_lowering.py
- mypyc/test/test_misc.py
- mypyc/test/test_optimizations.py
- mypyc/test/test_refcount.py
- mypyc/test/test_run.py
- mypyc/test/test_serialization.py
- mypyc/test/testutil.py
- mypyc/transform/exceptions.py
- mypyc/transform/ir_transform.py
- mypyc/transform/uninit.py
- pyproject.toml
- runtests.py
- setup.py
- test-data/unit/check-annotated.test
- test-data/unit/check-async-await.test
- test-data/unit/check-basic.test
- test-data/unit/check-callable.test
- test-data/unit/check-class-namedtuple.test
- test-data/unit/check-classes.test
- test-data/unit/check-classvar.test
- test-data/unit/check-columns.test
- test-data/unit/check-ctypes.test
- test-data/unit/check-custom-plugin.test
- test-data/unit/check-dataclass-transform.test
- test-data/unit/check-dataclasses.test
- test-data/unit/check-dynamic-typing.test
- test-data/unit/check-enum.test
- test-data/unit/check-errorcodes.test
- test-data/unit/check-expressions.test
- test-data/unit/check-fastparse.test
- test-data/unit/check-final.test
- test-data/unit/check-flags.test
- test-data/unit/check-formatting.test
- test-data/unit/check-functions.test
- test-data/unit/check-functools.test
- test-data/unit/check-generic-subtyping.test
- test-data/unit/check-generics.test
- test-data/unit/check-ignore.test
- test-data/unit/check-incremental.test
- test-data/unit/check-inference-context.test
- test-data/unit/check-inference.test
- test-data/unit/check-inline-config.test
- test-data/unit/check-isinstance.test
- + test-data/unit/check-itertools.test
- test-data/unit/check-kwargs.test
- test-data/unit/check-literal.test
- test-data/unit/check-modules.test
- test-data/unit/check-namedtuple.test
- test-data/unit/check-narrowing.test
- test-data/unit/check-native-int.test
- test-data/unit/check-newsemanal.test
- test-data/unit/check-newsyntax.test
- test-data/unit/check-newtype.test
- test-data/unit/check-optional.test
- test-data/unit/check-overloading.test
- test-data/unit/check-parameter-specification.test
- test-data/unit/check-plugin-attrs.test
- test-data/unit/check-plugin-error-codes.test
- test-data/unit/check-possibly-undefined.test
- test-data/unit/check-protocols.test
- test-data/unit/check-python310.test
- test-data/unit/check-python311.test
- test-data/unit/check-python312.test
- test-data/unit/check-python313.test
- test-data/unit/check-python314.test
- test-data/unit/check-python38.test
- test-data/unit/check-python39.test
- test-data/unit/check-recursive-types.test
- test-data/unit/check-redefine.test
- test-data/unit/check-redefine2.test
- test-data/unit/check-selftype.test
- test-data/unit/check-serialize.test
- test-data/unit/check-singledispatch.test
- test-data/unit/check-statements.test
- test-data/unit/check-tuples.test
- test-data/unit/check-type-aliases.test
- test-data/unit/check-type-checks.test
- test-data/unit/check-type-promotion.test
- test-data/unit/check-typeddict.test
- test-data/unit/check-typeform.test
- test-data/unit/check-typeguard.test
- test-data/unit/check-typeis.test
- test-data/unit/check-typevar-defaults.test
- test-data/unit/check-typevar-tuple.test
- test-data/unit/check-typevar-unbound.test
- test-data/unit/check-typevar-values.test
- test-data/unit/check-union-error-syntax.test
- test-data/unit/check-union-or-syntax.test
- test-data/unit/check-unions.test
- test-data/unit/check-unreachable-code.test
- test-data/unit/check-varargs.test
- + test-data/unit/check-vec.test
- test-data/unit/cmdline.test
- test-data/unit/daemon.test
- test-data/unit/errorstream.test
- test-data/unit/exportjson.test
- test-data/unit/fine-grained-blockers.test
- test-data/unit/fine-grained-cache-incremental.test
- test-data/unit/fine-grained-dataclass-transform.test
- + test-data/unit/fine-grained-python314.test
- test-data/unit/fine-grained-suggest.test
- test-data/unit/fine-grained.test
- test-data/unit/fixtures/dataclasses.pyi
- test-data/unit/fixtures/dict-full.pyi
- test-data/unit/fixtures/dict.pyi
- test-data/unit/fixtures/floatdict.pyi
- + test-data/unit/fixtures/for_else_exception.pyi
- test-data/unit/fixtures/isinstance.pyi
- test-data/unit/fixtures/isinstancelist.pyi
- test-data/unit/fixtures/narrowing.pyi
- test-data/unit/fixtures/notimplemented.pyi
- test-data/unit/fixtures/object_with_init_subclass.pyi
- test-data/unit/fixtures/paramspec.pyi
- test-data/unit/fixtures/primitives.pyi
- + test-data/unit/fixtures/tuple-typeshed.pyi
- test-data/unit/fixtures/type.pyi
- test-data/unit/fixtures/typing-async.pyi
- test-data/unit/fixtures/typing-full.pyi
- test-data/unit/fixtures/typing-typeddict.pyi
- test-data/unit/lib-stub/functools.pyi
- + test-data/unit/lib-stub/string/__init__.pyi
- + test-data/unit/lib-stub/string/templatelib.pyi
- test-data/unit/lib-stub/types.pyi
- test-data/unit/lib-stub/typing_extensions.pyi
- test-data/unit/merge.test
- + test-data/unit/native-parser-imports.test
- + test-data/unit/native-parser.test
- test-data/unit/outputjson.test
- test-data/unit/parse-errors.test
- test-data/unit/parse-python313.test
- test-data/unit/parse-python314.test
- test-data/unit/parse.test
- test-data/unit/pep561.test
- test-data/unit/pythoneval-asyncio.test
- test-data/unit/pythoneval.test
- test-data/unit/semanal-abstractclasses.test
- test-data/unit/semanal-classes.test
- test-data/unit/semanal-errors.test
- test-data/unit/semanal-statements.test
- test-data/unit/semanal-symtable.test
- test-data/unit/semanal-typealiases.test
- test-data/unit/semanal-types.test
- test-requirements.in
- test-requirements.txt
- tox.ini


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/77ca4a8aa8457ea201fd74d018eed8587d36fc9f

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/77ca4a8aa8457ea201fd74d018eed8587d36fc9f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260324/828ae803/attachment-0001.htm>


More information about the debian-med-commit mailing list