[Python-checkins] [3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/ac7ddac68d01ab8d63872770a44e96c46c44 commit: ac7ddac68d01ab8d63872770a44e96c46c44 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-11T20:12:11-07:00 summary: [3.12] gh-124309

[Python-checkins] [3.13] gh-124309: fix staggered race on eager tasks (GH-124847) (#125339)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/b4c504d76ff3aa42943854571fa7610db5407e80 commit: b4c504d76ff3aa42943854571fa7610db5407e80 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: 1st1 date: 2024-10-11T20:11:53-07:00 summary: [3.13] gh-124309

[Python-checkins] [3.12] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (GH-125338) (#125342)

2024-10-11 Thread AA-Turner
https://github.com/python/cpython/commit/2264c097e09810a563aab379cc17e6b5d9d2bf74 commit: 2264c097e09810a563aab379cc17e6b5d9d2bf74 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (GH-125338) (#125341)

2024-10-11 Thread AA-Turner
https://github.com/python/cpython/commit/a314026cfe05306e90b1df156e8a9441520b5d9f commit: a314026cfe05306e90b1df156e8a9441520b5d9f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)

2024-10-11 Thread AA-Turner
https://github.com/python/cpython/commit/5a074aab845f82f4a150c27b905dae05c337d381 commit: 5a074aab845f82f4a150c27b905dae05c337d381 branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2024-10-12T01:40:33+01:00 summary: Doc: Fix a typo in "

[Python-checkins] gh-124309: fix staggered race on eager tasks (#124847)

2024-10-11 Thread 1st1
https://github.com/python/cpython/commit/979c0df7c0adfb744159a5fc184043dc733d8534 commit: 979c0df7c0adfb744159a5fc184043dc733d8534 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-11T16:31:06-07:00 summary: gh-124309: fix staggered race on eager tasks (#124847) This patch is e

[Python-checkins] [3.13] gh-116938: Clarify documentation of `dict` and `dict.update` regarding the positional argument they accept (GH-125213) (#125336)

2024-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/21764ec5ab2dd9a97fe1ff8613dcddb35ef4b11a commit: 21764ec5ab2dd9a97fe1ff8613dcddb35ef4b11a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-11T23:29:01Z summary: [3.13] gh-1169

[Python-checkins] [3.12] gh-116938: Clarify documentation of `dict` and `dict.update` regarding the positional argument they accept (GH-125213) (#125337)

2024-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/3f38ea11c029b68472d6c23aec3cf711e3e62d3c commit: 3f38ea11c029b68472d6c23aec3cf711e3e62d3c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-11T23:23:54Z summary: [3.12] gh-1169

[Python-checkins] gh-116938: Clarify documentation of `dict` and `dict.update` regarding the positional argument they accept (#125213)

2024-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/21ac0a7f4cf6d11da728b33ed5e8cfa65a5a8ae7 commit: 21ac0a7f4cf6d11da728b33ed5e8cfa65a5a8ae7 branch: main author: Victorien <[email protected]> committer: AlexWaygood date: 2024-10-11T23:05:13Z summary: gh-116938: Clarify documentation

[Python-checkins] [3.12] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (GH-124918) (#125334)

2024-10-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/4ab19f912d9220d9762a1f2a0bda2add8af6ae94 commit: 4ab19f912d9220d9762a1f2a0bda2add8af6ae94 branch: 3.12 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-10-11T15:18:46-07:00 summary: [3.12] gh-124917: Allow keyword args to os.path.exists/lexists

[Python-checkins] [3.13] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (GH-124918) (#125332)

2024-10-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/e646cc369eca7c13f57113199deb02530e103bd0 commit: e646cc369eca7c13f57113199deb02530e103bd0 branch: 3.13 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-10-11T15:18:33-07:00 summary: [3.13] gh-124917: Allow keyword args to os.path.exists/lexists

[Python-checkins] gh-119786: Move garbage collection doc from devguide to InternalDocs (#125282)

2024-10-11 Thread iritkatriel
https://github.com/python/cpython/commit/89515be596a0ca05fd9ab4ddf76c8013dd093545 commit: 89515be596a0ca05fd9ab4ddf76c8013dd093545 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-10-11T

[Python-checkins] [3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333)

2024-10-11 Thread Eclips4
https://github.com/python/cpython/commit/488807a52ab16550a260f919963e6119556a2161 commit: 488807a52ab16550a260f919963e6119556a2161 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-10-11T20:06:19Z summary: [3.13] Fix typo in

[Python-checkins] Fix typo in ``Doclibrary/functions.rst`` (#125327)

2024-10-11 Thread Eclips4
https://github.com/python/cpython/commit/76b29d271b3132bf8e13bc724f10be8c630057ba commit: 76b29d271b3132bf8e13bc724f10be8c630057ba branch: main author: Rafael Fontenelle committer: Eclips4 date: 2024-10-11T23:00:31+03:00 summary: Fix typo in ``Doclibrary/functions.rst`` (#125327) files: M Doc/l

[Python-checkins] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)

2024-10-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/cc2938a18967c9d462ebb18bc09f73e4364aa7d2 commit: cc2938a18967c9d462ebb18bc09f73e4364aa7d2 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-10-11T12:41:59-07:00 summary: gh-124917: Allow keyword args to os.path.exists/lexists on Wind

[Python-checkins] [3.13] gh-116738: Make `_csv` module thread-safe (GH-118344) (#125328)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/f5895133349ff8e09d06ca75dc2f5719382af44e commit: f5895133349ff8e09d06ca75dc2f5719382af44e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-11T18:22:56Z summary: [3.13] gh-1

[Python-checkins] gh-116738: Make `_csv` module thread-safe (#118344)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/a00221e5a70e54a281ba0e2cff8d85cd37ae305f commit: a00221e5a70e54a281ba0e2cff8d85cd37ae305f branch: main author: AN Long committer: kumaraditya303 date: 2024-10-11T23:25:36+05:30 summary: gh-116738: Make `_csv` module thread-safe (#118344) files: M Modules

[Python-checkins] gh-124612: Update autoconf container image (#125320)

2024-10-11 Thread corona10
https://github.com/python/cpython/commit/08f6bf717118963815d9a3e60578104470fdf3e1 commit: 08f6bf717118963815d9a3e60578104470fdf3e1 branch: main author: Donghee Na committer: corona10 date: 2024-10-12T00:27:26+09:00 summary: gh-124612: Update autoconf container image (#125320) files: M Tools/bui

[Python-checkins] gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)

2024-10-11 Thread sobolevn
https://github.com/python/cpython/commit/2115d76acc14effb3dbb9fedcf21048b2ad62c5e commit: 2115d76acc14effb3dbb9fedcf21048b2ad62c5e branch: main author: sobolevn committer: sobolevn date: 2024-10-11T17:39:18+03:00 summary: gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795) Co-a

[Python-checkins] [3.12] gh-125301: Backport some test support helpers (is_apple_mobile, is_apple) (GH-125311)

2024-10-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/59036318bfeae049fe13e16b7169caa0e2c00fcd commit: 59036318bfeae049fe13e16b7169caa0e2c00fcd branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-11T14:22:27+03:00 summary: [3.12] gh-125301: Backport some test support helpers (is_a

[Python-checkins] [3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291)

2024-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/7c48c630213ada618c7c7b20aa6af88273d75650 commit: 7c48c630213ada618c7c7b20aa6af88273d75650 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-11T09:52:15Z summary: [3.12] Add som

[Python-checkins] [3.13] Add some doctest cleanups for `configparser` (GH-125288) (#125290)

2024-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/73c152b346a18ed8308e469bdd232698e6cd3a63 commit: 73c152b346a18ed8308e469bdd232698e6cd3a63 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-10-11T09:48:32Z summary: [3.13] Add som

[Python-checkins] [3.13] gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows (GH-125250) (#125312)

2024-10-11 Thread vstinner
https://github.com/python/cpython/commit/66b8cb114251c3454857bf35355c9365302f4b69 commit: 66b8cb114251c3454857bf35355c9365302f4b69 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-10-11T09:34:04Z summary: [3.13] gh-125235:

[Python-checkins] [3.13] gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH-125210) (GH-125308)

2024-10-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/079bf1c31ce90fdea7bc1cb385169d9ad1417303 commit: 079bf1c31ce90fdea7bc1cb385169d9ad1417303 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-11T09:14:04Z summary: [3.13] gh

[Python-checkins] gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows (#125250)

2024-10-11 Thread vstinner
https://github.com/python/cpython/commit/b3aa1b5fe260382788a2df416599325ad680a5ee commit: b3aa1b5fe260382788a2df416599325ad680a5ee branch: main author: Y5 <[email protected]> committer: vstinner date: 2024-10-11T11:08:03+02:00 summary: gh-125235: Keep `_tkinter` TCL paths

[Python-checkins] [3.12] gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH-125210) (GH-125309)

2024-10-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/23cefd9f4c9e49fbdef50b7deaf76499760e4c4b commit: 23cefd9f4c9e49fbdef50b7deaf76499760e4c4b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-11T09:07:03Z summary: [3.12] gh

[Python-checkins] gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH-125210)

2024-10-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/18c74497681e0107d7cde53e63ea42feb38f2176 commit: 18c74497681e0107d7cde53e63ea42feb38f2176 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-11T11:43:29+03:00 summary: gh-61011: Fix inheritance of nested mutually exclusive gro

[Python-checkins] [3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267) (#125305)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/b3badabcd9bc17e095780adbf52ee9bd015c2771 commit: b3badabcd9bc17e095780adbf52ee9bd015c2771 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-11T08:26:23Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (GH-125141) (#125307)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/4c40381023df1319661b27f4ab65075569532c73 commit: 4c40381023df1319661b27f4ab65075569532c73 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-11T08:22:34Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (GH-125141) (#125306)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/49f171d9ea26be64f2be20a6448bd5de441a677b commit: 49f171d9ea26be64f2be20a6448bd5de441a677b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-11T08:20:46Z summary: [3.13] gh-1

[Python-checkins] gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (#125141)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/0135848059162ad81478a7776fec622d68a36524 commit: 0135848059162ad81478a7776fec622d68a36524 branch: main author: Jan Kaliszewski committer: kumaraditya303 date: 2024-10-11T13:45:46+05:30 summary: gh-125058: update `_thread` docs regarding interruptibility o

[Python-checkins] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)

2024-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/b12e99261e656585ffbaa395af7c5dbaee5ad1ad commit: b12e99261e656585ffbaa395af7c5dbaee5ad1ad branch: main author: Sam Gross committer: kumaraditya303 date: 2024-10-11T13:26:01+05:30 summary: gh-125221: Fix free-threading data race in `object.__reduce_ex__` (