[Python-checkins] gh-128446: Skip Windows CI for Unix build system changes (#128450)

2025-02-11 Thread AA-Turner
https://github.com/python/cpython/commit/b05fa90b21dd01bb836285cdd41920320b09e681 commit: b05fa90b21dd01bb836285cdd41920320b09e681 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-12T01:5

[Python-checkins] [3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412) (#130022)

2025-02-11 Thread Yhg1s
https://github.com/python/cpython/commit/e4d0303c1a88fc7c56bba0005a037d79233d5a97 commit: e4d0303c1a88fc7c56bba0005a037d79233d5a97 branch: 3.13 author: Sam Gross committer: Yhg1s date: 2025-02-12T02:45:02+01:00 summary: [3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412) (#130022

[Python-checkins] gh-125746: Delay deprecated `zipimport.zipimporter.load_module` removal time to 3.15 (#125748)

2025-02-11 Thread brettcannon
https://github.com/python/cpython/commit/06ac157c53046f4fcad34383ef131f773085f3d5 commit: 06ac157c53046f4fcad34383ef131f773085f3d5 branch: main author: Wulian233 <1055917...@qq.com> committer: brettcannon date: 2025-02-11T23:59:09Z summary: gh-125746: Delay deprecated `zipimport.zipimporter.load_

[Python-checkins] [3.12] gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855) (GH-130017)

2025-02-11 Thread brettcannon
https://github.com/python/cpython/commit/96a6ee04b18cbe739ca80e0075b380284582eefb commit: 96a6ee04b18cbe739ca80e0075b380284582eefb branch: 3.12 author: Tomas R. committer: brettcannon date: 2025-02-11T15:31:44-08:00 summary: [3.12] gh-97850: Update the deprecation warning of `importlib.abc.Load

[Python-checkins] [3.13] gh-129967: Fix race condition in `repr(set)` (gh-129978) (gh-130020)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/ee12a3482dc8ef06dc2851b5ea074de123a5e02a commit: ee12a3482dc8ef06dc2851b5ea074de123a5e02a branch: 3.13 author: Sam Gross committer: colesbury date: 2025-02-11T18:18:12-05:00 summary: [3.13] gh-129967: Fix race condition in `repr(set)` (gh-129978) (gh-1300

[Python-checkins] gh-129967: Fix race condition in `repr(set)` (gh-129978)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/a7427f2db937adb4c787754deb4c337f1894fe86 commit: a7427f2db937adb4c787754deb4c337f1894fe86 branch: main author: Sam Gross committer: colesbury date: 2025-02-11T17:29:27-05:00 summary: gh-129967: Fix race condition in `repr(set)` (gh-129978) The call to `P

[Python-checkins] gh-117657: Add test_thread_local_bytecode to TSAN tests (gh-129753)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/1a8082a4bfc002fc05beb05637df4fc13597c49f commit: 1a8082a4bfc002fc05beb05637df4fc13597c49f branch: main author: Sam Gross committer: colesbury date: 2025-02-11T16:54:32-05:00 summary: gh-117657: Add test_thread_local_bytecode to TSAN tests (gh-129753) Ski

[Python-checkins] gh-128657: Skip test_get_builtin_constructor when running with --parallel-threads (GH-130018)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/1f233f56d6a5216b18e8c3f6b8c14d7e5d62c340 commit: 1f233f56d6a5216b18e8c3f6b8c14d7e5d62c340 branch: main author: Sam Gross committer: colesbury date: 2025-02-11T16:59:36-05:00 summary: gh-128657: Skip test_get_builtin_constructor when running with --parall

[Python-checkins] gh-117657: Enable test_opcache under TSAN (GH-129831)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/f151d271591ec525eaf01fa7b128e575374888b9 commit: f151d271591ec525eaf01fa7b128e575374888b9 branch: main author: Sam Gross committer: colesbury date: 2025-02-11T16:53:08-05:00 summary: gh-117657: Enable test_opcache under TSAN (GH-129831) Fix a few thread-

[Python-checkins] [3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997)

2025-02-11 Thread hugovk
https://github.com/python/cpython/commit/36790830cb7f55e1a95a0041baf5bbf980098b23 commit: 36790830cb7f55e1a95a0041baf5bbf980098b23 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-1

[Python-checkins] [3.12] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129998)

2025-02-11 Thread hugovk
https://github.com/python/cpython/commit/c62d573a8908847c3b6fba8a0a3101aa681710bf commit: c62d573a8908847c3b6fba8a0a3101aa681710bf branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-11T23:31:48+0

[Python-checkins] Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)

2025-02-11 Thread hugovk
https://github.com/python/cpython/commit/ed816f1a7088f5e85d9b27ed5828408dff007d18 commit: ed816f1a7088f5e85d9b27ed5828408dff007d18 branch: main author: Sam Gross committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-11T23:28:28+02:00 summary: Remove trailing whitespace in Lib/

[Python-checkins] gh-129244: Only remove the workaround when MSVC has the bugfix (#130011)

2025-02-11 Thread mdboom
https://github.com/python/cpython/commit/00ec7818771903e3007928d191d1297cdb3b5277 commit: 00ec7818771903e3007928d191d1297cdb3b5277 branch: main author: Michael Droettboom committer: mdboom date: 2025-02-11T14:49:42-05:00 summary: gh-129244: Only remove the workaround when MSVC has the bugfix (#1

[Python-checkins] [3.13] gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855) (GH-130013)

2025-02-11 Thread brettcannon
https://github.com/python/cpython/commit/e5c522e89596c34b002a607cc8eb806180fbd309 commit: e5c522e89596c34b002a607cc8eb806180fbd309 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2025-02-11T19:28:25Z summary: [3.13] gh-9785

[Python-checkins] gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855)

2025-02-11 Thread brettcannon
https://github.com/python/cpython/commit/aa81a6f6e4f265565da9781d0bf95c7d16ddd961 commit: aa81a6f6e4f265565da9781d0bf95c7d16ddd961 branch: main author: Tomas R. committer: brettcannon date: 2025-02-11T11:04:16-08:00 summary: gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_

[Python-checkins] gh-130004: Disable PGO for ceval.c on MSVC for default build (GH-130009)

2025-02-11 Thread Fidget-Spinner
https://github.com/python/cpython/commit/5cdd6e5e758a3fc0a5daac80753bf611b3e23c2d commit: 5cdd6e5e758a3fc0a5daac80753bf611b3e23c2d branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-12T01:13:05+08:00 summary: gh-130004: Disable PGO for ceval.c on MSVC for default build (GH-1300

[Python-checkins] gh-129980: Include test name in TSAN filename in multiprocess test runner (GH-129981)

2025-02-11 Thread colesbury
https://github.com/python/cpython/commit/3b548adc765a83bedc316b19cb922a02c7a201f1 commit: 3b548adc765a83bedc316b19cb922a02c7a201f1 branch: main author: Sam Gross committer: colesbury date: 2025-02-11T12:09:43-05:00 summary: gh-129980: Include test name in TSAN filename in multiprocess test runne

[Python-checkins] gh-130004: Revert commit 9e52e55 (GH-130005)

2025-02-11 Thread Fidget-Spinner
https://github.com/python/cpython/commit/247b50dec8af47ed8a80069117e07b7139f9d54f commit: 247b50dec8af47ed8a80069117e07b7139f9d54f branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-11T23:23:58+08:00 summary: gh-130004: Revert commit 9e52e55 (GH-130005) Revert commit 9e52e55

[Python-checkins] gh-104400: pygettext: use an AST parser instead of a tokenizer (GH-104402)

2025-02-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/374abded070b861cc389d509937344073193c36a commit: 374abded070b861cc389d509937344073193c36a branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-11T13:51:42+02:00 summary: gh-104400: pygettext: use an AST parser instead of a tokenizer (GH

[Python-checkins] gh-101100: Docs: Fix some typos in the document (#129988)

2025-02-11 Thread hugovk
https://github.com/python/cpython/commit/1da412e574670cd8b48854112ba118c28ff2aba0 commit: 1da412e574670cd8b48854112ba118c28ff2aba0 branch: main author: Yuki Kobayashi committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-11T13:06:32+02:00 summary: gh-101100: Docs: Fix some typ

[Python-checkins] gh-129939: Add darkmode support for difflib's comparison pages (#129940)

2025-02-11 Thread hugovk
https://github.com/python/cpython/commit/12bd15f7b378879ed7971d14a4388cd9a38a14dc commit: 12bd15f7b378879ed7971d14a4388cd9a38a14dc branch: main author: Wulian233 <1055917...@qq.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-11T10:58:57+02:00 summary: gh-129939: Add