]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
8 weeks ago[3.14] Mention the "context manager" keyword in concurrent.futures documentation...
Miss Islington (bot) [Thu, 11 Sep 2025 09:17:25 +0000 (11:17 +0200)] 
[3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137810)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
8 weeks ago[3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale...
Miss Islington (bot) [Thu, 11 Sep 2025 09:16:18 +0000 (11:16 +0200)] 
[3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) (#137722)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
8 weeks ago[3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688)
Miss Islington (bot) [Thu, 11 Sep 2025 09:15:55 +0000 (11:15 +0200)] 
[3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688)

Co-authored-by: RafaelWO <38643099+RafaelWO@users.noreply.github.com>
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
8 weeks ago[3.14] gh-125897: Mark range function parameters as positional only (GH-125945) ...
Miss Islington (bot) [Thu, 11 Sep 2025 09:15:24 +0000 (11:15 +0200)] 
[3.14] gh-125897: Mark range function parameters as positional only (GH-125945) (#137652)

Co-authored-by: Konstantin Baikov <konstantin.baikov@gmail.com>
8 weeks ago[3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)
Miss Islington (bot) [Thu, 11 Sep 2025 09:15:06 +0000 (11:15 +0200)] 
[3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
8 weeks ago[3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock...
Miss Islington (bot) [Thu, 11 Sep 2025 09:14:45 +0000 (11:14 +0200)] 
[3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (#137553)

Co-authored-by: Tom Forbes <tom@tomforb.es>
8 weeks ago[3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)
Miss Islington (bot) [Thu, 11 Sep 2025 09:14:33 +0000 (11:14 +0200)] 
[3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)

Co-authored-by: Greg Stein <gstein@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
8 weeks ago[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
Miss Islington (bot) [Thu, 11 Sep 2025 09:14:21 +0000 (11:14 +0200)] 
[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)

Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
8 weeks ago[3.14] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369...
Miss Islington (bot) [Thu, 11 Sep 2025 09:14:03 +0000 (11:14 +0200)] 
[3.14] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369) (#137380)

gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369)
(cherry picked from commit 4dd85b347fd8264453811e0873e0dffa333d9838)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
8 weeks ago[3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)
Brian Schubert [Thu, 11 Sep 2025 08:51:42 +0000 (04:51 -0400)] 
[3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)

Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
8 weeks ago[3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500)
Miss Islington (bot) [Thu, 11 Sep 2025 08:50:32 +0000 (10:50 +0200)] 
[3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500)

Co-authored-by: William Andrea <22385371+wjandrea@users.noreply.github.com>
8 weeks ago[3.14] Fix Windows path in `venv` docs (GH-138476) (#138477)
Miss Islington (bot) [Thu, 11 Sep 2025 08:50:01 +0000 (10:50 +0200)] 
[3.14] Fix Windows path in `venv` docs (GH-138476) (#138477)

Co-authored-by: Zachary Ware <zach@python.org>
8 weeks ago[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp ...
Victor Stinner [Thu, 11 Sep 2025 05:43:57 +0000 (07:43 +0200)] 
[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)

* gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)

(cherry picked from commit 7a6fd4a45deee23b827bf8e32bde172e14921ed6)

---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
8 weeks ago[3.14] gh-136599: Add tests for long_hash (GH-138335) (#138390)
Miss Islington (bot) [Wed, 10 Sep 2025 20:54:07 +0000 (22:54 +0200)] 
[3.14] gh-136599: Add tests for long_hash (GH-138335) (#138390)

gh-136599: Add tests for long_hash (GH-138335)
(cherry picked from commit 2d3711dc06657e072a83b580636cbb0009658636)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
8 weeks ago[3.14] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138752)
Miss Islington (bot) [Wed, 10 Sep 2025 14:58:31 +0000 (16:58 +0200)] 
[3.14] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138752)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
8 weeks ago[3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-13851...
Miss Islington (bot) [Tue, 9 Sep 2025 16:15:40 +0000 (18:15 +0200)] 
[3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510) (#138638)

* gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510)

* KeyError is not raised for defaultdict
* Fix relative paths on different drives on Windows
* Add a round-trip test
(cherry picked from commit 057ee1741015067b46446e46eab467c1fa82610d)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Itamar Oren <itamarost@gmail.com>
* Update test_build_details.py

* Update Lib/test/test_build_details.py

---------

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Itamar Oren <itamarost@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
8 weeks ago[3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683)
Miss Islington (bot) [Tue, 9 Sep 2025 16:12:40 +0000 (18:12 +0200)] 
[3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683)

* GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464)
(cherry picked from commit 22cb9ba8f90bfbc0b8831365b6864f41b19d0b6e)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update check-warnings.py

---------

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
8 weeks ago[3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)
Miss Islington (bot) [Tue, 9 Sep 2025 16:11:09 +0000 (18:11 +0200)] 
[3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)

gh-101100: Resolve reference warnings in reference/ (GH-138418)
(cherry picked from commit 6831634eb71360b0bd1b266d42fe24a930f38078)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
8 weeks ago[3.14] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char...
Miss Islington (bot) [Tue, 9 Sep 2025 10:00:36 +0000 (12:00 +0200)] 
[3.14] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (GH-138677) (#138696)

Co-authored-by: yagggi <fakepoet0101@gmail.com>
8 weeks ago[3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649...
Miss Islington (bot) [Tue, 9 Sep 2025 08:51:48 +0000 (10:51 +0200)] 
[3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138684)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
8 weeks ago[3.14] annotationlib: add note on security to docs (GH-138508) (#138550)
Miss Islington (bot) [Mon, 8 Sep 2025 20:15:57 +0000 (22:15 +0200)] 
[3.14] annotationlib: add note on security to docs (GH-138508) (#138550)

annotationlib: add note on security to docs (GH-138508)
(cherry picked from commit 9158bcf86b54df419cab3131412c25edd11fb0d5)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
8 weeks ago[3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668)
Miss Islington (bot) [Mon, 8 Sep 2025 16:06:27 +0000 (18:06 +0200)] 
[3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668)

Co-authored-by: Shamil <ashm.tech@proton.me>
8 weeks ago[3.14] gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue ...
Miss Islington (bot) [Mon, 8 Sep 2025 15:37:39 +0000 (17:37 +0200)] 
[3.14] gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-138256) (#138367)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
8 weeks ago[3.14] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137772)
Miss Islington (bot) [Mon, 8 Sep 2025 15:31:41 +0000 (17:31 +0200)] 
[3.14] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137772)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
8 weeks ago[3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/else...
Miss Islington (bot) [Mon, 8 Sep 2025 15:09:31 +0000 (17:09 +0200)] 
[3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138381)

Co-authored-by: James Parrott <80779630+JamesParrott@users.noreply.github.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
8 weeks ago[3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353)
Miss Islington (bot) [Mon, 8 Sep 2025 15:08:12 +0000 (17:08 +0200)] 
[3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
8 weeks ago[3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379...
Miss Islington (bot) [Mon, 8 Sep 2025 15:03:23 +0000 (17:03 +0200)] 
[3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379) (#137382)

Co-authored-by: Victor Stinner <vstinner@python.org>
8 weeks ago[3.14] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (#138299)
Miss Islington (bot) [Mon, 8 Sep 2025 15:00:06 +0000 (17:00 +0200)] 
[3.14] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (#138299)

Co-authored-by: Fangyi Zhou <me@fangyi.io>
8 weeks ago[3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) ...
Miss Islington (bot) [Mon, 8 Sep 2025 14:59:24 +0000 (16:59 +0200)] 
[3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) (#138068)

Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
8 weeks ago[3.14] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669...
Miss Islington (bot) [Mon, 8 Sep 2025 14:59:10 +0000 (16:59 +0200)] 
[3.14] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) (#137703)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
8 weeks ago[3.14] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398)...
Miss Islington (bot) [Mon, 8 Sep 2025 14:58:44 +0000 (16:58 +0200)] 
[3.14] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137406)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
8 weeks ago[3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)
Miss Islington (bot) [Mon, 8 Sep 2025 14:41:34 +0000 (16:41 +0200)] 
[3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)

gh-138659: Typo in the gc module docstring (GH-138660)

docs(gc): fix typo in get_threshold() docstring

Removes a duplicate "the" from the docstring for the `gc.get_threshold()` function.
(cherry picked from commit c006a623e73d2368ec653e19c769706885161053)

Co-authored-by: Aalaap Dey <65075436+axdeyy@users.noreply.github.com>
2 months ago[3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute...
Miss Islington (bot) [Mon, 8 Sep 2025 13:29:53 +0000 (15:29 +0200)] 
[3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319) (#138654)

gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319)
(cherry picked from commit 7a3bca50e08811070cc244109067c719ca970fc6)

Co-authored-by: yihong <zouzou0208@gmail.com>
2 months ago[3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic...
Miss Islington (bot) [Mon, 8 Sep 2025 13:20:00 +0000 (15:20 +0200)] 
[3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815) (#138643)

Co-authored-by: Ani <5357586+anistark@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
2 months ago[3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (...
Miss Islington (bot) [Mon, 8 Sep 2025 11:52:38 +0000 (13:52 +0200)] 
[3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445)

Docs: Fix typo in test.support.linked_to_musl function name (GH-138406)
(cherry picked from commit 8ce4f2836340bfa5f87a1ff0f88af15fb4553ae4)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2 months ago[3.14] GH-123299: Copyedit 3.14 What's New: Build Changes (GH-138488) (#138632)
Miss Islington (bot) [Mon, 8 Sep 2025 07:17:14 +0000 (09:17 +0200)] 
[3.14] GH-123299: Copyedit 3.14 What's New: Build Changes (GH-138488) (#138632)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) ...
Miss Islington (bot) [Sun, 7 Sep 2025 10:42:19 +0000 (12:42 +0200)] 
[3.14] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138612)

Co-authored-by: dbXD320 <devanshbaghla320@gmail.com>
Co-authored-by: Devansh Baghla <devanshbaghla34@gmail.com>
2 months ago[3.14] gh-90548: Fix musl version detection with --strip-all (GH-137864) (#138348)
Miss Islington (bot) [Sun, 7 Sep 2025 07:51:07 +0000 (09:51 +0200)] 
[3.14] gh-90548: Fix musl version detection with --strip-all (GH-137864) (#138348)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454) (...
Miss Islington (bot) [Sun, 7 Sep 2025 07:46:37 +0000 (09:46 +0200)] 
[3.14] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454) (#138600)

Co-authored-by: R. David Murray <rdmurray@bitdance.com>
2 months ago[3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601)
Miss Islington (bot) [Sun, 7 Sep 2025 07:46:20 +0000 (09:46 +0200)] 
[3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601)

Co-authored-by: Zachary Ware <zach@python.org>
2 months ago[3.14] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593...
Miss Islington (bot) [Sun, 7 Sep 2025 07:46:11 +0000 (09:46 +0200)] 
[3.14] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593) (#138602)

Co-authored-by: Zachary Ware <zach@python.org>
2 months ago[3.14] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333...
Bénédikt Tran [Sat, 6 Sep 2025 18:20:35 +0000 (20:20 +0200)] 
[3.14] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138427)

2 months ago[3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (...
Miss Islington (bot) [Sat, 6 Sep 2025 16:59:36 +0000 (18:59 +0200)] 
[3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (#138553)

Co-authored-by: dbXD320 <devanshbaghla320@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) ...
Miss Islington (bot) [Sat, 6 Sep 2025 05:51:48 +0000 (07:51 +0200)] 
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)

GH-138465: Improve documentation for common sequence methods (GH-138474)
(cherry picked from commit 8ed1d53e62aa9acb9a0674f479cfe4d06622b911)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2 months ago[3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned...
Miss Islington (bot) [Fri, 5 Sep 2025 12:30:04 +0000 (14:30 +0200)] 
[3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503) (#138505)

Co-authored-by: Donghee Na <donghee.na@python.org>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2 months ago[3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513)
Miss Islington (bot) [Fri, 5 Sep 2025 11:28:56 +0000 (13:28 +0200)] 
[3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
2 months ago[3.14] gh-138515: Include email module in Emscripten build (gh-138520) (#138533)
Miss Islington (bot) [Fri, 5 Sep 2025 10:53:39 +0000 (12:53 +0200)] 
[3.14] gh-138515: Include email module in Emscripten build (gh-138520) (#138533)

Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
2 months ago[3.14] docs: add module-level `versionadded` for `annotationlib` (GH-138511) (#138512)
Miss Islington (bot) [Fri, 5 Sep 2025 08:03:04 +0000 (10:03 +0200)] 
[3.14] docs: add module-level `versionadded` for `annotationlib` (GH-138511) (#138512)

docs: add module-level `versionadded` for `annotationlib` (GH-138511)
(cherry picked from commit fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2 months ago[3.14] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138523)
Miss Islington (bot) [Fri, 5 Sep 2025 08:02:21 +0000 (10:02 +0200)] 
[3.14] gh-138516: fix typo in OrderedDict exception msg (GH-138517) (#138523)

gh-138516: fix typo in OrderedDict exception msg (GH-138517)
(cherry picked from commit e9c2a357fba72e46e965ecaa54e78be69c6c5d6b)

Co-authored-by: asas1asas200 <asas1asas200@gmail.com>
2 months ago[3.14] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138527)
Miss Islington (bot) [Fri, 5 Sep 2025 07:51:28 +0000 (09:51 +0200)] 
[3.14] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138527)

gh-107194: Improved language of list.index in tutorial (gh-138518)
(cherry picked from commit f19f1d8563fb3abbb673812f16e2be5f10af42e4)

Co-authored-by: Ric <11750904+ricsatjr@users.noreply.github.com>
2 months ago[3.14] gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (GH-136615) (#138054)
Bénédikt Tran [Thu, 4 Sep 2025 14:59:49 +0000 (16:59 +0200)] 
[3.14] gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (GH-136615) (#138054)

2 months ago[3.14] gh-136134: smtplib: fix CRAM-MD5 on FIPS-only environments (GH-136623) (#138086)
Bénédikt Tran [Thu, 4 Sep 2025 13:07:59 +0000 (15:07 +0200)] 
[3.14] gh-136134: smtplib: fix CRAM-MD5 on FIPS-only environments (GH-136623) (#138086)

2 months ago[3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416) (#138461)
Miss Islington (bot) [Thu, 4 Sep 2025 12:44:14 +0000 (14:44 +0200)] 
[3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416) (#138461)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138469)
sobolevn [Thu, 4 Sep 2025 11:13:36 +0000 (14:13 +0300)] 
[3.14] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138469)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138480)
Miss Islington (bot) [Thu, 4 Sep 2025 09:56:52 +0000 (11:56 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138480)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470)
Miss Islington (bot) [Wed, 3 Sep 2025 18:48:24 +0000 (20:48 +0200)] 
[3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470)

Co-authored-by: Zachary Ware <zach@python.org>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138459)
Miss Islington (bot) [Wed, 3 Sep 2025 15:46:35 +0000 (17:46 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138459)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138455)
Miss Islington (bot) [Wed, 3 Sep 2025 15:27:52 +0000 (17:27 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138455)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417...
Miss Islington (bot) [Wed, 3 Sep 2025 13:15:36 +0000 (15:15 +0200)] 
[3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138446)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138443)
Miss Islington (bot) [Wed, 3 Sep 2025 12:08:38 +0000 (14:08 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138443)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138441)
Miss Islington (bot) [Wed, 3 Sep 2025 11:39:02 +0000 (13:39 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/2.7.rst (GH-138415) (#138441)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)
Miss Islington (bot) [Wed, 3 Sep 2025 11:31:06 +0000 (13:31 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138435)
Miss Islington (bot) [Wed, 3 Sep 2025 11:27:01 +0000 (13:27 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.3.rst (GH-138414) (#138435)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] GH-123299: Copyedit 3.14 What's New: Move and consolidate Porting (GH-138400...
Miss Islington (bot) [Wed, 3 Sep 2025 11:15:47 +0000 (13:15 +0200)] 
[3.14] GH-123299: Copyedit 3.14 What's New: Move and consolidate Porting (GH-138400) (#138434)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423)
Miss Islington (bot) [Wed, 3 Sep 2025 06:26:29 +0000 (08:26 +0200)] 
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423)

GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410)

Resolve reference warnings in whatsnew/3.7.rst
(cherry picked from commit dd86fb4ba5a9db1c1e7293917af68d0cf0ddeaaf)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-13661...
Miss Islington (bot) [Wed, 3 Sep 2025 06:17:45 +0000 (08:17 +0200)] 
[3.14] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) (#138421)

gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612)
(cherry picked from commit c22cc8fccdd299fa923f04e253a3f7c59ce88bfe)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
2 months ago[3.14] Doc: Track file downloads via plausible (GH-138393) (#138396)
Miss Islington (bot) [Tue, 2 Sep 2025 20:00:02 +0000 (22:00 +0200)] 
[3.14] Doc: Track file downloads via plausible (GH-138393) (#138396)

Co-authored-by: Jacob Coffee <jacob@z7x.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-138372: Fix SyntaxWarning for erroneous t-string subscription (GH-138375...
Miss Islington (bot) [Tue, 2 Sep 2025 17:39:08 +0000 (19:39 +0200)] 
[3.14] gh-138372: Fix SyntaxWarning for erroneous t-string subscription (GH-138375) (#138392)

gh-138372: Fix SyntaxWarning for erroneous t-string subscription (GH-138375)
(cherry picked from commit 5493b46462f93bfbca89599538887d598fca9d6f)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2 months ago[3.14] gh-138257: Fix internal `RuleCollectorVisitor` attribute name (GH-138208)...
Miss Islington (bot) [Sun, 31 Aug 2025 06:54:59 +0000 (08:54 +0200)] 
[3.14] gh-138257: Fix internal `RuleCollectorVisitor` attribute name (GH-138208) (#138259)

Co-authored-by: chemelnucfin <3982092+chemelnucfin@users.noreply.github.com>
2 months ago[3.14] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multisslte...
Miss Islington (bot) [Sun, 31 Aug 2025 06:53:21 +0000 (08:53 +0200)] 
[3.14] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multissltests.py` (GH-138147) (#138262)

Co-authored-by: Tommaso Bona <piergeolo@gmail.com>
2 months ago[3.14] gh-133829: Remove some specifics from the ``zipimport`` example (GH-133835...
Miss Islington (bot) [Sun, 31 Aug 2025 06:44:56 +0000 (08:44 +0200)] 
[3.14] gh-133829: Remove some specifics from the ``zipimport`` example (GH-133835) (#138274)

Co-authored-by: R Chintan Meher <meherrihaan@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2 months ago[3.14] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation...
Miss Islington (bot) [Fri, 29 Aug 2025 21:13:09 +0000 (23:13 +0200)] 
[3.14] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844) (#138244)

Co-authored-by: Hang <bebound@gmail.com>
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
2 months ago[3.14] gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849) (#137850)
Miss Islington (bot) [Fri, 29 Aug 2025 04:37:39 +0000 (06:37 +0200)] 
[3.14] gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849) (#137850)

gh-101359: clarify docs for `asyncio.Event.clear` (GH-137849)
(cherry picked from commit 4b2dbe8e0aa35046622f87dec1fa42da4d2deb2d)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2 months ago[3.14] gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (GH-137852...
Miss Islington (bot) [Fri, 29 Aug 2025 04:25:55 +0000 (06:25 +0200)] 
[3.14] gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (GH-137852) (#137853)

gh-90483: fix docs of `SubprocessTransport.get_pipe_transport ` (GH-137852)
(cherry picked from commit 038a6e3b959b1fa55f43b2e60bc207c01f7da0ce)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2 months ago[3.14] gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI...
Miss Islington (bot) [Thu, 28 Aug 2025 07:58:11 +0000 (09:58 +0200)] 
[3.14] gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI GH-126682" (GH-138197) (#138218)

gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI GH-126682" (GH-138197)
(cherry picked from commit 03f8d3b0db829dc710869d2fa58a6b75f7b3089b)

Co-authored-by: sobolevn <mail@sobolevn.me>
2 months ago[3.14] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (GH-137700) (#137763)
Miss Islington (bot) [Wed, 27 Aug 2025 15:37:56 +0000 (17:37 +0200)] 
[3.14] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (GH-137700) (#137763)

Co-authored-by: sobolevn <mail@sobolevn.me>
2 months ago[3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHO...
Miss Islington (bot) [Wed, 27 Aug 2025 15:28:20 +0000 (17:28 +0200)] 
[3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (GH-137625) (#137771)

Co-authored-by: adam j hartz <hz@mit.edu>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
2 months ago[3.14] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH...
Miss Islington (bot) [Wed, 27 Aug 2025 15:26:38 +0000 (17:26 +0200)] 
[3.14] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH-137741) (#138113)

Co-authored-by: Robin Narsingh Ranabhat <robinnarsingha123@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2 months ago[3.14] enhance docs for critical sections (GH-137334) (#138167)
Miss Islington (bot) [Wed, 27 Aug 2025 14:40:27 +0000 (16:40 +0200)] 
[3.14] enhance docs for critical sections (GH-137334) (#138167)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2 months ago[3.14] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) ...
Miss Islington (bot) [Wed, 27 Aug 2025 14:02:26 +0000 (16:02 +0200)] 
[3.14] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137531)

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
2 months ago[3.14] gh-44538: Mention nested classes/functions in doctest docs (GH-137870) (#137918)
Miss Islington (bot) [Wed, 27 Aug 2025 14:01:55 +0000 (16:01 +0200)] 
[3.14] gh-44538: Mention nested classes/functions in doctest docs (GH-137870) (#137918)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
2 months ago[3.14] gh-138011: Clarify tutorial method object example code (GH-138014) (#138025)
Miss Islington (bot) [Wed, 27 Aug 2025 13:59:47 +0000 (15:59 +0200)] 
[3.14] gh-138011: Clarify tutorial method object example code (GH-138014) (#138025)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2 months ago[3.14] gh-137609: Update signatures of builtins in the documentation (GH-137610)...
Miss Islington (bot) [Wed, 27 Aug 2025 13:59:02 +0000 (15:59 +0200)] 
[3.14] gh-137609: Update signatures of builtins in the documentation (GH-137610) (#138137)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2 months ago[3.14] gh-138098: Clarify strong references in `PyDict_Next` docs on the free-threade...
Miss Islington (bot) [Wed, 27 Aug 2025 13:58:07 +0000 (15:58 +0200)] 
[3.14] gh-138098: Clarify strong references in `PyDict_Next` docs on the free-threaded build (GH-138106) (#138141)

Co-authored-by: PrinceNaroliya <naroliyaprince@gmail.com>
2 months ago[3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator`...
Miss Islington (bot) [Wed, 27 Aug 2025 13:57:36 +0000 (15:57 +0200)] 
[3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (#138159)

Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
2 months ago[3.14] GH-132775: Fix argument parsing for ``_interpqueues.put()`` (GH-137686) (...
Miss Islington (bot) [Wed, 27 Aug 2025 13:53:39 +0000 (15:53 +0200)] 
[3.14] GH-132775: Fix argument parsing for ``_interpqueues.put()`` (GH-137686) (#138034)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 months ago[3.14] gh-106318: Add example for `str.find()` (GH-134529) (#138174)
Miss Islington (bot) [Wed, 27 Aug 2025 06:48:49 +0000 (08:48 +0200)] 
[3.14] gh-106318: Add example for `str.find()` (GH-134529) (#138174)

Co-authored-by: Blaise Pabon <blaise@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) (#138109)
Miss Islington (bot) [Tue, 26 Aug 2025 05:45:08 +0000 (07:45 +0200)] 
[3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) (#138109)

gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262)

This partially reverts commit d83e30caddcbf9482273743d287577517ec735b7
by bringing back the CI job for testing OpenSSL 1.1.1w. Despite this
version being upstream EOL, the rationale for keeping it as follows:

- It most resembles other 1.1.1-work-a-like ssl APIs supported by important vendors.
- Python officially requires OpenSSL 1.1.1 or later, although OpenSSL 3.0 or later
  is recommended for cryptographic modules. Since changing the build requirements
  requires a transition period, we need to keep testing the allowed versions.
- The code base still contains calls to OpenSSL functions that are deprecated since
  OpenSSL 3.0 as well as `ifdef` blocks constrained to OpenSSL 1.1.1.

(cherry picked from commit 96b7a2eba423b42320f15fd4974740e3e930bb8b)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2 months ago[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls...
Peter Bierma [Mon, 25 Aug 2025 16:19:39 +0000 (12:19 -0400)] 
[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2 months ago[3.14] gh-137973: Add a non-parallel test plan to the iOS testbed project (GH-138018...
Miss Islington (bot) [Mon, 25 Aug 2025 12:00:35 +0000 (14:00 +0200)] 
[3.14] gh-137973: Add a non-parallel test plan to the iOS testbed project (GH-138018) (#138038)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
2 months ago[3.14] gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio...
Miss Islington (bot) [Sat, 23 Aug 2025 16:27:51 +0000 (18:27 +0200)] 
[3.14] gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio.StreamWriter` docs (GH-137910) (#137912)

gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio.StreamWriter` docs (GH-137910)
(cherry picked from commit 1c3950abc1d403bddce5212c08d6c40e78486e9d)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2 months ago[3.14] gh-137384: fix crash when accessing warnings state late in runtime shutdown...
Kumar Aditya [Fri, 22 Aug 2025 14:27:49 +0000 (19:57 +0530)] 
[3.14] gh-137384: fix crash when accessing warnings state late in runtime shutdown (GH-138027) (#138065)

2 months ago[3.14] gh-138042: Fix homebrew for tail-calling macOS CI (GH-138043) (#138060)
Miss Islington (bot) [Fri, 22 Aug 2025 14:07:38 +0000 (16:07 +0200)] 
[3.14] gh-138042: Fix homebrew for tail-calling macOS CI (GH-138043) (#138060)

Co-authored-by: Ken Jin <kenjin@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] gh-123299: Fix typos & grammar and copyedit What's New in 3.14 (GH-138040...
Miss Islington (bot) [Fri, 22 Aug 2025 08:11:38 +0000 (10:11 +0200)] 
[3.14] gh-123299: Fix typos & grammar and copyedit What's New in 3.14 (GH-138040) (#138041)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2 months ago[3.14] gh-137847: Add examples for UUIDv6-8 (GH-137848) (#137901)
Miss Islington (bot) [Thu, 21 Aug 2025 18:36:35 +0000 (20:36 +0200)] 
[3.14] gh-137847: Add examples for UUIDv6-8 (GH-137848) (#137901)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2 months ago[3.14] gh-137728 gh-137762: Fix bugs in the JIT with many local variables (GH-137764...
Miss Islington (bot) [Thu, 21 Aug 2025 14:00:05 +0000 (16:00 +0200)] 
[3.14] gh-137728 gh-137762: Fix bugs in the JIT with many local variables (GH-137764) (#137999)

Co-authored-by: Ken Jin <kenjin@python.org>
2 months ago[3.14] gh-137964: Remove the "experimental" designation from the Windows installer...
Miss Islington (bot) [Wed, 20 Aug 2025 17:19:45 +0000 (19:19 +0200)] 
[3.14] gh-137964: Remove the "experimental" designation from the Windows installer (GH-137965) (#137971)

Co-authored-by: Itamar Oren <itamarost@gmail.com>
2 months ago[3.14] gh-137900: Improve dataclasses frozen parameter documentation (GH-137937)...
Miss Islington (bot) [Wed, 20 Aug 2025 13:49:43 +0000 (15:49 +0200)] 
[3.14] gh-137900: Improve dataclasses frozen parameter documentation (GH-137937) (#137990)

gh-137900: Improve dataclasses frozen parameter documentation (GH-137937)
(cherry picked from commit 7685b8ada84822a7ee9ce51e8ee0e2e35fd60b4e)

Co-authored-by: Tangyuan <47830915@qq.com>
2 months ago[3.14] gh-127859: Fixed documentation for call_later and call_at for early wakeup...
Miss Islington (bot) [Tue, 19 Aug 2025 11:27:36 +0000 (13:27 +0200)] 
[3.14] gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (GH-137859) (#137908)

Co-authored-by: Bar Harel <bzvi7919@gmail.com>
2 months ago[3.14] gh-134869: Fix Ctrl+C corrupts REPL autocomplete (GH-134929) (#137926)
Miss Islington (bot) [Mon, 18 Aug 2025 21:21:55 +0000 (23:21 +0200)] 
[3.14] gh-134869: Fix Ctrl+C corrupts REPL  autocomplete (GH-134929) (#137926)

gh-134869: Fix Ctrl+C corrupts REPL  autocomplete (GH-134929)
(cherry picked from commit 8750e5ecfcfbc337efb511046d34f28b2d26bd68)

Co-authored-by: ggqlq <124190229+ggqlq@users.noreply.github.com>