Alex Waygood
53422f8918
pytype_test.py: Handle non-typeshed requirements that are stub-only packages ( #10723 )
2023-09-20 20:03:01 +01:00
Amin Alaee
11e51bef9d
[pytz] Add BaseTzInfo private attributes ( #10733 )
2023-09-20 15:17:40 +02:00
Erik Bjäreholt
ddebb83ea7
requests: type RequestException members (not Any) ( #8989 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-09-20 05:20:33 -07:00
Nikita Sobolev
7ead6dffae
Bump pyright to 1.1.328 ( #10739 )
...
https://github.com/microsoft/pyright/releases/tag/1.1.328
2023-09-20 08:37:19 +01:00
Jelle Zijlstra
31495e53bd
typing.pyi: IO.name may be bytes ( #10738 )
2023-09-20 08:24:22 +02:00
Ruslan Nigmatullin
aef4fa8756
Update protobufs to support new generated messages ( #10717 )
2023-09-19 13:16:40 -07:00
Sebastian Law
d56b0b80d8
define slots on abc.ABC ( #10730 )
2023-09-19 13:35:13 +01:00
Nikita Sobolev
2c05c02b36
Update netaddr to 0.9.0 ( #10732 )
2023-09-19 12:33:02 +01:00
Alex Waygood
8597724ac1
Update typing_extensions stubs for v4.8.0 ( #10726 )
2023-09-18 11:30:28 +01:00
Mark Hetherington
1053e923cd
oauthlib: Update types for RequestValidator to match implementation ( #10725 )
2023-09-18 11:07:44 +02:00
github-actions[bot]
03ce77a12c
[stubsabot] Bump pytz to 2023.3.post1 ( #10673 )
...
Release: https://pypi.org/pypi/pytz/2023.3.post1
Homepage: http://pythonhosted.org/pytz
Repository: https://github.com/stub42/pytz
2023-09-17 12:58:55 +01:00
github-actions[bot]
cecab9c6ea
[stubsabot] Bump flake8-bugbear to 23.9.16 ( #10720 )
...
Release: https://pypi.org/pypi/flake8-bugbear/23.9.16
Homepage: https://github.com/PyCQA/flake8-bugbear
Repository: https://github.com/PyCQA/flake8-bugbear
Changelog: https://github.com/PyCQA/flake8-bugbear#change-log
Diff: https://github.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16
Stubsabot analysis of the diff between the two releases:
- 1 public Python file has been added: `tests/b902_extended.py`.
- 0 files included in typeshed's stubs have been deleted.
- 1 file included in typeshed's stubs has been modified or renamed: `bugbear.py`.
- Total lines of Python code added: 352.
- Total lines of Python code deleted: 286.
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 <>
2023-09-17 01:22:41 +01:00
Randolf Scholz
6bf23949b5
types.EllipsisType was added in Python 3.10 ( #10719 )
2023-09-17 00:50:33 +02:00
Nikita Sobolev
d88205caee
Make all protocols' param names pos-only in codecs.pyi ( #10713 )
2023-09-16 15:54:18 +02:00
Anders Kaseorg
0ea043253e
Fix psycopg2.sql.SQL.join annotation ( #10716 )
2023-09-15 20:16:47 +02:00
Viicos
bbd9dd1c4f
Update restval/restkey types in csv.DictReader ( #10696 )
2023-09-13 12:38:01 +02:00
Ali Hamdan
71a35b4343
psycopg2: Add missing modules, add annotations ( #10630 )
2023-09-13 12:11:54 +02:00
Petter Friberg
c9bf034dd4
Make http.cookies.SimpleCookie non-generic ( #10701 )
2023-09-13 12:07:02 +02:00
Petter Friberg
d88398b923
Make value_decode and value_encode of BaseCookie return 2-tuple ( #10702 )
2023-09-13 09:21:25 +02:00
Rebecca Chen
f0a79939ae
Fix typo in functools.pyi: _RWapper -> _RWrapper. ( #10705 )
2023-09-12 19:55:01 +01:00
Akuli
fbd7963fd6
Delete tkinter._ExceptionReportingCallback ( #10689 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-09-12 20:16:47 +03:00
Sebastian Rittau
c31e12fff1
[redis] Don't recommend uninstalling types-redis ( #10694 )
2023-09-12 17:49:26 +02:00
Alex Waygood
66771da404
Always install six when stubtesting types-google-cloud-ndb ( #10704 )
...
Fixes #10703
2023-09-12 15:00:44 +01:00
Avasam
32535ee895
openpyxl: Typed from_tree methods ( #10602 )
2023-09-11 16:43:16 +02:00
David Salvisberg
ae9d22574e
Add stubs for requests-oauthlib ( #10658 )
2023-09-11 16:20:11 +02:00
Alex Waygood
487e33112e
Bump various test dependencies ( #10693 )
2023-09-11 14:18:48 +01:00
Alex Waygood
23249c07a9
Update enum for py312 ( #10670 )
2023-09-11 11:26:18 +01:00
Alex Waygood
a570fb6ced
Fix various stubtest complaints on Python 3.12 ( #10691 )
2023-09-10 14:54:43 -07:00
Alex Waygood
6dda2fe9c8
Fix stubtest complaints for various .get() methods ( #10690 )
2023-09-10 14:48:09 -07:00
Martina Oefelein
011b5b9c2c
openpyxl: CellRange: title should not be required ( #10688 )
...
Fixes #10682
2023-09-10 16:00:49 +02:00
github-actions[bot]
703ed36d5a
[stubsabot] Bump hdbcli to 2.18.* ( #10687 )
2023-09-09 11:48:19 +02:00
Marc Mueller
0bc34fc49c
Fix importlib.util.source_hash return annotation ( #10686 )
2023-09-08 16:07:02 -07:00
Alex Waygood
c50a708818
Update poplib and smtplib for py312 ( #10685 )
2023-09-08 18:42:03 +01:00
Nikita Sobolev
53144ca572
Update importlib.metadata to 3.12 ( #10665 )
2023-09-08 12:42:56 +01:00
Alex Waygood
6eec191739
Improve the accuracy of (default)dict.__(r)or__ ( #10679 )
2023-09-08 11:22:17 +01:00
Alex Waygood
aa39b996e9
Pin tree-sitter to 0.20.1 ( #10677 )
2023-09-07 11:23:43 +01:00
Shantanu
4df9634427
Remove pathlib.PurePath.__eq__ ( #10662 )
...
Fixes #10661
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-09-07 00:40:24 -07:00
github-actions[bot]
06d83d48e7
[stubsabot] Bump setuptools to 68.2.* ( #10674 )
...
Release: https://pypi.org/pypi/setuptools/68.2.0
Homepage: https://github.com/pypa/setuptools
Repository: https://github.com/pypa/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v68.1.2...v68.2.0
Stubsabot analysis of the diff between the two releases:
- 1 public Python file has been added: `setuptools/tests/test_core_metadata.py`.
- 0 files included in typeshed's stubs have been deleted.
- 7 files included in typeshed's stubs have been modified or renamed: `setuptools/__init__.py`, `setuptools/command/editable_wheel.py`, `setuptools/command/egg_info.py`, `setuptools/depends.py`, `setuptools/dist.py`, `setuptools/monkey.py`, `setuptools/namespaces.py`.
- Total lines of Python code added: 1051.
- Total lines of Python code deleted: 682.
2023-09-07 02:36:30 +01:00
Alex Waygood
35a9ed40da
Delete unused allowlist entries ( #10676 )
...
3.12.0rc2 was just released
2023-09-07 02:30:54 +01:00
Alex Waygood
fecb84eb05
Update asyncio.tasks for py312 ( #10669 )
...
Co-authored-by: Sebastian Rittau <srittau@rittau.biz >
2023-09-06 12:35:48 +01:00
Shantanu
a3f4418e90
Fix stubsabot handling of post releases ( #10667 )
...
Fixes #10666
2023-09-06 12:06:07 +02:00
mobyw
fed788f2eb
[Pillow] Fix typing of FreeTypeFont.getlength ( #10663 )
2023-09-05 14:02:14 +02:00
Alex Waygood
af97a12a87
Add a lint forbidding PEP-570 syntax ( #10660 )
2023-09-04 15:37:50 -07:00
Alex Waygood
433204fb8f
py312: Fix stubtest nits in typing/typing_extensions ( #10659 )
2023-09-04 15:39:11 +01:00
Nikita Sobolev
d868dad76b
Update importlib.metadata to 3.12 ( #10654 )
2023-09-03 09:47:19 +01:00
Nikita Sobolev
d13d9859f6
Update zipfile to 3.12 ( #10647 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-09-02 16:01:41 +01:00
Nikita Sobolev
f0ba5ba2a2
Update unittest.mock to 3.12 ( #10650 )
...
And harmonise some annotations between the stdlib `unittest.mock` module and the third-party `mock` backport package.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-09-02 15:03:39 +01:00
Nikita Sobolev
454438e4db
Update importlib.resources to 3.12 ( #10649 )
2023-09-02 00:03:08 -07:00
Jun Komoda
4009efa349
_CField as a generic descriptor protocol (#10595 )
2023-09-01 16:23:33 +02:00
Nikita Sobolev
e04c440571
Update pathlib to 3.12 ( #10646 )
2023-09-01 14:53:58 +02:00