Commit Graph

10510 Commits

Author SHA1 Message Date
Sebastian Rittau 7cc094da50 [ctypes] Fix argument name (#14048) 2025-05-13 15:16:35 +03:00
Semyon Moroz fd20f4a929 Improve oauthlib.oauth2.rfc6749 (#13965) 2025-05-13 13:57:14 +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 f8b0eec26c Bump icalendar to 6.2.* (#13963) 2025-05-13 12:45:07 +02:00
Semyon Moroz 3b038caa9b Improve oauthlib.openid.connect.core (#13966) 2025-05-13 12:28:14 +02:00
David Salvisberg 2f9bd24716 Fix regression in definition of bleach.sanitizer._Filter (#14041) 2025-05-13 12:23:36 +02:00
Avasam 45b81fb599 networkx: consistent Unknown | None = None (#14027) 2025-05-13 11:43:01 +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
Mickel Edward 41b2f9e7b4 tqdm: Fix return type of async for loop (#14028) 2025-05-12 19:43:48 +02: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
Avasam f0c88fd238 networkx: ignore_missing_stub = false (#13968) 2025-05-12 17:31:45 +02:00
Semyon Moroz 9bcba82c13 Bump ipaddress to 3.14 (#14024) 2025-05-12 17:08:32 +02:00
Julien Danjou b101209d93 [click_default_group] default_cmd_name argument should be named default (#14023) 2025-05-12 17:07:03 +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
LordGvozd 251570c4f6 Bump gevent to 25.4.* (#13885) 2025-05-11 20:05:25 +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
Huy Nguyen a8fa1ab0d9 Add mypy plugin support to stubtest configuration (#13948) 2025-05-11 14:45:30 +02:00
Ali Hamdan 0933303ff0 Fix annotations of shapely.constructive.make_valid (#13913) 2025-05-11 14:45:05 +02:00
github-actions[bot] f711b9ae2b [stubsabot] Bump peewee to 3.18.1 (#13910) 2025-05-11 14:43:34 +02:00
Semyon Moroz 2a6d81b17f Complete bleach (#13969) 2025-05-11 14:42:21 +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
Semyon Moroz e562665478 Update tokens for 3.14 (#14004) 2025-05-10 22:39:53 -07:00
Max Muoto 0f3ff0874c Update functools for 3.14 (#14002) 2025-05-10 21:09:02 -07:00
Jelle Zijlstra 58367a50d5 [click-web] Fixes after click 8.2.0 release (#14001) 2025-05-11 01:39:55 +02:00
Max Muoto c4aa48a626 Add context manager for contextvars.Token (3.14) (#13997) 2025-05-10 23:33:33 +02:00
Jelle Zijlstra 5ff32f377c 3.14: add annotationlib, update typing and inspect (#13985) 2025-05-10 14:25:06 -07:00
Max Muoto 8bd5455b32 Add context manager support for QueueListener (3.14) (#13996) 2025-05-10 14:18:37 -07:00
Max Muoto 33a0cb977e Update ProcessPoolExecutor for 3.14 (#13994) 2025-05-10 22:43:14 +02:00
Akuli bd2e68f628 Delete duplicate lines from stdlib/@tests/stubtest_allowlists/py314.txt (#13993) 2025-05-10 22:08:02 +02:00
Semyon Moroz 725f7177b1 Update ast.main function for Python 3.14 (#13982) 2025-05-10 21:32:20 +02:00