Commit Graph

10398 Commits

Author SHA1 Message Date
Blake Williams 22b55fb7fa Import gRPC stubs from the grpc-stubs project (#11204) 2025-04-25 10:39:43 +02:00
Avasam 9dd2ea67d3 pywin32: Fix various arguments (#13846) 2025-04-25 10:38:36 +02:00
Semyon Moroz 746dbbcc2b Complete ttkthemes (#13858) 2025-04-25 11:26:21 +03:00
renovate[bot] 5306a8b9d9 Update dependency pyright to v1.1.400 (#13882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 07:47:55 +01:00
David Gilman 0c6ef9c6ae [auth0-python] Add async functions to AsyncAuth0 (#13799)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-04-24 18:12:12 -04:00
Semyon Moroz 56b2eade2c Expand args and kwargs for click_default_group methods (#13873) 2025-04-24 13:58:30 +02:00
Julen Costa Watanabe 23c2cba7ff [tensorflow] Fix literal value for pad function (#13877) 2025-04-24 13:56:57 +02:00
Andrew Riachi 318c8687c8 [PyScreeze] Fix locateCenterOnScreen optional arguments (#13852) 2025-04-24 13:13:15 +02:00
Semyon Moroz 578cddef1f Deprecate undocumented pydoc.ispackage (#13865) 2025-04-24 13:11:45 +02:00
Semyon Moroz e3f0de782d Mark some importlib interfaces as deprecated (#13866) 2025-04-24 13:10:38 +02:00
Semyon Moroz 8728d93565 Mark flake8-rst-docstrings as complete (#13867) 2025-04-24 13:08:01 +02:00
sobolevn 30d6bafafd Update mypy_extensions deprecation messages (#13876)
CC @AlexWaygood
2025-04-24 13:08:36 +03:00
Semyon Moroz de7404bcb2 Complete flake8-docstrings (#13872) 2025-04-24 12:08:21 +02:00
sobolevn 65860e5e86 Deprecate several things in mypy_extensions (#13874)
See https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0 on what was deprecated.
2025-04-23 15:37:20 -07:00
github-actions[bot] ae57d69c93 [stubsabot] Bump mypy-extensions to 1.1.* (#13868)
Release: https://pypi.org/pypi/mypy-extensions/1.1.0
Homepage: https://github.com/python/mypy_extensions
Repository: https://github.com/python/mypy_extensions
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/mypy-extensions
Diff: https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `mypy_extensions.py`.
 - Total lines of Python code added: 103.
 - Total lines of Python code deleted: 80.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2025-04-22 22:02:25 -07:00
Avasam 10b4c620d4 Properly mark deprecated methods in threading (#13861) 2025-04-22 09:58:53 +02:00
github-actions[bot] fec4a103fb [stubsabot] Bump setuptools to 79.0.* (#13860)
Co-authored-by: stubsabot <>
2025-04-21 13:54:39 -04:00
Noelle Leigh 1b267b25f2 stdlib/unittest/mock.pyi: Improve _Call types (#13845)
This fixes a number of issues related to `_Call` in `stdlib/unittest/mock.pyi`:

- `_Call.__new__()`, `_Call.__init__()`: The `parent` argument should be
  another `_Call` or `None`.
- `_Call.name` doesn't exist.
- `_Call.parent` doesn't exist.
- `_Call.from_kall` doesn't exist.
- [`NonCallableMock.call_args`][0] should be a `_Call` or `None`.

[0]: https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.call_args
2025-04-18 12:32:16 -07:00
Semyon Moroz 6f7c79786f Bump shapely to 2.1.* (#13847) 2025-04-16 20:54:27 -07:00
Semyon Moroz b37974492e Bump pyinstaller to 6.13.* (#13843) 2025-04-16 20:54:53 -04:00
Sebastian Rittau 45c0e52b30 Remove obsolete mentions of Python 3.8 (#13842) 2025-04-16 11:43:31 +02:00
Sebastian Rittau b67e0da207 Remove obsolete type alias _CursesWindow (#13841) 2025-04-16 11:43:06 +02:00
Avasam 5113659d37 Add all classes in stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi (#13833) 2025-04-16 11:32:19 +02:00
CatBraaain 9b23a54897 [tqdm] Add return type to tqdm.asyncio.gather (#13839) 2025-04-16 11:11:32 +02:00
github-actions[bot] 8e8254e442 [stubsabot] Bump greenlet to 3.2.* (#13836)
Release: https://pypi.org/pypi/greenlet/3.2.0
Homepage: https://greenlet.readthedocs.io/
Repository: https://github.com/python-greenlet/greenlet
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/greenlet
Changelog: https://greenlet.readthedocs.io/en/latest/changes.html
Diff: https://github.com/python-greenlet/greenlet/compare/3.1.1...3.2.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 29.
 - Total lines of Python code deleted: 18.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2025-04-16 09:10:46 +02:00
Sebastian Rittau ef0ee2087c Update authlib to 1.5.* (#13540) 2025-04-15 17:08:24 -04:00
Sebastian Rittau dfea9a6a26 Document visit method return type (#13831) 2025-04-15 18:09:33 +02:00
Avasam 893eabe4ce auth0-python solve stubtest_allowlist entries (#13827) 2025-04-15 14:25:33 +02:00
Avasam 53811d3fca auth0-python: Cleanup re-exports leftovers from stubgen (#13828) 2025-04-15 13:52:05 +02:00
Semyon Moroz fd155cb31b Improve docker.utils (#13808) 2025-04-15 13:31:53 +02:00
Semyon Moroz b0238c58a2 Improve flake8-bugbear (#13829) 2025-04-15 11:59:05 +02:00
Semyon Moroz f65bdc1acd Deprecate ssl methods for NPN (#13823) 2025-04-14 12:44:17 +02:00
Sebastian Rittau de317e1c74 Simplify and fix urllib.parse.urlencode() (#13815)
Remove overloads and type vars. Introduce a protocol for the
`quote_via` argument. This means that the interface accepted by the
supplied `quote_via` is stricter, and is not dependent on the actual
supplied types in the `query` argument, but must work with all
possible query types.
2025-04-14 11:11:06 +02:00
Semyon Moroz 3941e06bfc Annotate markdown.util.get_installed_extensions (#13822) 2025-04-14 11:04:59 +02:00
Semyon Moroz 70dab5333a Complete flake8-builtins (#13824) 2025-04-14 11:00:45 +02:00
Semyon Moroz 6d0402cb03 Mark Flask-Cors as complete (#13820) 2025-04-13 01:06:02 +03:00
Semyon Moroz f6216ec623 Bump auth0-python to 4.9.* (#13803) 2025-04-12 13:48:13 -04:00
Justine Krejcha 648ed7bc4e jwcrypto: type most of the rest of JWT and JWKSet.generate function (#13807) 2025-04-12 19:27:16 +02:00
Avasam a045be8ed6 Import names from typing directly rather than importing module (#13761) 2025-04-12 19:10:09 +02:00
Mikaël Capelle 7ffb7e0832 Fix typing of Pickler.persistent_id and Unpickler.persistent_load for Python < 3.13. (#13818) 2025-04-12 19:09:31 +02:00
github-actions[bot] 76cd40e083 [stubsabot] Bump Markdown to 3.8.* (#13819)
Release: https://pypi.org/pypi/Markdown/3.8
Homepage: https://Python-Markdown.github.io/
Repository: https://github.com/Python-Markdown/markdown
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Markdown
Changelog: https://python-markdown.github.io/changelog/
Diff: https://github.com/Python-Markdown/markdown/compare/3.7...3.8

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 12 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 730.
 - Total lines of Python code deleted: 103.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2025-04-11 22:36:36 -07:00
Semyon Moroz e3002c6f0d Complete stubs for click-web (#13806) 2025-04-11 14:54:34 +02:00
Edward Peek bb1cbfab59 Fix incorrect keyword-only arguments in tarfile.open() (#13814) 2025-04-11 11:48:34 +02:00
renovate[bot] 39cfcdeca3 Update dependency pyright to v1.1.399 (#13813) 2025-04-11 02:44:40 +02:00
Sebastian Rittau 4a89c1b44c Update croniter to 6.0.0 (#13548)
Make class `croniter` generic over `ret_type` and tighten return types for some methods.
2025-04-11 02:10:49 +02:00
Brian Schubert c7b8fe9f06 Fix stdlib stubtest for latest Python patch releases (#13812) 2025-04-10 14:19:45 -07:00
pre-commit-ci[bot] 87f599dc83 [pre-commit.ci] pre-commit autoupdate (#13805)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.2...v0.11.4)

* Update requirements-tests.txt

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-04-07 22:05:06 +01:00
Semyon Moroz e26a15f983 Improve Authlib (#13801) 2025-04-07 14:34:05 +02:00
Semyon Moroz 5e3e056421 Improve passlib.utils (#13798) 2025-04-07 14:21:51 +02:00
Joren Hammudoglu 6b8aebcc9c _type_ class attributes in ctypes, and fix ctypes.wintypes.BYTE (#13777) 2025-04-07 14:16:11 +02:00