[Python-checkins] GH-114736: Use WASI SDK 21 (GH-116771)

2024-03-13 Thread brettcannon
https://github.com/python/cpython/commit/3a25d9c5a95d4e57513ea7edd9e184f4609ebe20 commit: 3a25d9c5a95d4e57513ea7edd9e184f4609ebe20 branch: main author: Brett Cannon committer: brettcannon date: 2024-03-14T01:45:33Z summary: GH-114736: Use WASI SDK 21 (GH-116771) files: A Misc/NEWS.d/next/Build/

[Python-checkins] GH-115983: skip building shared modules for testing under WASI (GH-116528)

2024-03-13 Thread brettcannon
https://github.com/python/cpython/commit/8c094c3095feb4de2efebd00f67fb6cc3b2bc240 commit: 8c094c3095feb4de2efebd00f67fb6cc3b2bc240 branch: main author: Brett Cannon committer: brettcannon date: 2024-03-13T23:25:50Z summary: GH-115983: skip building shared modules for testing under WASI (GH-11652

[Python-checkins] [3.12] gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739) (GH-116766)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/870cd901ea72e85eea825425336305296ee443cc commit: 870cd901ea72e85eea825425336305296ee443cc branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T23:02:29Z summary: [3.12] gh-90300: Sort the -X options and some envvars in the Py

[Python-checkins] Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#116634)

2024-03-13 Thread erlend-aasland
https://github.com/python/cpython/commit/e39795f2cbad5375536f4be6b3c3906f457992bf commit: e39795f2cbad5375536f4be6b3c3906f457992bf branch: main author: Sergey B Kirpichev committer: erlend-aasland date: 2024-03-14T00:01:13+01:00 summary: Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_

[Python-checkins] Docs: fix spelling of the word 'transferring' (#116641)

2024-03-13 Thread erlend-aasland
https://github.com/python/cpython/commit/7af4b9f25383793c9504c71f7b414d34528b8600 commit: 7af4b9f25383793c9504c71f7b414d34528b8600 branch: main author: guangwu committer: erlend-aasland date: 2024-03-13T23:53:32+01:00 summary: Docs: fix spelling of the word 'transferring' (#116641) files: M Pyt

[Python-checkins] gh-116760: Fix pystats for trace attempts (GH-116761)

2024-03-13 Thread Fidget-Spinner
https://github.com/python/cpython/commit/cef0ec1a3ca40db69b56bcd736c1b3bb05a1cf48 commit: cef0ec1a3ca40db69b56bcd736c1b3bb05a1cf48 branch: main author: Michael Droettboom committer: Fidget-Spinner date: 2024-03-13T22:13:33Z summary: gh-116760: Fix pystats for trace attempts (GH-116761) There ar

[Python-checkins] [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH-116762)

2024-03-13 Thread brettcannon
https://github.com/python/cpython/commit/3cc24f10008779429235afbc226aef4c60cee5bf commit: 3cc24f10008779429235afbc226aef4c60cee5bf branch: 3.11 author: Brett Cannon committer: brettcannon date: 2024-03-13T21:55:29Z summary: [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-11

[Python-checkins] [3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH-116759)

2024-03-13 Thread brettcannon
https://github.com/python/cpython/commit/0cc504771ff7b36293159d8a9f18757ed46ccfc5 commit: 0cc504771ff7b36293159d8a9f18757ed46ccfc5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-03-13T21:31:09Z summary: [3.12] GH-1159

[Python-checkins] gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8c6db45ce34df7081d7497e638daf3e130303295 commit: 8c6db45ce34df7081d7497e638daf3e130303295 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T22:59:16+02:00 summary: gh-90300: Document equivalent -X options for envvars in th

[Python-checkins] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)

2024-03-13 Thread brettcannon
https://github.com/python/cpython/commit/61733a2fb9dc36d2246d922146a3462a2248832d commit: 61733a2fb9dc36d2246d922146a3462a2248832d branch: main author: Brett Cannon committer: brettcannon date: 2024-03-13T13:24:28-07:00 summary: GH-115979: update test_importlib to work under WASI SDK 21 (GH-1167

