[Python-checkins] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (#137004)

2025-07-23 Thread freakboy3742
https://github.com/python/cpython/commit/ae4d27eba7c746463c62649c36d53979f3a00f94 commit: ae4d27eba7c746463c62649c36d53979f3a00f94 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-24T14:44:02+08:00 summary: gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (

[Python-checkins] gh-136976: Emscripten: Add _decimal and libmpdec (#136997)

2025-07-23 Thread freakboy3742
https://github.com/python/cpython/commit/ecb3f23b9494c30cdd7c68eb20d7ba01e1a334f4 commit: ecb3f23b9494c30cdd7c68eb20d7ba01e1a334f4 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-24T06:31:30Z summary: gh-136976: Emscripten: Add _decimal and libmpdec (#136997) Adds toolin

[Python-checkins] gh-136980: Remove unused C tracing code in bdb (#136981)

2025-07-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/dc27218225fc3cfc452c46764e7cb0c1a52792b3 commit: dc27218225fc3cfc452c46764e7cb0c1a52792b3 branch: main author: FredericDT committer: gaogaotiantian date: 2025-07-24T09:58:54+09:00 summary: gh-136980: Remove unused C tracing code in bdb (#136981) files: A

[Python-checkins] [3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003)

2025-07-23 Thread hugovk
https://github.com/python/cpython/commit/b7168d216bf5c0c8d7438ee6581df0457e80f2fa commit: b7168d216bf5c0c8d7438ee6581df0457e80f2fa branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-2

[Python-checkins] Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051)

2025-07-23 Thread brettcannon
https://github.com/python/cpython/commit/ec7fad79d24e79961b86e17177a32b32bb340fe5 commit: ec7fad79d24e79961b86e17177a32b32bb340fe5 branch: main author: Brett Cannon committer: brettcannon date: 2025-07-23T11:50:15-07:00 summary: Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051) T

[Python-checkins] gh-132983: Add missing references to Zstandard in shutil docstrings (GH-136617)

2025-07-23 Thread gpshead
https://github.com/python/cpython/commit/a10235ea672d0cfae2949beca0478b7c3b2eafb0 commit: a10235ea672d0cfae2949beca0478b7c3b2eafb0 branch: main author: Rogdham <3994389+rogd...@users.noreply.github.com> committer: gpshead <68491+gpsh...@users.noreply.github.com> date: 2025-07-23T18:09:53Z summary:

[Python-checkins] [3.14] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137045)

2025-07-23 Thread hugovk
https://github.com/python/cpython/commit/f2981acd6be797a75d1f6a4f019c031fa44ba186 commit: f2981acd6be797a75d1f6a4f019c031fa44ba186 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-2

[Python-checkins] [3.14] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) (#137048)

2025-07-23 Thread hugovk
https://github.com/python/cpython/commit/4832ceaa78ec680688f718fa1bae2bb3884ac58c commit: 4832ceaa78ec680688f718fa1bae2bb3884ac58c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-2

[Python-checkins] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942)

2025-07-23 Thread encukou
https://github.com/python/cpython/commit/777159fa318f39c36ad60039cdf35a8dbb319637 commit: 777159fa318f39c36ad60039cdf35a8dbb319637 branch: main author: Petr Viktorin committer: encukou date: 2025-07-23T15:57:54Z summary: gh-135676: Lexical analysis: Reword String literals and related sections (

[Python-checkins] Revert "gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (#136893)" (#137014)

2025-07-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/6a285f94c63f6e40ae1495d7efc61694d988e9ed commit: 6a285f94c63f6e40ae1495d7efc61694d988e9ed branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-07-23T08:13:19-07:00 summary: Revert "gh-135228: When @dataclass(slots=True) replaces a datac

[Python-checkins] [3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137046)

2025-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/6ffeef10b2e4bf4f115c33d52c4bb98ef52e5689 commit: 6ffeef10b2e4bf4f115c33d52c4bb98ef52e5689 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-23T14:42:53Z summary: [3.13] gh-1

[Python-checkins] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (#137042)

2025-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/38b936cc9912fc6847265917f94af53f0bf228e9 commit: 38b936cc9912fc6847265917f94af53f0bf228e9 branch: main author: Guido Imperiale committer: kumaraditya303 date: 2025-07-23T20:06:06+05:30 summary: gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API i

[Python-checkins] Fix typos in Doc/extending/extending.rst and Doc/library/shelve.rst (GH-136890)

2025-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/80a7017d2649ad5d7d1f83758f50e5eba6b1 commit: 80a7017d2649ad5d7d1f83758f50e5eba6b1 branch: main author: Cornelius Roemer committer: serhiy-storchaka date: 2025-07-23T15:04:59+03:00 summary: Fix typos in Doc/extending/extending.rst and Doc/library/s

[Python-checkins] gh-136516: Mention installation artifacts as de-facto resources (GH-136419)

2025-07-23 Thread encukou
https://github.com/python/cpython/commit/fac4964fdb2ae12969b485de496dd6d064fdbe99 commit: fac4964fdb2ae12969b485de496dd6d064fdbe99 branch: main author: Petr Viktorin committer: encukou date: 2025-07-23T14:01:38+02:00 summary: gh-136516: Mention installation artifacts as de-facto resources (GH-13

[Python-checkins] gh-136437: Make several functions in `os.path` pos-only (#136949)

2025-07-23 Thread sobolevn
https://github.com/python/cpython/commit/99cdf1deb61852dda9f8df639b0f13c1ce121cfa commit: 99cdf1deb61852dda9f8df639b0f13c1ce121cfa branch: main author: sobolevn committer: sobolevn date: 2025-07-23T14:56:02+03:00 summary: gh-136437: Make several functions in `os.path` pos-only (#136949) files:

[Python-checkins] gh-136459: Use platform-specific type in perf_jit_trampoline (GH-137031)

2025-07-23 Thread encukou
https://github.com/python/cpython/commit/e41c1ce585827f92dab9b7a7fc3df2bda2f817fe commit: e41c1ce585827f92dab9b7a7fc3df2bda2f817fe branch: main author: Petr Viktorin committer: encukou date: 2025-07-23T10:20:42+02:00 summary: gh-136459: Use platform-specific type in perf_jit_trampoline (GH-13703