[med-svn] [Git][python-team/packages/mypy][master] 18 commits: New upstream version 1.16~rc0.1

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Sun Aug 10 15:33:35 BST 2025



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


Commits:
5ccfc61c by Michael R. Crusoe at 2025-05-28T12:53:09+02:00
New upstream version 1.16~rc0.1
- - - - -
024a3f6d by Michael R. Crusoe at 2025-05-28T12:53:20+02:00
Update upstream source from tag 'upstream/1.16_rc0.1'

Update to upstream version '1.16~rc0.1'
with Debian dir 100bc25885c033c5a8802b46112ce994e8432bdd
- - - - -
7fa26e86 by Michael R. Crusoe at 2025-05-28T12:59:52+02:00
New upstream snapshot: https://github.com/python/mypy/commit/334469f999c5c777124a123062b4349614447e0d

- - - - -
1da34173 by Michael R. Crusoe at 2025-05-28T13:00:31+02:00
d/patches: drop 3 patches applied upstream: 0005-pythoncapi_compat- don-t-define-Py_NULL-if-it-is-alre, gnu-hurd-getsockname, replace- old-typing_extensions-imports

- - - - -
7ad645de by Michael R. Crusoe at 2025-05-28T13:03:08+02:00
d/control: new build requirement: python3-pathspec

- - - - -
69c04664 by Michael R. Crusoe at 2025-05-28T17:56:21+02:00
d/tests/run-unit-test: match the breadth of testing done during build-time

- - - - -
02c2cd72 by Michael R. Crusoe at 2025-05-28T17:56:21+02:00
release to experimental

- - - - -
f30bff89 by Michael R. Crusoe at 2025-07-19T11:15:59+02:00
New upstream version

- - - - -
f4ec2c2a by Michael R. Crusoe at 2025-07-19T11:16:00+02:00
New upstream version 1.17.0
- - - - -
bb7871e0 by Michael R. Crusoe at 2025-07-19T11:17:02+02:00
Update upstream source from tag 'upstream/1.17.0'

Update to upstream version '1.17.0'
with Debian dir b83e88156decab9317184f912962f06d8bfe722b
- - - - -
44685871 by Michael R. Crusoe at 2025-07-19T11:17:04+02:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
d0e0f203 by Michael R. Crusoe at 2025-07-19T11:20:34+02:00
Refreshed patches.

- - - - -
b4c80e41 by Michael R. Crusoe at 2025-08-07T13:05:51+02:00
New upstream version

- - - - -
aa534b9e by Michael R. Crusoe at 2025-08-07T13:05:52+02:00
New upstream version 1.17.1
- - - - -
fdccb0ab by Michael R. Crusoe at 2025-08-07T13:06:23+02:00
Update upstream source from tag 'upstream/1.17.1'

Update to upstream version '1.17.1'
with Debian dir 255a62db7025839e7d1c30e00471ae5b9c1df95e
- - - - -
a3911d04 by Michael R. Crusoe at 2025-08-07T13:06:33+02:00
Remove duplicate line from changelog.

Changes-By: lintian-brush

- - - - -
703898ed by Michael R. Crusoe at 2025-08-07T14:55:30+02:00
routine-update: Ready to upload to experimental

- - - - -
0fb455d7 by Michael R. Crusoe at 2025-08-10T15:09:26+02:00
Upload to unstable

- - - - -


634 changed files:

