Kanishk Pachauri
2f8de52edf
Fix parameter type annotations in _cffi_backend stub. ( #13590 )
2025-03-06 19:03:01 +01:00
Sebastian Rittau
90d89f8983
Remove redundant version_info checks ( #13588 )
...
`zipfile._path` was split into a separate module in Python 3.12.
Originally, we just copied the definition for `CompleteDirs` and `Path`
from `zipfile.pyi` to `zipfile/_path/__init__.pyi` and left the now
defunct version_info branches. This removes the unnecessary branches
from the respective stub files.
2025-03-06 17:02:48 +01:00
Sebastian Rittau
5f1fd23bd2
Rework tarfile.open/TarFile.open ( #13177 )
...
* Copy overloads of `open()` to `TarFile.open()`.
* Replace remaining instances of `IO` with `_Fileobj`.
* Replace `open()` with alias to `TarFile.open()` to match implementation.
2025-03-06 13:54:35 +01:00
github-actions[bot]
6cecf191a3
[stubsabot] Bump fanstatic to 1.5.* ( #13586 )
2025-03-06 10:46:48 +01:00
Sebastian Rittau
ba85e0c282
Fix tarfile.open overloads ( #13441 )
...
* Allow `compresslevel` argument for modes `w|gz` and `w|bz2`.
* Remove `preset` argument from modes where it's not allowed.
Closes : #13440
2025-03-06 10:39:56 +01:00
Kanishk Pachauri
91a90ed1d9
Fix: OAuth1 type hints to include realm parameter ( #13579 )
2025-03-05 20:54:47 +01:00
sobolevn
3ac6c388c6
Update tools versions in stubtest workflow ( #13582 )
2025-03-05 14:24:56 +01:00
sobolevn
e951ca9760
Bump pynput to 1.8.* ( #13583 )
2025-03-05 12:00:36 +01:00
sobolevn
8a21b854fa
Bump mock to 5.2.* ( #13581 )
2025-03-05 08:57:35 +01:00
Avasam
58a4c08ab0
shutil.which cannot return PathLike, and fails with cmd: PathLike on Windows Python < 3.12 (#13580 )
2025-03-05 08:54:48 +01:00
github-actions[bot]
94be358199
[stubsabot] Bump zstd to 1.5.6.6 ( #13584 )
...
Release: https://pypi.org/pypi/zstd/1.5.6.6
Homepage: https://github.com/sergey-dryabzhinsky/python-zstd
Repository: https://github.com/sergey-dryabzhinsky/python-zstd
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/zstd
Diff: https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.6.5...v1.5.6.6
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 12.
- Total lines of Python code deleted: 11.
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-03-05 07:42:04 +01:00
Philipp A.
714c99bbdb
Fix singledispatch register signature ( #13578 )
2025-03-04 14:52:07 +01:00
Avasam
63e6ea8821
Enable Ruff PLE (Pylint Error) ( #13305 )
2025-03-04 12:11:32 +01:00
Avasam
641ca188ef
Remove setuptools/pkg_resources ( #13369 )
2025-03-04 12:11:10 +01:00
Alex Waygood
e4a8707e9c
Use Stricter pyright settings in CI for watchpoints ( #13577 )
...
The stubs are fully annotated. Fixes https://github.com/AlexWaygood/typeshed-stats/issues/323
2025-03-04 09:31:12 +01:00
renovate[bot]
111eae935c
Update dependency pyright to v1.1.396 ( #13576 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 08:10:35 +01:00
bzoracler
a3a17b0f0e
Add stubs for watchpoints ( #13248 )
2025-03-03 15:17:40 -08:00
Avasam
6f98c59f93
Enable Ruff PLR (Pylint Refactor) ( #13307 )
2025-03-03 18:03:34 +01:00
Sebastian Rittau
3e83e42a0f
Update pyright to v1.1.395; disable a pow() check ( #13564 )
...
pyright and mypy disagree about the exact type due to differing
overloads handling.
---------
Co-authored-by: Avasam <samuel.06@hotmail.com >
2025-03-03 11:49:41 -05:00
cake-monotone
9f11db4296
Improving type support for math.prod ( #13572 )
2025-03-03 16:41:34 +01:00
Stephen Morton
175e700656
Push items down from socketserver.BaseServer to TCPServer ( #13082 )
...
Cf. https://github.com/python/cpython/issues/127209
2025-03-03 16:38:43 +01:00
iconchris
336140b117
Add edges() override in MultiGraph to support the "keys" argument ( #13567 )
2025-03-03 16:03:41 +01:00
Avasam
1e71351016
Allow any sliceable sequence as getopt args ( #13116 )
2025-03-03 15:52:57 +01:00
Avasam
b834c88016
Remove uncompletable TODO in test.yml ( #13570 )
2025-03-03 15:50:44 +01:00
github-actions[bot]
f1d09e3db6
[stubsabot] Bump zstd to 1.5.6.5 ( #13569 )
2025-03-03 15:50:07 +01:00
Avasam
cc206f760d
Drop flake8-noqa and remove workarounds to work with Ruff ( #13571 )
2025-03-03 15:48:59 +01:00
Sebastian Rittau
96c3fe712a
Remove SupportsGetItem.__contains__ ( #13541 )
2025-03-03 15:44:26 +01:00
Avasam
6d6e858e63
Enable Ruff PLC (Pylint Convention) ( #13306 )
2025-03-03 15:39:40 +01:00
Christoph Reiter
738cc5046a
[Deprecated]: fix missing extra_stacklevel kwarg for deprecated() ( #13573 )
2025-03-03 15:35:43 +01:00
github-actions[bot]
e6165eadd6
[stubsabot] Bump pynput to 1.7.8 ( #13565 )
2025-03-01 01:31:26 +01:00
Sebastian Rittau
0b13c1deb6
[setuptools] Update to 75.8.2 ( #13563 )
2025-02-28 14:42:05 -08:00
Sebastian Rittau
bc4473db04
Fix conflicting imports ( #13561 )
2025-02-28 19:20:35 +01:00
Hoël Bagard
20aef1d78f
tensorflow: Change Tensor.__bool__ return from NoReturn to bool (#13562 )
2025-02-28 19:20:14 +01:00
Randolf Scholz
be17dc0ac4
builtins.slice: more precise __new__ overloads and defaults for StopT and StepT. (#13008 )
2025-02-28 13:33:07 +01:00
Avasam
cadaaadfcb
Fix pyinstaller.utils.hooks.collect_entry_point return type ( #13111 )
2025-02-28 13:23:11 +01:00
Sebastian Rittau
f1b121cf29
[configparser] Fix missing fallback argument in SectionProxy.get ( #13559 )
...
Closes : #13556
2025-02-28 03:33:10 -08:00
Stephen Morton
1bd2a358c9
test suite characterizing dict.get() ( #13225 )
2025-02-28 12:18:56 +01:00
Colin Watson
8ebf8af91b
Weaken return type of Path.{glob,rglob} in 3.13 ( #13223 )
...
Since https://github.com/python/cpython/pull/117589 (at least),
`Path.glob` and `Path.rglob` return an `Iterator` rather than a
`Generator`.
2025-02-28 12:15:07 +01:00
Alex Waygood
4b2bed8f5f
Use stricter pyright settings on dirhash in CI ( #13558 )
2025-02-28 09:56:19 +00:00
Toshiki Kataoka
4d8812c64f
fix yield type of tqdm.as_completed ( #13557 )
2025-02-28 10:52:08 +01:00
Pierre Chapuis
b0c6fffe28
Introduce the _HashObject protocol ( #13553 )
...
This protocol corresponds to what is called "hash object" in the hashlib documentation. In particular, it includes the non-OpenSSL BLAKE2 implementations which do not inherit HASH.
2025-02-27 15:31:56 +01:00
Stephen Morton
14605d0c21
Complete importlib.readers ( #13356 )
2025-02-27 14:44:46 +01:00
Matthew Bradbury
3658ba83b8
tqdm: Improve wrapattr ( #13361 )
2025-02-27 14:44:03 +01:00
Lucas Hoffmann
f090e3724d
Fix constructor args for two vobject classes ( #13360 )
2025-02-27 14:08:49 +01:00
Loïc Simon
d0c8ac4d7b
Add stubs for dirhash package ( #13437 )
2025-02-27 14:07:22 +01:00
Alex Waygood
db7dbfe6cf
Use stricter pyright settings when testing hnswlib in CI ( #13552 )
2025-02-27 12:44:40 +00:00
Stephen Morton
40dc55c4be
Major update for the xml module ( #13349 )
2025-02-27 12:50:09 +01:00
mtnpke
0647903db3
Support configparser.UNNAMED_SECTION ( #13542 ) ( #13544 )
2025-02-27 12:19:38 +01:00
Hoël Bagard
8c6493925f
tensorflow: Allow tf.Tensor to be used in __getitem__ (#13549 )
2025-02-27 12:19:20 +01:00
Avasam
62feb28c29
Enable Ruff SIM ( #13309 )
2025-02-26 23:19:36 +01:00