[Python-checkins] [3.12] Better presentation order for recipes. (gh-116755) (gh-116757)

2024-03-13 Thread rhettinger
https://github.com/python/cpython/commit/592c0e26c00bf2bcfeb8e947000b10d518d41f86 commit: 592c0e26c00bf2bcfeb8e947000b10d518d41f86 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-03-13T20:12:09Z summary: [3.12] Better p

[Python-checkins] Better presentation order for recipes. (gh-116755)

2024-03-13 Thread rhettinger
https://github.com/python/cpython/commit/5ff012a4495060fe9f53ed034c90033e7eafb780 commit: 5ff012a4495060fe9f53ed034c90033e7eafb780 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-03-13T15:02:56-05:00 summary: Better presentation order for recipes. (gh-116755) files: M Do

[Python-checkins] gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e54bdeab9ce2958a22ba08c1f1f1431c5e8056bd commit: e54bdeab9ce2958a22ba08c1f1f1431c5e8056bd branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T21:15:44+02:00 summary: gh-90300: Sort the -X options and some envvars in the Pyth

[Python-checkins] [3.12] gh-100746: Improve `test_named_expressions.py` (GH-116713) (#116747)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/734c5c4a09573198a32c52ca43b05782f2b512f9 commit: 734c5c4a09573198a32c52ca43b05782f2b512f9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T22:03:55+03:00 summary: [3.12] gh-10

[Python-checkins] gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)

2024-03-13 Thread colesbury
https://github.com/python/cpython/commit/98ab21cce6d4c7bd2b5a0a1521b50b1ce2566a44 commit: 98ab21cce6d4c7bd2b5a0a1521b50b1ce2566a44 branch: main author: Sam Gross committer: colesbury date: 2024-03-13T14:56:28-04:00 summary: gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#11

[Python-checkins] gh-100746: Improve `test_named_expressions.py` (#116713)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/25684e71310642ffd20b45eea9b5226a1fa809a5 commit: 25684e71310642ffd20b45eea9b5226a1fa809a5 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-13T21:12:40+03:00 summary: gh-100746: Improve `test_named_expressions.py` (#116713) files: M L

[Python-checkins] [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116734)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/0cca76243ce2513a70f45a0612286c7ee4fc3450 commit: 0cca76243ce2513a70f45a0612286c7ee4fc3450 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T17:16:48Z summary: [3.12] gh-98731: Im

[Python-checkins] [3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116733)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/039fd9ec344beafa02d3143a517781612b516f5b commit: 039fd9ec344beafa02d3143a517781612b516f5b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T17:16:28Z summary: [3.11] gh-98731: Im

[Python-checkins] [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)

2024-03-13 Thread vstinner
https://github.com/python/cpython/commit/f292b0724efb503fa3d466fb12415d8ca44af686 commit: f292b0724efb503fa3d466fb12415d8ca44af686 branch: 3.11 author: Victor Stinner committer: vstinner date: 2024-03-13T17:49:30+01:00 summary: [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116

[Python-checkins] gh-98731: Improvements to the logging documentation (GH-101618)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/7f418fb111dec325b5c9fe6f6e96076049322f02 commit: 7f418fb111dec325b5c9fe6f6e96076049322f02 branch: main author: Nir Friedman committer: vsajip date: 2024-03-13T15:58:30Z summary: gh-98731: Improvements to the logging documentation (GH-101618) Co-authored-

[Python-checkins] [3.12] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116729)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/8e45f7d2aecd8820fc2f144f0bb0159351e46ab1 commit: 8e45f7d2aecd8820fc2f144f0bb0159351e46ab1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T14:33:31Z summary: [3.12] [doc]: Updat

