Semyon Moroz
4f065cea54
[Deprecated] Update to ~=1.3.1 ( #14954 )
2025-10-31 16:17:15 +01:00
Semyon Moroz
7bfc84416b
[aws-xray-sdk] Update to 2.15.* ( #14955 )
2025-10-31 16:16:32 +01:00
Pēteris Caune
0d1f09dc2e
Tighten the return type in braintree.PaymentMethod.find() ( #14916 )
2025-10-30 21:51:00 +01:00
Doug Hoskisson
c72a3e97a3
Don't require IO for redirect_stdout ( #14905 )
2025-10-30 21:43:29 +01:00
Semyon Moroz
6ca882483f
[fpdf2] Annotate drawing methods ( #14923 )
2025-10-30 21:39:28 +01:00
Semyon Moroz
08e890b769
[yt-dlp] Update to 2025.10.22 ( #14924 )
2025-10-30 21:36:51 +01:00
Pēteris Caune
aa15f4c24d
Annotate braintree's ClientToken and ClientTokenGateway ( #14926 )
2025-10-30 21:15:56 +01:00
Pēteris Caune
8d8b5655d9
Annotate braintree's Address and AddressGateway classes ( #14927 )
2025-10-30 21:15:20 +01:00
Pēteris Caune
0c2725c14d
Annotate braintree's Subscription and Transaction methods ( #14917 )
2025-10-30 21:14:44 +01:00
Topher Brown
bdb55f1c3e
[gunicorn] Fix type of Arbiter.LISTENERS ( #14945 )
2025-10-30 18:29:41 +01:00
Topher Brown
6fe65977df
[gunicorn] Add BaseSocket.sock ( #14946 )
2025-10-30 18:28:18 +01:00
Stan Ulbrych
947ec497ec
Remove zlib.ZLIBNG_VERSION Windows requirement ( #14947 )
2025-10-30 12:49:57 +01:00
renovate[bot]
3f1cdc586d
Update dependency uv to v0.9.6 ( #14941 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-29 20:59:14 -04:00
Guo Ci
1d548aa889
Add show_flag_values in enum module. ( #14928 )
2025-10-29 12:17:48 -04:00
Guo Ci
543f7f2384
Add type stub for sys.getandroidapilevel ( #14936 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2025-10-29 10:55:10 -04:00
Guo Ci
de2a42713a
Add type stub for sys._current_exceptions ( #14937 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2025-10-29 10:38:22 -04:00
Guo Ci
eb746bea3f
In sysconfig module, add _get_preferred_schemes ( #14934 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2025-10-29 10:35:59 -04:00
Guo Ci
1bfd069f6d
add os.reload_environ ( #14938 )
2025-10-29 10:15:37 -04:00
Peter Bierma
3c5531d492
Add type stub for sys._is_immortal ( #14931 )
2025-10-28 13:19:43 +01:00
github-actions[bot]
02fae30c71
[stubsabot] Bump bleach to 6.3.* ( #14932 )
2025-10-28 09:00:43 +01:00
Roberto Fernández Iglesias
16f766b754
[python-jenkins] Improve get_jobs and get_all_jobs return type ( #14547 )
2025-10-26 21:04:27 -04:00
github-actions[bot]
a922fc6d1a
[stubsabot] Bump flake8-builtins to 3.1.* ( #14922 )
2025-10-26 22:24:43 +01:00
github-actions[bot]
a5c7752ad2
[stubsabot] Remove ExifRead ( #14920 )
2025-10-25 22:04:28 +02:00
github-actions[bot]
1420aabc6b
[stubsabot] Bump lupa to 2.6.* ( #14919 )
...
Release: https://pypi.org/pypi/lupa/2.6
Homepage: https://github.com/scoder/lupa
Repository: https://github.com/scoder/lupa
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/lupa
If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR
Note that you will need to close and re-open the PR in order to trigger CI
Co-authored-by: stubsabot <>
2025-10-25 08:37:11 +01:00
renovate[bot]
17bde1bd5e
Update dependency pyright to v1.1.407 ( #14918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 01:19:42 +01:00
Semyon Moroz
1559678ab4
[braintree] Update to 4.40.* ( #14914 )
2025-10-24 12:35:40 +02:00
Semyon Moroz
4878587038
[flake8-bugbear] Update to 25.10.21 ( #14912 )
2025-10-23 17:15:44 +02:00
ShalokShalom
c7f70d8ac9
Correct grammar in README ( #14910 )
2025-10-22 19:01:48 +02:00
Semyon Moroz
cbd732e9c5
[regex] Update to 2025.10.23 ( #14908 )
2025-10-22 14:38:27 +02:00
renovate[bot]
a205439338
Update dependency uv to v0.9.5 [SECURITY] ( #14906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 17:29:31 -07:00
Semyon Moroz
ee5f0348f2
[turtle] Use bool for add params ( #14898 )
2025-10-21 13:09:56 +02:00
Shamil
fa0e5fc066
cachetools: precise typing for decorators and cached(); expose cache_info/cache_clear and fix keys signatures ( #14770 )
2025-10-21 13:00:43 +02:00
Maxime Arthaud
4c4f999717
Add explicit definition for __repr__ and __str__ in BaseException ( #14900 )
2025-10-20 14:17:08 +01:00
Semyon Moroz
11e7d904b9
[cmath] Rename positional-only param in log ( #14897 )
2025-10-19 17:31:11 +02:00
Jakub Kuczys
1acc29009e
Fix wrong types for xlrd.(Cell.value|Sheet.get_rows) ( #14894 )
...
---------
Co-authored-by: Semyon Moroz <donbarbos@proton.me >
2025-10-19 16:08:01 +02:00
Alex Waygood
11c7821a79
Fix stdlib stubtest flakes ( #14886 )
2025-10-15 18:42:05 +01:00
Sebastian Rittau
d119712705
Fix daily stubtest error: Add find_distributions() to stubtest allowlist ( #14879 )
2025-10-15 17:41:39 +02:00
wyattscarpenter
9a970cfc16
correct grammatical error in CONTRIBUTING.md to "in their own right" ( #14883 )
...
The pronoun and its noun did not agree in grammatical number. Furthermore, the previous author seems to have started writing the idiomatic phrase "in its own right", and then gotten confused and completed it by writing the end of the idiomatic phrase "on its own merits". The former better expresses the concept under discussion here (which could also be paraphrased as "themselves", "in-and-of-themselves", or "also", although less precisely), so I've gone with it.
2025-10-15 16:39:18 +01:00
Semyon Moroz
d6f4a0f710
[turtle] Use Literal for string params ( #14874 )
2025-10-14 20:33:25 +02:00
Semyon Moroz
c8bb44db28
[braintree] Update to 4.39 ( #14872 )
2025-10-14 14:13:29 +02:00
Spider84pr
7f2d9484f3
[html5lib] Add annotations for several functions in htmll5parser.py ( #14859 )
2025-10-13 13:12:47 +02:00
Semyon Moroz
25f3f74ad3
[tkinter] Remove _TextIndex alias ( #14792 )
2025-10-12 21:32:54 +03:00
Semyon Moroz
776508741d
[psycopg2] Update to 2.9.11 ( #14864 )
2025-10-11 13:16:48 +02:00
lev-blit
d7cf36970f
don't ignore UP038 in ruff ( #14862 )
...
it was removed, this has no effect
2025-10-10 18:41:31 +01:00
Semyon Moroz
560f6ddd32
[html.parser] Fix stubtest for later patch releases ( #14861 )
2025-10-10 18:23:39 +02:00
Semyon Moroz
33414287a7
[aiofiles] Update to 25.1.* ( #14860 )
2025-10-10 12:38:43 +02:00
github-actions[bot]
0b6151340b
[stubsabot] Bump flake8-typing-imports to 1.17.* ( #14857 )
2025-10-10 07:30:54 +02:00
smelnikov
21f3e4c08e
[django-filter] Broaden OrderingFilter fields parameter type ( #14856 )
2025-10-09 17:23:21 +02:00
kasium
73b34018a6
Fix xmldiff formatter ( #14855 )
2025-10-09 09:02:28 +02:00
Sebastian Rittau
2ed2765d8d
[CI] Remove @disjoint_base hacks ( #14854 )
2025-10-08 21:36:59 +02:00