[Python-checkins] Add Plausible for docs metrics (#119977)

2024-06-06 Thread hugovk
https://github.com/python/cpython/commit/5c115567b1e3aecb7a53cfd5757e25c088398411 commit: 5c115567b1e3aecb7a53cfd5757e25c088398411 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06-07T00:38:31-0

[Python-checkins] [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762) (GH-120189)

2024-06-06 Thread gpshead
https://github.com/python/cpython/commit/56a7e0483436d1ebd2af97c02defe0e67c4bb495 commit: 56a7e0483436d1ebd2af97c02defe0e67c4bb495 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-06-07T03:43:17Z summary: [3.13] gh-119577:

[Python-checkins] gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762)

2024-06-06 Thread gpshead
https://github.com/python/cpython/commit/6b606522ca97488aad6fe2f193d4511e7a8f8334 commit: 6b606522ca97488aad6fe2f193d4511e7a8f8334 branch: main author: Jacob Walls committer: gpshead date: 2024-06-06T20:18:30-07:00 summary: gh-119577: Adjust DeprecationWarning when testing element truth values i

[Python-checkins] [3.12] GH-119054: Add "Reading directories" section to pathlib docs (GH-119956) (#120184)

2024-06-06 Thread barneygale
https://github.com/python/cpython/commit/59224b8fdc3cf3e9be36cd545113cfceee420c71 commit: 59224b8fdc3cf3e9be36cd545113cfceee420c71 branch: 3.12 author: Barney Gale committer: barneygale date: 2024-06-07T01:24:44+01:00 summary: [3.12] GH-119054: Add "Reading directories" section to pathlib docs (

[Python-checkins] [3.13] GH-119054: Add "Reading directories" section to pathlib docs (GH-119956) (#120183)

2024-06-06 Thread barneygale
https://github.com/python/cpython/commit/d4566c0cfcc2f3db8fa61b35f99260c184416ba4 commit: d4566c0cfcc2f3db8fa61b35f99260c184416ba4 branch: 3.13 author: Barney Gale committer: barneygale date: 2024-06-07T01:23:49+01:00 summary: [3.13] GH-119054: Add "Reading directories" section to pathlib docs (

[Python-checkins] GH-119054: Add "Reading directories" section to pathlib docs (#119956)

2024-06-06 Thread barneygale
https://github.com/python/cpython/commit/14e1506a6d7056c38fbbc0797268dcf783f91243 commit: 14e1506a6d7056c38fbbc0797268dcf783f91243 branch: main author: Barney Gale committer: barneygale date: 2024-06-06T23:27:39Z summary: GH-119054: Add "Reading directories" section to pathlib docs (#119956) Ad

[Python-checkins] Python 3.12.4

2024-06-06 Thread Yhg1s
https://github.com/python/cpython/commit/8e8a4baf652f6e1cee7acde9d78c4b6154539748 commit: 8e8a4baf652f6e1cee7acde9d78c4b6154539748 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2024-06-06T20:26:44+02:00 summary: Python 3.12.4 files: A Misc/NEWS.d/3.12.4.rst D Misc/NEWS.d/next/C API

[Python-checkins] gh-120178: Documentation typo corrections (#120179)

2024-06-06 Thread gaogaotiantian
https://github.com/python/cpython/commit/5bdc87b8859c837092e7c5b19583f98488f7a387 commit: 5bdc87b8859c837092e7c5b19583f98488f7a387 branch: main author: David Lowry-Duda committer: gaogaotiantian date: 2024-06-06T14:35:24-07:00 summary: gh-120178: Documentation typo corrections (#120179) files:

[Python-checkins] [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)

2024-06-06 Thread colesbury
https://github.com/python/cpython/commit/517733ce3cd7937dc527f1f191582c21cfb9b685 commit: 517733ce3cd7937dc527f1f191582c21cfb9b685 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-06T18:03:01Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix TSAN race involving import lock (#118523)

2024-06-06 Thread colesbury
https://github.com/python/cpython/commit/e21057b99967eb5323320e6d1121955e0cd2985e commit: e21057b99967eb5323320e6d1121955e0cd2985e branch: main author: Sam Gross committer: colesbury date: 2024-06-06T13:40:58-04:00 summary: gh-117657: Fix TSAN race involving import lock (#118523) This adds a `_

[Python-checkins] [3.13] Restore decimal context after decimal doctests (GH-120149) (GH-120167)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/015ddfeca5e39a3796ee144d07accb1d5c7e7522 commit: 015ddfeca5e39a3796ee144d07accb1d5c7e7522 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-06T17:36:46Z summary: [3.13] Re

[Python-checkins] [3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b03d71d0d8415281e71ae4f1455222db4b4b66d2 commit: b03d71d0d8415281e71ae4f1455222db4b4b66d2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-06T17:31:36Z summary: [3.12] Re

[Python-checkins] Add Tian Gao to CODEOWNERS and ACKS (GH-120166)

2024-06-06 Thread gaogaotiantian
https://github.com/python/cpython/commit/417bec733c11e63df559ecf898802dbef590142e commit: 417bec733c11e63df559ecf898802dbef590142e branch: main author: Tian Gao committer: gaogaotiantian date: 2024-06-06T10:20:37-07:00 summary: Add Tian Gao to CODEOWNERS and ACKS (GH-120166) files: M .github/CO

[Python-checkins] Restore decimal context after decimal doctests (GH-120149)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de commit: 2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-06T20:12:32+03:00 summary: Restore decimal context after decimal doctests (GH-120149)

[Python-checkins] CODEOWNERS: Add myself to symtable and AST (#120139)

2024-06-06 Thread carljm
https://github.com/python/cpython/commit/d50a7c478feb4037e65fcaea453d9ecc00259dd9 commit: d50a7c478feb4037e65fcaea453d9ecc00259dd9 branch: main author: Jelle Zijlstra committer: carljm date: 2024-06-06T16:25:05Z summary: CODEOWNERS: Add myself to symtable and AST (#120139) Co-authored-by: Carl

[Python-checkins] gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)

2024-06-06 Thread zooba
https://github.com/python/cpython/commit/fbdff3803af23f632469933e33ee735f853bbdec commit: fbdff3803af23f632469933e33ee735f853bbdec branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-06-06T15:38:31Z summary: gh-119679: Fix layou

[Python-checkins] gh-120155: Initialize variables in _tkinter.c (#120156)

2024-06-06 Thread vstinner
https://github.com/python/cpython/commit/78634cfa3dd4b542897835d5f097604dbeb0f3fd commit: 78634cfa3dd4b542897835d5f097604dbeb0f3fd branch: main author: Victor Stinner committer: vstinner date: 2024-06-06T17:31:33+02:00 summary: gh-120155: Initialize variables in _tkinter.c (#120156) Initialize

[Python-checkins] gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)

2024-06-06 Thread zooba
https://github.com/python/cpython/commit/9f63c63ae693ccd0e2d8fc6cfd3aa18feb8e commit: 9f63c63ae693ccd0e2d8fc6cfd3aa18feb8e branch: main author: Steve Dower committer: zooba date: 2024-06-06T16:11:42+01:00 summary: gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout

[Python-checkins] [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-120153)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/94eee7875969a2f57238283d5b078bdc316fc7eb commit: 94eee7875969a2f57238283d5b078bdc316fc7eb branch: 3.12 author: Ɓukasz Langa committer: ambv date: 2024-06-06T14:30:20+02:00 summary: [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (

[Python-checkins] [3.13] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-120152)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/13e5f455c45d21a3642aaf429cf20cac71dbf29b commit: 13e5f455c45d21a3642aaf429cf20cac71dbf29b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-06-06T14:26:23+02:00 summary: [3.13] gh-120111

[Python-checkins] gh-120111: Don't use cirrus M1 macOS runners on fork (#120116)

2024-06-06 Thread ambv
https://github.com/python/cpython/commit/fd104dfcb838d735ef8128e3539d7a730d403422 commit: fd104dfcb838d735ef8128e3539d7a730d403422 branch: main author: Nice Zombies committer: ambv date: 2024-06-06T13:40:37+02:00 summary: gh-120111: Don't use cirrus M1 macOS runners on fork (#120116) Co-authore

[Python-checkins] gh-119786: move adaptive interpreter doc from Python to InternalsDoc (#120137)

2024-06-06 Thread iritkatriel
https://github.com/python/cpython/commit/eeb8f67f837facb37f092a8b743f4d249515e82f commit: eeb8f67f837facb37f092a8b743f4d249515e82f branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-06-06T