[Python-checkins] gh-118201: Simplify conv_confname (#126089)

2024-11-19 Thread JelleZijlstra
https://github.com/python/cpython/commit/c5c9286804e38c95fe717f22ce1bf2f18eee5b17 commit: c5c9286804e38c95fe717f22ce1bf2f18eee5b17 branch: main author: Malcolm Smith committer: JelleZijlstra date: 2024-11-19T10:42:19-05:00 summary: gh-118201: Simplify conv_confname (#126089) files: A Misc/NEWS.

[Python-checkins] GH-85168: Use filesystem encoding when converting to/from `file` URIs (#126852)

2024-11-19 Thread barneygale
https://github.com/python/cpython/commit/c9b399fbdb01584dcfff0d7f6ad484644ff269c3 commit: c9b399fbdb01584dcfff0d7f6ad484644ff269c3 branch: main author: Barney Gale committer: barneygale date: 2024-11-19T21:19:30Z summary: GH-85168: Use filesystem encoding when converting to/from `file` URIs (#12

[Python-checkins] [3.12] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990) (GH-127019)

2024-11-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/153221a1d050a74f1cfbb7af69232cb92bf505ba commit: 153221a1d050a74f1cfbb7af69232cb92bf505ba branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-19T20:19:18+02:00 summary: [3.1

[Python-checkins] [3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs (GH-126852) (#127040)

2024-11-19 Thread barneygale
https://github.com/python/cpython/commit/7735f58ea5274fd72caee42b090761df2b27c087 commit: 7735f58ea5274fd72caee42b090761df2b27c087 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-11-19T21:55:10Z summary: [3.12] GH-85168

[Python-checkins] Update docs 'make serve' to suggest 'make htmllive' (#126969)

2024-11-19 Thread hugovk
https://github.com/python/cpython/commit/5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf commit: 5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-19T17:28:34+0

[Python-checkins] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-126989)

2024-11-19 Thread ericsnowcurrently
https://github.com/python/cpython/commit/1c0a104eca189a932e0b44ca9bef46cce3d0b801 commit: 1c0a104eca189a932e0b44ca9bef46cce3d0b801 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-11-19T12:59:19-07:00 summary: gh-126914: Store the Preallocated Thread State's Pointer in a P

[Python-checkins] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (#127033)

2024-11-19 Thread sobolevn
https://github.com/python/cpython/commit/824afbf548e7128ca57c6faf45cfd6b066a6ee45 commit: 824afbf548e7128ca57c6faf45cfd6b066a6ee45 branch: main author: sobolevn committer: sobolevn date: 2024-11-19T22:41:59+03:00 summary: gh-109413: Enable mypy's `disallow_any_generics` setting when checking `l

[Python-checkins] [3.13] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990) (GH-127018)

2024-11-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bb98a0afd8598ce80f0e6d3f768b128eab68f40a commit: bb98a0afd8598ce80f0e6d3f768b128eab68f40a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-19T20:19:39+02:00 summary: [3.1

[Python-checkins] [3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (GH-126981) (#127023)

2024-11-19 Thread sobolevn
https://github.com/python/cpython/commit/3fae84fe58d3da70ceca28f01647a38a590547b6 commit: 3fae84fe58d3da70ceca28f01647a38a590547b6 branch: 3.13 author: sobolevn committer: sobolevn date: 2024-11-19T20:37:53+03:00 summary: [3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}`

[Python-checkins] gh-125729: Makes the installation of the turtle module dependent on the Tcl/Tk install option (GH-126176)

2024-11-19 Thread zooba
https://github.com/python/cpython/commit/88dc84bcf9fef32afa9af0ab41fa467c9733483f commit: 88dc84bcf9fef32afa9af0ab41fa467c9733483f branch: main author: CoderTCY <[email protected]> committer: zooba date: 2024-11-19T17:19:33Z summary: gh-125729: Makes the installation of t

[Python-checkins] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990)

2024-11-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/29cbcbd73bbfd8c953c0b213fb33682c289934ff commit: 29cbcbd73bbfd8c953c0b213fb33682c289934ff branch: main author: Justin Applegate <[email protected]> committer: serhiy-storchaka date: 2024-11-19T18:00:35+02:00 summary: gh-126991: F

[Python-checkins] [3.12] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127016)

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

[Python-checkins] [3.13] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127015)

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

[Python-checkins] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (#126981)

2024-11-19 Thread sobolevn
https://github.com/python/cpython/commit/3932e1db5353bbcf3e3c1133cc9d2cde654cb645 commit: 3932e1db5353bbcf3e3c1133cc9d2cde654cb645 branch: main author: sobolevn committer: sobolevn date: 2024-11-19T17:44:53+03:00 summary: gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (#1269

[Python-checkins] GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)

2024-11-19 Thread hugovk
https://github.com/python/cpython/commit/4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c commit: 4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c branch: main author: Barney Gale committer: hugovk <[email protected]> date: 2024-11-19T16:01:49+02:00 summary: GH-84850: Remove `urllib.request

[Python-checkins] GH-124567: Replace quadratic assert with linear one (GH-127009)

2024-11-19 Thread markshannon
https://github.com/python/cpython/commit/a99dd23c1f5b9254651d9895714596d5e7942389 commit: a99dd23c1f5b9254651d9895714596d5e7942389 branch: main author: Mark Shannon committer: markshannon date: 2024-11-19T13:38:59Z summary: GH-124567: Replace quadratic assert with linear one (GH-127009) files:

[Python-checkins] codeowners: add myself to getpath, site, and venv (#126994)

2024-11-19 Thread FFY00
https://github.com/python/cpython/commit/6309e9e07a855e08c223a0e295710c8bd66e793d commit: 6309e9e07a855e08c223a0e295710c8bd66e793d branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-19T12:43:34Z summary: codeowners: add myself to getpath, site, and venv (#126994) Signed-off-by:

[Python-checkins] [3.12] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127005)

2024-11-19 Thread vstinner
https://github.com/python/cpython/commit/9345dc165c3389208da45d391bf5b2d146302e75 commit: 9345dc165c3389208da45d391bf5b2d146302e75 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-19T08:33:18Z summary: [3.12] gh-126594:

[Python-checkins] gh-126076: Account for relocated objects in tracemalloc (#126077)

2024-11-19 Thread pablogsal
https://github.com/python/cpython/commit/30aeb00d367d0cc9e5a7603371636cddea09f1c0 commit: 30aeb00d367d0cc9e5a7603371636cddea09f1c0 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-11-19T10:35:17Z summary: gh-126076: Account for relocated objects in tracemalloc (#126077)

[Python-checkins] Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)

2024-11-19 Thread hugovk
https://github.com/python/cpython/commit/899fdb213db6c5881c5f9c6760ead6fd713d2070 commit: 899fdb213db6c5881c5f9c6760ead6fd713d2070 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-19T11:25:09+0

[Python-checkins] [3.12] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-126941) (GH-126959)

2024-11-19 Thread encukou
https://github.com/python/cpython/commit/1f911ba7061feb4ee072cdd0da0e3be8c41fd690 commit: 1f911ba7061feb4ee072cdd0da0e3be8c41fd690 branch: 3.12 author: Russell Keith-Magee committer: encukou date: 2024-11-19T11:01:54+01:00 summary: [3.12] gh-126789: Correct sysconfig test exclusions for iOS and

[Python-checkins] [3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004)

2024-11-19 Thread vstinner
https://github.com/python/cpython/commit/fd276ad3287939ff6f0c6832d76eaeda520fc038 commit: fd276ad3287939ff6f0c6832d76eaeda520fc038 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-19T08:38:06Z summary: [3.13] gh-126594:

[Python-checkins] gh-126594: Fix typeobject.c wrap_buffer() cast (#126754)

2024-11-19 Thread vstinner
https://github.com/python/cpython/commit/84f07c3a4cbcfe488ccfb4030571be0bc4de7e45 commit: 84f07c3a4cbcfe488ccfb4030571be0bc4de7e45 branch: main author: Victor Stinner committer: vstinner date: 2024-11-19T09:13:20+01:00 summary: gh-126594: Fix typeobject.c wrap_buffer() cast (#126754) Reject fla