Commit Graph

6008 Commits

Author SHA1 Message Date
Stan Ulbrych db4a25ce89 Add heapq types (#14098) 2025-05-19 18:17:23 +02:00
Neil Mitchell 929aca4026 Fix MutableMapping.update to require string keys (#14099) 2025-05-19 11:55:20 -04: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
Jelle Zijlstra 9430260770 builtins: improve builtins.function (#14094)
Remove two differences from types.FunctionType that should be
safe to clean up.
2025-05-17 19:43:22 +02: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
Sebastian Rittau 0125fe2848 Replace Incomplete | None = None in stdlib (#14083) 2025-05-16 15:43:52 +02:00
Semyon Moroz 590f48306c Deprecate nturl2path (#14065) 2025-05-14 15:40:39 +02: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
Akuli 9589e369f8 Make tkinter.Event equivalent to tkinter.Event[tkinter.Misc] (#14053) 2025-05-13 22:50:13 +02: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
Marc Mueller 82af3b25ba Add additional type ignores for mypy (#14050) 2025-05-13 16:50:32 +02: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
Sebastian Rittau 7cc094da50 [ctypes] Fix argument name (#14048) 2025-05-13 15:16:35 +03: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
Sebastian Rittau e08e349699 Replace incomplete module markers (#14030) 2025-05-13 08:53:39 +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
Semyon Moroz 9bcba82c13 Bump ipaddress to 3.14 (#14024) 2025-05-12 17:08:32 +02:00
Semyon Moroz b8f754f538 Bump tomllib.TOMLDecodeError to 3.14 (#14019) 2025-05-12 11:31:37 +02:00
Max Muoto 06f3fc9fd7 Add asyncio.graph, updates to asyncio.futures (3.14) (#14003) 2025-05-12 08:52:33 +02:00
Edgar Ramírez Mondragón 3f8a48f6cc Add new Python 3.14 argparse.ArgumentParser constructor parameters (#13947)
These are

- `suggest_on_error`, added by https://github.com/python/cpython/pull/124456, made keyword-only by https://github.com/python/cpython/pull/133302
- `color`, added by https://github.com/python/cpython/pull/132323

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-11 22:26:28 -07:00
Semyon Moroz d01b052dad Bump decimal to 3.14 (#14017)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-11 22:23:21 -07:00
Jelle Zijlstra 30b7b679f5 Give up on AnnotationForm in typing.pyi (#13999)
From #13985
2025-05-11 15:39:50 -07:00
Max Muoto 268a2e71bd Update pathlib for 3.14 (#14006) 2025-05-11 21:44:37 +02:00
Sebastian Rittau 1ebbbeec75 Make BufferedReader generic over a protocol (#13533) 2025-05-11 16:24:31 +02:00
Sebastian Rittau b444909873 Copy typechecker-internal symbols to _typeshed._type_checker_internals (#13816) 2025-05-11 16:07:53 +02:00
Sebastian Rittau 4118cf8a45 Add io.{Reader,Writer} (#14013) 2025-05-11 06:41:46 -07:00
Rogdham 78fc518ab8 3.14: PEP-784 compression except zstd (#13992) 2025-05-11 15:23:20 +02:00
Semyon Moroz a92579c0b0 Bump unittest to 3.14 (#14012) 2025-05-11 14:40:17 +02:00
Semyon Moroz 9ce2a25b91 Bump http.server to 3.14 (#13981) 2025-05-11 13:56:08 +02:00
Semyon Moroz 268e1caab9 Update argparse to 3.14 (#14005) 2025-05-11 13:25:40 +02:00
Bénédikt Tran db2949804c Added the show_positions parameter to various dis interfaces (#14010) 2025-05-11 13:15:33 +02:00
Semyon Moroz 2312540035 Update traceback.__all__ (#14011) 2025-05-11 00:23:54 -07:00
Semyon Moroz 692c0e9e3e Bump configparser to 3.14 (#14007) 2025-05-11 00:03:41 -07:00