[Python-checkins] [3.14] gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (GH-136624) (#136631)

2025-07-13 Thread freakboy3742
https://github.com/python/cpython/commit/261818061eb38ac42f9bc35335361c8c55f47b3b commit: 261818061eb38ac42f9bc35335361c8c55f47b3b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-07-14T04:49:36+02:00 summary: [3.14] g

[Python-checkins] [3.14] gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257) (121914136635)

2025-07-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ba070b6b07ec0fdd9a0258270e4a00c0d4db commit: ba070b6b07ec0fdd9a0258270e4a00c0d4db branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-13T20:52:02Z summary: [3.14] gh

[Python-checkins] gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257)

2025-07-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b74fb8e220a50a9580320dfd398a16995b845c69 commit: b74fb8e220a50a9580320dfd398a16995b845c69 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-13T23:27:48+03:00 summary: gh-135256: Simplify parsing parameters in Argument Clinic

[Python-checkins] gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (#136624)

2025-07-13 Thread freakboy3742
https://github.com/python/cpython/commit/283b05052338dd735cd4927011afc3735d9c6c7c commit: 283b05052338dd735cd4927011afc3735d9c6c7c branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-13T20:30:38+02:00 summary: gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `

[Python-checkins] gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)

2025-07-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/da699ed7e546ec106609a3858dd529335facaa4d commit: da699ed7e546ec106609a3858dd529335facaa4d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-13T21:09:42+03:00 summary: gh-121914: Change the names of the symbol tables for lambd

[Python-checkins] [3.14] gh-127971: fix off-by-one read beyond the end of a string during search (GH-132574) (#136628)

2025-07-13 Thread picnixz
https://github.com/python/cpython/commit/348e22cf060695fbd57f099b94f0f9067bb49fca commit: 348e22cf060695fbd57f099b94f0f9067bb49fca branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-127971: fix off-by-one read beyond the end of a string during search (#132574)

2025-07-13 Thread picnixz
https://github.com/python/cpython/commit/85ec3b3b503ffd5b7e45f8b3fa2cec0c10e4bef0 commit: 85ec3b3b503ffd5b7e45f8b3fa2cec0c10e4bef0 branch: main author: Duane Griffin committer: picnixz <[email protected]> date: 2025-07-13T15:33:34+02:00 summary: gh-127971: fix off-by-one r

[Python-checkins] [3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626)

2025-07-13 Thread malemburg
https://github.com/python/cpython/commit/ed1e0cdc581d328177992e45c74d497c7da22ce2 commit: ed1e0cdc581d328177992e45c74d497c7da22ce2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-13T13:19:23Z summary: [3.14] gh-42237:

[Python-checkins] [3.13] gh-42237: Link to complete list of codec aliases (GH-136625) (#136627)

2025-07-13 Thread malemburg
https://github.com/python/cpython/commit/ce21b1a25085b61d7aa572208adce929f6569363 commit: ce21b1a25085b61d7aa572208adce929f6569363 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-13T13:19:28Z summary: [3.13] gh-42237:

[Python-checkins] gh-42237: Link to complete list of codec aliases (#136625)

2025-07-13 Thread malemburg
https://github.com/python/cpython/commit/a93d9aaf62bb2565e9eec00a2a8d06a91305127b commit: a93d9aaf62bb2565e9eec00a2a8d06a91305127b branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-07-13T13:12:46Z summary: gh-42237: Link to compl

[Python-checkins] gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)

2025-07-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e18829a8adb3a64ffbd7dcada3c3611522b0 commit: e18829a8adb3a64ffbd7dcada3c3611522b0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-13T12:44:54+03:00 summary: gh-132629: Deprecate accepting out-of-range values for uns

[Python-checkins] [3.13] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136614)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/fac28e47910ac2debcfe994b02a38b68a28b3eb5 commit: fac28e47910ac2debcfe994b02a38b68a28b3eb5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-13T09:18:27Z summary: [3.13] gh-13

[Python-checkins] [3.14] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136613)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/9ee72ab266a15906aa7e714ac601b3186e1ef51c commit: 9ee72ab266a15906aa7e714ac601b3186e1ef51c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-13T09:17:48Z summary: [3.14] gh-13

[Python-checkins] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/3dbe02ccd3eefc48ac9fa14427bb4cdb82d1ebae commit: 3dbe02ccd3eefc48ac9fa14427bb4cdb82d1ebae branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-13T05:10:37-04:00 summary: gh-132346: Docs: Clarify that reference counts aren't stable betw

[Python-checkins] gh-136547: allow to temporarily disable hash algorithms in tests (#136570)

2025-07-13 Thread picnixz
https://github.com/python/cpython/commit/9e5cebd56d06e35faeca166813215d72f2f8906a commit: 9e5cebd56d06e35faeca166813215d72f2f8906a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-13T10:58:15+