[Python-checkins] gh-117765: Improve documentation for `mocker.patch.dict` (#121755)

2024-07-15 Thread cjw296
https://github.com/python/cpython/commit/8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be commit: 8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be branch: main author: Dominic H committer: cjw296 date: 2024-07-15T07:14:17Z summary: gh-117765: Improve documentation for `mocker.patch.dict` (#121755) files: A Mis

[Python-checkins] gh-84978: Add float.from_number() and complex.from_number() (GH-26827)

2024-07-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94bee45dee41876e88fe023b9163178d376355dc commit: 94bee45dee41876e88fe023b9163178d376355dc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-15T16:07:00Z summary: gh-84978: Add float.from_number() and complex.from_number() (GH

[Python-checkins] gh-121785: Remove unused code from codecs.py (GH-121787)

2024-07-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/74fbdcd74abc1bac6846ec92f00d21fe8f87610b commit: 74fbdcd74abc1bac6846ec92f00d21fe8f87610b branch: main author: Sebastian Rittau committer: serhiy-storchaka date: 2024-07-15T17:18:37Z summary: gh-121785: Remove unused code from codecs.py (GH-121787) It wa

[Python-checkins] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/6522f0e438a8c56a8f3cce2095b193ea6e3f5016 commit: 6522f0e438a8c56a8f3cce2095b193ea6e3f5016 branch: main author: Rodrigo Girão Serrão <5621605+rodrigogiraoser...@users.noreply.github.com> committer: ambv date: 2024-07-15T19:47:56+02:00 summary: gh-121746: B

[Python-checkins] [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/308857b82ad0728b3be6435b056923ecdf82fce3 commit: 308857b82ad0728b3be6435b056923ecdf82fce3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T20:14:50+02:00 summary: [3.13] gh-121746

[Python-checkins] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls() (gh-118298)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/985dd8e17b55ae35fc31546384fc9364f2f59f86 commit: 985dd8e17b55ae35fc31546384fc9364f2f59f86 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-15T12:44:20-06:00 summary: gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingC

[Python-checkins] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-116431)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/6b98b274b60a15b490d2ea85069638c037b2a9cd commit: 6b98b274b60a15b490d2ea85069638c037b2a9cd branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-15T12:49:23-06:00 summary: gh-76785: Expand How Interpreter Queues Handle Interpreter Final

[Python-checkins] gh-121546: Disable contextvar caching on free-threading build (GH-121740)

2024-07-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e904300882055bed71cae59f8ca9161066659b7c commit: e904300882055bed71cae59f8ca9161066659b7c branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-07-16T02:57:58+08:00 summary: gh-121546: Disable contextvar caching on free-threading build (GH-121

[Python-checkins] [3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls() (gh-121806)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ff65d1e0547a83a39f050b6ee86ebc22479f1e09 commit: ff65d1e0547a83a39f050b6ee86ebc22479f1e09 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-07-15T19:09:40Z summary: [3.13] g

[Python-checkins] [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-121807)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/f19ccfdae04f8369255dd64f49fac6a541a18a9a commit: f19ccfdae04f8369255dd64f49fac6a541a18a9a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-07-15T19:13:51Z summary: [3.13] g

[Python-checkins] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/fd085a411ed2ccc9bde2338cf50068bc7f213ece commit: fd085a411ed2ccc9bde2338cf50068bc7f213ece branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-15T21:21:49+02:00 summary: gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.

[Python-checkins] [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/c4daec4319bcd58032043dec8a6cd497263077f8 commit: c4daec4319bcd58032043dec8a6cd497263077f8 branch: 3.13 author: Kirill Podoprigora committer: ambv date: 2024-07-15T21:25:54+02:00 summary: [3.13] gh-121657: Display correct error message for yield from outsi

[Python-checkins] [3.12] gh-121657: Display correct error message for yield from outsid… (GH-121769)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/b455a5a55cb1fd5bb6178a969e8ebd0e6e91b610 commit: b455a5a55cb1fd5bb6178a969e8ebd0e6e91b610 branch: 3.12 author: Kirill Podoprigora committer: ambv date: 2024-07-15T21:26:10+02:00 summary: [3.12] gh-121657: Display correct error message for yield from outsi

[Python-checkins] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/8b209fd4f8a9bf9603888bda2c44b5cfd4ebf47a commit: 8b209fd4f8a9bf9603888bda2c44b5cfd4ebf47a branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-15T19:43:59Z summary: gh-76785: Expand How Interpreter Channels Handle Interpreter Finaliza

[Python-checkins] gh-121245: Refactor site.register_readline() (GH-121659)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/05d413764c8ae793b8321c21cb10094c934b8cb3 commit: 05d413764c8ae793b8321c21cb10094c934b8cb3 branch: main author: Sergey B Kirpichev committer: ambv date: 2024-07-15T22:12:41+02:00 summary: gh-121245: Refactor site.register_readline() (GH-121659) Co-authore

[Python-checkins] [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)

2024-07-15 Thread ericsnowcurrently
https://github.com/python/cpython/commit/835f4add6095ec76019daf755fa4b80e75a4b0ad commit: 835f4add6095ec76019daf755fa4b80e75a4b0ad branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-07-15T20:15:47Z summary: [3.13] g

[Python-checkins] [3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672) (GH-121810)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/2ee2bfe617f6912eeb84ee9e45996bba2450f757 commit: 2ee2bfe617f6912eeb84ee9e45996bba2450f757 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T22:32:28+02:00 summary: [3.13] gh-121359

[Python-checkins] gh-117657: Skip tests that fork with threads under TSan (#121599)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/82a4dac9f6131954c32dac9d0277283fc5b499a9 commit: 82a4dac9f6131954c32dac9d0277283fc5b499a9 branch: main author: Sam Gross committer: colesbury date: 2024-07-15T16:43:51-04:00 summary: gh-117657: Skip tests that fork with threads under TSan (#121599) This

[Python-checkins] [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/b506de4eb562d20a090c99bc869f8468cbda7847 commit: b506de4eb562d20a090c99bc869f8468cbda7847 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-15T22:49:18+02:00 summary: [3.13] gh-121245

[Python-checkins] [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/0a634e3702b7fe688076e0c2caee9cfcb1553154 commit: 0a634e3702b7fe688076e0c2caee9cfcb1553154 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-15T16:53:52-04:00 summary: [3.13] gh-1

[Python-checkins] [3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#121819)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/6396c77571aee99386a7b5a5863bbe0b8c5df4b1 commit: 6396c77571aee99386a7b5a5863bbe0b8c5df4b1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-15T21:10:37Z summary: [3.13] gh-117657

[Python-checkins] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/d23be3947ced081914f4458c84f729c9c37f0219 commit: d23be3947ced081914f4458c84f729c9c37f0219 branch: main author: Sam Gross committer: colesbury date: 2024-07-15T17:50:10-04:00 summary: gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799) We

[Python-checkins] [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821)

2024-07-15 Thread colesbury
https://github.com/python/cpython/commit/0794220a6935a25bd9667be60b0c67403bc73f47 commit: 0794220a6935a25bd9667be60b0c67403bc73f47 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-15T22:15:23Z summary: [3.13] gh-121794

[Python-checkins] gh-121790: Fix interactive console initialization (#121793)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/e5c7216f376a06d2c931daf999e2980e494e747e commit: e5c7216f376a06d2c931daf999e2980e494e747e branch: main author: Milan Oberkirch committer: ambv date: 2024-07-16T00:24:18+02:00 summary: gh-121790: Fix interactive console initialization (#121793) Co-authore

[Python-checkins] [3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/5b718e7fc723d484951aa76abd176aadcd0d1518 commit: 5b718e7fc723d484951aa76abd176aadcd0d1518 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T00:49:41+02:00 summary: [3.13] gh-121790

[Python-checkins] gh-121605: Fix test hang when pyrepl is not available (GH-121820)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/4134261ab831863565fefc7a04d05a1fc1bca2f8 commit: 4134261ab831863565fefc7a04d05a1fc1bca2f8 branch: main author: Sam Gross committer: ambv date: 2024-07-16T00:50:16+02:00 summary: gh-121605: Fix test hang when pyrepl is not available (GH-121820) The fallba

[Python-checkins] gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)

2024-07-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/2b1b68939b15b913080a3403e3ba18e2a1f520ef commit: 2b1b68939b15b913080a3403e3ba18e2a1f520ef branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-15T16:11:02-07:00 summary: gh-121814: Only check f_trace_opcodes if Python frame exists (#12181

[Python-checkins] [3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/0201b98d4cac747ae0514e399d40e53f80ac4162 commit: 0201b98d4cac747ae0514e399d40e53f80ac4162 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T01:15:18+02:00 summary: [3.13] gh-121605

[Python-checkins] gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/7d111dac160c658b277ec0fac75eee8edcfbe9dc commit: 7d111dac160c658b277ec0fac75eee8edcfbe9dc branch: main author: saucoide <32314353+sauco...@users.noreply.github.com> committer: ambv date: 2024-07-16T01:33:57+02:00 summary: gh-121610: pyrepl - handle extendi

[Python-checkins] gh-121295: Fix blocked console after interrupting a long paste (GH-121815)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/498a94c198e72525b8a7f4cb4f4a8957560f593a commit: 498a94c198e72525b8a7f4cb4f4a8957560f593a branch: main author: Marta Gómez Macías committer: ambv date: 2024-07-16T01:38:54+02:00 summary: gh-121295: Fix blocked console after interrupting a long paste (GH-1

[Python-checkins] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)

2024-07-15 Thread corona10
https://github.com/python/cpython/commit/2bac2b86b1486f15038fb246835e04bb1b213cd8 commit: 2bac2b86b1486f15038fb246835e04bb1b213cd8 branch: main author: Donghee Na committer: corona10 date: 2024-07-16T10:16:41+09:00 summary: gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-

[Python-checkins] gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)

2024-07-15 Thread freakboy3742
https://github.com/python/cpython/commit/7e91e0dcfe2faab1e1a4630e6f745aa30ca87b3d commit: 7e91e0dcfe2faab1e1a4630e6f745aa30ca87b3d branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-16T12:23:35+08:00 summary: gh-120831: Increase the default minimum supported iOS versi

[Python-checkins] [3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 (GH-121250) (#121833)

2024-07-15 Thread freakboy3742
https://github.com/python/cpython/commit/a1505afd392b91553d19b63841628d6ef3b3e7f9 commit: a1505afd392b91553d19b63841628d6ef3b3e7f9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-16T12:57:05+08:00 summary: [3.13] g

[Python-checkins] [3.13] gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757) (GH-121825)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/73f77e642a4b67348274efa12d6671f957d7f41f commit: 73f77e642a4b67348274efa12d6671f957d7f41f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T08:28:41+02:00 summary: [3.13] gh-121610

[Python-checkins] [3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121815) (GH-121826)

2024-07-15 Thread ambv
https://github.com/python/cpython/commit/4a62fdf35d11751a57f696ea998c80613453c6e3 commit: 4a62fdf35d11751a57f696ea998c80613453c6e3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-16T08:29:04+02:00 summary: [3.13] gh-121295