Commit Graph

11038 Commits

Author SHA1 Message Date
renovate[bot] 565cd2dbab Update most test/lint dependencies (#14812) 2025-10-01 09:31:46 +02:00
renovate[bot] 6683d3baa0 Update GitHub Actions (#14811) 2025-10-01 09:23:13 +02:00
Joren Hammudoglu 91055c730f Refine the copy._SupportsReplace.__replace__ signature (#14786) 2025-09-30 20:27:11 +02:00
Emmanuel Ferdman 250bf77292 email.headerregistry: Fix DateHeader.datetime to allow None (#14808) 2025-09-30 18:53:34 +02:00
Connor Smith 58a4b410f5 pyserial: Update type yielded by grep from tuple to ListPortInfo (#14807) 2025-09-30 15:49:06 +02:00
Emmanuel Ferdman 8845352c2e [psutil] Add cache_clear to psutil.process_iter typing (#14803) 2025-09-30 14:59:31 +02:00
Sebastian Rittau 6a7f3190b1 Remove @override annotations (#14806) 2025-09-30 13:47:57 +02:00
Robin McCorkell 602da37de8 [grpcio] ServerInterceptor and GenericRpcHandler should not be generic (#14785) 2025-09-30 12:41:29 +02:00
Thanos 16c4e13e41 Allow __import__ to take None for the fromlist parameter (#14790) 2025-09-30 12:36:53 +02:00
Avasam 810433f176 networkx: Add type annotation to all G params (#14796) 2025-09-30 12:22:18 +02:00
Shamil 284acd45d3 types.CoroutineType.cr_frame may be None on 3.12+ (#14802) 2025-09-30 13:12:48 +03:00
Akuli 332fcabae4 tkinter: Fix return type of winfo_children() (#14791) 2025-09-29 22:10:19 +03:00
Alex Waygood c7d0fd95f3 Make (Async)GeneratorType type parameters consistent with (Async)Generator type parameters (#14789)
Currently `Generator` is generic over three type variables that have defaults, but `GeneratorType` is generic over three type variables that do not have defaults. It seems like it probably makes more sense for them to be consistent? The vast majority of real-world `Generator`s are instances of `GeneratorType`
2025-09-27 08:48:19 -07:00
github-actions[bot] 19c851629e [stubsabot] Bump yt-dlp to 2025.9.26 (#14798) 2025-09-27 12:11:22 +02:00
Semyon Moroz ec184feeee [tkinter] Remove _TtkCompound alias (#14794) 2025-09-26 20:27:39 +03:00
Semyon Moroz fb21402839 [tkinter] Remove _ScreenUnits alias (#14782)
Inspired by https://github.com/python/typeshed/pull/14742#pullrequestreview-3241268005
2025-09-26 19:42:09 +03:00
Semyon Moroz 6af8f287bb [yt-dlp] Use Final (#14788) 2025-09-26 11:39:27 +02:00
Toshiki Kataoka f97c78550c fix typo in dbm.sqlite3.open flag (#14783) 2025-09-25 01:42:11 -07:00
Aditya Paul 588be69bb0 fixed: reportlab - incorrect type on function parameter (#14777) 2025-09-25 09:58:19 +02:00
Semyon Moroz af834e4e3e [pycurl] Update to 7.45.7 (#14781) 2025-09-25 09:55:11 +02:00
Semyon Moroz 0e9b8c99ba [yt-dlp] Update to 2025.9.23 (#14776) 2025-09-24 17:30:20 +02:00
KotlinIsland cef41544d0 fix UnionType.__or__ and add UnionType.__getitem__ (#14687)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-09-24 13:01:33 +01:00
Semyon Moroz 2cc9c1667d [tkinter] Remove a few type aliases (#14742) 2025-09-23 22:59:57 +03:00
Semyon Moroz b0d926ee22 [importlib] Update deprecate message for files function (#14773) 2025-09-23 20:37:09 +02:00
Semyon Moroz 23cbc59023 [mock] Sync _ANY type with unittest.mock (#14772) 2025-09-23 20:36:45 +02:00
Alex Waygood def5a2825f Use stricter pyright settings for gunicorn (#14771) 2025-09-23 15:12:30 +01:00
Semyon Moroz 867cc01a0b [curses] Revert Final for LINES and COLS (#14764) 2025-09-23 12:46:41 +02:00
github-actions[bot] 67be89e4eb [stubsabot] Bump docutils to 0.22.2 (#14765) 2025-09-23 09:50:50 +02:00
Alex Waygood 7c8dce0a78 Use stricter pyright settings for xmltodict (#14763) 2025-09-22 14:16:57 +01:00
Sebastian Rittau 31630d7136 [docutils] Update to 0.22.1 (#14737) 2025-09-22 14:51:20 +02:00
Sebastian Rittau 70e6f63cef [reportlab] Update to 4.4.4 (#14762) 2025-09-22 14:15:26 +02:00
Sebastian Rittau a2c34cc1d0 [django-filter] Improve stubtest comment (#14738) 2025-09-22 13:57:31 +02:00
Eugene Liukin da93072ceb Add stubs for gunicorn (#14690) 2025-09-22 12:09:52 +02:00
Semyon Moroz fb852f99f0 [faulthandler] Add c_stack parameter to enable (#14757) 2025-09-22 11:56:23 +02:00
trillian b195038142 configparser: allow ConfigParser()[UNNAMED_SECTION] (#14759) 2025-09-22 11:48:04 +02:00
github-actions[bot] ad3d8498eb [stubsabot] Bump regex to 2025.9.18 (#14751) 2025-09-20 23:37:11 +02:00
Sebastian Rittau b158ccd3c1 Add errno.ENOTCAPABLE (#14748) 2025-09-19 19:54:51 +02:00
tapple-cisco 15bc02e8e0 [xmltodict] stub improvements and update to 1.0.1 (#14695) 2025-09-19 16:37:06 +02:00
Sebastian Rittau d79b8d06f5 Fix concurrent.interpreters.Queue interface for Python 3.14 (#14749) 2025-09-19 07:33:02 -07:00
Sebastian Rittau a54c270b02 Add asyncio.tools.exit_with_permission_help_text() (#14747)
Part of #14741
2025-09-19 07:30:58 -07:00
Spider84pr 970603e7e2 Added annotation for fetch_request_token of OAuth1Client class (#14711) 2025-09-19 12:19:58 +02:00
Semyon Moroz 14c08738c1 [xmltodict] Update to 1.0.* (#14712) 2025-09-19 11:44:02 +02:00
Dennis Lambe Jr. 617f42394b [gdb] Update ThreadExitedEvent parent class for 17.0 (#14729) (#14744)
Even though the parent thread for `ThreadExitedEvent` won't change from
`Event` to `ThreadEvent` until 17.0 is released, this actually makes
type checking work better in practice for all released versions that
support `ThreadExitedEvent` because at run time `ThreadExitedEvent` has
the lone attribute, `inferior_thread`, that it would have inherited from
`ThreadEvent`.
2025-09-19 09:19:46 +02:00
Alex Waygood cc0ce1e500 Revert "Byestring removal for 3.14 (#12490)" (#14743) 2025-09-19 09:09:22 +02:00
Sebastian Rittau 00790cb021 [serial] Update stubtest comment (#14739)
Cf. #14718
2025-09-18 11:19:11 -07:00
Sebastian Rittau 4fc0fd82bd [Authlib] Update to 1.6.4 (#14736) 2025-09-18 19:26:40 +02:00
Kevin Deldycke c922749f1f Fix type of data return by boltons.strutils.int_ranges_from_int_list (#14740) 2025-09-18 17:45:22 +02:00
Jan-Eric Nitschke e129873f9b [openpyxl] Fix stubs for openpyxl.descriptors.sequence.UniqueSequence.seq_types (#14725) 2025-09-18 16:00:10 +02:00
Semyon Moroz 4b0fec4506 [docutils] Extend applicable types to _ContentModelCategory (#14719) 2025-09-18 15:57:51 +02:00
Stefan VanBuren add4e85823 Add is_required / is_repeated properties to FieldDescriptor (#14703) 2025-09-17 14:55:53 +02:00