basedpyright 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/VERSIONS +2 -0
- package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/_csv.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +8 -9
- package/dist/typeshed-fallback/stdlib/_stat.pyi +84 -82
- package/dist/typeshed-fallback/stdlib/_thread.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/_tkinter.pyi +10 -10
- package/dist/typeshed-fallback/stdlib/_winapi.pyi +132 -132
- package/dist/typeshed-fallback/stdlib/argparse.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +60 -12
- package/dist/typeshed-fallback/stdlib/asyncio/base_futures.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/asyncio/constants.pyi +8 -8
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +64 -11
- package/dist/typeshed-fallback/stdlib/asyncio/format_helpers.pyi +14 -3
- package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +11 -2
- package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +58 -25
- package/dist/typeshed-fallback/stdlib/asyncio/windows_events.pyi +27 -13
- package/dist/typeshed-fallback/stdlib/asyncio/windows_utils.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/bdb.pyi +15 -3
- package/dist/typeshed-fallback/stdlib/binhex.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/builtins.pyi +26 -7
- package/dist/typeshed-fallback/stdlib/cmd.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/codecs.pyi +21 -21
- package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +9 -9
- package/dist/typeshed-fallback/stdlib/configparser.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/copy.pyi +13 -1
- package/dist/typeshed-fallback/stdlib/datetime.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/dbm/gnu.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/dbm/ndbm.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/dbm/sqlite3.pyi +29 -0
- package/dist/typeshed-fallback/stdlib/dis.pyi +76 -13
- package/dist/typeshed-fallback/stdlib/email/utils.pyi +15 -2
- package/dist/typeshed-fallback/stdlib/fcntl.pyi +19 -1
- package/dist/typeshed-fallback/stdlib/filecmp.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/ftplib.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/gc.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/http/cookiejar.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +9 -6
- package/dist/typeshed-fallback/stdlib/importlib/metadata/_meta.pyi +17 -3
- package/dist/typeshed-fallback/stdlib/importlib/metadata/diagnose.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/inspect.pyi +34 -30
- package/dist/typeshed-fallback/stdlib/io.pyi +11 -11
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/lzma.pyi +27 -27
- package/dist/typeshed-fallback/stdlib/mailbox.pyi +8 -0
- package/dist/typeshed-fallback/stdlib/mimetypes.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/mmap.pyi +12 -0
- package/dist/typeshed-fallback/stdlib/msvcrt.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/multiprocessing/reduction.pyi +2 -5
- package/dist/typeshed-fallback/stdlib/nntplib.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +23 -1
- package/dist/typeshed-fallback/stdlib/pdb.pyi +26 -3
- package/dist/typeshed-fallback/stdlib/poplib.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/posix.pyi +20 -2
- package/dist/typeshed-fallback/stdlib/pty.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/pydoc.pyi +30 -7
- package/dist/typeshed-fallback/stdlib/readline.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/site.pyi +9 -0
- package/dist/typeshed-fallback/stdlib/sre_constants.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/stat.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/syslog.pyi +42 -40
- package/dist/typeshed-fallback/stdlib/tempfile.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/threading.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +66 -5
- package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +72 -72
- package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/tkinter/tix.pyi +31 -31
- package/dist/typeshed-fallback/stdlib/trace.pyi +12 -1
- package/dist/typeshed-fallback/stdlib/types.pyi +13 -1
- package/dist/typeshed-fallback/stdlib/typing.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/unittest/__init__.pyi +6 -10
- package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/unittest/loader.pyi +20 -16
- package/dist/typeshed-fallback/stdlib/unittest/main.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +54 -18
- package/dist/typeshed-fallback/stdlib/warnings.pyi +4 -2
- package/dist/typeshed-fallback/stdlib/wave.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/webbrowser.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/winsound.pyi +16 -16
- package/dist/typeshed-fallback/stdlib/xml/dom/pulldom.pyi +9 -9
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/zipfile/_path.pyi +6 -1
- package/dist/typeshed-fallback/stdlib/zlib.pyi +19 -19
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +2 -1
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/string.pyi +2 -3
- package/dist/typeshed-fallback/stubs/cachetools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/cachetools/cachetools/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/cachetools/cachetools/func.pyi +2 -0
- package/dist/typeshed-fallback/stubs/cachetools/cachetools/keys.pyi +2 -1
- package/dist/typeshed-fallback/stubs/croniter/croniter/croniter.pyi +27 -4
- package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +13 -8
- package/dist/typeshed-fallback/stubs/docker/docker/types/containers.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi +2 -3
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/roles.pyi +12 -12
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/states.pyi +17 -17
- package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/base.pyi +1 -0
- package/dist/typeshed-fallback/stubs/flake8/flake8/statistics.pyi +4 -5
- package/dist/typeshed-fallback/stubs/jsonschema/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_format.pyi +0 -1
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/exceptions.pyi +18 -16
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/image.pyi +5 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi +2 -2
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +46 -46
- package/dist/typeshed-fallback/stubs/pyOpenSSL/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pygit2/pygit2/repository.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pygit2/pygit2/submodules.pyi +11 -5
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/requests/requests/models.pyi +2 -0
- package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +5 -1
- package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/__init__.pyi +10 -10
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +1 -2
- package/dist/typeshed-fallback/stubs/shapely/shapely/coords.pyi +2 -2
- package/package.json +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/extern/__init__.pyi +0 -20
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/extern/__init__.pyi +0 -20
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.