Commit Graph

10883 Commits

Author SHA1 Message Date
Marti Raudsepp 893b9a760d [django-filter] Improve constructor param types and add missing re-exports (#14556)
* Accept `StrOrPromise` for field labels -- allow Django lazy translated strings.
* Added `__init__` params that are inherited from parent classes. Reduced usage of loosely typed `*args, **kwargs`.
* Removed `__init__` method type hints from classes whose parameters are same as parent class -- to avoid duplicating them.
* Added missing re-exports to `django_filters/rest_framework/__init__.pyi` -- the imports in this file are clearly meant as re-export
2025-08-14 20:56:30 +02:00
H4rryK4ne 1455669dde [django-filter] Replace list with more generic Sequence (#14567) 2025-08-14 20:55:14 +02:00
Semyon Moroz 1e537d6216 [sys] Add missing sys.flags (#14572) 2025-08-13 12:47:37 +02:00
Sebastian Rittau 1c6a015f41 Remove a superflous allowlist entry (#14571) 2025-08-13 12:26:30 +02:00
LinusMain 1286357b88 [oauthlib] Fix create_token_response() body argument type (#14570) 2025-08-13 12:08:22 +02:00
Semyon Moroz 21b9118f4a [docutils] Bump to 0.22.* (#14500) 2025-08-13 12:05:55 +02:00
Semyon Moroz 6cae34647c [yt-dlp] Update to 2025.8.11 (#14564) 2025-08-12 13:00:56 +02:00
Semyon Moroz 5e7de4497c [fpdf2] Update to 2.8.4 (#14563) 2025-08-12 10:39:29 +02:00
Ali Hamdan ea39410142 networkx: annotate the linalg module (#14551) 2025-08-11 18:58:50 +02:00
David Salvisberg 62e28b2709 gevent: Use a TypeVarTuple in gevent.baseserver.BaseServer (#11138) 2025-08-11 12:58:16 +02:00
Ali Hamdan 897abe0089 networkx: improve the multigraph module (#14506) 2025-08-11 12:57:10 +02:00
Ali Hamdan d876dbab72 networkx: complete the astar and generic modules in shortest_paths (#14550) 2025-08-11 12:56:49 +02:00
Semyon Moroz 7ebff91b5e [socket] Revert adding proto default value in SocketType (#14549) 2025-08-11 12:55:50 +02:00
oltolm 2dd1ef4627 Update GDB stubs to 16.3 (#13923) 2025-08-11 12:54:47 +02:00
Ali Hamdan b88f4c1757 networkx: improve the nx_agraph module (#14554) 2025-08-11 12:39:21 +02:00
Houston4444 5e40362ac5 [JACK-Client] UUIDs are represented as ints (#14559) 2025-08-11 12:20:09 +02:00
Semyon Moroz fb0940e6c1 [stdlib] Deprecate old functions (#14553)
* [stdlib] Deprecate many functions

* Fix typo

* Imporove message for asyncio/trsock

* Apply suggestions from code review

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

* Add Python before version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

* Wrap comment lines

* fix the rest

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-10 22:27:35 +01:00
Semyon Moroz 91ba0da4aa [glob] Deprecate glob0 and glob1 functions (#14477) 2025-08-08 23:21:07 +02:00
github-actions[bot] 8dc16bc111 [stubsabot] Bump regex to 2025.7.34 (#14497) 2025-08-08 21:13:59 +02:00
Semyon Moroz 4ad58527c2 [socket] Use Final for constants (#14503) 2025-08-08 21:12:27 +02:00
EthanAtLL ba2e6b454a tensorflow: Add Tensor.__array__ method. (#14342) 2025-08-08 18:29:30 +02:00
Ali Hamdan 5bb4ec86c6 networkx: complete the components module (#14507) 2025-08-08 18:03:33 +02:00
Ali Hamdan 01cb5bac42 networkx: improve the shortest_paths.weighted module (#14508) 2025-08-08 18:02:54 +02:00
Brian Schubert 10dba69727 [stubsabot] Support diff analysis for GitLab hosted projects (#14542) 2025-08-08 16:50:58 +02:00
Adam Dangoor c3a880b428 [docutils] Add return types for a few docutils table methods (#14493) 2025-08-08 12:14:58 +02:00
Semyon Moroz 351439739c [gettext] Deprecate l*gettext() functions and related (#14535) 2025-08-08 12:14:19 +02:00
Semyon Moroz d2eb9ac91a [configparser] Add several deprecated attributes (#14487) 2025-08-08 12:13:30 +02:00
Brian Schubert 11907e2825 Fix dunder-method positional-only parameter discrepancies in third-party stubs (#14529) 2025-08-08 12:12:44 +02:00
Avasam 2e3203fdff Use uv action rather than install script (#14530) 2025-08-08 12:11:44 +02:00
Semyon Moroz 56264ac973 [ssl] Set values to constants (#14544) 2025-08-08 12:08:28 +02:00
Hunter Hogan 4df58d8079 Complete networkx/graph.pyi. #14499 (#14509) 2025-08-08 11:52:58 +02:00
github-actions[bot] 562fa25c37 Remove beautifulsoup4 (#14531) 2025-08-08 11:43:35 +02:00
Huy Nguyen 2bb3b53b60 [django-filter] Add type stubs (#14540) 2025-08-08 11:34:39 +02:00
Brian Schubert 81c8fcb2e6 Mark stub-only private symbols as @type_check_only in third-party stubs (#14545) 2025-08-08 11:29:48 +02:00
Semyon Moroz a358dc24e8 [array] Add w typecode and deprecate u typecode (#14475) 2025-08-08 11:28:10 +02:00
Semyon Moroz d24394fa2f [zlib] Add ZLIBNG_VERSION (#14513)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2025-08-08 05:03:27 -04:00
renovate[bot] 7c6de4ba43 Update dependency uv to v0.8.6 [SECURITY] (#14546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-08 07:44:48 +01:00
Semyon Moroz ecf2ef48f9 Fix stdlib stubtest for 3.13.6 patch release (#14543) 2025-08-07 11:55:01 -04:00
Semyon Moroz c82ad37425 [pathlib] Add owner, group methods on Windows (#14536) 2025-08-07 07:51:17 -04:00
Semyon Moroz 5a7bac0e97 [braintree] Update to 4.38.* (#14534) 2025-08-06 07:24:44 -04:00
Semyon Moroz 3d586bbf44 [fcntl] Use Final for constants (#14537)
Source: https://github.com/python/cpython/blob/main/Modules/fcntlmodule.c
2025-08-06 07:21:21 -04:00
Brian Schubert d01dc82bd2 Mark various dunder methods as positional-only in the stdlib (#14528) 2025-08-05 17:57:39 -04:00
Brian Schubert 953e21bafa Add __format__ overrides to complex, float, int, and str (#14523) 2025-08-05 17:56:36 -04:00
Semyon Moroz aeb9c4cb39 [paramiko] Update to 4.0.* (#14527)
Closes: #14524
2025-08-05 07:38:21 -04:00
Semyon Moroz 084742b431 [concurrent.futures.interpreter] Update to 3.14.0b4 (#14522) 2025-08-04 18:59:26 -07:00
Brian Schubert f57e8b1f26 [pysftp] Pin paramiko~=3.0 when running stubtest (#14526) 2025-08-04 18:55:54 -07:00
Andrew Stitcher 32bc5fcbbe Make FFI.buffer implement buffer protocol, mark dunder methods as positional-only (#14505) 2025-08-04 19:50:41 -04:00
Semyon Moroz 5a5d6a7647 [pyinstaller] Update to 6.15.* (#14521) 2025-08-04 10:05:39 -04:00
Semyon Moroz e16c23d376 [_winapi] Add COPY_FILE_DIRECTORY (#14515) 2025-08-04 11:44:19 +01:00
Semyon Moroz 731090c062 [nt] Add readinto (#14516) 2025-08-04 11:43:55 +01:00