[Python-checkins] gh-119311: Fix name mangling with PEP 695 generic classes (#119464)

2024-05-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/a9a74da4a0ca0645f049e67b6434a95e30592c32 commit: a9a74da4a0ca0645f049e67b6434a95e30592c32 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-27T19:50:38-07:00 summary: gh-119311: Fix name mangling with PEP 695 generic classes (#119

[Python-checkins] [3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119639)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/9216a5336fc3c5b594bba1ae18779100c207b23f commit: 9216a5336fc3c5b594bba1ae18779100c207b23f branch: 3.13 author: Eric Snow committer: ericsnowcurrently date: 2024-05-28T00:52:52Z summary: [3.13] gh-117398: Revert gh-119636, Add multiphase support to _dateti

[Python-checkins] [3.13] gh-119317: findall instead of traverse for docutils nodes (GH-119319) (#119486)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/7322ff15614fb3f25eae565f00f9beaf62f71314 commit: 7322ff15614fb3f25eae565f00f9beaf62f71314 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] [3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/d58ebf073c755c2f0f6e4ef2296b48a4c75e5f1c commit: d58ebf073c755c2f0f6e4ef2296b48a4c75e5f1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-05-27T16:36:32-06:00 summary: [3.

[Python-checkins] gh-117398: Add multiphase support to _datetime (gh-119373)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/3e8b60905e97a4fe89bb24180063732214368938 commit: 3e8b60905e97a4fe89bb24180063732214368938 branch: main author: Erlend E. Aasland committer: ericsnowcurrently date: 2024-05-27T16:02:46-06:00 summary: gh-117398: Add multiphase support to _datetime (gh-11937

[Python-checkins] [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/660125f864aa533b68a6ccbe11e35f0353388d56 commit: 660125f864aa533b68a6ccbe11e35f0353388d56 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-05-27T20:04:13Z summary: [3.13] g

[Python-checkins] gh-119584: Fix test_import Failed Assertion (gh-119623)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ae7b17673f29efe17b416cbcfbf43b5b3ff5977c commit: ae7b17673f29efe17b416cbcfbf43b5b3ff5977c branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-05-27T19:35:30Z summary: gh-119584: Fix test_import Failed Assertion (gh-119623) The fix in g

[Python-checkins] [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) (gh-119632)

2024-05-27 Thread ericsnowcurrently
https://github.com/python/cpython/commit/bd9983cab89cc42eecdbb4556cca0b6d7a7c529c commit: bd9983cab89cc42eecdbb4556cca0b6d7a7c529c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-05-27T19:11:29Z summary: [3.13] g

[Python-checkins] [3.13] Docs: Move inline JavaScript to own file to reduce duplication (GH-119541) (#119630)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/0a4a3184f56a1e4e8cb4d3466cee20388bf7f00d commit: 0a4a3184f56a1e4e8cb4d3466cee20388bf7f00d branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-27T12:49:52-0

[Python-checkins] [3.13] Misc cleanups and wording improvements for the itertools docs (gh-119626) (gh-119629)

2024-05-27 Thread rhettinger
https://github.com/python/cpython/commit/8117cb5f01c9519f9f1a9fd92af32a804f197603 commit: 8117cb5f01c9519f9f1a9fd92af32a804f197603 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-05-27T13:44:11-05:00 summary: [3.13] Mis

[Python-checkins] [3.12] Misc cleanups and wording improvements for the itertools docs (gh-119631)

2024-05-27 Thread rhettinger
https://github.com/python/cpython/commit/8fb48542d353b46039975dc40d6d4d66ed0cc836 commit: 8fb48542d353b46039975dc40d6d4d66ed0cc836 branch: 3.12 author: Raymond Hettinger committer: rhettinger date: 2024-05-27T13:43:08-05:00 summary: [3.12] Misc cleanups and wording improvements for the itertools

[Python-checkins] Misc cleanups and wording improvements for the itertools docs (gh-119626)

2024-05-27 Thread rhettinger
https://github.com/python/cpython/commit/0bd0d4072a49df49a88e8b02c3258dbd294170f6 commit: 0bd0d4072a49df49a88e8b02c3258dbd294170f6 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-05-27T13:22:57-05:00 summary: Misc cleanups and wording improvements for the itertools docs (

[Python-checkins] [3.13] gh-119580: Improve version added section for convenience variable (GH-119583) (#119624)

2024-05-27 Thread AlexWaygood
https://github.com/python/cpython/commit/9edf0109eb313c006f71daf93fe309273c788086 commit: 9edf0109eb313c006f71daf93fe309273c788086 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-27T18:13:01Z summary: [3.13] gh-1195

[Python-checkins] Withdraw most of my ownership in favor of Mark (#119611)

2024-05-27 Thread gvanrossum
https://github.com/python/cpython/commit/3ff06ebec4e8b466f76078aa9c97cea2093d52ab commit: 3ff06ebec4e8b466f76078aa9c97cea2093d52ab branch: main author: Guido van Rossum committer: gvanrossum date: 2024-05-27T11:07:16-07:00 summary: Withdraw most of my ownership in favor of Mark (#119611) files:

[Python-checkins] Docs: Move inline JavaScript to own file to reduce duplication (#119541)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/eea26c4a731ff9547d48a6761b209fee3f2f84df commit: eea26c4a731ff9547d48a6761b209fee3f2f84df branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-27T18:04:34Z

[Python-checkins] [3.12] gh-119580: Improve version added section for convenience variable (GH-119583) (#119625)

2024-05-27 Thread AlexWaygood
https://github.com/python/cpython/commit/823c66a789569d0172455d21ce70586503f03ba7 commit: 823c66a789569d0172455d21ce70586503f03ba7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-27T19:04:01+01:00 summary: [3.12] gh

[Python-checkins] gh-119580: Improve version added section for convenience variable (#119583)

2024-05-27 Thread AlexWaygood
https://github.com/python/cpython/commit/3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6 commit: 3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6 branch: main author: Tian Gao committer: AlexWaygood date: 2024-05-27T17:54:23Z summary: gh-119580: Improve version added section for convenience variable (#119583)

[Python-checkins] [3.13] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119621)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/ba71835fa5780882fa0327745d45a1cd5879e756 commit: ba71835fa5780882fa0327745d45a1cd5879e756 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] [3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119622)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/e658d87ad4f83093450671cf56293d207dcf6138 commit: e658d87ad4f83093450671cf56293d207dcf6138 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] Docs: Only install sphinx-autobuild for `make htmllive` (#119607)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/88e3fee3f81f3470cf4fe2e2611441071779e884 commit: 88e3fee3f81f3470cf4fe2e2611441071779e884 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-27T11:29:27-0

[Python-checkins] Docs: Add class role for IPV{4,6}Address and fix a typo (#118059)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/59630f92d8223f80993e3646b0f734d27f4b8dd4 commit: 59630f92d8223f80993e3646b0f734d27f4b8dd4 branch: main author: Rafael Fontenelle committer: kumaraditya303 date: 2024-05-27T12:39:59Z summary: Docs: Add class role for IPV{4,6}Address and fix a typo (#118059

[Python-checkins] [3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119602)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/f1302c1e4785871197048d3701a5ecf4ed145596 commit: f1302c1e4785871197048d3701a5ecf4ed145596 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-05-27T12:34:13Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119603)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/8d7e54af0d4190b0d1b19d839bc747d73109aaf5 commit: 8d7e54af0d4190b0d1b19d839bc747d73109aaf5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-05-27T12:22:23Z summary: [3.12] gh-1

[Python-checkins] GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/041a566f3f987619cef7d6ae7915ba93e39d2d1e commit: 041a566f3f987619cef7d6ae7915ba93e39d2d1e branch: main author: Savannah Ostrowski committer: kumaraditya303 date: 2024-05-27T17:50:28+05:30 summary: GH-117283: Add doc warning for `PyTuple_SetItem` refcount

[Python-checkins] gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/3b26cd8ca0e6c65e4b61effea9aa44d06e926797 commit: 3b26cd8ca0e6c65e4b61effea9aa44d06e926797 branch: main author: Aditya Borikar committer: kumaraditya303 date: 2024-05-27T17:46:13+05:30 summary: gh-119467: Fix Py_buffer.format type and correct documentation

[Python-checkins] ``Include/internal/pycore_import.h``: Fix typo (#119586)

2024-05-27 Thread kumaraditya303
https://github.com/python/cpython/commit/c7a5e1e550a2a0bfa11dbf055ed4b7afb26b5fe9 commit: c7a5e1e550a2a0bfa11dbf055ed4b7afb26b5fe9 branch: main author: Kirill Podoprigora committer: kumaraditya303 date: 2024-05-27T17:05:36+05:30 summary: ``Include/internal/pycore_import.h``: Fix typo (#119586)

[Python-checkins] [3.13] Fix typos in HISTORY documentation (GH-119453) (#119597)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/46d77128299ce6fe78c3628b5a0ab768c9645172 commit: 46d77128299ce6fe78c3628b5a0ab768c9645172 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] [3.12] Fix typos in HISTORY documentation (GH-119453) (#119598)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/53843c22e599103bff5e1cab17b999a188d58263 commit: 53843c22e599103bff5e1cab17b999a188d58263 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] Fix typos in HISTORY documentation (#119453)

2024-05-27 Thread hugovk
https://github.com/python/cpython/commit/5ef5622543844bad1f9bc770ddaaddd2615b8466 commit: 5ef5622543844bad1f9bc770ddaaddd2615b8466 branch: main author: Xie Yanbo committer: hugovk <[email protected]> date: 2024-05-27T10:57:23+03:00 summary: Fix typos in HISTORY documentation