[Python-checkins] gh-124621: Emscripten: Fix regression in use-after-close error handling (#136837)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/800d37feca2e0ea3343995b3b817b653db2f9034 commit: 800d37feca2e0ea3343995b3b817b653db2f9034 branch: main author: Hood Chatham committer: ambv date: 2025-07-19T21:43:50+02:00 summary: gh-124621: Emscripten: Fix regression in use-after-close error handling (

[Python-checkins] [3.13] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136842)

2025-07-19 Thread ethanfurman
https://github.com/python/cpython/commit/f7be0ee9db00fb3e2ce4420a85d503e5c00e29c4 commit: f7be0ee9db00fb3e2ce4420a85d503e5c00e29c4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2025-07-19T12:01:42-07:00 summary: [3.13] gh

[Python-checkins] [3.14] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136841)

2025-07-19 Thread ethanfurman
https://github.com/python/cpython/commit/197f3eca2a48dfa28533645029a926f241e0f25d commit: 197f3eca2a48dfa28533645029a926f241e0f25d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2025-07-19T11:00:15-07:00 summary: [3.14] gh

[Python-checkins] [3.14] gh-136839: Refactor simple dict.update calls (GH-136811) (#136840)

2025-07-19 Thread gpshead
https://github.com/python/cpython/commit/4606b4089d727ea879e6233ec4a366fffcb28fa1 commit: 4606b4089d727ea879e6233ec4a366fffcb28fa1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-07-1

[Python-checkins] gh-136839: Refactor simple dict.update calls (#136811)

2025-07-19 Thread gpshead
https://github.com/python/cpython/commit/69ea1b3a8f45fec46add3272ad47f14ff5321ae8 commit: 69ea1b3a8f45fec46add3272ad47f14ff5321ae8 branch: main author: Disconnect3d committer: gpshead <[email protected]> date: 2025-07-19T10:12:10-07:00 summary: gh-136839: Refactor simple dict

[Python-checkins] gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)

2025-07-19 Thread sobolevn
https://github.com/python/cpython/commit/67036f1ee1c23257d320a80c152090235b8ca892 commit: 67036f1ee1c23257d320a80c152090235b8ca892 branch: main author: sobolevn committer: sobolevn date: 2025-07-19T17:07:46Z summary: gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876) files: A

[Python-checkins] gh-124621: Emscripten: Add support for async input devices (GH-136822)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/7ae4749d064bd49b0dd96172fee20c1f1678d9e9 commit: 7ae4749d064bd49b0dd96172fee20c1f1678d9e9 branch: main author: Hood Chatham committer: ambv date: 2025-07-19T17:14:29+02:00 summary: gh-124621: Emscripten: Add support for async input devices (GH-136822) Th

[Python-checkins] gh-136793: Update the sampling rate in the documentation (#136829)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/1ba23244f3306aa8d19eb4b98cfee6ad4cf514c9 commit: 1ba23244f3306aa8d19eb4b98cfee6ad4cf514c9 branch: main author: Slavaqq <[email protected]> committer: hugovk <[email protected]> date: 2025-07-19T15:00:46Z summary:

[Python-checkins] [3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136828)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/53aeb821d4d656ac224c17f48e20af9072a01414 commit: 53aeb821d4d656ac224c17f48e20af9072a01414 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136827)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/f8af7cb7231bdb4ae7137c690da4e3903d0ce5f9 commit: f8af7cb7231bdb4ae7137c690da4e3903d0ce5f9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (#136794)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/6293d8a1a648a498b7ac899631b74fa25c71c1ac commit: 6293d8a1a648a498b7ac899631b74fa25c71c1ac branch: main author: Matthieu Lienart <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-19T14:43

[Python-checkins] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (#136797)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/57acd65a30f8cb1f3a3cc01322f03215017f5caa commit: 57acd65a30f8cb1f3a3cc01322f03215017f5caa branch: main author: Valerio Gianella <[email protected]> committer: AA-Turner <[email protected]> date: 2025-0

[Python-checkins] [3.13] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136819)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/2d0f169b75ed8603d2637e83f4e47875c327b7e6 commit: 2d0f169b75ed8603d2637e83f4e47875c327b7e6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136818)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/8d063f3d922850ee2199d0e63a93904e53f02ef1 commit: 8d063f3d922850ee2199d0e63a93904e53f02ef1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-54732: Make argparse error caused by empty rows in option files explicit (#136795)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/8ffc3ef01e83ffe629c6107082677de4d23974d5 commit: 8ffc3ef01e83ffe629c6107082677de4d23974d5 branch: main author: jdunter <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-19T14:08:19Z summary: gh-54732: Make ar

[Python-checkins] [3.14] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804) (GH-136813)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/2a9aeb0f579ff75cd49dd36fb8f62d7a8adb6bfa commit: 2a9aeb0f579ff75cd49dd36fb8f62d7a8adb6bfa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-19T15:56:40+02:00 summary: [3.14] gh-136801

[Python-checkins] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/3a648445337098abf22c7faa296389dab597797c commit: 3a648445337098abf22c7faa296389dab597797c branch: main author: Olga Matoula committer: ambv date: 2025-07-19T15:15:49+02:00 summary: gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line

[Python-checkins] [3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136807)

2025-07-19 Thread encukou
https://github.com/python/cpython/commit/ff8de16c1017d9b767de8fb884ea1fb19d9ba40c commit: ff8de16c1017d9b767de8fb884ea1fb19d9ba40c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-19T14:58:08+02:00 summary: [3.13] gh-135

[Python-checkins] [3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136806)

2025-07-19 Thread encukou
https://github.com/python/cpython/commit/03457ca2accabcf70ed0f0118c2e92823635c465 commit: 03457ca2accabcf70ed0f0118c2e92823635c465 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-19T14:57:52+02:00 summary: [3.14] gh-135

[Python-checkins] gh-136764: improve comment in enum.verify.__call__ (GH-136774)

2025-07-19 Thread ethanfurman
https://github.com/python/cpython/commit/6a1c93af806d0ca5d3fb86cd183d00013bbf28d1 commit: 6a1c93af806d0ca5d3fb86cd183d00013bbf28d1 branch: main author: Saurav Singh committer: ethanfurman date: 2025-07-19T05:55:02-07:00 summary: gh-136764: improve comment in enum.verify.__call__ (GH-136774) fil

[Python-checkins] gh-135730: Clarify multiprocessing.Queue close() documentation (#136803)

2025-07-19 Thread encukou
https://github.com/python/cpython/commit/f575588ccf27d8d54a1e99cfda944f2614b3255c commit: f575588ccf27d8d54a1e99cfda944f2614b3255c branch: main author: aggshruti99 committer: encukou date: 2025-07-19T14:24:39+02:00 summary: gh-135730: Clarify multiprocessing.Queue close() documentation (#136803)

[Python-checkins] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790)

2025-07-19 Thread encukou
https://github.com/python/cpython/commit/d19bb4471331ca2cb87b86e4c904bc9a2bafb044 commit: d19bb4471331ca2cb87b86e4c904bc9a2bafb044 branch: main author: Disconnect3d committer: encukou date: 2025-07-19T13:52:54+02:00 summary: Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan informati

[Python-checkins] gh-122450: Indicate that `Fraction` denominators are always positive (#136789)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/eb8ac4c85773160a6104abafdea9159f26363a9b commit: eb8ac4c85773160a6104abafdea9159f26363a9b branch: main author: nacind <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-19T13:26:50+02:0

[Python-checkins] [3.14] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136785)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/8b4275c99aebef2ac34135584aeb40fad5479b2e commit: 8b4275c99aebef2ac34135584aeb40fad5479b2e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136786)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/f32e095608399b252f2fff5a28f7afdf5fed743b commit: f32e095608399b252f2fff5a28f7afdf5fed743b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#136783)