[Python-checkins] [3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718) (#116727)

2024-03-13 Thread vstinner
https://github.com/python/cpython/commit/cde47e222e8899cf6f9ec1db7d660c03cb7e7e04 commit: cde47e222e8899cf6f9ec1db7d660c03cb7e7e04 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-03-13T14:35:59Z summary: [3.11] gh-110918:

[Python-checkins] [3.11] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116728)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/1117e7dd1b5264e20ff5f4474fd3f5c72e675aac commit: 1117e7dd1b5264e20ff5f4474fd3f5c72e675aac branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T14:34:09Z summary: [3.11] [doc]: Updat

[Python-checkins] [3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718) (#116726)

2024-03-13 Thread vstinner
https://github.com/python/cpython/commit/283dda83ec37e3d5466ef4561a38172374307740 commit: 283dda83ec37e3d5466ef4561a38172374307740 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-03-13T14:16:23Z summary: [3.12] gh-110918:

[Python-checkins] [3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/76c4ab31c900b0ac23856d234bc078f8fae9f5b9 commit: 76c4ab31c900b0ac23856d234bc078f8fae9f5b9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-13T13:56:25Z summary: [3.11] gh

[Python-checkins] [3.12] gh-90300: Fix cmdline.rst (GH-116721) (GH-116724)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/89b5c5e321d84dfe5716b5b7eaa5dbda497301be commit: 89b5c5e321d84dfe5716b5b7eaa5dbda497301be branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-13T13:46:58Z summary: [3.12] gh

[Python-checkins] [3.12] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116722)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/fc81b6497b0f0025caa3a184164bc983b985609c commit: fc81b6497b0f0025caa3a184164bc983b985609c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T16:40:38+03:00 summary: [3.12] gh-11

[Python-checkins] [3.11] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116723)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/bccd1f691fc03ddf36ef524f038fe0133ddf7517 commit: bccd1f691fc03ddf36ef524f038fe0133ddf7517 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T16:40:30+03:00 summary: [3.11] gh-11

[Python-checkins] gh-116604: Fix test_gc on free-threaded build (#116662)

2024-03-13 Thread pablogsal
https://github.com/python/cpython/commit/8e2aab7ad5e1c8b3360c1e1b80ddadc0845eaa3e commit: 8e2aab7ad5e1c8b3360c1e1b80ddadc0845eaa3e branch: main author: Sam Gross committer: pablogsal date: 2024-03-13T13:27:36Z summary: gh-116604: Fix test_gc on free-threaded build (#116662) The free-threaded GC

[Python-checkins] [doc]: Update cookbook recipe for Qt6. (GH-116719)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/186af3cf21705badec086ec16f231ac390747d3b commit: 186af3cf21705badec086ec16f231ac390747d3b branch: main author: Vinay Sajip committer: vsajip date: 2024-03-13T13:22:47Z summary: [doc]: Update cookbook recipe for Qt6. (GH-116719) files: M Doc/howto/logging

[Python-checkins] gh-110918: Fix side effects of regrtest test_match_tests() (#116718)

2024-03-13 Thread vstinner
https://github.com/python/cpython/commit/612f1ec988314bc0bc42a1b908751950331e2ede commit: 612f1ec988314bc0bc42a1b908751950331e2ede branch: main author: Victor Stinner committer: vstinner date: 2024-03-13T14:20:33+01:00 summary: gh-110918: Fix side effects of regrtest test_match_tests() (#116718)

[Python-checkins] gh-90300: Fix cmdline.rst (GH-116721)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/33662d4e01d73cd4f29a25efc2ef09288129023f commit: 33662d4e01d73cd4f29a25efc2ef09288129023f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T15:03:13+02:00 summary: gh-90300: Fix cmdline.rst (GH-116721) * Fix the descripti

[Python-checkins] gh-115419: Change default sym to not_null (GH-116562)

2024-03-13 Thread Fidget-Spinner
https://github.com/python/cpython/commit/617aca9e745b3dfb5e6bc8cda07632d2f716426d commit: 617aca9e745b3dfb5e6bc8cda07632d2f716426d branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-03-13T20:57:48+08:00 summary: gh-115419: Change default sym to not_null (GH-116562) files: M Lib/t

[Python-checkins] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/fcd49b4f47f1edd9a2717f6619da7e7af8ea73cf commit: fcd49b4f47f1edd9a2717f6619da7e7af8ea73cf branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-13T12:38:03Z summary: gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715) Co-aut

[Python-checkins] [3.11] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116704)

