Commit Graph

10418 Commits

Author SHA1 Message Date
github-actions[bot] a55309bc7e [stubsabot] Bump peewee to 3.18.0 (#13907) 2025-04-30 15:01:15 +02:00
Semyon Moroz 49afeeb806 Add argument to TarInfo.tarfile setter (#13904) 2025-04-29 20:15:16 +02:00
Sebastian Rittau 12ef43c8d0 Rename "Preparing Changes" to "Making Changes" (#13901)
And integrate the "Code Style" chapter there. This makes the actual
chapter structure follow the overview structure.
2025-04-29 01:04:45 +02:00
Semyon Moroz 232c31c5c4 Complete pyflakes (#13848) 2025-04-28 14:42:26 +02:00
Semyon Moroz 4ba81e82a5 Bump reportlab to 4.4.* (#13857) 2025-04-28 14:27:34 +02:00
Semyon Moroz ba0976e6c5 [hvac] Clarify and improve some annotations (#13886) 2025-04-28 14:05:34 +02:00
Sebastian Rittau 2d60b4bd9c Mark ExifRead as obsolete (#13899) 2025-04-28 14:01:44 +02:00
vidhyavijayan3 42347a1ada Fix base class compatibility for IntFlag in Python 3.11+ to resolve inverted type issue (#13854) 2025-04-28 13:44:40 +02:00
Semyon Moroz 02a9a0e848 Deprecate TarInfo.tarfile attribute (#13894) 2025-04-28 13:41:28 +02:00
Semyon Moroz 6759cb19e6 Improve pywin32.isapi (#13889) 2025-04-28 13:34:51 +02:00
Semyon Moroz 8bfae3303f Bump setuptools to 80.0.* (#13898) 2025-04-28 12:27:03 +02:00
Avasam 5faa04038b Apply mypy-tests custom config to other mypy-based tests (#13825) 2025-04-28 12:24:26 +02:00
Avasam 23f94ffbc4 Remove Any in stubs/grpcio/grpc_status/rpc_status.pyi (#13895) 2025-04-28 08:43:46 +02:00
tmlnv 0dedc39f22 Add None to SubsegmentContextManager.__enter__ return type (#13892) 2025-04-27 16:38:05 +02:00
Janek Nouvertné 8a6bfb0698 Make AsyncExitStack generic on __aexit__ (#13888) 2025-04-27 11:23:34 +03:00
Tamás PEREGI 1ccaa7f8ef Fix return type of win32wnet.WNetOpenEnum (#13890) 2025-04-27 01:03:42 -04:00
Semyon Moroz ebf4d17c8d Improve braintree (#13862) 2025-04-25 13:57:12 +02:00
thomas-whaley-poco 97dc39bc65 Fix generics in NetworkX (#13864) 2025-04-25 13:20:40 +02:00
Sebastian Rittau dd8532343d [fpdf2] Update to 2.8.3 (#13871) 2025-04-25 12:16:28 +02:00
Thanos e07284f7d9 Add missing _optimize parameter to importlib.machinery.SourceFileLoader method. (#13880) 2025-04-25 12:01:45 +02:00
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