Commit Graph

9450 Commits

Author SHA1 Message Date
Oleg Höfling e9b3b03764 refactor(pathlib): allow PathLike[str] arg type in Path.replace and Path.rename methods (#12494) 2024-08-07 15:43:13 +02:00
Sebastian Rittau 92cc568325 [PyYAML] stubtest: Ignore auto-generated methods (#12497) 2024-08-07 11:28:37 +02:00
Max Muoto 8a7f09e351 Byestring removal for 3.14 (#12490) 2024-08-06 07:16:49 -07:00
Max Muoto 3c7ffb1cc3 Update dircmp for 3.13 (#12337) 2024-08-05 13:31:12 -07:00
Max Muoto 7eac47455a Use Final for xml constants (#12455) 2024-08-05 11:13:56 +02:00
Adin W-T cfb33ac1bd Add reexport to RemoteCallbacks in pygit2 (#12483) 2024-08-05 10:52:23 +02:00
sobolevn 6f248dfa37 Bump mypy to 1.11.1 (#12463) 2024-08-04 23:19:28 -07:00
Max Muoto 0fd6cd211f Resolve 3.13 issues for ctypes._endian (#12372) 2024-08-03 16:04:54 -07:00
Ali Hamdan 0bc7b4fd5a Remove numpy version pin for several stubs(#12476) 2024-08-03 11:52:55 +01:00
Peter Bierma 1a83727723 Add signature for pathlib.Path.rmtree() (#12474) 2024-08-02 09:14:08 -07:00
Radik Islamov 17af88919f Add stubs for TgCrypto (#12469) 2024-08-01 16:52:17 +02:00
Peter Bierma daefde073d Reflect deprecation for symtable.Class.get_methods() (#12468)
Reflect deprecation for get_methods()
2024-07-31 22:31:47 -07:00
Peter Bierma df29ce93ac Allow simplejson encoding arguments to be None. (#12466)
Allow None in encoding parameter.
2024-07-31 19:10:10 -07:00
renovate[bot] 4ef2d66663 Update dependency pyright to v1.1.374 (#12425) 2024-07-31 13:21:54 +02:00
Adam Turner b6a142d6f5 Update OptionParser.{error,exit} to be NoReturn (#12464) 2024-07-31 13:20:56 +02:00
sobolevn fa70187245 Bump croniter to 3.0.3 (#12443) 2024-07-30 11:51:47 +02:00
Max Muoto ea14235f74 Use Final for zipfile constants (#12446) 2024-07-28 12:03:57 +02:00
Max Muoto b40eb642e0 Use Final for unittest constants (#12447) 2024-07-28 12:03:02 +02:00
Max Muoto 0ffa2c5597 Use Final for sqlite constants (#12448) 2024-07-28 12:02:29 +02:00
Max Muoto 9a77f6006d Use Final for undocumented constants (#12450) 2024-07-28 12:02:06 +02:00
Max Muoto 1f4d0a815f Use Final for lib2to3 (#12451) 2024-07-28 11:59:32 +02:00
Max Muoto a0b8790f6b Use Final for multiprocessing constants (#12452) 2024-07-28 11:59:00 +02:00
Max Muoto 8ac4af63cd Final for logging constants (#12453) 2024-07-28 11:58:30 +02:00
Max Muoto 3db7f01a31 Use Final for decimal constants (#12449) 2024-07-27 12:01:32 -07:00
Peter Bierma d2ccc9a723 Fix return type annotation for asyncio.Task.get_coro() (#12445) 2024-07-27 10:00:45 -07:00
sobolevn 1a8c7ebe37 HAVE_NCURSESW is present on macos (#12441) 2024-07-27 10:36:08 +02:00
Ashley Sommer 5ade7d97c8 _WrappedBuffer protocol isatty() returns bool (#12438)
Fixed new _WrappedBuffer protocol methid `isatty()` correctly returns `bool`
2024-07-26 23:32:54 -07:00
Sebastian Rittau a21c4bc4f1 Pin croniter to 3.0.0 (#12434) 2024-07-26 15:56:06 +02:00
Sebastian Rittau 9eae1ae1a5 Require documenting Any uses (#12430) 2024-07-25 17:38:12 +02:00
Avasam ac8720b99d Setuptools stubs update from merging upstream (#12400) 2024-07-25 16:46:22 +02:00
Sebastian Rittau 8fb8a4a489 Mark redis as obsolete (#12426) 2024-07-25 15:12:11 +02:00
Sebastian Rittau ddb9163e7d Update pyright to 1.1.372 (#12427) 2024-07-25 14:32:11 +02:00
Avasam 2aeb777cde Replace bare Any in setuptools (#12406) 2024-07-25 13:38:07 +02:00
sobolevn 421ac91a30 Bump croniter to 3.0.* (#12422) 2024-07-25 13:11:39 +02:00
Max Muoto 5cd89123e2 Add missing fcntl constants. (#12409) 2024-07-25 11:23:28 +02:00
github-actions[bot] f370767c3f [stubsabot] Bump regex to 2024.7.24 (#12424) 2024-07-25 01:48:39 -07:00
sobolevn db6272b650 Bump braintree to 4.29.* (#12421) 2024-07-24 21:08:08 +01:00
Avasam 0b1d35829b setuptools & distutils: ClassVar mutables (and tuples) (#12403) 2024-07-23 14:17:02 +02:00
Avasam ef42f3b765 distutils: Type execute using TypeVarTuple (#12405) 2024-07-23 13:16:14 +01:00
sobolevn ce9f32db8d Improve yaml/constructor.pyi types (#12404) 2024-07-23 14:08:47 +02:00
danieleades ab748d34f0 Add type annotations for 'docutils.writers.latex2e.Babel' (#12394) 2024-07-23 13:56:38 +02:00
danieleades 08f89019c6 Add docutils.utils.roman (#12393) 2024-07-23 13:39:50 +02:00
Shantanu 93211a8b5f Update allowlist for 3.13b4 (#12413) 2024-07-23 00:57:53 -07:00
Max Muoto ee526b14a4 Resolve Traversable.open failure for 3.13 beta 4 (#12412) 2024-07-23 00:29:05 -07:00
Max Muoto e5bab16884 Update interpchannels for 3.13 beta 4 (#12411) 2024-07-23 00:28:26 -07:00
Max Muoto 2909053047 Add copy.replace for 3.13 (#12262) 2024-07-22 18:34:34 -07:00
Vinícius Gonçalves de Oliveira 128d8eb904 ExifRead: Fix Reader.__iter__() (#12402)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-07-22 19:16:14 +03:00
Avasam 6ddef4333d Bump setuptools to 71.1.* and mark pkg_resources as obsolete (#12397) 2024-07-22 13:23:39 +02:00
Tomas R 964d1d73ae Add BaseException.__new__ (#12346) 2024-07-21 13:16:10 +02:00
Avasam 1b560bbf6a Bump setuptools to 71.0.* (#12381) 2024-07-21 13:09:27 +02:00