[Python-checkins] gh-133656: Remove deprecated `zipimport.zipimporter.load_module` (GH-133662)

2025-08-29 Thread gpshead
https://github.com/python/cpython/commit/5c6937ad204d009085e016c3dc9e9ba75eef34c5 commit: 5c6937ad204d009085e016c3dc9e9ba75eef34c5 branch: main author: Wulian233 <[email protected]> committer: gpshead <[email protected]> date: 2025-08-30T01:28:18Z summary: gh-133656: Remove de

[Python-checkins] [3.14] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844) (#138244)

2025-08-29 Thread hugovk
https://github.com/python/cpython/commit/c35222aae122054e04b4fd033ba105413c03412d commit: c35222aae122054e04b4fd033ba105413c03412d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-3

[Python-checkins] gh-138250: load fast optimization should fall through to empty blocks (#138249)

2025-08-29 Thread DinoV
https://github.com/python/cpython/commit/e05182f98ea100b6e26796a76b1399237aeac22f commit: e05182f98ea100b6e26796a76b1399237aeac22f branch: main author: Dino Viehland committer: DinoV date: 2025-08-29T11:49:35-07:00 summary: gh-138250: load fast optimization should fall through to empty blocks (#

[Python-checkins] [3.13] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-138243)

2025-08-29 Thread ncoghlan
https://github.com/python/cpython/commit/e93cacb8cf6bbfe4dedb561e73fc2ff4d74f5089 commit: e93cacb8cf6bbfe4dedb561e73fc2ff4d74f5089 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2025-08-30T00:35:17+10:00 summary: [3.13] gh-12

[Python-checkins] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844)

2025-08-29 Thread ncoghlan
https://github.com/python/cpython/commit/5f7906715adea645d8141d5337851872cfca4381 commit: 5f7906715adea645d8141d5337851872cfca4381 branch: main author: Hang committer: ncoghlan date: 2025-08-29T23:29:59+10:00 summary: gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (

[Python-checkins] gh-137153: Add `latin_N` aliases to `encodings.aliases` (#136701)

2025-08-29 Thread malemburg
https://github.com/python/cpython/commit/88bfe4c47b4fd127cd568e247746c4f4bf3f8c9e commit: 88bfe4c47b4fd127cd568e247746c4f4bf3f8c9e branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-08-29T14:28:04+02:00 summary: gh-137153: Add `la