[Python-checkins] [3.12] gh-117752: Autoconf: store all LLVM profile data in the build directory (GH-117790) (#117795)

2024-04-11 Thread erlend-aasland
https://github.com/python/cpython/commit/c64b65e3aa24478ab0ced14ff0c01ff962d7623c commit: c64b65e3aa24478ab0ced14ff0c01ff962d7623c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-04-12T05:39:14Z summary: [3.12] gh-1

[Python-checkins] gh-117752: Autoconf: store all LLVM profile data in the build directory (#117790)

2024-04-11 Thread erlend-aasland
https://github.com/python/cpython/commit/396b831850f0f364d584db4407a5d633f33e571c commit: 396b831850f0f364d584db4407a5d633f33e571c branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-12T07:23:39+02:00 summary: gh-117752: Autoconf: store all LLVM profile data in the bui

[Python-checkins] gh-76785: Handle Legacy Interpreters Properly (gh-117490)

2024-04-11 Thread ericsnowcurrently
https://github.com/python/cpython/commit/fd259fdabe95329768eb3e90039c77888c130a4c commit: fd259fdabe95329768eb3e90039c77888c130a4c branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-04-11T23:23:25Z summary: gh-76785: Handle Legacy Interpreters Properly (gh-117490) This is si

[Python-checkins] gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788)

2024-04-11 Thread erlend-aasland
https://github.com/python/cpython/commit/fd2bab9d287ef0879568662d4fedeae0a0c61d43 commit: fd2bab9d287ef0879568662d4fedeae0a0c61d43 branch: main author: Eli Schwartz committer: erlend-aasland date: 2024-04-12T01:03:54+02:00 summary: gh-117787: Autoconf: fix bashisms/semantic breakage of iOS check

[Python-checkins] gh-116738: Make _abc module thread-safe (#117488)

2024-04-11 Thread colesbury
https://github.com/python/cpython/commit/f268e328ed5d7b2df5bdad39691f6e4789a2fcde commit: f268e328ed5d7b2df5bdad39691f6e4789a2fcde branch: main author: Brett Simmers committer: colesbury date: 2024-04-11T18:13:25-04:00 summary: gh-116738: Make _abc module thread-safe (#117488) A collection of s

[Python-checkins] gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)

2024-04-11 Thread colesbury
https://github.com/python/cpython/commit/1b10efad66e9a0b72aae82de23074eafa49ec4db commit: 1b10efad66e9a0b72aae82de23074eafa49ec4db branch: main author: Sam Gross committer: colesbury date: 2024-04-11T21:35:46Z summary: gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)

[Python-checkins] gh-117649: Raise ImportError for unsupported modules in free-threaded build (#117651)

2024-04-11 Thread colesbury
https://github.com/python/cpython/commit/25f6ff5d3e92305659db62e7f7545f823f0dbd05 commit: 25f6ff5d3e92305659db62e7f7545f823f0dbd05 branch: main author: Sam Gross committer: colesbury date: 2024-04-11T15:00:54-04:00 summary: gh-117649: Raise ImportError for unsupported modules in free-threaded bu

[Python-checkins] [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH-117234) (#117767)

2024-04-11 Thread gpshead
https://github.com/python/cpython/commit/9376a9f0d85d0e7cd54f5aa010ff057700916c93 commit: 9376a9f0d85d0e7cd54f5aa010ff057700916c93 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-04-11T18:36:31Z summary: [3.12] gh-117233:

[Python-checkins] gh-111506: Error if the limited API is used in free-threaded build (#117762)

2024-04-11 Thread colesbury
https://github.com/python/cpython/commit/39d381f91e93559011587d764c1895ee30efb741 commit: 39d381f91e93559011587d764c1895ee30efb741 branch: main author: Sam Gross committer: colesbury date: 2024-04-11T13:49:52-04:00 summary: gh-111506: Error if the limited API is used in free-threaded build (#117

[Python-checkins] [3.12] gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns (GH-105406) (#117757)

2024-04-11 Thread barneygale
https://github.com/python/cpython/commit/84fb531fc2323cf3196366c3d0fbc0f43df99045 commit: 84fb531fc2323cf3196366c3d0fbc0f43df99045 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-04-11T18:44:46+01:00 summary: [3.12] gh-

[Python-checkins] gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns (#105406)

2024-04-11 Thread barneygale
https://github.com/python/cpython/commit/c06be6bbb8d138dde50c0a07cbd64496bee537c5 commit: c06be6bbb8d138dde50c0a07cbd64496bee537c5 branch: main author: Tomas R committer: barneygale date: 2024-04-11T15:16:39Z summary: gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns

[Python-checkins] [3.12] gh-101549: fix documentation of xml.etree.ElementInclude (GH-101550) (#117754)

2024-04-11 Thread hugovk
https://github.com/python/cpython/commit/a3f1e980c3c09d499cfa5c633c9187ccad410986 commit: a3f1e980c3c09d499cfa5c633c9187ccad410986 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-1

[Python-checkins] gh-117233: Detect support for several hashes at hashlib build time (GH-117234)

2024-04-11 Thread encukou
https://github.com/python/cpython/commit/b8eaad30090b46f115dfed23266305b6546fb364 commit: b8eaad30090b46f115dfed23266305b6546fb364 branch: main author: Will Childs-Klein committer: encukou date: 2024-04-11T16:49:41+02:00 summary: gh-117233: Detect support for several hashes at hashlib build time

[Python-checkins] gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)

2024-04-11 Thread gvanrossum
https://github.com/python/cpython/commit/01a51f949475f1590eb5899f3002304060501ab2 commit: 01a51f949475f1590eb5899f3002304060501ab2 branch: main author: Bruce Merry <[email protected]> committer: gvanrossum date: 2024-04-11T07:41:55-07:00 summary: gh-117722: Fix Stream.readun

[Python-checkins] gh-101549: fix documentation of xml.etree.ElementInclude (#101550)

2024-04-11 Thread hugovk
https://github.com/python/cpython/commit/898f6de63fd5285006ee0f4993aeb8ed3e8f97f9 commit: 898f6de63fd5285006ee0f4993aeb8ed3e8f97f9 branch: main author: Mikhail B <[email protected]> committer: hugovk <[email protected]> date: 2024-04-11T14:23:52Z summary:

[Python-checkins] [3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) (#117753)

2024-04-11 Thread hugovk
https://github.com/python/cpython/commit/a4541a60807af2166811e01437477efcbf9d7b86 commit: a4541a60807af2166811e01437477efcbf9d7b86 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-1

[Python-checkins] gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not available (GH-117574)

2024-04-11 Thread encukou
https://github.com/python/cpython/commit/91d7605ac3c15a185fd67921907cebaf0def1674 commit: 91d7605ac3c15a185fd67921907cebaf0def1674 branch: main author: Kirill Podoprigora committer: encukou date: 2024-04-11T16:19:19+02:00 summary: gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`

[Python-checkins] [3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is not available (GH-117588) (GH-117718)

2024-04-11 Thread encukou
https://github.com/python/cpython/commit/8c1c71ee3819ef9bcf106f39206335de45e3d11a commit: 8c1c71ee3819ef9bcf106f39206335de45e3d11a branch: 3.12 author: Kirill Podoprigora committer: encukou date: 2024-04-11T16:18:28+02:00 summary: [3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is

[Python-checkins] Fix markup of `win32_ver` in `platform.rst` (#116492)

2024-04-11 Thread hugovk
https://github.com/python/cpython/commit/be82058064f34f3f3b9736927da2d3057838e70c commit: be82058064f34f3f3b9736927da2d3057838e70c branch: main author: Nikita Sobolev committer: hugovk <[email protected]> date: 2024-04-11T17:13:53+03:00 summary: Fix markup of `win32_ver` in

[Python-checkins] gh-117709: Add vectorcall support for str() with positional-only arguments (#117746)

2024-04-11 Thread erlend-aasland
https://github.com/python/cpython/commit/044dc496e06843cd3eb30a32f34d9d080635875a commit: 044dc496e06843cd3eb30a32f34d9d080635875a branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-11T13:55:37Z summary: gh-117709: Add vectorcall support for str() with positional-only

[Python-checkins] gh-113317: Add ParseArgsCodeGen class (#117707)

2024-04-11 Thread vstinner
https://github.com/python/cpython/commit/671cb22094df5b645f65c383213bfda17c8003c5 commit: 671cb22094df5b645f65c383213bfda17c8003c5 branch: main author: Victor Stinner committer: vstinner date: 2024-04-11T13:49:07Z summary: gh-113317: Add ParseArgsCodeGen class (#117707) files: A Tools/clinic/li

[Python-checkins] [3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH-117712) (#117749)

2024-04-11 Thread vstinner
https://github.com/python/cpython/commit/5b681d60a6501e6c733546bc87c8631b23b80e45 commit: 5b681d60a6501e6c733546bc87c8631b23b80e45 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-04-11T10:22:17Z summary: [3.12] gh-117711:

[Python-checkins] gh-113317: Add Codegen class to Argument Clinic (#117626)

2024-04-11 Thread vstinner
https://github.com/python/cpython/commit/a2ae84726b8b46e6970ae862244dad1a82cf5d19 commit: a2ae84726b8b46e6970ae862244dad1a82cf5d19 branch: main author: Victor Stinner committer: vstinner date: 2024-04-11T12:15:48+02:00 summary: gh-113317: Add Codegen class to Argument Clinic (#117626) * Move if

[Python-checkins] gh-117711: Only check for 'test/wheeldata' when it's actually used (#117712)

2024-04-11 Thread vstinner
https://github.com/python/cpython/commit/d4963871b03cc76fe7d9648d022d12007585beae commit: d4963871b03cc76fe7d9648d022d12007585beae branch: main author: Karolina Surma <[email protected]> committer: vstinner date: 2024-04-11T11:37:28+02:00 summary: gh-117711: Only check fo

[Python-checkins] [3.12] gh-117606: Truncate extremely long error message in `test_exceptions` (GH-117670) (#117745)

2024-04-11 Thread AlexWaygood
https://github.com/python/cpython/commit/2a508572ab86320c80edfa829329232ad5a4b8e9 commit: 2a508572ab86320c80edfa829329232ad5a4b8e9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-04-11T07:53:26Z summary: [3.12] gh-1176

[Python-checkins] gh-117606: Truncate extremely long error message in `test_exceptions` (#117670)

2024-04-11 Thread AlexWaygood
https://github.com/python/cpython/commit/02f1385f8ad6bf45376377c41f106b386d3a7eb0 commit: 02f1385f8ad6bf45376377c41f106b386d3a7eb0 branch: main author: Nice Zombies committer: AlexWaygood date: 2024-04-11T08:37:01+01:00 summary: gh-117606: Truncate extremely long error message in `test_exception