Commit Graph

339 Commits

Author SHA1 Message Date
sobolevn e53e233f24 Update _asyncio to 3.14 (#14165) 2025-05-27 09:19:22 +02:00
sobolevn 0bf33ebd2b Update _imp to 3.14 (#14164) 2025-05-27 08:31:44 +02:00
sobolevn fcc877d5d8 Update _thread to 3.14 (#14163)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-27 09:15:47 +03:00
sobolevn d574139e6c Update builtins to 3.14 (#14161) 2025-05-26 15:47:09 -07:00
sobolevn 5ec038df5b Update string.Template to 3.14 (#14148) 2025-05-26 07:13:20 -07:00
Semyon Moroz 2091fe71b2 Bump importlib to 3.14 (#14138) 2025-05-26 07:12:19 -07:00
sobolevn 8cbb7167c6 Update types.py for 3.14 (#14146) 2025-05-26 11:14:49 +02:00
Semyon Moroz 4ea1f958ce Bump ctypes to 3.14 (#14137) 2025-05-25 18:13:36 -07:00
Semyon Moroz e8cd48faaf Bump faulthandler to 3.14 (#14135)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-25 10:21:19 -07:00
Semyon Moroz 9810d95a28 Bump shutil to 3.14 (#14134) 2025-05-25 18:42:10 +02:00
sobolevn a9e7afa7be Update events and windows_events for asyncio in 3.14 (#14128) 2025-05-25 09:13:19 -07:00
Semyon Moroz 994dfd9ee7 Add CH_NEGATE dict to sre_* modules (#14136)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-25 18:11:46 +02:00
Sebastian Rittau 07c09a442a Update typing-extensions to 4.14.0rc1 (#14139)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-25 16:49:22 +01:00
sobolevn 65623811c2 Update _posixsubprocess module for 3.14 (#14127) 2025-05-24 05:36:44 -07:00
Semyon Moroz 9cba0868fe Bump enum to 3.14 (#14021) 2025-05-24 05:33:31 -07:00
sobolevn ddf6c62482 Update select module for 3.14 (#14125) 2025-05-23 08:46:53 +03:00
sobolevn 23e702b4b1 Update errno module for 3.14 (#14123) 2025-05-22 06:52:33 -07:00
mingyu a545707732 Add SetProxy and support for set operations in multiprocessing.managers for Python 3.14 (#14077) 2025-05-22 12:54:40 +02:00
Max Muoto 0e3395333c Update xml for 3.14 (#14119) 2025-05-22 12:44:36 +02:00
Max Muoto dc3b05c85d Add data_offset property to ZipFile (3.14) (#14118) 2025-05-22 08:28:14 +02:00
Max Muoto 9ea05e6289 Add missing builtin dunders (3.14) (#14120) 2025-05-21 21:52:35 -07:00
sobolevn 3ae0951385 Update multiprocessing module for 3.14 (#14114)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-22 07:31:00 +03:00
sobolevn 5f0750c1ac Update _curses module for 3.14 (#14113) 2025-05-22 07:29:56 +03:00
Max Muoto 0b1ee9378d More accurate dataclasses.dataclass overloads (#14095) 2025-05-20 19:54:51 -07:00
Sebastian Rittau 66cf58e126 Add tests for MutableMapping.update() (#14104) 2025-05-20 13:45:18 +02:00
Stan Ulbrych db4a25ce89 Add heapq types (#14098) 2025-05-19 18:17:23 +02:00
AN Long 43ea05d464 Add new constants to winsound (#13695) 2025-05-18 20:33:48 +02:00
Max Muoto 1c5164f069 Add from_number for float, complex, and Fraction (3.14) (#14091) 2025-05-17 22:09:59 -07:00
Max Muoto 39f53a06aa Resolve _asyncio issues (#14089) 2025-05-16 21:06:38 -07:00
Max Muoto 7fbf9c7927 Update exception group to match clinic generated arguments (#14088) 2025-05-16 20:50:00 -07:00
Max Muoto 0ba818e2b5 Update sys for 3.14 (#14086) 2025-05-16 19:17:20 -07:00
Semyon Moroz b7d5b1d7f1 Update logging.handlers.SysLogHandler for 3.14 (#14058)
* Update `logging.handlers.SysLogHandler` for 3.14

* Fix method name

---------

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2025-05-14 13:16:44 +02:00
Semyon Moroz ceb4cb42bd Update marshal.dump(s) for 3.14 (#14059) 2025-05-14 12:25:22 +02:00
Semyon Moroz f2665f7582 Remove deprecated get_loader and find_loader from pkgutil (#14061) 2025-05-14 12:24:09 +02:00
sobolevn 58a4def3c1 Update _socket and socket for 3.14 (#14055) 2025-05-14 12:23:38 +02:00
Semyon Moroz fc1ee8fed9 Bump urllib.request to 3.14 (#14062) 2025-05-14 12:21:46 +02:00
Semyon Moroz 05ec037300 Bump os and posix to 3.14 (#14060) 2025-05-13 23:34:53 -07:00
Semyon Moroz 6deddd7e20 Add dis.Instruction.make for 3.14 (#14039) 2025-05-13 08:15:11 -07:00
sobolevn 209383988d Add new ast node from 3.14 (#14034) 2025-05-13 08:12:57 -07:00
Semyon Moroz 23f1888037 Update {code,codop}.compile_command in 3.14 (#14049) 2025-05-13 14:29:35 +02:00
Semyon Moroz 813430e77a Bump fnmatch to 3.14 (#14046) 2025-05-13 14:16:57 +02:00
sobolevn c7ca24ab24 Add string.templatelib in 3.14 (#14044) 2025-05-13 13:56:11 +02:00
sobolevn bc244028d7 Update _ctypes to 3.14 (#14043) 2025-05-13 13:29:49 +02:00
Semyon Moroz a4e5874d29 Bump pdb and bdb to 3.14 (#14042) 2025-05-13 11:15:58 +02:00
sobolevn 8b877a6993 Add HAS_PHA to _ssl (#14033)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-13 03:14:35 +03:00
Semyon Moroz 7cb4fe0495 Bump imaplib to 3.14 (#14022) 2025-05-12 16:20:07 -07:00
Max Muoto a32af68fad threading updates for 3.14 (#14032) 2025-05-12 16:17:26 -07:00
Sebastian Rittau e224b28f32 Fix variance of a few email-related classes (#13952)
Closes #13919
2025-05-12 16:12:32 -07:00
Max Muoto 8b12b1664b Add InterpreterPoolExecutor (3.14) (#14008) 2025-05-12 09:58:29 -07:00
Max Muoto 81fc4a7b20 Update dataclasses for 3.14 (#14016) 2025-05-12 08:48:40 -07:00