2025-07-19 Thread Eclips4
https://github.com/python/cpython/commit/a91e2bc440b288c4d3ccc51f068f8d591e0eda1b commit: a91e2bc440b288c4d3ccc51f068f8d591e0eda1b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-07-19T10:23:52Z summary: [3.14] Fix typo in

[Python-checkins] gh-136769: Include fixed-width integers in the fundamental data types table (#136784)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/acefb978dcb5dd554e3c49a3015ee5c2ad6bfda1 commit: acefb978dcb5dd554e3c49a3015ee5c2ad6bfda1 branch: main author: Sina Zel taat <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-19T11:1

[Python-checkins] [3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (GH-136781) (#136782)

2025-07-19 Thread picnixz
https://github.com/python/cpython/commit/ba6ea7c53d9b8de78380a1f0b029af92633b5332 commit: ba6ea7c53d9b8de78380a1f0b029af92633b5332 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136779)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/96fac51a211b0adabc798d0921b53c276b9d83a2 commit: 96fac51a211b0adabc798d0921b53c276b9d83a2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (#136781)

2025-07-19 Thread picnixz
https://github.com/python/cpython/commit/263e451c4114ac98add1f1e8aa9ee030e054bdfd commit: 263e451c4114ac98add1f1e8aa9ee030e054bdfd branch: main author: Gergely Elias committer: picnixz <[email protected]> date: 2025-07-19T09:51:11Z summary: gh-74598: document that `fnmatch

[Python-checkins] [3.14] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136778)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/aeeacdb8b56232239e70b6aed5838b640116dcef commit: aeeacdb8b56232239e70b6aed5838b640116dcef branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Docs: Improve example for ``itertools.batched()`` (#136775)

2025-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/3eecc72ac70943f7e33297eea17803af15322c88 commit: 3eecc72ac70943f7e33297eea17803af15322c88 branch: main author: RafaelWO <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-19T10:29:44+0

[Python-checkins] [3.14] parser_generator.py typo - keywods -> keywords (GH-135014) (#136772)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/81aab6d51ccf49a7ec420eaead3f6fa900c57b53 commit: 81aab6d51ccf49a7ec420eaead3f6fa900c57b53 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-1

[Python-checkins] [3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/0936a53b033fcd87bdc07dba9aa2cb18b7e3935a commit: 0936a53b033fcd87bdc07dba9aa2cb18b7e3935a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-1

[Python-checkins] Fix typo in `Lib/test/test_ast/test_ast.py` (#136767)

2025-07-19 Thread Eclips4
https://github.com/python/cpython/commit/60146f4f6f24f37e3bfcb9f101565f6e86cf0146 commit: 60146f4f6f24f37e3bfcb9f101565f6e86cf0146 branch: main author: Hunter Hogan committer: Eclips4 date: 2025-07-19T12:14:49+03:00 summary: Fix typo in `Lib/test/test_ast/test_ast.py` (#136767) `ASTOptimiziatio

[Python-checkins] [3.14] Fix typo: "occured" =>"occurred" (GH-134928) (#136771)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/201c765d764a56cfaaa5491c6c234348fe72b422 commit: 201c765d764a56cfaaa5491c6c234348fe72b422 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-1

[Python-checkins] parser_generator.py typo - keywods -> keywords (#135014)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/f520f229271d55201a090f48faf1aa6f087d7608 commit: f520f229271d55201a090f48faf1aa6f087d7608 branch: main author: chemelnucfin <[email protected]> committer: hugovk <[email protected]> date: 2025-07-19T11:54:20+

[Python-checkins] Fix typo: "occured" =>"occurred" (#134928)

2025-07-19 Thread hugovk
https://github.com/python/cpython/commit/09ac8e042f540420c233679c432b3dabc3e0b7d9 commit: 09ac8e042f540420c233679c432b3dabc3e0b7d9 branch: main author: Roman <[email protected]> committer: hugovk <[email protected]> date: 2025-07-19T11:48:04+03:00 su