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.
Files changed (126) hide show
  1. package/dist/pyright-langserver.js +1 -1
  2. package/dist/pyright-langserver.js.map +1 -1
  3. package/dist/pyright.js +1 -1
  4. package/dist/pyright.js.map +1 -1
  5. package/dist/typeshed-fallback/commit.txt +1 -1
  6. package/dist/typeshed-fallback/stdlib/VERSIONS +2 -0
  7. package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +4 -0
  8. package/dist/typeshed-fallback/stdlib/_csv.pyi +7 -7
  9. package/dist/typeshed-fallback/stdlib/_ctypes.pyi +8 -9
  10. package/dist/typeshed-fallback/stdlib/_stat.pyi +84 -82
  11. package/dist/typeshed-fallback/stdlib/_thread.pyi +4 -4
  12. package/dist/typeshed-fallback/stdlib/_tkinter.pyi +10 -10
  13. package/dist/typeshed-fallback/stdlib/_winapi.pyi +132 -132
  14. package/dist/typeshed-fallback/stdlib/argparse.pyi +6 -6
  15. package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +60 -12
  16. package/dist/typeshed-fallback/stdlib/asyncio/base_futures.pyi +4 -4
  17. package/dist/typeshed-fallback/stdlib/asyncio/constants.pyi +8 -8
  18. package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +64 -11
  19. package/dist/typeshed-fallback/stdlib/asyncio/format_helpers.pyi +14 -3
  20. package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +11 -2
  21. package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +5 -5
  22. package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +5 -1
  23. package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +58 -25
  24. package/dist/typeshed-fallback/stdlib/asyncio/windows_events.pyi +27 -13
  25. package/dist/typeshed-fallback/stdlib/asyncio/windows_utils.pyi +2 -2
  26. package/dist/typeshed-fallback/stdlib/bdb.pyi +15 -3
  27. package/dist/typeshed-fallback/stdlib/binhex.pyi +4 -4
  28. package/dist/typeshed-fallback/stdlib/builtins.pyi +26 -7
  29. package/dist/typeshed-fallback/stdlib/cmd.pyi +2 -2
  30. package/dist/typeshed-fallback/stdlib/codecs.pyi +21 -21
  31. package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +9 -9
  32. package/dist/typeshed-fallback/stdlib/configparser.pyi +3 -3
  33. package/dist/typeshed-fallback/stdlib/copy.pyi +13 -1
  34. package/dist/typeshed-fallback/stdlib/datetime.pyi +3 -3
  35. package/dist/typeshed-fallback/stdlib/dbm/gnu.pyi +3 -0
  36. package/dist/typeshed-fallback/stdlib/dbm/ndbm.pyi +3 -0
  37. package/dist/typeshed-fallback/stdlib/dbm/sqlite3.pyi +29 -0
  38. package/dist/typeshed-fallback/stdlib/dis.pyi +76 -13
  39. package/dist/typeshed-fallback/stdlib/email/utils.pyi +15 -2
  40. package/dist/typeshed-fallback/stdlib/fcntl.pyi +19 -1
  41. package/dist/typeshed-fallback/stdlib/filecmp.pyi +2 -2
  42. package/dist/typeshed-fallback/stdlib/ftplib.pyi +6 -6
  43. package/dist/typeshed-fallback/stdlib/gc.pyi +7 -7
  44. package/dist/typeshed-fallback/stdlib/http/cookiejar.pyi +1 -1
  45. package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +9 -6
  46. package/dist/typeshed-fallback/stdlib/importlib/metadata/_meta.pyi +17 -3
  47. package/dist/typeshed-fallback/stdlib/importlib/metadata/diagnose.pyi +2 -0
  48. package/dist/typeshed-fallback/stdlib/inspect.pyi +34 -30
  49. package/dist/typeshed-fallback/stdlib/io.pyi +11 -11
  50. package/dist/typeshed-fallback/stdlib/ipaddress.pyi +3 -3
  51. package/dist/typeshed-fallback/stdlib/lzma.pyi +27 -27
  52. package/dist/typeshed-fallback/stdlib/mailbox.pyi +8 -0
  53. package/dist/typeshed-fallback/stdlib/mimetypes.pyi +1 -0
  54. package/dist/typeshed-fallback/stdlib/mmap.pyi +12 -0
  55. package/dist/typeshed-fallback/stdlib/msvcrt.pyi +6 -6
  56. package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +5 -5
  57. package/dist/typeshed-fallback/stdlib/multiprocessing/reduction.pyi +2 -5
  58. package/dist/typeshed-fallback/stdlib/nntplib.pyi +3 -3
  59. package/dist/typeshed-fallback/stdlib/os/__init__.pyi +23 -1
  60. package/dist/typeshed-fallback/stdlib/pdb.pyi +26 -3
  61. package/dist/typeshed-fallback/stdlib/poplib.pyi +6 -6
  62. package/dist/typeshed-fallback/stdlib/posix.pyi +20 -2
  63. package/dist/typeshed-fallback/stdlib/pty.pyi +5 -5
  64. package/dist/typeshed-fallback/stdlib/pydoc.pyi +30 -7
  65. package/dist/typeshed-fallback/stdlib/readline.pyi +4 -0
  66. package/dist/typeshed-fallback/stdlib/site.pyi +9 -0
  67. package/dist/typeshed-fallback/stdlib/sre_constants.pyi +2 -1
  68. package/dist/typeshed-fallback/stdlib/stat.pyi +2 -2
  69. package/dist/typeshed-fallback/stdlib/syslog.pyi +42 -40
  70. package/dist/typeshed-fallback/stdlib/tempfile.pyi +2 -0
  71. package/dist/typeshed-fallback/stdlib/threading.pyi +1 -1
  72. package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +66 -5
  73. package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +72 -72
  74. package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +5 -5
  75. package/dist/typeshed-fallback/stdlib/tkinter/tix.pyi +31 -31
  76. package/dist/typeshed-fallback/stdlib/trace.pyi +12 -1
  77. package/dist/typeshed-fallback/stdlib/types.pyi +13 -1
  78. package/dist/typeshed-fallback/stdlib/typing.pyi +1 -1
  79. package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +1 -0
  80. package/dist/typeshed-fallback/stdlib/unittest/__init__.pyi +6 -10
  81. package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +4 -0
  82. package/dist/typeshed-fallback/stdlib/unittest/loader.pyi +20 -16
  83. package/dist/typeshed-fallback/stdlib/unittest/main.pyi +5 -1
  84. package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +54 -18
  85. package/dist/typeshed-fallback/stdlib/warnings.pyi +4 -2
  86. package/dist/typeshed-fallback/stdlib/wave.pyi +2 -2
  87. package/dist/typeshed-fallback/stdlib/webbrowser.pyi +5 -2
  88. package/dist/typeshed-fallback/stdlib/winsound.pyi +16 -16
  89. package/dist/typeshed-fallback/stdlib/xml/dom/pulldom.pyi +9 -9
  90. package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +3 -0
  91. package/dist/typeshed-fallback/stdlib/zipfile/_path.pyi +6 -1
  92. package/dist/typeshed-fallback/stdlib/zlib.pyi +19 -19
  93. package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +2 -1
  94. package/dist/typeshed-fallback/stubs/assertpy/assertpy/string.pyi +2 -3
  95. package/dist/typeshed-fallback/stubs/cachetools/METADATA.toml +1 -1
  96. package/dist/typeshed-fallback/stubs/cachetools/cachetools/__init__.pyi +3 -0
  97. package/dist/typeshed-fallback/stubs/cachetools/cachetools/func.pyi +2 -0
  98. package/dist/typeshed-fallback/stubs/cachetools/cachetools/keys.pyi +2 -1
  99. package/dist/typeshed-fallback/stubs/croniter/croniter/croniter.pyi +27 -4
  100. package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +13 -8
  101. package/dist/typeshed-fallback/stubs/docker/docker/types/containers.pyi +1 -1
  102. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi +2 -3
  103. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/roles.pyi +12 -12
  104. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/states.pyi +17 -17
  105. package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/base.pyi +1 -0
  106. package/dist/typeshed-fallback/stubs/flake8/flake8/statistics.pyi +4 -5
  107. package/dist/typeshed-fallback/stubs/jsonschema/METADATA.toml +1 -1
  108. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_format.pyi +0 -1
  109. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/exceptions.pyi +18 -16
  110. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/image.pyi +5 -1
  111. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi +2 -2
  112. package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
  113. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +46 -46
  114. package/dist/typeshed-fallback/stubs/pyOpenSSL/METADATA.toml +1 -0
  115. package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +1 -1
  116. package/dist/typeshed-fallback/stubs/pygit2/pygit2/repository.pyi +1 -0
  117. package/dist/typeshed-fallback/stubs/pygit2/pygit2/submodules.pyi +11 -5
  118. package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
  119. package/dist/typeshed-fallback/stubs/requests/requests/models.pyi +2 -0
  120. package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +5 -1
  121. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/__init__.pyi +10 -10
  122. package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +1 -2
  123. package/dist/typeshed-fallback/stubs/shapely/shapely/coords.pyi +2 -2
  124. package/package.json +1 -1
  125. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/extern/__init__.pyi +0 -20
  126. 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.