Commit Graph

11535 Commits

Author SHA1 Message Date
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
Sebastian Rittau 6e32e08743 [pickle] Fix _Pickle.reducer_override annotation (#13545) 2026-03-15 13:45:55 +01:00
github-actions[bot] f8f0794d0f [stubsabot] Bump cffi to 2.0.* (#14689) 2026-03-14 15:18:35 -04:00
melassa e2c0e3a0c6 tkinter: Accept list and tuple in grid sticky option (#15508)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2026-03-14 20:43:47 +02:00
github-actions[bot] 6b222ca89d [stubsabot] Bump yt-dlp to 2026.3.13 (#15509) 2026-03-13 21:14:15 -04:00
Sebastian Rittau 25438e5f21 [tarfile] Use Literal for TarFile.{debug,errorlevel} (#15368) 2026-03-11 16:27:22 +01:00
Mark Steward 69b19d5b64 [wtforms] Fix variance issues with SelectField.choices (#15503) 2026-03-11 14:17:48 +01:00
github-actions[bot] a9fbf47e67 [stubsabot] Bump geopandas to 1.1.3 (#15499) 2026-03-10 17:31:09 +01:00
Hunter Hogan a1c4ca3d8b [resampy] Add stubs for resampy 0.4.3 (#15341) 2026-03-09 14:18:08 +01:00
Randolf Scholz bfb7342f83 remove dict.__or__ overloads (#14284) 2026-03-08 19:33:25 +00:00
github-actions[bot] 4905a322e5 [binaryornot] Mark as obsolete since 0.5.0 (#15494) 2026-03-08 08:41:33 +01:00
Semyon Moroz 3e9ca33422 [tabulate] Update to 0.10.* (#15491) 2026-03-07 12:17:12 +01:00
FuYn 6827cd4777 [bisect] Allow sequences without __len__ when hi is explicitly provided (#15493) 2026-03-07 11:53:21 +01:00
Adolfo Ochagavía 07ffb67b92 [cffi] Accept floats in cast (#15487) 2026-03-06 09:57:19 +01:00
Semyon Moroz e108320b29 [python-dateutil] Complete stubs (#15476) 2026-03-04 20:43:10 -05:00
pinterior b0401bc7df [contextlib] adjust nullcontext.__init__ to fix divergences in type checkers (#15482) 2026-03-04 09:33:00 +01:00
Semyon Moroz 7c9d622f5b Update allowlists for latest Python patch releases (#15485)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2026-03-03 22:54:01 -05:00
github-actions[bot] 5803a553ee [stubsabot] Bump yt-dlp to 2026.3.3 (#15484) 2026-03-03 22:19:00 -05:00
github-actions[bot] 64bf74e44e [stubsabot] Bump pytz to 2026.1.post1 (#15483) 2026-03-03 22:17:44 -05:00
Semyon Moroz 0e16ea31d2 [Authlib] Update to 1.6.9 (#15481) 2026-03-02 22:29:26 -05:00
Albert Eduardovich N. 35004e95ca [encodings] Reexport encodings.aliases (#15462) 2026-03-02 13:32:54 +01:00