Commit Graph

11555 Commits

Author SHA1 Message Date
renovate[bot] 8b31f2639e Update most test/lint dependencies (#15582) 2026-04-01 17:54:51 +02:00
Sebastian Rittau 8ffc43610f Update mypy to 1.20.0 (#15588) 2026-04-01 17:02:18 +02:00
Sebastian Rittau b4a8d21edf [concurrent.interpreters] Fix version guards (#15592) 2026-04-01 15:41:03 +02:00
Sebastian Rittau 1004155b8e [channels] Use async def instead of a decorator (#15590) 2026-04-01 15:22:32 +02:00
Sebastian Rittau 08628cee95 [stdlib] Fix a few literal values (#15589) 2026-04-01 15:17:41 +02:00
Sebastian Rittau 9553477993 [ephem] Remove wrong protocol base classes (#15587) 2026-04-01 15:17:11 +02:00
KotlinIsland e01edb5465 [contextlib] Make ExitStack/AsyncExitStack not appear as abstract (#15488) 2026-04-01 11:38:42 +02:00
renovate[bot] 679fce774b Update GitHub Actions (#15581) 2026-04-01 08:06:27 +02:00
Jeremy Cantrell c5e47faeda Fix threading.Thread argument context type (#15579) 2026-03-31 15:13:57 -04:00
David Salvisberg ccf9411fb1 [uWSGI] Use a TypeVarTuple in uwsgidecorators.thread (#11128) 2026-03-30 13:59:35 +02:00
lev-blit 9023424987 [gunicorn] Add precise return type for asgi.protocol:BodyReceiver.receive (#15567) 2026-03-30 12:37:51 +02:00
lev-blit 5e99fcf870 [gunicorn] Add precise return types for most of CommandHandlers methods (#15568) 2026-03-30 12:37:15 +02:00
Jonathan Dung 15f1aea25a Change 'self' to 'cls' in mmap.__new__ method (#15576) 2026-03-29 22:41:17 -07:00
Semyon Moroz 14968e64c6 [ssl] Deprecate RAND_egd (#15572) 2026-03-29 12:45:52 -04:00
Semyon Moroz 900bad5a71 [sqlite3] Deprecate undocumented enable_shared_cache (#15571)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2026-03-29 10:53:22 -04:00
github-actions[bot] 2ded3a24a1 [stubsabot] Bump regex to 2026.3.32 (#15570) 2026-03-28 20:51:35 -04:00
Emmanuel Ferdman e78872c57e [docker] Fix incomplete types in models and add missing method (#15565) 2026-03-27 17:46:47 +01:00
Brian Schubert 9840d38f0c [gunicorn] Update to 25.3.0 (#15563) 2026-03-27 12:52:53 +01:00
Brian Schubert 5a5912bd0c [dateparser] Update to 1.4.0 (#15562) 2026-03-27 07:59:52 +01:00
Stephen Finucane 07f0b07dd4 stdlib: Fix type for unittest.TestProgram module attribute (#15559) 2026-03-26 11:40:39 -04:00
Jonathan Dung 27d902f6fa [asyncio] Add annotations for asyncio.base_tasks._task_repr (#15558) 2026-03-26 13:03:49 +01:00
LeonDeKunlun 4578526f87 [configparser] Fix return type of RawConfigParser.read (#15551) 2026-03-26 11:22:48 +01:00
github-actions[bot] 96f56d072c [stubsabot] Bump requests to ~=2.33.0 (#15556) 2026-03-26 07:28:37 +01:00
Semyon Moroz 82533e5fcd [gunicorn] Update to 25.2.0 (#15555) 2026-03-25 21:34:25 +01:00
Thanos 1bf663e749 [builtins] Relax frozenset.isdisjoint method to accept Iterable[object] (#15381) 2026-03-25 11:26:19 +01:00
Victor Colomb b7ac9ee664 [django-import-export]: Fix ForeignKeyWidget.__init__ argument types (#15552) 2026-03-24 19:21:01 +01:00
sedat4ras dc981ee66f [jsonschema] Fix RefResolver store parameter type (#15542)
Change URIDict to use MutableMapping[str, Any] as the value type
throughout, consistent with the actual runtime behavior where store
values are schema documents (JSON objects), not plain strings.
2026-03-24 16:09:54 +01:00
Semyon Moroz 26380ee31c [oauthlib] Use Incomplete instead of Any (#15547) 2026-03-23 18:51:19 +01:00
Jonathan Dung d28d1121dc [signal] Define SIGABRT as 22 instead of 6 on Windows (#15541) 2026-03-23 15:54:44 +01:00
Sebastian Rittau c48ede8b17 [requests] Add requests.compat.JSONDecodeError (#15545)
Also add a comment that `JSONDecodeError` may be imported from
`simplejson` if that is installed.
2026-03-23 15:08:55 +01:00
Sebastian Rittau 1858acbb36 [jsonschema] Mark RefResolver as deprecated (#15546) 2026-03-23 15:08:17 +01:00
Brian Schubert 81a6d245c2 [python-dateutil] Add missing gettz cache control methods (#15537) 2026-03-22 19:30:19 +01:00
MajorTanya 69d322e01e [dateparser] Fix return type of search_dates (#15539) 2026-03-22 13:10:49 -04:00
Semyon Moroz 64fc8add8f [pywin32] Improve win32com (#15527) 2026-03-22 09:40:52 -04:00
Semyon Moroz 282b1a838a Add @type_check_only to stub-only private classes in various third-party stubs (#15535) 2026-03-21 18:02:17 -04:00
github-actions[bot] 222da0600f [stubsabot] Bump fanstatic to 1.7.* (#15534) 2026-03-21 10:57:30 +01:00
GBognar 9f8f621918 [networkx] Enhance annotation for Networkx.Graph.add_weighted_edges_from (#15528) 2026-03-20 11:12:07 +01:00
Christian Hartung 8193aa109c [channels] Relax django-stubs dependency (#15524) 2026-03-20 09:34:41 +01:00
Emmanuel Ferdman 50ec9108eb [pyasn1] Fix componentType to accept Asn1Type in SequenceOf (#15442) 2026-03-18 13:49:52 +01:00
github-actions[bot] 9c855f37cb [stubsabot] Bump yt-dlp to 2026.3.17 (#15522) 2026-03-17 20:46:34 -04:00
Semyon Moroz 143d22ce2b [pywin32] Add parameters for incomplete functions (#15512) 2026-03-16 17:29:14 -04:00
Hoël Bagard ed11953534 [behave] Add package (incomplete) (#15505) 2026-03-16 15:31:49 +01:00
Semyon Moroz 4449b2bfd9 [asyncio] Deprecate ThreadedChildWatcher and PidfdChildWatcher (#15513) 2026-03-16 08:58:39 +01:00
Brian Schubert e71841fe4b [cachetools] Add @type_check_only to stub-only private classes (#15516)
Also unify duplicated `_CacheInfo` definitions
2026-03-16 08:50:07 +01:00
Jonathan Dung 2e0a8127f5 [code] Add InteractiveConsole.local_exit (#15519) 2026-03-16 08:32:40 +01:00
Brian Schubert 61524fab4e Fix Final literal values in various third-party stubs (#15521) 2026-03-15 19:08:37 -07:00
github-actions[bot] afee73a18c [stubsabot] Bump croniter to 6.2.2 (#15520) 2026-03-15 20:43:30 -04:00
Brian Schubert 2839fd5734 Add @type_check_only to stub-only private classes in stdlib, round 2 (#15515) 2026-03-15 16:31:02 -04:00
Semyon Moroz eca2ee5e33 [pywin32] Mark stub-only NamedTuples as @type_check_only (#15514) 2026-03-15 15:43:09 -04:00
Semyon Moroz 466f4f2744 [croniter] Update to 6.2.0 (#15511) 2026-03-15 15:09:32 +01:00