- CHANGELOG.md
- MANIFEST.in
- PKG-INFO
- debian/changelog
- debian/control
- − debian/patches/0005-pythoncapi_compat-don-t-define-Py_NULL-if-it-is-alre.patch
- − debian/patches/gnu-hurd-getsockname
- debian/patches/hint-typeshed-package
- − debian/patches/replace-old-typing_extensions-imports.patch
- debian/patches/series
- debian/patches/verbose
- debian/rules
- debian/tests/control
- debian/tests/run-unit-test
- docs/source/command_line.rst
- docs/source/config_file.rst
- docs/source/error_code_list2.rst
- docs/source/existing_code.rst
- docs/source/generics.rst
- docs/source/literal_types.rst
- docs/source/metaclasses.rst
- docs/source/more_types.rst
- docs/source/protocols.rst
- docs/source/runtime_troubles.rst
- docs/source/type_narrowing.rst
- mypy-requirements.txt
- mypy.egg-info/PKG-INFO
- mypy.egg-info/SOURCES.txt
- mypy.egg-info/requires.txt
- mypy/argmap.py
- mypy/binder.py
- mypy/build.py
- mypy/checker.py
- + mypy/checker_shared.py
- + mypy/checker_state.py
- mypy/checkexpr.py
- mypy/checkmember.py
- mypy/checkpattern.py
- mypy/checkstrformat.py
- mypy/config_parser.py
- mypy/constraints.py
- mypy/defaults.py
- mypy/dmypy/client.py
- mypy/dmypy_server.py
- mypy/erasetype.py
- mypy/errorcodes.py
- mypy/errors.py
- mypy/expandtype.py
- mypy/fastparse.py
- mypy/find_sources.py
- mypy/fixup.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/modulefinder.py
- mypy/nodes.py
- mypy/options.py
- mypy/partially_defined.py
- mypy/plugin.py
- mypy/plugins/attrs.py
- mypy/plugins/dataclasses.py
- mypy/plugins/default.py
- mypy/plugins/functools.py
- mypy/reachability.py
- mypy/renaming.py
- mypy/semanal.py
- mypy/semanal_main.py
- mypy/semanal_namedtuple.py
- mypy/semanal_newtype.py
- mypy/semanal_typeddict.py
- mypy/server/astdiff.py
- mypy/server/astmerge.py
- mypy/server/deps.py
- mypy/server/mergecheck.py
- mypy/server/update.py
- mypy/solve.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/testcheck.py
- mypy/test/testcmdline.py
- mypy/test/testfinegrained.py
- mypy/test/testinfer.py
- mypy/test/testmerge.py
- mypy/test/testmodulefinder.py
- mypy/test/testparse.py
- mypy/test/testpep561.py
- mypy/test/testpythoneval.py
- mypy/test/testsemanal.py
- mypy/test/teststubgen.py
- mypy/test/teststubtest.py
- mypy/test/testsubtypes.py
- mypy/test/testtransform.py
- mypy/test/testtypegen.py
- mypy/test/testtypes.py
- mypy/traverser.py
- mypy/treetransform.py
- mypy/type_visitor.py
- mypy/typeanal.py
- mypy/typeops.py
- mypy/types.py
- mypy/typeshed/stdlib/VERSIONS
- mypy/typeshed/stdlib/__main__.pyi
- mypy/typeshed/stdlib/_ast.pyi
- mypy/typeshed/stdlib/_asyncio.pyi
- mypy/typeshed/stdlib/_blake2.pyi
- mypy/typeshed/stdlib/_codecs.pyi
- mypy/typeshed/stdlib/_collections_abc.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/_decimal.pyi
- − mypy/typeshed/stdlib/_dummy_thread.pyi
- − mypy/typeshed/stdlib/_dummy_threading.pyi
- mypy/typeshed/stdlib/_frozen_importlib_external.pyi
- mypy/typeshed/stdlib/_hashlib.pyi
- mypy/typeshed/stdlib/_heapq.pyi
- mypy/typeshed/stdlib/_imp.pyi
- mypy/typeshed/stdlib/_io.pyi
- mypy/typeshed/stdlib/_pickle.pyi
- mypy/typeshed/stdlib/_posixsubprocess.pyi
- mypy/typeshed/stdlib/_pydecimal.pyi
- mypy/typeshed/stdlib/_queue.pyi
- mypy/typeshed/stdlib/_socket.pyi
- mypy/typeshed/stdlib/_ssl.pyi
- mypy/typeshed/stdlib/_thread.pyi
- mypy/typeshed/stdlib/_tkinter.pyi
- mypy/typeshed/stdlib/_tracemalloc.pyi
- mypy/typeshed/stdlib/_typeshed/__init__.pyi
- + mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi
- mypy/typeshed/stdlib/_weakrefset.pyi
- mypy/typeshed/stdlib/aifc.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/events.pyi
- mypy/typeshed/stdlib/asyncio/futures.pyi
- + mypy/typeshed/stdlib/asyncio/graph.pyi
- mypy/typeshed/stdlib/asyncio/locks.pyi
- mypy/typeshed/stdlib/asyncio/queues.pyi
- mypy/typeshed/stdlib/asyncio/sslproto.pyi
- mypy/typeshed/stdlib/asyncio/tasks.pyi
- mypy/typeshed/stdlib/asyncio/transports.pyi
- mypy/typeshed/stdlib/asyncio/unix_events.pyi
- mypy/typeshed/stdlib/asyncio/windows_events.pyi
- mypy/typeshed/stdlib/base64.pyi
- mypy/typeshed/stdlib/bdb.pyi
- mypy/typeshed/stdlib/builtins.pyi
- mypy/typeshed/stdlib/bz2.pyi
- mypy/typeshed/stdlib/cmath.pyi
- mypy/typeshed/stdlib/code.pyi
- mypy/typeshed/stdlib/codecs.pyi
- mypy/typeshed/stdlib/codeop.pyi
- mypy/typeshed/stdlib/collections/__init__.pyi
- mypy/typeshed/stdlib/colorsys.pyi
- mypy/typeshed/stdlib/compileall.pyi
- + mypy/typeshed/stdlib/compression/__init__.pyi
- + mypy/typeshed/stdlib/compression/_common/__init__.pyi
- + mypy/typeshed/stdlib/compression/_common/_streams.pyi
- + mypy/typeshed/stdlib/compression/bz2/__init__.pyi
- + mypy/typeshed/stdlib/compression/gzip/__init__.pyi
- + mypy/typeshed/stdlib/compression/lzma/__init__.pyi
- + mypy/typeshed/stdlib/compression/zlib/__init__.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/configparser.pyi
- mypy/typeshed/stdlib/contextlib.pyi
- mypy/typeshed/stdlib/csv.pyi
- mypy/typeshed/stdlib/ctypes/__init__.pyi
- mypy/typeshed/stdlib/ctypes/util.pyi
- mypy/typeshed/stdlib/ctypes/wintypes.pyi
- mypy/typeshed/stdlib/curses/__init__.pyi
- mypy/typeshed/stdlib/dataclasses.pyi
- mypy/typeshed/stdlib/datetime.pyi
- mypy/typeshed/stdlib/decimal.pyi
- mypy/typeshed/stdlib/difflib.pyi
- mypy/typeshed/stdlib/dis.pyi
- mypy/typeshed/stdlib/distutils/cmd.pyi
- mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi
- mypy/typeshed/stdlib/distutils/command/config.pyi
- mypy/typeshed/stdlib/distutils/command/register.pyi
- mypy/typeshed/stdlib/distutils/dist.pyi
- mypy/typeshed/stdlib/distutils/fancy_getopt.pyi
- − mypy/typeshed/stdlib/dummy_threading.pyi
- mypy/typeshed/stdlib/email/__init__.pyi
- mypy/typeshed/stdlib/email/_header_value_parser.pyi
- mypy/typeshed/stdlib/email/_policybase.pyi
- mypy/typeshed/stdlib/email/errors.pyi
- mypy/typeshed/stdlib/email/feedparser.pyi
- mypy/typeshed/stdlib/email/generator.pyi
- mypy/typeshed/stdlib/email/message.pyi
- mypy/typeshed/stdlib/email/mime/message.pyi
- mypy/typeshed/stdlib/email/mime/multipart.pyi
- mypy/typeshed/stdlib/email/mime/text.pyi
- mypy/typeshed/stdlib/email/parser.pyi
- mypy/typeshed/stdlib/email/policy.pyi
- mypy/typeshed/stdlib/email/utils.pyi
- mypy/typeshed/stdlib/encodings/__init__.pyi
- − mypy/typeshed/stdlib/encodings/mac_centeuro.pyi
- mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi
- mypy/typeshed/stdlib/encodings/unicode_escape.pyi
- mypy/typeshed/stdlib/enum.pyi
- mypy/typeshed/stdlib/errno.pyi
- mypy/typeshed/stdlib/faulthandler.pyi
- mypy/typeshed/stdlib/fcntl.pyi
- mypy/typeshed/stdlib/filecmp.pyi
- mypy/typeshed/stdlib/fileinput.pyi
- mypy/typeshed/stdlib/fnmatch.pyi
- mypy/typeshed/stdlib/fractions.pyi
- mypy/typeshed/stdlib/ftplib.pyi
- mypy/typeshed/stdlib/functools.pyi
- mypy/typeshed/stdlib/gc.pyi
- mypy/typeshed/stdlib/getopt.pyi
- mypy/typeshed/stdlib/getpass.pyi
- mypy/typeshed/stdlib/gzip.pyi
- mypy/typeshed/stdlib/hashlib.pyi
- mypy/typeshed/stdlib/heapq.pyi
- mypy/typeshed/stdlib/hmac.pyi
- mypy/typeshed/stdlib/http/__init__.pyi
- mypy/typeshed/stdlib/http/client.pyi
- mypy/typeshed/stdlib/http/cookies.pyi
- mypy/typeshed/stdlib/http/server.pyi
- mypy/typeshed/stdlib/imaplib.pyi
- mypy/typeshed/stdlib/importlib/abc.pyi
- mypy/typeshed/stdlib/importlib/machinery.pyi
- mypy/typeshed/stdlib/importlib/metadata/__init__.pyi
- mypy/typeshed/stdlib/importlib/readers.pyi
- mypy/typeshed/stdlib/importlib/resources/__init__.pyi
- mypy/typeshed/stdlib/importlib/resources/_common.pyi
- mypy/typeshed/stdlib/importlib/resources/_functional.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/json/encoder.pyi
- mypy/typeshed/stdlib/json/scanner.pyi
- mypy/typeshed/stdlib/keyword.pyi
- mypy/typeshed/stdlib/linecache.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/marshal.pyi
- mypy/typeshed/stdlib/math.pyi
- mypy/typeshed/stdlib/multiprocessing/connection.pyi
- mypy/typeshed/stdlib/multiprocessing/forkserver.pyi
- mypy/typeshed/stdlib/multiprocessing/managers.pyi
- mypy/typeshed/stdlib/multiprocessing/pool.pyi
- mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi
- mypy/typeshed/stdlib/multiprocessing/queues.pyi
- mypy/typeshed/stdlib/multiprocessing/reduction.pyi
- mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi
- mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
- mypy/typeshed/stdlib/multiprocessing/util.pyi
- mypy/typeshed/stdlib/nntplib.pyi
- mypy/typeshed/stdlib/nt.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/pathlib.pyi → mypy/typeshed/stdlib/pathlib/__init__.pyi
- + mypy/typeshed/stdlib/pathlib/types.pyi
- mypy/typeshed/stdlib/pdb.pyi
- mypy/typeshed/stdlib/pkgutil.pyi
- mypy/typeshed/stdlib/platform.pyi
- mypy/typeshed/stdlib/plistlib.pyi
- mypy/typeshed/stdlib/posix.pyi
- mypy/typeshed/stdlib/pstats.pyi
- mypy/typeshed/stdlib/pydoc.pyi
- mypy/typeshed/stdlib/pyexpat/errors.pyi
- mypy/typeshed/stdlib/queue.pyi
- mypy/typeshed/stdlib/random.pyi
- mypy/typeshed/stdlib/re.pyi
- mypy/typeshed/stdlib/select.pyi
- mypy/typeshed/stdlib/shutil.pyi
- mypy/typeshed/stdlib/signal.pyi
- mypy/typeshed/stdlib/smtplib.pyi
- mypy/typeshed/stdlib/socket.pyi
- mypy/typeshed/stdlib/socketserver.pyi
- mypy/typeshed/stdlib/sqlite3/__init__.pyi
- mypy/typeshed/stdlib/sre_constants.pyi
- mypy/typeshed/stdlib/ssl.pyi
- mypy/typeshed/stdlib/statistics.pyi
- mypy/typeshed/stdlib/string.pyi → mypy/typeshed/stdlib/string/__init__.pyi
- + mypy/typeshed/stdlib/string/templatelib.pyi
- mypy/typeshed/stdlib/subprocess.pyi
- mypy/typeshed/stdlib/sunau.pyi
- mypy/typeshed/stdlib/symtable.pyi
- mypy/typeshed/stdlib/sys/__init__.pyi
- mypy/typeshed/stdlib/tarfile.pyi
- mypy/typeshed/stdlib/tempfile.pyi
- mypy/typeshed/stdlib/threading.pyi
- mypy/typeshed/stdlib/time.pyi
- mypy/typeshed/stdlib/tkinter/__init__.pyi
- mypy/typeshed/stdlib/tkinter/colorchooser.pyi
- mypy/typeshed/stdlib/tkinter/commondialog.pyi
- mypy/typeshed/stdlib/tkinter/dialog.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/trace.pyi
- mypy/typeshed/stdlib/traceback.pyi
- mypy/typeshed/stdlib/tracemalloc.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/unittest/async_case.pyi
- mypy/typeshed/stdlib/unittest/case.pyi
- mypy/typeshed/stdlib/unittest/mock.pyi
- mypy/typeshed/stdlib/urllib/parse.pyi
- mypy/typeshed/stdlib/urllib/request.pyi
- mypy/typeshed/stdlib/urllib/response.pyi
- mypy/typeshed/stdlib/uuid.pyi
- mypy/typeshed/stdlib/venv/__init__.pyi
- mypy/typeshed/stdlib/warnings.pyi
- mypy/typeshed/stdlib/wave.pyi
- mypy/typeshed/stdlib/weakref.pyi
- mypy/typeshed/stdlib/winsound.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/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/_exceptions.pyi
- mypy/typeshed/stdlib/xml/sax/expatreader.pyi
- mypy/typeshed/stdlib/xml/sax/handler.pyi
- mypy/typeshed/stdlib/xml/sax/saxutils.pyi
- mypy/typeshed/stdlib/xml/sax/xmlreader.pyi
- mypy/typeshed/stdlib/zipfile/__init__.pyi
- mypy/typeshed/stdlib/zipfile/_path/__init__.pyi
- mypy/typeshed/stdlib/zipimport.pyi
- mypy/typeshed/stdlib/zoneinfo/__init__.pyi
- mypy/util.py
- mypy/version.py
- mypy/visitor.py
- mypy_self_check.ini
- mypyc/analysis/dataflow.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/dev-intro.md
- mypyc/doc/dict_operations.rst
- mypyc/doc/differences_from_python.rst
- + mypyc/doc/frozenset_operations.rst
- mypyc/doc/index.rst
- mypyc/doc/list_operations.rst
- mypyc/doc/native_classes.rst
- mypyc/doc/native_operations.rst
- mypyc/doc/performance_tips_and_tricks.rst
- mypyc/doc/str_operations.rst
- mypyc/doc/tuple_operations.rst
- mypyc/doc/using_type_annotations.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/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/missingtypevisitor.py
- mypyc/irbuild/prebuildvisitor.py
- mypyc/irbuild/prepare.py
- mypyc/irbuild/statement.py
- mypyc/irbuild/util.py
- mypyc/lib-rt/CPy.h
- mypyc/lib-rt/bytes_ops.c
- mypyc/lib-rt/dict_ops.c
- mypyc/lib-rt/float_ops.c
- mypyc/lib-rt/int_ops.c
- mypyc/lib-rt/list_ops.c
- mypyc/lib-rt/misc_ops.c
- mypyc/lib-rt/mypyc_util.h
- mypyc/lib-rt/pythoncapi_compat.h
- mypyc/lib-rt/pythonsupport.h
- mypyc/lib-rt/str_ops.c
- mypyc/lower/registry.py
- mypyc/namegen.py
- mypyc/options.py
- mypyc/primitives/generic_ops.py
- mypyc/primitives/int_ops.py
- mypyc/primitives/list_ops.py
- mypyc/primitives/misc_ops.py
- mypyc/primitives/set_ops.py
- mypyc/primitives/str_ops.py
- mypyc/primitives/tuple_ops.py
- mypyc/test-data/alwaysdefined.test
- + mypyc/test-data/annotate-basic.test
- mypyc/test-data/commandline.test
- mypyc/test-data/exceptions-freq.test
- mypyc/test-data/exceptions.test
- mypyc/test-data/fixtures/ir.py
- mypyc/test-data/fixtures/typing-full.pyi
- mypyc/test-data/irbuild-any.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-dict.test
- mypyc/test-data/irbuild-float.test
- + mypyc/test-data/irbuild-frozenset.test
- mypyc/test-data/irbuild-generics.test
- mypyc/test-data/irbuild-glue-methods.test
- mypyc/test-data/irbuild-i64.test
- mypyc/test-data/irbuild-int.test
- mypyc/test-data/irbuild-lists.test
- mypyc/test-data/irbuild-match.test
- mypyc/test-data/irbuild-nested.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-vectorcall.test
- mypyc/test-data/refcount.test
- mypyc/test-data/run-async.test
- mypyc/test-data/run-classes.test
- mypyc/test-data/run-dicts.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-i64.test
- mypyc/test-data/run-lists.test
- mypyc/test-data/run-math.test
- mypyc/test-data/run-misc.test
- mypyc/test-data/run-multimodule.test
- mypyc/test-data/run-python312.test
- mypyc/test-data/run-sets.test
- mypyc/test-data/run-strings.test
- mypyc/test-data/run-tuples.test
- mypyc/test-data/run-u8.test
- mypyc/test/test_alwaysdefined.py
- + mypyc/test/test_annotate.py
- mypyc/test/test_emit.py
- mypyc/test/test_emitfunc.py
- mypyc/test/test_irbuild.py
- + mypyc/test/test_misc.py
- mypyc/test/test_namegen.py
- mypyc/test/test_run.py
- mypyc/test/testutil.py
- mypyc/transform/ir_transform.py
- mypyc/transform/lower.py
- + mypyc/transform/spill.py
- mypyc/transform/uninit.py
- pyproject.toml
- runtests.py
- setup.py
- + test-data/packages/modulefinder-site-packages/foo-stubs/qux.pyi
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/__init__.pyi
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/spam.pyi
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/__init__.py
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/__init__.pyi
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/py.typed
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.py
- + test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.pyi
- + test-data/packages/typedpkg_ns_nested/pyproject.toml
- + test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/__init__.py
- + test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/py.typed
- + test-data/packages/typedpkg_ns_nested/typedpkg_ns/b/__init__.py
- test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/__init__.pyi
- test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/demo.pyi
- test-data/unit/check-abstract.test
- test-data/unit/check-annotated.test
- test-data/unit/check-assert-type-fail.test
- test-data/unit/check-async-await.test
- test-data/unit/check-basic.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-deprecated.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-alias.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-kwargs.test
- test-data/unit/check-lists.test
- test-data/unit/check-literal.test
- test-data/unit/check-lowercase.test
- test-data/unit/check-modules.test
- test-data/unit/check-namedtuple.test
- test-data/unit/check-narrowing.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-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-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-semanal-error.test
- test-data/unit/check-serialize.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-object-type-inference.test
- test-data/unit/check-typeddict.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-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-warnings.test
- test-data/unit/cmdline.pyproject.test
- test-data/unit/cmdline.test
- test-data/unit/daemon.test
- test-data/unit/deps-expressions.test
- test-data/unit/deps-types.test
- test-data/unit/deps.test
- test-data/unit/diff.test
- test-data/unit/fine-grained-blockers.test
- test-data/unit/fine-grained-dataclass-transform.test
- test-data/unit/fine-grained-follow-imports.test
- test-data/unit/fine-grained-inspect.test
- test-data/unit/fine-grained-python312.test
- test-data/unit/fine-grained-suggest.test
- test-data/unit/fine-grained.test
- test-data/unit/fixtures/enum.pyi
- test-data/unit/fixtures/exception.pyi
- test-data/unit/fixtures/float.pyi
- test-data/unit/fixtures/floatdict.pyi
- test-data/unit/fixtures/for.pyi
- test-data/unit/fixtures/module.pyi
- test-data/unit/fixtures/ops.pyi
- test-data/unit/fixtures/property.pyi
- test-data/unit/fixtures/set.pyi
- test-data/unit/fixtures/typing-typeddict.pyi
- test-data/unit/lib-stub/typing.pyi
- test-data/unit/merge.test
- test-data/unit/parse-errors.test
- test-data/unit/parse.test
- test-data/unit/pep561.test
- + test-data/unit/plugins/magic_method.py
- test-data/unit/pythoneval.test
- test-data/unit/reports.test
- test-data/unit/semanal-classes.test
- test-data/unit/semanal-errors.test
- test-data/unit/semanal-literal.test
- test-data/unit/semanal-namedtuple.test
- test-data/unit/semanal-statements.test
- test-data/unit/semanal-typealiases.test
- test-data/unit/semanal-typeddict.test
- test-data/unit/semanal-types.test
- test-data/unit/stubgen.test
- test-data/unit/typexport-basic.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/-/compare/092c08d1e4c633254d08c790eabd0d4a909f47ca...0fb455d7aaae645e9c0e705a5eea2d2b7b78877c

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/092c08d1e4c633254d08c790eabd0d4a909f47ca...0fb455d7aaae645e9c0e705a5eea2d2b7b78877c
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/20250810/907f1c9f/attachment-0001.htm>


More information about the debian-med-commit mailing list