[Python-checkins] [3.13] gh-129643: fix thread safety of `PyList_SetItem` (#129644) (#129677)

2025-02-05 Thread kumaraditya303
https://github.com/python/cpython/commit/b0810916235ee01d0d3df565288e28ffc45875d3 commit: b0810916235ee01d0d3df565288e28ffc45875d3 branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-02-05T08:09:37Z summary: [3.13] gh-129643: fix thread safety of `PyList_SetItem` (#129644) (#1

[Python-checkins] gh-128911: Use PyImport_ImportModuleAttr() function (#129657)

2025-02-05 Thread vstinner
https://github.com/python/cpython/commit/dc804ffb2f7cfaf60916b36f3d5cac9c00e4f1ea commit: dc804ffb2f7cfaf60916b36f3d5cac9c00e4f1ea branch: main author: Victor Stinner committer: vstinner date: 2025-02-05T11:03:58+01:00 summary: gh-128911: Use PyImport_ImportModuleAttr() function (#129657) * Rep

[Python-checkins] gh-129354: Use PyErr_FormatUnraisable() function (#129523)

2025-02-05 Thread vstinner
https://github.com/python/cpython/commit/a25042e6d2b71651e93ff90c361ad763c0368872 commit: a25042e6d2b71651e93ff90c361ad763c0368872 branch: main author: Victor Stinner committer: vstinner date: 2025-02-05T10:31:59Z summary: gh-129354: Use PyErr_FormatUnraisable() function (#129523) Replace PyErr

[Python-checkins] [3.13] gh-129660: Do not use test_embed in PGO profile builds (#129662)

2025-02-05 Thread vstinner
https://github.com/python/cpython/commit/19ceb342b5cc9d9da51dfb6d11dab078c3d43ff1 commit: 19ceb342b5cc9d9da51dfb6d11dab078c3d43ff1 branch: 3.13 author: neonene <53406459+neon...@users.noreply.github.com> committer: vstinner date: 2025-02-05T12:22:30+01:00 summary: [3.13] gh-129660: Do not use tes

[Python-checkins] [3.12] gh-129660: Do not use test_embed in PGO profile builds (GH-129662) (#129685)

2025-02-05 Thread vstinner
https://github.com/python/cpython/commit/62fafd867d0beb879a6bb3689706ae7fc1a889b1 commit: 62fafd867d0beb879a6bb3689706ae7fc1a889b1 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-02-05T11:39:58Z summary: [3.12] gh-129660:

[Python-checkins] Convert change detection to a Python script (#129627)

2025-02-05 Thread AA-Turner
https://github.com/python/cpython/commit/7d9a22f50923309955a2caf7d57013f224071e6e commit: 7d9a22f50923309955a2caf7d57013f224071e6e branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-05T16:39:4

[Python-checkins] gh-69001: Replace maintainer email in IDLE credits (#129588)

2025-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/76e018294801ab95f30756c702b63bf6b4c23310 commit: 76e018294801ab95f30756c702b63bf6b4c23310 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: terryjreedy date: 2025-02-06T01:44:50-05:00 summary: gh-69001: Replac

[Python-checkins] [3.13] gh-69001: Replace maintainer email in IDLE credits (GH-129588) (#129713)

2025-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/825c6e4dd7804b8b4c65a7477e694c2642360823 commit: 825c6e4dd7804b8b4c65a7477e694c2642360823 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2025-02-06T07:37:50Z summary: [3.13] gh-6900

[Python-checkins] gh-129354: Cleanup test_coroutines (#129684)

2025-02-05 Thread vstinner
https://github.com/python/cpython/commit/e5c3b7e34974dcd6d7f6a1a50030bf7fbce38e74 commit: e5c3b7e34974dcd6d7f6a1a50030bf7fbce38e74 branch: main author: Victor Stinner committer: vstinner date: 2025-02-05T11:43:46Z summary: gh-129354: Cleanup test_coroutines (#129684) Remove unused variables. f

[Python-checkins] gh-127833: Docs: Add a `grammar-snippet` directive & replace `productionlist` (GH-127835)

2025-02-05 Thread encukou
https://github.com/python/cpython/commit/58a4357e29a15135e6fd99f320c60f8ea0472d27 commit: 58a4357e29a15135e6fd99f320c60f8ea0472d27 branch: main author: Petr Viktorin committer: encukou date: 2025-02-05T16:12:23+01:00 summary: gh-127833: Docs: Add a `grammar-snippet` directive & replace `producti

[Python-checkins] [3.12] gh-69001: Replace maintainer email in IDLE credits (GH-129588) (#129714)

2025-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/e7fb38186e3547a8e4cf1941fab47ee9784d227a commit: e7fb38186e3547a8e4cf1941fab47ee9784d227a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: terryjreedy date: 2025-02-06T07:03:21Z summary: [3.12] gh-6900

[Python-checkins] gh-86206: Change IDLE splash line (#129698)

2025-02-05 Thread terryjreedy
https://github.com/python/cpython/commit/d83a8a26f5e321b26bec59f5fd47c9c46c16ab12 commit: d83a8a26f5e321b26bec59f5fd47c9c46c16ab12 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: terryjreedy date: 2025-02-06T07:55:25Z summary: gh-86206: Change IDLE

[Python-checkins] [3.13] gh-128772: Fix pydoc for methods with __module__ is None (GH-129177) (GH-129653)

2025-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7eba097137a047d1ddbd6e052979b5babf264954 commit: 7eba097137a047d1ddbd6e052979b5babf264954 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-02-05T14:42:51Z summary: [3.13] gh

[Python-checkins] gh-129559: Add `bytearray.resize()` (GH-129560)

2025-02-05 Thread gpshead
https://github.com/python/cpython/commit/5fb019fc29a90e722aff20a9522bf588351358cd commit: 5fb019fc29a90e722aff20a9522bf588351358cd branch: main author: Cody Maloney committer: gpshead date: 2025-02-05T11:33:17-08:00 summary: gh-129559: Add `bytearray.resize()` (GH-129560) Add bytearray.resize()

[Python-checkins] gh-129201: Use prefetch in GC mark alive phase. (gh-129203)

2025-02-05 Thread nascheme
https://github.com/python/cpython/commit/cdcacec79f7a216c3c988baa4dc31ce4e76c97ac commit: cdcacec79f7a216c3c988baa4dc31ce4e76c97ac branch: main author: Neil Schemenauer committer: nascheme date: 2025-02-05T11:38:30-08:00 summary: gh-129201: Use prefetch in GC mark alive phase. (gh-129203) For t