Commit Graph
5551 Commits
Author SHA1 Message Date
Max MuotoandGitHub 044ad59988 Update email/utils for 3.14 (#12491) 2024-08-10 23:57:32 +03:00
f3b1ee9604 Update argparse.BooleanOptionalAction for 3.14 (#12489)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-08-10 23:53:05 +03:00
Peter BiermaandGitHub ae15dd3158 Restore the deprecated logging.warn() in 3.13 (#12509) 2024-08-10 23:52:20 +03:00
Max MuotoandGitHub 815d8bfb7b ast removals for 3.14 (#12488) 2024-08-10 23:51:19 +03:00
033e5d1337 Add pathlib.Path 3.14 methods (#12487)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-08-10 23:47:20 +03:00
Max MuotoandGitHub 442c7d36af sqlite3 removals for 3.14 (#12492) 2024-08-10 23:10:13 +03:00
Max MuotoandGitHub 8482914efb Add pty deprecations (#12493) 2024-08-10 23:08:03 +03:00
Gilbert Bishop-WhiteandGitHub 67db06b3a1 tkinter: add suggested Listbox selectmodes (#12499) 2024-08-09 23:40:44 +03:00
sobolevnandGitHub 519166ba23 Update pyright to 1.1.375 (#12503) 2024-08-09 19:19:19 +02:00
Oleg HöflingandGitHub e9b3b03764 refactor(pathlib): allow PathLike[str] arg type in Path.replace and Path.rename methods (#12494) 2024-08-07 15:43:13 +02:00
Max MuotoandGitHub 8a7f09e351 Byestring removal for 3.14 (#12490) 2024-08-06 07:16:49 -07:00
Max MuotoandGitHub 3c7ffb1cc3 Update dircmp for 3.13 (#12337) 2024-08-05 13:31:12 -07:00
Max MuotoandGitHub 7eac47455a Use Final for xml constants (#12455) 2024-08-05 11:13:56 +02:00
sobolevnandGitHub 6f248dfa37 Bump mypy to 1.11.1 (#12463) 2024-08-04 23:19:28 -07:00
Max MuotoandGitHub 0fd6cd211f Resolve 3.13 issues for ctypes._endian (#12372) 2024-08-03 16:04:54 -07:00
Peter BiermaandGitHub 1a83727723 Add signature for pathlib.Path.rmtree() (#12474) 2024-08-02 09:14:08 -07:00
Peter BiermaandGitHub daefde073d Reflect deprecation for symtable.Class.get_methods() (#12468)
Reflect deprecation for get_methods()
2024-07-31 22:31:47 -07:00
Adam TurnerandGitHub b6a142d6f5 Update OptionParser.{error,exit} to be NoReturn (#12464) 2024-07-31 13:20:56 +02:00
Max MuotoandGitHub ea14235f74 Use Final for zipfile constants (#12446) 2024-07-28 12:03:57 +02:00
Max MuotoandGitHub b40eb642e0 Use Final for unittest constants (#12447) 2024-07-28 12:03:02 +02:00
Max MuotoandGitHub 0ffa2c5597 Use Final for sqlite constants (#12448) 2024-07-28 12:02:29 +02:00
Max MuotoandGitHub 9a77f6006d Use Final for undocumented constants (#12450) 2024-07-28 12:02:06 +02:00
Max MuotoandGitHub 1f4d0a815f Use Final for lib2to3 (#12451) 2024-07-28 11:59:32 +02:00
Max MuotoandGitHub a0b8790f6b Use Final for multiprocessing constants (#12452) 2024-07-28 11:59:00 +02:00
Max MuotoandGitHub 8ac4af63cd Final for logging constants (#12453) 2024-07-28 11:58:30 +02:00
Max MuotoandGitHub 3db7f01a31 Use Final for decimal constants (#12449) 2024-07-27 12:01:32 -07:00
Peter BiermaandGitHub d2ccc9a723 Fix return type annotation for asyncio.Task.get_coro() (#12445) 2024-07-27 10:00:45 -07:00
sobolevnandGitHub 1a8c7ebe37 HAVE_NCURSESW is present on macos (#12441) 2024-07-27 10:36:08 +02:00
Ashley SommerandGitHub 5ade7d97c8 _WrappedBuffer protocol isatty() returns bool (#12438)
Fixed new _WrappedBuffer protocol methid `isatty()` correctly returns `bool`
2024-07-26 23:32:54 -07:00
AvasamandGitHub ac8720b99d Setuptools stubs update from merging upstream (#12400) 2024-07-25 16:46:22 +02:00
Sebastian RittauandGitHub ddb9163e7d Update pyright to 1.1.372 (#12427) 2024-07-25 14:32:11 +02:00
AvasamandGitHub 2aeb777cde Replace bare Any in setuptools (#12406) 2024-07-25 13:38:07 +02:00
Max MuotoandGitHub 5cd89123e2 Add missing fcntl constants. (#12409) 2024-07-25 11:23:28 +02:00
AvasamandGitHub 0b1d35829b setuptools & distutils: ClassVar mutables (and tuples) (#12403) 2024-07-23 14:17:02 +02:00
AvasamandGitHub ef42f3b765 distutils: Type execute using TypeVarTuple (#12405) 2024-07-23 13:16:14 +01:00
ShantanuandGitHub 93211a8b5f Update allowlist for 3.13b4 (#12413) 2024-07-23 00:57:53 -07:00
Max MuotoandGitHub ee526b14a4 Resolve Traversable.open failure for 3.13 beta 4 (#12412) 2024-07-23 00:29:05 -07:00
Max MuotoandGitHub e5bab16884 Update interpchannels for 3.13 beta 4 (#12411) 2024-07-23 00:28:26 -07:00
Max MuotoandGitHub 2909053047 Add copy.replace for 3.13 (#12262) 2024-07-22 18:34:34 -07:00
Tomas RandGitHub 964d1d73ae Add BaseException.__new__ (#12346) 2024-07-21 13:16:10 +02:00
Max MuotoandGitHub b20dd41bec Add MAP_NORESERVE for Linux (#12385) 2024-07-20 21:38:30 -07:00
Max MuotoandGitHub b6c089d756 Remove webbrowser.MacOSX for Python 3.13 (#12390) 2024-07-20 21:37:51 -07:00
Max MuotoandGitHub e82f130693 Fix _stat for 3.13 (#12383) 2024-07-20 21:25:55 -07:00
Max MuotoandGitHub ab55971e5f Add os.waitid and os.waitid_result for osx (#12391) 2024-07-20 21:19:36 -07:00
Max MuotoandGitHub 60303f6f06 Add readline.backend for 3.13 (#12384) 2024-07-20 21:09:23 -07:00
Max MuotoandGitHub 5eaa400f2b Add POSIX_SPAWN_CLOSEFROM for 3.13 linux (#12386) 2024-07-20 20:59:46 -07:00
Max MuotoandGitHub 63100c17fe Add fcntl constants for 3.13 (#12389) 2024-07-20 20:59:26 -07:00
Max MuotoandGitHub 3030f013be Fix syslog 3.13 issues (#12380) 2024-07-20 14:07:00 -07:00
Max MuotoandGitHub f54427b660 Add timer notification functions for os/posix, 3.13 (#12378) 2024-07-20 13:39:10 -07:00
240e3d8004 Correct MappingProxyType for 3.8+ (#12369)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2024-07-20 13:37:30 -07:00