[med-svn] [Git][python-team/packages/mypy][upstream] 2 commits: New upstream version 1.18.0~rc0
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Fri Sep 12 08:55:07 BST 2025
Michael R. Crusoe pushed to branch upstream at Debian Python Team / packages / mypy
Commits:
97961d57 by Michael R. Crusoe at 2025-09-04T16:49:12+02:00
New upstream version 1.18.0~rc0
- - - - -
effb75c8 by Michael R. Crusoe at 2025-09-12T09:49:17+02:00
New upstream version 1.18.1
- - - - -
534 changed files:
- CHANGELOG.md
- PKG-INFO
- README.md
- docs/requirements-docs.txt
- docs/source/command_line.rst
- docs/source/common_issues.rst
- docs/source/conf.py
- docs/source/config_file.rst
- docs/source/dynamic_typing.rst
- docs/source/error_code_list.rst
- docs/source/error_code_list2.rst
- docs/source/generics.rst
- docs/source/html_builder.py
- docs/source/kinds_of_types.rst
- docs/source/metaclasses.rst
- mypy.egg-info/PKG-INFO
- mypy.egg-info/SOURCES.txt
- mypy/applytype.py
- mypy/argmap.py
- mypy/binder.py
- mypy/build.py
- + mypy/cache.py
- mypy/checker.py
- mypy/checker_shared.py
- mypy/checkexpr.py
- mypy/checkmember.py
- mypy/checkpattern.py
- mypy/config_parser.py
- mypy/constraints.py
- mypy/dmypy/client.py
- mypy/erasetype.py
- mypy/errorcodes.py
- mypy/errors.py
- mypy/expandtype.py
- mypy/fastparse.py
- mypy/fixup.py
- mypy/fscache.py
- mypy/indirection.py
- mypy/join.py
- mypy/main.py
- mypy/meet.py
- mypy/message_registry.py
- mypy/messages.py
- mypy/modulefinder.py
- mypy/nodes.py
- mypy/options.py
- mypy/plugin.py
- mypy/plugins/attrs.py
- mypy/plugins/common.py
- + mypy/plugins/constants.py
- mypy/plugins/dataclasses.py
- mypy/plugins/default.py
- mypy/plugins/enums.py
- mypy/plugins/proper_plugin.py
- mypy/plugins/singledispatch.py
- mypy/semanal.py
- mypy/semanal_infer.py
- mypy/semanal_main.py
- mypy/semanal_namedtuple.py
- mypy/semanal_pass1.py
- mypy/semanal_shared.py
- mypy/semanal_typeargs.py
- mypy/server/astdiff.py
- mypy/server/aststrip.py
- mypy/server/update.py
- mypy/sharedparse.py
- mypy/stubgen.py
- mypy/stubinfo.py
- mypy/stubtest.py
- mypy/subtypes.py
- mypy/suggestions.py
- mypy/test/testcheck.py
- mypy/test/testfscache.py
- mypy/test/testparse.py
- mypy/test/testsolve.py
- mypy/test/teststubinfo.py
- mypy/test/teststubtest.py
- mypy/test/typefixture.py
- mypy/type_visitor.py
- mypy/typeanal.py
- mypy/typeops.py
- mypy/types.py
- mypy/typeshed/stdlib/VERSIONS
- mypy/typeshed/stdlib/_ast.pyi
- mypy/typeshed/stdlib/_asyncio.pyi
- mypy/typeshed/stdlib/_blake2.pyi
- mypy/typeshed/stdlib/_collections_abc.pyi
- mypy/typeshed/stdlib/_compat_pickle.pyi
- mypy/typeshed/stdlib/_compression.pyi
- mypy/typeshed/stdlib/_contextvars.pyi
- mypy/typeshed/stdlib/_csv.pyi
- mypy/typeshed/stdlib/_ctypes.pyi
- mypy/typeshed/stdlib/_curses.pyi
- mypy/typeshed/stdlib/_curses_panel.pyi
- mypy/typeshed/stdlib/_dbm.pyi
- mypy/typeshed/stdlib/_decimal.pyi
- mypy/typeshed/stdlib/_frozen_importlib.pyi
- mypy/typeshed/stdlib/_frozen_importlib_external.pyi
- mypy/typeshed/stdlib/_gdbm.pyi
- mypy/typeshed/stdlib/_hashlib.pyi
- mypy/typeshed/stdlib/_heapq.pyi
- mypy/typeshed/stdlib/_interpchannels.pyi
- mypy/typeshed/stdlib/_interpreters.pyi
- mypy/typeshed/stdlib/_io.pyi
- mypy/typeshed/stdlib/_json.pyi
- mypy/typeshed/stdlib/_lsprof.pyi
- mypy/typeshed/stdlib/_lzma.pyi
- mypy/typeshed/stdlib/_markupbase.pyi
- mypy/typeshed/stdlib/_msi.pyi
- mypy/typeshed/stdlib/_multibytecodec.pyi
- mypy/typeshed/stdlib/_operator.pyi
- mypy/typeshed/stdlib/_pickle.pyi
- mypy/typeshed/stdlib/_queue.pyi
- mypy/typeshed/stdlib/_random.pyi
- mypy/typeshed/stdlib/_socket.pyi
- mypy/typeshed/stdlib/_sqlite3.pyi
- mypy/typeshed/stdlib/_ssl.pyi
- mypy/typeshed/stdlib/_struct.pyi
- mypy/typeshed/stdlib/_thread.pyi
- mypy/typeshed/stdlib/_threading_local.pyi
- mypy/typeshed/stdlib/_tkinter.pyi
- mypy/typeshed/stdlib/_typeshed/__init__.pyi
- mypy/typeshed/stdlib/_warnings.pyi
- mypy/typeshed/stdlib/_winapi.pyi
- + mypy/typeshed/stdlib/_zstd.pyi
- mypy/typeshed/stdlib/abc.pyi
- mypy/typeshed/stdlib/annotationlib.pyi
- mypy/typeshed/stdlib/argparse.pyi
- mypy/typeshed/stdlib/array.pyi
- mypy/typeshed/stdlib/ast.pyi
- mypy/typeshed/stdlib/asyncio/__init__.pyi
- mypy/typeshed/stdlib/asyncio/base_events.pyi
- mypy/typeshed/stdlib/asyncio/base_futures.pyi
- mypy/typeshed/stdlib/asyncio/coroutines.pyi
- mypy/typeshed/stdlib/asyncio/events.pyi
- mypy/typeshed/stdlib/asyncio/format_helpers.pyi
- mypy/typeshed/stdlib/asyncio/futures.pyi
- mypy/typeshed/stdlib/asyncio/graph.pyi
- mypy/typeshed/stdlib/asyncio/protocols.pyi
- mypy/typeshed/stdlib/asyncio/queues.pyi
- mypy/typeshed/stdlib/asyncio/runners.pyi
- mypy/typeshed/stdlib/asyncio/streams.pyi
- mypy/typeshed/stdlib/asyncio/subprocess.pyi
- mypy/typeshed/stdlib/asyncio/tasks.pyi
- + mypy/typeshed/stdlib/asyncio/tools.pyi
- mypy/typeshed/stdlib/asyncio/transports.pyi
- mypy/typeshed/stdlib/asyncio/trsock.pyi
- mypy/typeshed/stdlib/asyncio/unix_events.pyi
- mypy/typeshed/stdlib/asyncio/windows_events.pyi
- mypy/typeshed/stdlib/asyncio/windows_utils.pyi
- mypy/typeshed/stdlib/bdb.pyi
- mypy/typeshed/stdlib/binascii.pyi
- mypy/typeshed/stdlib/builtins.pyi
- mypy/typeshed/stdlib/bz2.pyi
- mypy/typeshed/stdlib/calendar.pyi
- mypy/typeshed/stdlib/cgi.pyi
- mypy/typeshed/stdlib/codecs.pyi
- mypy/typeshed/stdlib/collections/__init__.pyi
- mypy/typeshed/stdlib/colorsys.pyi
- mypy/typeshed/stdlib/compileall.pyi
- mypy/typeshed/stdlib/compression/_common/_streams.pyi
- mypy/typeshed/stdlib/compression/bz2/__init__.pyi → mypy/typeshed/stdlib/compression/bz2.pyi
- mypy/typeshed/stdlib/compression/gzip/__init__.pyi → mypy/typeshed/stdlib/compression/gzip.pyi
- mypy/typeshed/stdlib/compression/lzma/__init__.pyi → mypy/typeshed/stdlib/compression/lzma.pyi
- mypy/typeshed/stdlib/compression/zlib/__init__.pyi → mypy/typeshed/stdlib/compression/zlib.pyi
- + mypy/typeshed/stdlib/compression/zstd/__init__.pyi
- + mypy/typeshed/stdlib/compression/zstd/_zstdfile.pyi
- mypy/typeshed/stdlib/concurrent/futures/__init__.pyi
- mypy/typeshed/stdlib/concurrent/futures/_base.pyi
- mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi
- mypy/typeshed/stdlib/concurrent/futures/process.pyi
- mypy/typeshed/stdlib/concurrent/futures/thread.pyi
- + mypy/typeshed/stdlib/concurrent/interpreters/__init__.pyi
- + mypy/typeshed/stdlib/concurrent/interpreters/_crossinterp.pyi
- + mypy/typeshed/stdlib/concurrent/interpreters/_queues.pyi
- mypy/typeshed/stdlib/configparser.pyi
- mypy/typeshed/stdlib/contextlib.pyi
- mypy/typeshed/stdlib/copy.pyi
- mypy/typeshed/stdlib/crypt.pyi
- mypy/typeshed/stdlib/ctypes/__init__.pyi
- mypy/typeshed/stdlib/ctypes/_endian.pyi
- mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi
- mypy/typeshed/stdlib/ctypes/wintypes.pyi
- mypy/typeshed/stdlib/curses/__init__.pyi
- mypy/typeshed/stdlib/curses/ascii.pyi
- mypy/typeshed/stdlib/dataclasses.pyi
- mypy/typeshed/stdlib/datetime.pyi
- mypy/typeshed/stdlib/dbm/__init__.pyi
- mypy/typeshed/stdlib/decimal.pyi
- mypy/typeshed/stdlib/difflib.pyi
- mypy/typeshed/stdlib/dis.pyi
- mypy/typeshed/stdlib/distutils/file_util.pyi
- mypy/typeshed/stdlib/doctest.pyi
- mypy/typeshed/stdlib/email/_header_value_parser.pyi
- mypy/typeshed/stdlib/email/charset.pyi
- mypy/typeshed/stdlib/email/headerregistry.pyi
- mypy/typeshed/stdlib/email/message.pyi
- mypy/typeshed/stdlib/encodings/__init__.pyi
- mypy/typeshed/stdlib/enum.pyi
- mypy/typeshed/stdlib/errno.pyi
- mypy/typeshed/stdlib/fcntl.pyi
- mypy/typeshed/stdlib/filecmp.pyi
- mypy/typeshed/stdlib/fileinput.pyi
- mypy/typeshed/stdlib/fractions.pyi
- mypy/typeshed/stdlib/functools.pyi
- mypy/typeshed/stdlib/genericpath.pyi
- mypy/typeshed/stdlib/gettext.pyi
- mypy/typeshed/stdlib/glob.pyi
- mypy/typeshed/stdlib/gzip.pyi
- mypy/typeshed/stdlib/hashlib.pyi
- mypy/typeshed/stdlib/hmac.pyi
- mypy/typeshed/stdlib/html/entities.pyi
- mypy/typeshed/stdlib/html/parser.pyi
- mypy/typeshed/stdlib/http/client.pyi
- mypy/typeshed/stdlib/http/server.pyi
- mypy/typeshed/stdlib/imghdr.pyi
- mypy/typeshed/stdlib/imp.pyi
- mypy/typeshed/stdlib/importlib/__init__.pyi
- mypy/typeshed/stdlib/importlib/_abc.pyi
- mypy/typeshed/stdlib/importlib/abc.pyi
- mypy/typeshed/stdlib/importlib/metadata/__init__.pyi
- mypy/typeshed/stdlib/importlib/resources/abc.pyi
- mypy/typeshed/stdlib/importlib/util.pyi
- mypy/typeshed/stdlib/inspect.pyi
- mypy/typeshed/stdlib/io.pyi
- mypy/typeshed/stdlib/ipaddress.pyi
- mypy/typeshed/stdlib/itertools.pyi
- mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi
- mypy/typeshed/stdlib/locale.pyi
- mypy/typeshed/stdlib/logging/__init__.pyi
- mypy/typeshed/stdlib/logging/config.pyi
- mypy/typeshed/stdlib/logging/handlers.pyi
- mypy/typeshed/stdlib/lzma.pyi
- mypy/typeshed/stdlib/mailbox.pyi
- mypy/typeshed/stdlib/math.pyi
- mypy/typeshed/stdlib/mmap.pyi
- mypy/typeshed/stdlib/msilib/__init__.pyi
- mypy/typeshed/stdlib/msilib/schema.pyi
- mypy/typeshed/stdlib/msilib/sequence.pyi
- mypy/typeshed/stdlib/msilib/text.pyi
- mypy/typeshed/stdlib/msvcrt.pyi
- mypy/typeshed/stdlib/multiprocessing/heap.pyi
- mypy/typeshed/stdlib/multiprocessing/managers.pyi
- mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi
- mypy/typeshed/stdlib/multiprocessing/util.pyi
- mypy/typeshed/stdlib/nt.pyi
- mypy/typeshed/stdlib/ntpath.pyi
- mypy/typeshed/stdlib/nturl2path.pyi
- mypy/typeshed/stdlib/numbers.pyi
- mypy/typeshed/stdlib/opcode.pyi
- mypy/typeshed/stdlib/optparse.pyi
- mypy/typeshed/stdlib/os/__init__.pyi
- mypy/typeshed/stdlib/ossaudiodev.pyi
- mypy/typeshed/stdlib/pathlib/__init__.pyi
- mypy/typeshed/stdlib/pdb.pyi
- mypy/typeshed/stdlib/pickle.pyi
- mypy/typeshed/stdlib/pickletools.pyi
- mypy/typeshed/stdlib/pkgutil.pyi
- mypy/typeshed/stdlib/platform.pyi
- mypy/typeshed/stdlib/plistlib.pyi
- mypy/typeshed/stdlib/poplib.pyi
- mypy/typeshed/stdlib/posixpath.pyi
- mypy/typeshed/stdlib/pprint.pyi
- mypy/typeshed/stdlib/pty.pyi
- mypy/typeshed/stdlib/pydoc.pyi
- mypy/typeshed/stdlib/pydoc_data/topics.pyi
- mypy/typeshed/stdlib/queue.pyi
- mypy/typeshed/stdlib/quopri.pyi
- mypy/typeshed/stdlib/random.pyi
- mypy/typeshed/stdlib/re.pyi
- mypy/typeshed/stdlib/resource.pyi
- mypy/typeshed/stdlib/select.pyi
- mypy/typeshed/stdlib/selectors.pyi
- mypy/typeshed/stdlib/shutil.pyi
- mypy/typeshed/stdlib/signal.pyi
- mypy/typeshed/stdlib/smtpd.pyi
- mypy/typeshed/stdlib/smtplib.pyi
- mypy/typeshed/stdlib/socket.pyi
- mypy/typeshed/stdlib/sqlite3/__init__.pyi
- mypy/typeshed/stdlib/sqlite3/dbapi2.pyi
- mypy/typeshed/stdlib/sre_compile.pyi
- mypy/typeshed/stdlib/sre_constants.pyi
- mypy/typeshed/stdlib/sre_parse.pyi
- mypy/typeshed/stdlib/ssl.pyi
- mypy/typeshed/stdlib/statistics.pyi
- mypy/typeshed/stdlib/string/__init__.pyi
- mypy/typeshed/stdlib/string/templatelib.pyi
- mypy/typeshed/stdlib/stringprep.pyi
- mypy/typeshed/stdlib/subprocess.pyi
- mypy/typeshed/stdlib/sunau.pyi
- mypy/typeshed/stdlib/symbol.pyi
- mypy/typeshed/stdlib/symtable.pyi
- mypy/typeshed/stdlib/sys/__init__.pyi
- mypy/typeshed/stdlib/sys/_monitoring.pyi
- mypy/typeshed/stdlib/tarfile.pyi
- mypy/typeshed/stdlib/telnetlib.pyi
- mypy/typeshed/stdlib/tempfile.pyi
- mypy/typeshed/stdlib/termios.pyi
- mypy/typeshed/stdlib/threading.pyi
- mypy/typeshed/stdlib/time.pyi
- mypy/typeshed/stdlib/tkinter/__init__.pyi
- mypy/typeshed/stdlib/tkinter/commondialog.pyi
- mypy/typeshed/stdlib/tkinter/dnd.pyi
- mypy/typeshed/stdlib/tkinter/filedialog.pyi
- mypy/typeshed/stdlib/tkinter/font.pyi
- mypy/typeshed/stdlib/tkinter/messagebox.pyi
- mypy/typeshed/stdlib/tkinter/ttk.pyi
- mypy/typeshed/stdlib/token.pyi
- mypy/typeshed/stdlib/tokenize.pyi
- mypy/typeshed/stdlib/tomllib.pyi
- mypy/typeshed/stdlib/traceback.pyi
- mypy/typeshed/stdlib/tracemalloc.pyi
- mypy/typeshed/stdlib/tty.pyi
- mypy/typeshed/stdlib/turtle.pyi
- mypy/typeshed/stdlib/types.pyi
- mypy/typeshed/stdlib/typing.pyi
- mypy/typeshed/stdlib/typing_extensions.pyi
- mypy/typeshed/stdlib/unicodedata.pyi
- mypy/typeshed/stdlib/unittest/case.pyi
- mypy/typeshed/stdlib/unittest/loader.pyi
- mypy/typeshed/stdlib/unittest/main.pyi
- mypy/typeshed/stdlib/unittest/mock.pyi
- mypy/typeshed/stdlib/unittest/runner.pyi
- mypy/typeshed/stdlib/unittest/util.pyi
- mypy/typeshed/stdlib/urllib/error.pyi
- mypy/typeshed/stdlib/urllib/parse.pyi
- mypy/typeshed/stdlib/urllib/request.pyi
- mypy/typeshed/stdlib/uuid.pyi
- mypy/typeshed/stdlib/venv/__init__.pyi
- mypy/typeshed/stdlib/wave.pyi
- mypy/typeshed/stdlib/weakref.pyi
- mypy/typeshed/stdlib/webbrowser.pyi
- mypy/typeshed/stdlib/winreg.pyi
- mypy/typeshed/stdlib/wsgiref/headers.pyi
- mypy/typeshed/stdlib/wsgiref/simple_server.pyi
- mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi
- mypy/typeshed/stdlib/xml/dom/__init__.pyi
- mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi
- mypy/typeshed/stdlib/xml/dom/minicompat.pyi
- mypy/typeshed/stdlib/xml/dom/minidom.pyi
- mypy/typeshed/stdlib/xml/dom/pulldom.pyi
- mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi
- mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi
- mypy/typeshed/stdlib/xml/etree/ElementPath.pyi
- mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
- mypy/typeshed/stdlib/xml/sax/__init__.pyi
- mypy/typeshed/stdlib/xml/sax/expatreader.pyi
- mypy/typeshed/stdlib/xml/sax/handler.pyi
- mypy/typeshed/stdlib/xmlrpc/client.pyi
- mypy/typeshed/stdlib/xmlrpc/server.pyi
- mypy/typeshed/stdlib/zipfile/__init__.pyi
- mypy/typeshed/stdlib/zipfile/_path/glob.pyi
- mypy/typeshed/stdlib/zipimport.pyi
- mypy/typeshed/stdlib/zlib.pyi
- mypy/typeshed/stdlib/zoneinfo/__init__.pyi
- mypy/typeshed/stdlib/zoneinfo/_common.pyi
- + mypy/typeshed/stubs/mypy-native/native_internal.pyi
- mypy/typetraverser.py
- mypy/version.py
- mypyc/__main__.py
- mypyc/analysis/attrdefined.py
- mypyc/analysis/dataflow.py
- mypyc/analysis/ircheck.py
- mypyc/analysis/selfleaks.py
- mypyc/annotate.py
- mypyc/build.py
- mypyc/codegen/emit.py
- mypyc/codegen/emitclass.py
- mypyc/codegen/emitfunc.py
- mypyc/codegen/emitmodule.py
- mypyc/codegen/emitwrapper.py
- mypyc/common.py
- mypyc/doc/differences_from_python.rst
- mypyc/ir/class_ir.py
- mypyc/ir/func_ir.py
- mypyc/ir/ops.py
- mypyc/ir/pprint.py
- mypyc/ir/rtypes.py
- mypyc/irbuild/builder.py
- mypyc/irbuild/callable_class.py
- mypyc/irbuild/classdef.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/match.py
- mypyc/irbuild/nonlocalcontrol.py
- mypyc/irbuild/prepare.py
- mypyc/irbuild/specialize.py
- mypyc/irbuild/statement.py
- mypyc/lib-rt/CPy.h
- mypyc/lib-rt/init.c
- mypyc/lib-rt/list_ops.c
- mypyc/lib-rt/misc_ops.c
- + mypyc/lib-rt/module_shim_no_gil_multiphase.tmpl
- mypyc/lib-rt/mypyc_util.h
- + mypyc/lib-rt/native_internal.c
- + mypyc/lib-rt/native_internal.h
- mypyc/lib-rt/setup.py
- mypyc/lib-rt/str_ops.c
- mypyc/lib-rt/tuple_ops.c
- mypyc/lower/list_ops.py
- mypyc/lower/misc_ops.py
- mypyc/options.py
- mypyc/primitives/bytes_ops.py
- mypyc/primitives/dict_ops.py
- mypyc/primitives/exc_ops.py
- mypyc/primitives/float_ops.py
- mypyc/primitives/generic_ops.py
- mypyc/primitives/int_ops.py
- mypyc/primitives/list_ops.py
- mypyc/primitives/misc_ops.py
- mypyc/primitives/registry.py
- mypyc/primitives/set_ops.py
- mypyc/primitives/str_ops.py
- mypyc/primitives/tuple_ops.py
- + mypyc/primitives/weakref_ops.py
- mypyc/test-data/commandline.test
- mypyc/test-data/driver/driver.py
- mypyc/test-data/fixtures/ir.py
- mypyc/test-data/fixtures/typing-full.pyi
- mypyc/test-data/irbuild-basic.test
- mypyc/test-data/irbuild-bool.test
- mypyc/test-data/irbuild-bytes.test
- mypyc/test-data/irbuild-classes.test
- mypyc/test-data/irbuild-dict.test
- mypyc/test-data/irbuild-generics.test
- mypyc/test-data/irbuild-i64.test
- mypyc/test-data/irbuild-isinstance.test
- mypyc/test-data/irbuild-lists.test
- mypyc/test-data/irbuild-optional.test
- mypyc/test-data/irbuild-set.test
- mypyc/test-data/irbuild-singledispatch.test
- mypyc/test-data/irbuild-statements.test
- mypyc/test-data/irbuild-str.test
- mypyc/test-data/irbuild-try.test
- mypyc/test-data/irbuild-tuple.test
- mypyc/test-data/irbuild-unreachable.test
- + mypyc/test-data/irbuild-weakref.test
- mypyc/test-data/lowering-int.test
- mypyc/test-data/refcount.test
- mypyc/test-data/run-async.test
- mypyc/test-data/run-bools.test
- mypyc/test-data/run-bytes.test
- mypyc/test-data/run-classes.test
- mypyc/test-data/run-dicts.test
- mypyc/test-data/run-dunders-special.test
- mypyc/test-data/run-dunders.test
- mypyc/test-data/run-floats.test
- mypyc/test-data/run-functions.test
- mypyc/test-data/run-generators.test
- mypyc/test-data/run-generics.test
- mypyc/test-data/run-imports.test
- mypyc/test-data/run-integers.test
- mypyc/test-data/run-lists.test
- mypyc/test-data/run-misc.test
- mypyc/test-data/run-python38.test
- mypyc/test-data/run-sets.test
- + mypyc/test-data/run-signatures.test
- mypyc/test-data/run-singledispatch.test
- mypyc/test-data/run-strings.test
- mypyc/test-data/run-tuples.test
- + mypyc/test-data/run-weakref.test
- mypyc/test/test_cheader.py
- mypyc/test/test_emitfunc.py
- mypyc/test/test_external.py
- mypyc/test/test_irbuild.py
- mypyc/test/test_run.py
- mypyc/transform/ir_transform.py
- + mypyc/transform/log_trace.py
- mypyc/transform/refcount.py
- setup.py
- test-data/unit/check-abstract.test
- test-data/unit/check-callable.test
- test-data/unit/check-classes.test
- test-data/unit/check-classvar.test
- test-data/unit/check-dataclasses.test
- test-data/unit/check-deprecated.test
- test-data/unit/check-enum.test
- test-data/unit/check-errorcodes.test
- test-data/unit/check-expressions.test
- test-data/unit/check-final.test
- test-data/unit/check-flags.test
- test-data/unit/check-functions.test
- test-data/unit/check-generic-subtyping.test
- test-data/unit/check-generics.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-literal.test
- test-data/unit/check-modules.test
- test-data/unit/check-narrowing.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-protocols.test
- test-data/unit/check-python310.test
- test-data/unit/check-python312.test
- + test-data/unit/check-python314.test
- test-data/unit/check-redefine2.test
- test-data/unit/check-selftype.test
- test-data/unit/check-serialize.test
- test-data/unit/check-slots.test
- test-data/unit/check-tuples.test
- test-data/unit/check-typeddict.test
- test-data/unit/check-typeguard.test
- test-data/unit/check-typeis.test
- test-data/unit/check-typevar-tuple.test
- test-data/unit/check-unions.test
- test-data/unit/check-unreachable-code.test
- test-data/unit/cmdline.pyproject.test
- test-data/unit/cmdline.test
- test-data/unit/fine-grained-suggest.test
- test-data/unit/fine-grained.test
- test-data/unit/fixtures/isinstancelist.pyi
- + test-data/unit/lib-stub/_weakref.pyi
- test-data/unit/lib-stub/enum.pyi
- + test-data/unit/lib-stub/native_internal.pyi
- test-data/unit/lib-stub/typing_extensions.pyi
- + test-data/unit/lib-stub/weakref.pyi
- + test-data/unit/parse-python314.test
- test-data/unit/pythoneval.test
- test-data/unit/semanal-classvar.test
- test-data/unit/semanal-errors.test
- test-requirements.in
- test-requirements.txt
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/aa534b9e8fee30be38ed78b6154b613bd4bceb01...effb75c80554f6e90f21fab92e5ed9bb702126e5
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/aa534b9e8fee30be38ed78b6154b613bd4bceb01...effb75c80554f6e90f21fab92e5ed9bb702126e5
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/20250912/6a420f20/attachment-0001.htm>
More information about the debian-med-commit
mailing list