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
Sebastian Rittau
3ee1e5b893
Add Pdb.rlcompleter added in Python 3.13.8 ( #14852 )
2025-10-08 11:46:11 -07:00
Sebastian Rittau
cbc0fd70ed
_csv: argument fixes ( #14851 )
2025-10-08 11:45:42 -07:00
Semyon Moroz
4e6a00ece5
[Jetson.GPIO] Update to 2.1.12 ( #14849 )
2025-10-08 17:19:32 +02:00
Thanos
be7e7c5e2b
Restrict filename parameter of compile() (and other stdlib functions wrapping compile()) to take bytes, not Buffer. ( #14847 )
2025-10-08 16:32:16 +02:00
Matthew Mckee
12e7d4e9cf
Use Element[Any] instead of Element in ElementTree ( #14198 )
2025-10-08 14:35:12 +02:00
Semyon Moroz
c6b6bb7a0b
Update third-party library removal policy ( #14636 )
2025-10-08 13:51:14 +02:00
Brian Schubert
b4dc047307
[yt-dlp] Check common code in extractor subpackage with stubtest ( #14682 )
2025-10-08 13:48:18 +02:00
Joren Hammudoglu
3542650a05
Covariant key type for MappingProxyType ( #13940 )
2025-10-08 13:43:54 +02:00
Semyon Moroz
f033cf1e11
[www-authenticate] Add stubs ( #14688 )
2025-10-08 13:40:46 +02:00
lev-blit
dc290f4f30
[docker] Fix some incomplete types ( #14817 )
2025-10-08 12:41:20 +02:00
Robin McCorkell
0e10493a41
grpcio: improve client interceptors ( #14831 )
2025-10-08 12:14:46 +02:00
Nicolas Noirbent
af0ee4015b
[jsonschema] _Error.context cannot be None ( #14853 )
2025-10-08 11:32:13 +02:00
Avasam
cffeff0b61
Update comments for operator.itemgetter.__call__ generic following mypy 1.11 fix ( #13489 )
2025-10-08 10:51:14 +02:00
kasium
751525bc74
[xmldiff] diff_texts also accepts bytes ( #14850 )
2025-10-08 10:47:31 +02:00
lev-blit
058aa6246b
pywin32: fill in the type of win32.win32pipe.GetNamedPipeInfo ( #14846 )
2025-10-07 20:42:31 +02:00
Carl Meyer
fe11cc058c
TypeAliasType.__type_params__ can return forms from typing_extensions ( #14848 )
2025-10-07 16:45:48 +01:00
kasium
bc49fc5fe8
Add types for xmldiff ( #14822 )
2025-10-07 15:22:04 +02:00
GastonAQS
e057b9f97f
Add broad definition for c_bool constructor ( #14841 )
2025-10-07 14:56:11 +02:00
Hoël Bagard
7b277d8516
tensorflow: add missing re-export (#14816 )
2025-10-07 12:31:46 +02:00
lev-blit
d6e5369c9f
python-dateutil: add overload to rrulestr ( #14815 )
2025-10-07 12:25:47 +02:00
Sebastian Rittau
a02656a556
Stubtest: Ignore attrs-generated props ( #14845 )
2025-10-07 11:36:51 +02:00
sobolevn
dfaf10db5c
importlib.resources.contents is deprecated (#14835 )
2025-10-07 11:28:16 +02:00
github-actions[bot]
79bb399a6d
[stubsabot] Bump flake8-rst-docstrings to 0.4.* ( #14843 )
...
Release: https://pypi.org/pypi/flake8-rst-docstrings/0.4.0
Homepage: https://github.com/peterjc/flake8-rst-docstrings
Repository: https://github.com/peterjc/flake8-rst-docstrings
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/flake8-rst-docstrings
Diff: https://github.com/peterjc/flake8-rst-docstrings/compare/v0.3.1...v0.4.0
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 1 file included in typeshed's stubs has been modified or renamed: `flake8_rst_docstrings.py`.
- Total lines of Python code added: 32.
- Total lines of Python code deleted: 36.
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-07 07:43:41 +01:00
pre-commit-ci[bot]
96ea0adfa1
[pre-commit.ci] pre-commit autoupdate ( #14842 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.2...v0.13.3 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-06 23:36:01 +01:00
Carl Meyer
f1f3c12801
TypeAliasType type_params accepts typing_extensions.TypeVar also ( #14840 )
2025-10-06 21:57:15 +01:00
GastonAQS
bbe48c754c
Support Module and other objects in ast.parse ( #14837 )
2025-10-06 17:04:45 +02:00
Marc Mueller
e9d5cc7816
Fix PEP 728 TypedDict.__closed__ annotation in typing_extensions ( #14839 )
2025-10-06 13:36:31 +01:00
github-actions[bot]
3c161811ad
[stubsabot] Bump django-filter to 25.2.* ( #14836 )
2025-10-06 11:19:30 +02:00
Fangyi Zhou
9c26ab12e2
importlib: change argument name of load_module to match docs ( #14834 )
...
Reference
https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader.load_module
2025-10-05 14:38:46 -07:00
Adam Dangoor
9f7ddd9ecc
docutils: docutils.nodes.Node.next_node can return None ( #14833 )
2025-10-05 15:06:46 +02:00
Semyon Moroz
725a90026e
[Authlib] Update to 1.6.5 ( #14830 )
2025-10-04 20:21:59 +02:00
renovate[bot]
aa52024657
Update dependency pyright to v1.1.406 ( #14826 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 07:36:04 +01:00