Commit Graph

10687 Commits

Author SHA1 Message Date
David Peter f64707592d bytes.translate: generalize delete parameter type (#14372)
bytes.translate: generalize 'delete' parameter type
2025-07-07 00:19:23 -07:00
Anthony Sottile e940f85509 add sys._getframemodulename (#14371)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2025-07-05 23:08:56 +03:00
Hunter Hogan 2f198bcfee Fix return type annotations for ast.parse (#14369) 2025-07-04 15:34:22 -07:00
renovate[bot] 9ff94f1ab8 Update most test/lint dependencies (#14357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-04 12:34:54 +01:00
Semyon Moroz a6f05d0c0b Bump Authlib to ~=1.6.0 (#14364) 2025-07-04 13:07:41 +02:00
Sebastian Rittau e9bbd91fdf Remove flake8 F821 checks for stubs (#14367)
F821 is only checked as a test for the F821 monkeypatch functionality in
flake8-pyi, but that will be removed.
2025-07-04 13:07:17 +02:00
Takashi Ono 741c70f4ba [docker] load() accepts bytes streams (#14366) 2025-07-04 12:39:02 +02:00
Sebastian Rittau 2408c028f4 [Authlib] Update to 1.5.2 (#13840) 2025-07-03 15:22:57 +02:00
Neil Mitchell dbd3ad356e Make Mapping.get(default) more constrained (#14360) 2025-07-02 11:24:32 +01:00
renovate[bot] 75d8c88ec5 Update most test/lint dependencies (#14354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2025-07-01 10:59:15 +01:00
Alex Waygood ca3f84150d Use stricter pyright settings for two more tkinter files (#14356) 2025-07-01 10:43:23 +01:00
Roman A 3f727b0cd6 Add type annotations for **options in tkinter.messagebox functions (#14341)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2025-07-01 01:13:40 +03:00
github-actions[bot] 0b887a54ff [stubsabot] Bump lupa to 2.5.* (#14279)
Co-authored-by: stubsabot <>
2025-06-30 17:40:17 +03:00
Semyon Moroz 5870a234ce Bump pyflakes to 3.4.* (#14316) 2025-06-30 17:21:33 +03:00
Adam Dangoor 288b1e591d csv: csv.reader and csv.writer - mark csvfile as positional only (#14350) 2025-06-30 14:43:49 +03:00
logsincostan 213e055e85 [networkx] completed type annotation for equivalence_classes (#14352) 2025-06-30 14:41:29 +03:00
Brian Schubert 83ab192f69 [braintree] Bump to 4.37.* (#14344)
* `CustomerRecommendationsPayload`: Add `session_id` attribute

* `CustomerRecommendationsPayload`: Represent overloaded constructor
2025-06-30 14:38:06 +03:00
sobolevn 85a64400d7 os.linesep can only be \n or \r\n (#14351) 2025-06-30 12:16:43 +02:00
Brian Schubert 0c155fe92c [dateparser] Update to ~=1.2.2 (#14346) 2025-06-26 18:01:08 -07:00
Marcell Perger 47cfbeeb76 Fix incomplete tkinter.commondialog stub (#14340)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2025-06-27 00:42:01 +03:00
Jelle Zijlstra 1511911f46 croniter: fix typo (#14337)
Had to stare at this stub for a while to notice the bug...
2025-06-25 17:18:10 -07:00
Victor Gavro 7aad255435 m3u8: fix M3U8.program_date_time (#14336) 2025-06-24 21:08:02 +03:00
bzoracler 14337eba53 fix: gi_yieldfrom can be any iterator type being yielded from (#14334) 2025-06-24 14:18:34 +02:00
Brian Schubert d3cfe67377 Fix type of format_spec attribute of ast.Interpolation (#14331) 2025-06-23 19:59:03 -07:00
Marco Edward Gorelli 2669de5896 Remove python-datemath stubs (#14329) 2025-06-23 10:41:56 -07:00
Marcell Perger 97d0c89618 Improve some of the incomplete types in tkinter.filedialog (#14311) 2025-06-23 09:32:29 +03:00
Brian Schubert 85b0663e5c Mark stdlib token constants as Final (#14324) 2025-06-22 06:44:34 -07:00
Hunter Hogan d0f9f40e32 ast: Remove 3 TypeAlias. Fix identifier collision. (#14319) 2025-06-22 06:42:03 -07:00
Brian Schubert 707cd57e49 Add asyncio.tools stubs for 3.14 (#14305) 2025-06-21 11:09:25 -07:00
Semyon Moroz 83a6844847 [opentracing] Add missing stubs (#14274) 2025-06-21 10:56:08 -07:00
Semyon Moroz 0f89c82b62 [ldap3] Add missing stubs (#14271) 2025-06-21 10:55:26 -07:00
Semyon Moroz 41b117af68 Bump oauthlib to 3.3.* (#14300) 2025-06-21 10:53:11 -07:00
Marc Mueller 91868eadd0 Update ThreadPoolExecutor attributes for Python 3.14 (#14263) 2025-06-21 10:51:33 -07:00
Semyon Moroz e6ec3600ab [slumber] Remove allowlist and correct kwargs type (#14266) 2025-06-21 10:48:38 -07:00
Semyon Moroz b66eb8c0e7 [httplib2] Improve stubs (#14249) 2025-06-21 10:47:55 -07:00
Semyon Moroz 04a0cc67f1 [pyxdg] Remove from pyrightconfig (#14309) 2025-06-21 10:46:56 -07:00
Semyon Moroz 62111cd6db Bump flake8 to 7.3.* (#14315)
Closes #14313
2025-06-21 10:44:25 -07:00
Brian Schubert 3419bc5407 Update _zstd stubs for 3.14.0b3 (#14306) 2025-06-21 10:40:34 -07:00
Max Muoto b98b6c376b Add _clear_type_cache 3.13 deprecation (#14302) 2025-06-19 07:04:51 -07:00
Semyon Moroz db6f2b225d Unblock daily CI (#14304) 2025-06-19 13:26:36 +01:00
Hunter Hogan ca543bf390 Add default value to ast.MatchStar.name (#14298) 2025-06-17 21:03:16 -07:00
Brian Schubert ecd5141cc0 Fix label links in CONTRIBUTING.md (#14272) 2025-06-12 17:32:24 -07:00
Semyon Moroz 3b54e369ca [antlr4-python3-runtime] Remove ignore_missing_stub flag (#14270) 2025-06-12 16:53:19 +01:00
Brian Schubert 0db0486fe6 [requests] Update to 2.32.4 (#14254) 2025-06-10 07:38:27 +01:00
github-actions[bot] bf8680426e [stubsabot] Bump pyinstaller to 6.14.* (#14217)
Co-authored-by: stubsabot <>
2025-06-09 23:23:24 -04:00
Axel Dahlberg 9a9230900f [networkx] Correct argument type for from_nested_tuple (#14218) 2025-06-09 23:07:57 -04:00
Max Muoto 8f5a80e7b7 Update tkinter for 3.14 (#14240) 2025-06-07 20:27:13 -07:00
Max Muoto b7bc6f32cf Update gzip for 3.14 (#14237)
* Update gzip for 3.14

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-06-07 19:39:51 -07:00
Max Muoto bacccd0972 Update asyncio.task.eager_task_factory for 3.14 (#14236) 2025-06-07 19:12:18 -07:00
Brian Schubert 0dfea4f7fc [Authlib] Fix stubtest for latest Python 3.13 patch release (#14233) 2025-06-07 16:29:10 +01:00