[Python-checkins] gh-140482: Preserve and restore `stty echo` as a test environment (#140519)

2025-10-24 Thread warsaw
https://github.com/python/cpython/commit/b3c713a0af5f5c4b5704d8019a893a1b70eba941 commit: b3c713a0af5f5c4b5704d8019a893a1b70eba941 branch: main author: Barry Warsaw committer: warsaw date: 2025-10-24T11:07:08-07:00 summary: gh-140482: Preserve and restore `stty echo` as a test environment (#1405

[Python-checkins] gh-136327: Fix inconsistent ``TypeError`` messages regarding invalid values after * and ** (#136395)

2025-10-24 Thread Eclips4
https://github.com/python/cpython/commit/4f8e7b5ac59f578d8b328d1238b5e1fee00601bc commit: 4f8e7b5ac59f578d8b328d1238b5e1fee00601bc branch: main author: Tapeline committer: Eclips4 date: 2025-10-24T19:12:49Z summary: gh-136327: Fix inconsistent ``TypeError`` messages regarding invalid values aft

[Python-checkins] [3.14] gh-140482: Preserve and restore `stty echo` as a test environment (GH-140519) (#140562)

2025-10-24 Thread warsaw
https://github.com/python/cpython/commit/7545ea6b3ae053ac1e20bd2667c9678e5e1c6aaa commit: 7545ea6b3ae053ac1e20bd2667c9678e5e1c6aaa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: warsaw date: 2025-10-24T19:24:17Z summary: [3.14] gh-140482: P

[Python-checkins] [3.14] Add missing NEWS entry for gh-140517 (GH-140560) (GH-140565)

2025-10-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bff0455319e88ec18b73860fd2a7c7fcfde5f1c3 commit: bff0455319e88ec18b73860fd2a7c7fcfde5f1c3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-24T20:00:21Z summary: [3.14] Ad

[Python-checkins] [3.13] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (GH-140524) (#140527)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/050b9dda0432f2903c70fa2ff53305976b284e27 commit: 050b9dda0432f2903c70fa2ff53305976b284e27 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-24T13:47:26+05:30 summary: [3.13]

[Python-checkins] [3.14] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (#140524)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/6efd78d7ab01c5daf2197c8c9e8f2db046e6d8f1 commit: 6efd78d7ab01c5daf2197c8c9e8f2db046e6d8f1 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T13:21:44+05:30 summary: [3.14] gh-137093: Fix race condition in `test_embed.test_bpo2089

[Python-checkins] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538)

2025-10-24 Thread corona10
https://github.com/python/cpython/commit/aa4b5a77f36b9a68b880eddd32d8ae42c8a88314 commit: aa4b5a77f36b9a68b880eddd32d8ae42c8a88314 branch: main author: Jiseok CHOI committer: corona10 date: 2025-10-24T20:20:09+09:00 summary: gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py`

[Python-checkins] gh-140517: fix leak in `map_next` in strict mode (#140543)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/be5af997f3461eee638645396866d9cd7acf18fb commit: be5af997f3461eee638645396866d9cd7acf18fb branch: main author: Mikhail Efimov committer: kumaraditya303 date: 2025-10-24T21:29:16+05:30 summary: gh-140517: fix leak in `map_next` in strict mode (#140543) fi

[Python-checkins] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)

2025-10-24 Thread JulienPalard
https://github.com/python/cpython/commit/44b6eead21080e1abb3ca9ee2e1c7bc8e7a3c3a6 commit: 44b6eead21080e1abb3ca9ee2e1c7bc8e7a3c3a6 branch: main author: Miša Jakovljević committer: JulienPalard date: 2025-10-24T18:04:43+02:00 summary: gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)

[Python-checkins] [3.13] gh-140482: Preserve and restore `stty echo` as a test environment (GH-140519) (#140563)

2025-10-24 Thread warsaw
https://github.com/python/cpython/commit/0f0ca07d79203629b62afba02c9c9e472da9b0dc commit: 0f0ca07d79203629b62afba02c9c9e472da9b0dc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: warsaw date: 2025-10-24T18:30:59Z summary: [3.13] gh-140482: P

[Python-checkins] Add missing NEWS entry for gh-140517 (GH-140560)

2025-10-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d78d7a50b06c4ea10d13fc2dcb42607a97f9260c commit: d78d7a50b06c4ea10d13fc2dcb42607a97f9260c branch: main author: Mikhail Efimov committer: serhiy-storchaka date: 2025-10-24T22:53:00+03:00 summary: Add missing NEWS entry for gh-140517 (GH-140560) files: A

[Python-checkins] [3.13] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140567)

2025-10-24 Thread picnixz
https://github.com/python/cpython/commit/887ee39462743704cab53e721ad91d226d071b5a commit: 887ee39462743704cab53e721ad91d226d071b5a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)

2025-10-24 Thread picnixz
https://github.com/python/cpython/commit/4fcc102524ace77e4a70ff51cc2ebe7b0438cb0f commit: 4fcc102524ace77e4a70ff51cc2ebe7b0438cb0f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.13] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140533)

2025-10-24 Thread corona10
https://github.com/python/cpython/commit/166b3549d7747f54250e44b80e582e1ff2af6198 commit: 166b3549d7747f54250e44b80e582e1ff2af6198 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-10-24T11:43:32Z summary: [3.13] gh-136535:

[Python-checkins] [3.14] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140532)

2025-10-24 Thread corona10
https://github.com/python/cpython/commit/08f6b3f422987e0f6f03960deb40ca993b19f7ba commit: 08f6b3f422987e0f6f03960deb40ca993b19f7ba branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-10-24T11:45:44Z summary: [3.14] gh-136535:

[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525)

2025-10-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/fc2e23c2ed25bb7b23cf8a870a2e21f012735507 commit: fc2e23c2ed25bb7b23cf8a870a2e21f012735507 branch: main author: RayXu <[email protected]> committer: ZeroIntensity date: 2025-10-24T08:17:52-04:00 summary: Docs: Fix a grammatical

[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140539)

2025-10-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/7564125ed1211d1c890d4a56f5e704528c4f7345 commit: 7564125ed1211d1c890d4a56f5e704528c4f7345 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-24T12:24:41Z summary: [3.13] Docs:

[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140538)

2025-10-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/4bb2f1f3224cdeaa90e8657440cc6604b93fde7c commit: 4bb2f1f3224cdeaa90e8657440cc6604b93fde7c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-24T12:24:26Z summary: [3.14] Docs:

[Python-checkins] gh-138857: Improve error message for `case` outside of `match` (#138858)

2025-10-24 Thread lysnikolaou
https://github.com/python/cpython/commit/92c0c45563bdc041b2089444897cfe60711a6eff commit: 92c0c45563bdc041b2089444897cfe60711a6eff branch: main author: sobolevn committer: lysnikolaou date: 2025-10-24T11:20:54+02:00 summary: gh-138857: Improve error message for `case` outside of `match` (#138858

[Python-checkins] gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/ebf99384966344df77828e69dd88d34df878a7b6 commit: ebf99384966344df77828e69dd88d34df878a7b6 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T14:23:06Z summary: gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)

[Python-checkins] gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (#140542)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/95e5d596308620acbd860ec25a40ef95c2b62eaa commit: 95e5d596308620acbd860ec25a40ef95c2b62eaa branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T20:02:17+05:30 summary: gh-140414: add fastpath for current running loop in `asyncio.all

[Python-checkins] [3.14] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140545)

2025-10-24 Thread encukou
https://github.com/python/cpython/commit/a975bea9b578beef9f979b3a527d324d791bef0d commit: a975bea9b578beef9f979b3a527d324d791bef0d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-24T13:36:35Z summary: [3.14] Document th

[Python-checkins] [3.13] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140546)

2025-10-24 Thread encukou
https://github.com/python/cpython/commit/5c99b6c576be7a7f11ce7a95f1422b25954bb07e commit: 5c99b6c576be7a7f11ce7a95f1422b25954bb07e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-24T13:37:09Z summary: [3.13] Document th

[Python-checkins] [3.14] gh-140517: fix leak in `map_next` in strict mode (GH-140543) (#140554)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/11b5e0b9c285c7890ff6b1fee1964f9f810a71df commit: 11b5e0b9c285c7890ff6b1fee1964f9f810a71df branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-24T22:00:36+05:30 summary: [3.14]

[Python-checkins] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529)

2025-10-24 Thread encukou
https://github.com/python/cpython/commit/289360ae63933c8956f87307ff091ec9ed19afed commit: 289360ae63933c8956f87307ff091ec9ed19afed branch: main author: Petr Viktorin committer: encukou date: 2025-10-24T15:28:48+02:00 summary: Document that PyModule_GetDef can return NULL with or without setting