Semyon Moroz
14474afb85
[datetime] Add missing default values ( #14452 )
2025-07-26 05:40:35 +02:00
Semyon Moroz
8a6075ffcc
[pprint] Add missing default values ( #14453 )
2025-07-26 05:40:03 +02:00
Brian Schubert
c97c3f0fd0
Update tarfile.TarFile.list to accept any iterable for members ( #14455 )
2025-07-26 05:25:40 +02:00
Brian Schubert
6b8df6b753
Mark tarfile constants as Final ( #14456 )
2025-07-26 05:24:09 +02:00
Semyon Moroz
3e76afe909
[tempfile] Deprecate mktemp function ( #14433 )
2025-07-24 15:32:33 -07:00
Semyon Moroz
1b87479334
[signal] Add default value for params ( #14448 )
2025-07-24 19:01:14 +02:00
Sebastian Rittau
82edad066f
Updates for Python 3.14rc1 ( #14446 )
2025-07-24 16:30:00 +02:00
Semyon Moroz
a1dc346ef6
[json] Add default value for strict param to scanstring ( #14441 )
2025-07-23 13:04:13 +02:00
Avasam
ddd8434a42
Bump pywin32 to 311.* ( #14437 )
2025-07-22 10:53:18 +02:00
Brian Schubert
723db2f132
Add concurrent.interpreters stubs for 3.14.0b3 ( #14307 )
2025-07-21 15:31:29 +02:00
Sebastian Rittau
217be6680a
Improve suggested annotations for sentinel types ( #14435 )
2025-07-21 15:30:00 +02:00
Semyon Moroz
7cf443e754
[stubsabot] Move obsolete data to ts_utils.metadata ( #14422 )
2025-07-21 14:47:03 +02:00
Semyon Moroz
d57b2fba84
[docutils] Add missing stubs for writers dir ( #14223 )
2025-07-21 14:42:16 +02:00
TuckerD
08225953c9
Add missing _add_value_alias_ method for Python 3.13 enum ( #14411 )
2025-07-21 12:48:15 +02:00
Alex Waygood
ae1b471e5b
Remove redundant version_info branches ( #14434 )
2025-07-20 23:56:22 +01:00
Semyon Moroz
7c7f8cd184
[uuid] Add default value for is_safe param ( #14431 )
2025-07-20 08:24:23 +02:00
github-actions[bot]
bb37548516
[stubsabot] Bump jsonschema to 4.25.* ( #14430 )
2025-07-19 10:25:15 +02:00
Semyon Moroz
2c366c0987
[argparse] Add default value _SubParsersAction.add_parser params ( #14429 )
2025-07-18 20:53:58 +02:00
Semyon Moroz
611cba35d9
[argparse] Deprecate prefix_chars in ArgumentParser.add_argument_group ( #14428 )
2025-07-18 20:53:30 +02:00
Donal Burns
8e25bda401
psycopg2: Add types to RealDictCursor.execute ( #14427 )
2025-07-17 11:41:58 +02:00
Semyon Moroz
58b11302b5
[stubsabot] Fix comparison sign ( #14426 )
2025-07-17 08:15:04 +02:00
Semyon Moroz
cc9cb918e6
Add pony stubs ( #14361 )
2025-07-16 19:48:38 +02:00
Leonardus Chen
a1ae191820
Fix unittest.mock.patch and unittest.mock.patch.object when new_callable is not None ( #14358 )
2025-07-16 14:37:32 +02:00
Max Muoto
3f0dce5abe
Update sys.monitoring for 3.14 ( #14288 )
2025-07-16 14:22:12 +02:00
Semyon Moroz
82e2e9c53a
[stubsabot] Support "Removal" PRs ( #14401 )
2025-07-16 13:48:04 +02:00
Randolf Scholz
bd17a577a5
Require SupportsBool instead of bool for comparisons. ( #14375 )
2025-07-16 13:31:32 +02:00
github-actions[bot]
28f4bdf248
[stubsabot] Bump cachetools to 6.1.* ( #14291 )
...
Release: https://pypi.org/pypi/cachetools/6.1.0
Homepage: https://github.com/tkem/cachetools/
Repository: https://github.com/tkem/cachetools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/cachetools
Diff: https://github.com/tkem/cachetools/compare/v6.0.0...v6.1.0
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 194.
- Total lines of Python code deleted: 87.
2025-07-16 02:29:19 -07:00
Michael H
d73534badf
add rich comparison bound to heapq and priorityqueues using heapq ( #14419 )
2025-07-15 19:36:28 -07:00
renovate[bot]
84e41f2853
Update dependency aiohttp to v3.12.14 [SECURITY] ( #14414 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 23:10:58 +01:00
Tab Atkins Jr.
545061338e
RawTokenFormatter always returns bytes ( #14412 )
2025-07-14 21:23:40 +02:00
Semyon Moroz
997284534f
[hdbcli] Clarify holdability possible values ( #14410 )
2025-07-14 15:49:49 +02:00
github-actions[bot]
003ff758ff
[stubsabot] Bump hdbcli to 2.25.* ( #13668 )
2025-07-14 15:11:36 +02:00
Semyon Moroz
3eb51035e1
[docutils] Add missing stubs for transforms dir ( #14234 )
2025-07-14 13:07:54 +02:00
Semyon Moroz
c1613b2ebe
[stubsabot] Bump python-crontab to 3.3.* ( #14409 )
2025-07-14 12:24:28 +02:00
Lev Knoblock
9a0eaf8df5
_json: Type indent as str | None (#14398 )
2025-07-12 12:38:31 -07:00
Brian Schubert
eba42bdf9e
Add default value for expression parameter of string.templatelib.Interpolation ( #14403 )
...
Add default for `Interpolation.expression`
2025-07-12 19:18:25 +02:00
Brian Schubert
9fca76c55f
[gdb] Complete stubs for gdb.dap ( #14269 )
2025-07-12 19:16:57 +02:00
Semyon Moroz
138a54b00f
[stubsabot] Make more readable logging message ( #14405 )
2025-07-12 19:15:05 +02:00
Alex Waygood
8c36a53e44
Use stricter pyright settings when testing channels ( #14404 )
2025-07-12 15:46:13 +01:00
Hunter Hogan
1880490289
Change ast.MatchSingleton.value from Literal[True, False] to bool ( #14400 )
...
This is the only annotation in typeshed that uses `Literal[True, False]`. The most similar annotations are `Literal[True, 1]`. 371 annotations are `bool | None`.
2025-07-11 15:55:46 -07:00
Huy Nguyen
844e132d1e
Django channels stubs ( #13939 )
2025-07-11 19:59:58 +02:00
Sebastian Rittau
d5af6bee35
Clean up deprecated ast.Constant aliases ( #14397 )
...
Add `__new__`, remove fields, mark deprecated `Constant` fields as such.
2025-07-11 14:59:53 +02:00
Semyon Moroz
c1299e3a35
Reminder to remove library from pyrightconfig ( #14377 )
2025-07-11 13:43:03 +02:00
Nate England
126b06fc32
Correct type hints for networkx/algorithms/flow/mincost.pyi ( #14395 )
2025-07-11 11:33:33 +02:00
Semyon Moroz
df3b5f3cdd
[PyMySQL] Fix issue with import constants attributes ( #14393 )
2025-07-10 13:56:51 +02:00
Semyon Moroz
1164c0f9e8
[jmespath] Remove from pyrightconfig ( #14378 )
2025-07-10 13:26:23 +02:00
Sebastian Rittau
9ac95d40d5
[Authlib] Mark as partial again ( #14394 )
...
Some integrations are missing from the stubs
2025-07-10 12:11:51 +02:00
renovate[bot]
9317dc62bd
Update dependency pyright to v1.1.403 ( #14121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 11:50:56 +01:00
Semyon Moroz
b7b764b751
Bump HTMLParser.parse_comment to 3.14 ( #14386 )
2025-07-09 12:44:30 +02:00
Semyon Moroz
d4e03e05fb
Update allowlist for Python 3.14 ( #14388 )
...
* Update allowlist for Python 3.14
* Add html.parser entry
2025-07-09 09:28:56 +01:00