Commit Graph

8960 Commits

Author SHA1 Message Date
Sebastian Rittau
21b90d44fc [CI] Fix sharding conditionals (#11730) 2024-04-07 18:32:50 +01:00
Sebastian Rittau
26383eed33 Use separate artifact name per step (#11690)
Compatibility with actions/upload-artifact@v4
2024-04-07 15:04:37 +02:00
ChenMoFeiJin
7e01591643 Add stubs for package capturer (#11551) 2024-04-07 07:32:41 -04:00
Avasam
26c218818b pywin32: Improve SHGetPropertyStoreFromParsingName type definition (#11654)
Improve SHGetPropertyStoreFromParsingName type definition
2024-04-07 07:18:19 -04:00
Avasam
2135c8ced8 Bump protobuf to v24.4 and update generator script (#11693) 2024-04-07 06:57:40 -04:00
Sami Liedes
d5972ba565 [gdb] Add __r{add,sub,mul,truediv,mod}__ for gdb.Value (#11707) 2024-04-07 06:53:56 -04:00
Avasam
e922682603 openpyxl: Reduce false-positives in Worksheet.__getitem__ (#11717) 2024-04-07 06:53:26 -04:00
Sebastian Rittau
4157cb63ad [qrcode] Add various annotations (#11726) 2024-04-07 06:49:50 -04:00
bzoracler
bc4b26fbcb Allow NewType.__supertype__ to also be a NewType (#11728) 2024-04-07 06:15:51 -04:00
Sebastian Rittau
eee28ad90f [python-xlib] Use a protocol for PIL.Image.Image argument (#11722) 2024-04-06 20:15:59 +02:00
Ryan McCampbell
5e2f741209 Remove Windows checks from curses (#11241)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-04-06 17:12:48 +03:00
Adam Dangoor
4a33b2f3a0 Add some types for xml.dom.minidom.Text (#11725) 2024-04-06 14:45:24 +02:00
layday
a9d644b3ff Add get_verified_chain and get_unverified_chain for Python 3.13 (#11724)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-05 19:29:11 +01:00
Stephen Finucane
711958977f docutils: Correct 'parsers.rst.directives.format_values' (#11719) 2024-04-05 18:47:03 +02:00
LY(退网/offline)
bb1f813b1a requests: export packages and utils (#11723) 2024-04-05 16:17:41 +02:00
Sebastian Rittau
c0a44be33f Depend on Pillow instead of types-Pillow (#11720) 2024-04-05 13:30:27 +02:00
Alex Waygood
130a04905c Use Python 3.11.8 for stdlib stubtest for now (#11716) 2024-04-04 12:46:45 +01:00
Victorien
d0f3f2c06a Improve flask-cors stubs (#11708) 2024-04-04 12:34:44 +02:00
James Beith
6d8e2a80af Braintree: PaymentMethodNonce.three_d_secure_info can be None (#11711) 2024-04-04 12:32:02 +02:00
renovate[bot]
72c38c0fdc Update dependency pyright to v1.1.357 (#11713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-04 07:29:42 +01:00
github-actions[bot]
0685754ab3 [stubsabot] Bump flake8-builtins to 2.4.* (#11697)
Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-03 10:51:19 +01:00
Sebastian Rittau
6d19a17f57 [aiofiles] Annotate AiofilesContextManagerTempDir (#11705) 2024-04-02 15:44:44 +02:00
Alex Waygood
d698cb70eb requests: remove a type: ignore (#11704) 2024-04-02 14:30:35 +01:00
Alex Waygood
e3350f30f9 Remove several stdlib files from the ignorelist for the stricter pyright settings (#11702) 2024-04-02 09:52:00 +01:00
DetachHead
325577cb76 Update typing_extensions.deprecated decorator to use LiteralString (#11700) 2024-04-01 19:02:41 -07:00
renovate[bot]
d6aec09359 Update most test/lint dependencies (#11695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-01 20:39:28 +01:00
Avasam
79ce732c78 braintree: Cleanup overzealous reexports from non __init__ modules (#11692) 2024-04-01 17:33:35 +02:00
Avasam
28fe4cc4ad braintree: Use Final for string constants (#11680) 2024-04-01 16:58:14 +02:00
Avasam
04d41675ef python-xlib: use _typeshed.Unused (#11691) 2024-04-01 15:31:32 +01:00
Avasam
48d0234508 braintree: Replace usages of Any (#11679) 2024-04-01 16:27:35 +02:00
Sebastian Rittau
630b49a291 Replace various Incompletes in stdlib (#11673)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-01 15:20:01 +01:00
Avasam
0cea0bc06e openpyxl: Add _WorkbookChild / ReadOnlyWorksheet / Workbook annotations (#11677) 2024-04-01 15:30:20 +02:00
Avasam
ccc47c0558 stubtest-complete & Bump braintree to 4.28.* (#11678) 2024-04-01 15:20:45 +02:00
Alex Waygood
b0218af146 Fix pyright CI job (#11689)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2024-04-01 14:17:31 +01:00
Sebastian Rittau
18fff9f8c7 Update actions/github-script to v7 (#11687) 2024-04-01 13:51:21 +01:00
Arthur Bols
2eb447154c requests: annotate RequestsCookieJar (#11656) 2024-04-01 14:43:33 +02:00
Avasam
d72a34a69a Bump pyasn1 to 0.6.* (#11681) 2024-04-01 09:49:37 +01:00
renovate[bot]
8679e99468 Update most test/lint dependencies (#11683)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-01 01:46:58 +01:00
peace-maker
d3c831ce7d Update GDB stubs to 12.1 (#11665) 2024-03-31 15:27:17 -07:00
Sebastian Rittau
027115e624 Remove bare incompletes (#11670) 2024-03-30 18:35:57 -07:00
Sebastian Rittau
33de88879f Remove bare Incomplete annotations in third-party stubs (#11671) 2024-03-30 18:34:51 -07:00
Avasam
6cb57b5f26 traceback: Allow extracted_list params to be an Iterable containing tuples (#11675) 2024-03-30 18:32:27 -07:00
Sebastian Rittau
2e240c9b08 Update flake8-builtins to 2.3.* (#11669) 2024-03-30 16:42:07 -04:00
Avasam
f36714b0fb Various pywin32 improvements (#11616) 2024-03-30 19:55:30 +01:00
Adam Dangoor
9d2f651818 Add annotations to docutils.parsers.rst.directives.parts (#11667) 2024-03-30 09:10:41 +01:00
kasium
cc4b1cbbb3 Improve hvac adapter types (#11659) 2024-03-28 21:57:25 +01:00
renovate[bot]
c3dfeadf57 Update dependency pyright to v1.1.356 (#11666) 2024-03-28 00:45:33 +00:00
Simon Kalt
ed10e7eba6 Improve passlib.totp types (#11660) 2024-03-26 19:35:41 +01:00
Eemeli Aro
5a75515ef4 polib: Fix POEntry.occurrences (#11661) 2024-03-26 14:13:29 +01:00
peace-maker
d78ce5906b Run gdb stubtests (#11644)
The gdb package is only available inside gdb and cannot be installed externally through e.g. pip.
Run the stubtest inside gdb.
2024-03-26 10:57:35 +01:00