Commit Graph

9521 Commits

Author SHA1 Message Date
Max Muoto
70e9748f18 Fix _thread.interrupt_main for 3.10+ (#12586) 2024-08-29 17:10:17 +02:00
Sebastian Rittau
039c6bcdb1 Use Self for email.message attachments (#12530)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-08-29 10:48:32 -04:00
renovate[bot]
10a083cfb1 Update dependency pyright to v1.1.378 (#12603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 19:28:12 -07:00
Shamil
f58dac1d62 [Flask-Cors] Mark constants using Final (#12596) 2024-08-27 10:41:39 +02:00
Károly Szabó
257691b5c5 [docker-py] Fix 'volumes' argument type hint for 'run' and 'create' functions in containers.pyi (#12594) 2024-08-26 15:20:02 +02:00
Sebastian Rittau
7c1378cc25 Document policy for future Python versions (#12592)
Closes: #12569
2024-08-25 18:24:08 +02:00
Sebastian Rittau
24abaf0e86 pyserial: Replace IO classes with protocols (#12572) 2024-08-25 17:06:43 +02:00
Shamil
c54f16bdad Add missing constants to flask-cors stubs (#12585) 2024-08-24 18:52:57 +02:00
Avasam
53be87bbb4 Resolve some stubtest allowlist entries by marking params as keyword-only (#12581) 2024-08-23 07:47:06 +01:00
Sebastian Rittau
073b270e55 Update issues numbers for builtins.function (#12580) 2024-08-22 19:20:28 +02:00
Avasam
98af3eb9da Add unittest.runner._WritelnDecorator (#12407) 2024-08-22 09:50:31 +02:00
Sebastian Rittau
7865a78de1 socketserver: Use BufferedIOBase instead of BinaryIO (#12568) 2024-08-21 19:25:06 -07:00
renovate[bot]
2f5c7e2324 Update dependency pyright to v1.1.377 (#12577) 2024-08-22 03:44:34 +02:00
Avasam
3719f02dbf Using precise code for pyright: ignore and re-enabling various pyright tests (#12576) 2024-08-22 03:34:52 +02:00
github-actions[bot]
2404a70f2b [stubsabot] Bump PyScreeze to 1.0.1 (#12566)
Co-authored-by: stubsabot <>
2024-08-21 14:28:06 -04:00
sobolevn
8307b3c362 Bump Markdown to 3.7.* (#12565)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-08-21 18:06:28 +03:00
Sebastian Rittau
7f38b116a0 Remove redundant overloads from IO (#12570) 2024-08-21 15:55:22 +02:00
Kevin Van Brunt
86e74163b9 Fix DatagramRequestHandler.packet type hint. (#12563) 2024-08-21 12:53:49 +02:00
Avasam
fa3ab94f47 Bump setuptools to 73.0.* (#12564) 2024-08-21 12:51:52 +02:00
github-actions[bot]
406d5bcc40 [stubsabot] Bump flake8-bugbear to 24.8.19 (#12567) 2024-08-21 12:40:24 +02:00
Sebastian Rittau
b19d9670f9 Bump setuptools to 72.2.* (#12461)
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-20 14:30:08 -04:00
Frazer McLean
c5ba20f315 Fix types for python-dateutil's relativedelta (#12561) 2024-08-20 16:45:37 +02:00
kasium
225145cde5 chunk_size parameter of get_image accepts None (#12560) 2024-08-20 13:22:59 +02:00
sobolevn
a7ff1be439 Bump cachetools to 5.5.* (#12556) 2024-08-19 14:34:29 +01:00
sobolevn
78ebab7e91 Remove paho-mqtt stubs (#12552) 2024-08-19 13:55:52 +01:00
sobolevn
c3497b1672 Remove python-slugify stubs (#12553) 2024-08-19 13:55:19 +01:00
sobolevn
30a20398c9 Pin numpy in various stubs (#12554) 2024-08-19 15:38:23 +03:00
Avasam
937270df0c Forbid extremely long line lengths in non-autogenerated stubs (#12537)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-08-18 16:03:34 -04:00
Sebastian Rittau
eca1df49f3 Remove flake8-2020 (#12548) 2024-08-18 12:30:27 +02:00
Peter Bierma
eb8e9ddd91 Add stubs for operator.is_none and operator.is_not_none (#12535)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-08-18 00:09:54 +03:00
Max Muoto
82da1e19a7 Use Final in tkinter (#12545) 2024-08-17 22:34:16 +02:00
Max Muoto
9ecd07a669 Use Final for Pre-Defined Hashing Methods in crypt (#12544) 2024-08-17 22:15:05 +02:00
Max Muoto
7b9263a7d2 Use Final in _stat module (#12546) 2024-08-17 22:14:45 +02:00
Max Muoto
6644250819 Use Final in cmd (#12543) 2024-08-17 21:59:49 +02:00
Max Muoto
21f7d012b3 Use Final in json module (#12542) 2024-08-17 21:57:56 +02:00
Max Muoto
fe2c401fd5 Use Final in pyexpat module (#12541) 2024-08-17 21:57:27 +02:00
Max Muoto
30bbd8640a Final for distutils constants (#12454)
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-17 15:49:35 -04:00
Avasam
34b8c79138 [February 2025] flake8-2020 is an archived repo (#12539) 2024-08-17 21:20:51 +02:00
Avasam
ad56f205ac Update outdated labels and stub_uploader timing in CONTRIBUTING.md (#12540) 2024-08-17 21:17:32 +02:00
Avasam
45627d18dd Update incorrect or incomplete constants in distutils (#12536) 2024-08-17 20:51:42 +02:00
Avasam
b3c077f4c5 Flake8-2020: Add Final and remove Any (#12538) 2024-08-17 19:45:36 +01:00
Andrej
f4d099dd77 fix missing 'at' attribute in zipfile.Path (#12533) 2024-08-16 16:29:27 +02:00
Sebastian Rittau
5403e4aaeb Ignore incompatible changes introduced in Python 3.12.5 (#12531) 2024-08-15 22:31:58 +02:00
Max Davidson
311f740889 more precise timezone-aware deprecation message (#12528) 2024-08-15 16:32:45 +02:00
renovate[bot]
2bf50b39e0 Update dependency pyright to v1.1.376 (#12526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 08:08:44 +01:00
Marti Raudsepp
1ace5718de Fix inferred type of is_dataclass(Any) (#12517) 2024-08-14 23:09:11 +02:00
Sam Bull
c03f07abfb Add urllib.request.getproxies_environment() (#12524) 2024-08-13 14:13:03 -07:00
Oleg Valiulin
89bb3c148c add baseline types for natasha-corus library of nlp sources (#12518) 2024-08-13 12:33:23 +02:00
Alyssa Coghlan
bed832da8a Allow float for TarInfo.mtime (#12521) 2024-08-13 10:57:21 +02:00
github-actions[bot]
96497b1446 [stubsabot] Bump influxdb-client to 1.45.* (#12519) 2024-08-13 10:04:19 +02:00