[Python-checkins] gh-135308: clarify math.issubnormal() description (GH-135324)

2025-06-12 Thread encukou
https://github.com/python/cpython/commit/747d390045036325a7dbce12f7f0a4bc9c84c68a commit: 747d390045036325a7dbce12f7f0a4bc9c84c68a branch: main author: Sergey B Kirpichev committer: encukou date: 2025-06-13T08:30:44+02:00 summary: gh-135308: clarify math.issubnormal() description (GH-135324) fi

[Python-checkins] GH-134273: Allow setting JIT compiler flags at build time with CFLAGS_JIT (GH134276)

2025-06-12 Thread brandtbucher
https://github.com/python/cpython/commit/2b0c684e0759dc3fec0e9dd0fc8383e6c75b7b5c commit: 2b0c684e0759dc3fec0e9dd0fc8383e6c75b7b5c branch: main author: Zanie Blue committer: brandtbucher date: 2025-06-12T16:11:08-07:00 summary: GH-134273: Allow setting JIT compiler flags at build time with CFLAG

[Python-checkins] [3.14] Revert "gh-135410: use a critical section around `StringIO.__next__` (GH-135412)" (GH-135439) (gh-135449)

2025-06-12 Thread corona10
https://github.com/python/cpython/commit/b3efd3d7d3b052a8b3a1d2afa2c8001b3bac26d5 commit: b3efd3d7d3b052a8b3a1d2afa2c8001b3bac26d5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-06-12T22:58:58Z summary: [3.14] Revert "gh

[Python-checkins] Revert "gh-135410: use a critical section around `StringIO.__next__` (#135412)" (#135439)

2025-06-12 Thread corona10
https://github.com/python/cpython/commit/73431356d324842cac0d545018c3ad21c85bc883 commit: 73431356d324842cac0d545018c3ad21c85bc883 branch: main author: Peter Bierma committer: corona10 date: 2025-06-13T07:32:27+09:00 summary: Revert "gh-135410: use a critical section around `StringIO.__next__` (

[Python-checkins] [3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442) (#135446)

2025-06-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/f885c7d9b9567c1319f075eaad537b2677bb52dd commit: f885c7d9b9567c1319f075eaad537b2677bb52dd branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-06-12T22:13:36Z summary: [3.14] gh-1

[Python-checkins] gh-135429: Fix the argument mismatch in lsprof throw event (#135442)

2025-06-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/b03309fe5fca2eef51bf739fb13d9acef70cb964 commit: b03309fe5fca2eef51bf739fb13d9acef70cb964 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-06-12T14:46:47-07:00 summary: gh-135429: Fix the argument mismatch in lsprof throw event (#135442)

[Python-checkins] doc: Remove what was essentially duplicate wording. (GH-135431)

2025-06-12 Thread vsajip
https://github.com/python/cpython/commit/f273fd77d790300506c6443baa94d027b643f603 commit: f273fd77d790300506c6443baa94d027b643f603 branch: main author: Eric Hanchrow committer: vsajip date: 2025-06-12T18:47:12+01:00 summary: doc: Remove what was essentially duplicate wording. (GH-135431) files:

[Python-checkins] gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)

2025-06-12 Thread encukou
https://github.com/python/cpython/commit/e7a3c20b925bbe7a71707caa5a648033f774b8ca commit: e7a3c20b925bbe7a71707caa5a648033f774b8ca branch: main author: Petr Viktorin committer: encukou date: 2025-06-12T16:28:30+02:00 summary: gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393)

[Python-checkins] [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)

2025-06-12 Thread ericsnowcurrently
https://github.com/python/cpython/commit/04273adae0dcde7ae87ba06586b77290794f7f61 commit: 04273adae0dcde7ae87ba06586b77290794f7f61 branch: 3.14 author: Eric Snow committer: ericsnowcurrently date: 2025-06-12T08:19:26-06:00 summary: [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135

[Python-checkins] [3.14] gh-135410: use a critical section around `StringIO.__next__` (GH-135412) (#135425)

2025-06-12 Thread kumaraditya303
https://github.com/python/cpython/commit/8cb7d9a8102163387907425dc14b5d629b930e76 commit: 8cb7d9a8102163387907425dc14b5d629b930e76 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-06-12T11:36:44Z summary: [3.14] gh-1

[Python-checkins] gh-135410: use a critical section around `StringIO.__next__` (#135412)

2025-06-12 Thread kumaraditya303
https://github.com/python/cpython/commit/e6c3039cb39e68ae9af9ddcaca341c5af8f9cf23 commit: e6c3039cb39e68ae9af9ddcaca341c5af8f9cf23 branch: main author: Peter Bierma committer: kumaraditya303 date: 2025-06-12T16:41:05+05:30 summary: gh-135410: use a critical section around `StringIO.__next__` (#1