2024-03-13 Thread terryjreedy
https://github.com/python/cpython/commit/1dcb46104f8a66d3da78ddfd6004028f6e6bbd0f commit: 1dcb46104f8a66d3da78ddfd6004028f6e6bbd0f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-03-13T07:09:52-04:00 summary: [3.11] gh

[Python-checkins] [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116717)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4a73637966d3797b32f0927ce63b34ddb0efe9f7 commit: 4a73637966d3797b32f0927ce63b34ddb0efe9f7 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T10:03:17Z summary: [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() o

[Python-checkins] [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116716)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9caad1f99bd2e84ec98924fbe7a9a1ef943f02ac commit: 9caad1f99bd2e84ec98924fbe7a9a1ef943f02ac branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T10:02:37Z summary: [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() o

[Python-checkins] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421)

2024-03-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aa7bcf284f006434b07839d82f325618f7a5c06c commit: aa7bcf284f006434b07839d82f325618f7a5c06c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-13T11:40:28+02:00 summary: gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on

[Python-checkins] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116627)

2024-03-13 Thread markshannon
https://github.com/python/cpython/commit/8332e85b2f079e8b9334666084d1f8495cff25c1 commit: 8332e85b2f079e8b9334666084d1f8495cff25c1 branch: main author: Tian Gao committer: markshannon date: 2024-03-13T08:28:01Z summary: gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-1

[Python-checkins] [3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/5bd350709d39672752537c37f027b984319dc8be commit: 5bd350709d39672752537c37f027b984319dc8be branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T07:37:01Z summary: [3.11] gh-116491:

[Python-checkins] [3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/9ef84b46dbd9a38e722485a6a772e40ce28b4411 commit: 9ef84b46dbd9a38e722485a6a772e40ce28b4411 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T07:29:13Z summary: [3.12] gh-116491:

[Python-checkins] gh-96471: Add ShutDown to queue.py '__all__' (#116699)

2024-03-13 Thread gvanrossum
https://github.com/python/cpython/commit/ba82a241ac7ddee7cad18e9994f8dd560c68df02 commit: ba82a241ac7ddee7cad18e9994f8dd560c68df02 branch: main author: Laurie O committer: gvanrossum date: 2024-03-13T07:21:30Z summary: gh-96471: Add ShutDown to queue.py '__all__' (#116699) files: M Lib/queue.py

[Python-checkins] [3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (gh-116711)

2024-03-13 Thread rhettinger
https://github.com/python/cpython/commit/e5c1456bbd11b7ceb4a26e23cf1b55b0631ca149 commit: e5c1456bbd11b7ceb4a26e23cf1b55b0631ca149 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-03-13T07:19:12Z summary: [3.12] Moderniz

[Python-checkins] Modernize roundrobin() recipe and improve variable names (gh-116710)

2024-03-13 Thread rhettinger
https://github.com/python/cpython/commit/e82f6dfae54170559fe46000fe6db9fee2a21a96 commit: e82f6dfae54170559fe46000fe6db9fee2a21a96 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-03-13T02:12:30-05:00 summary: Modernize roundrobin() recipe and improve variable names (gh-11

[Python-checkins] [3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/96c76047096550f193a83d0870b94d378935783f commit: 96c76047096550f193a83d0870b94d378935783f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T07:10:59Z summary: [3.12] gh-115264:

[Python-checkins] [3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706)

2024-03-13 Thread sobolevn
https://github.com/python/cpython/commit/7e8578ce9df1d2bea26a5c6df08bbb58c92c9da5 commit: 7e8578ce9df1d2bea26a5c6df08bbb58c92c9da5 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-13T07:05:41Z summary: [3.11] gh-115264: