[Python-checkins] [3.13] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850) (#130392)

2025-02-23 Thread hugovk
https://github.com/python/cpython/commit/bbfae4a912f021be44f270a63565a0bc2d156e9f commit: bbfae4a912f021be44f270a63565a0bc2d156e9f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-2

[Python-checkins] [3.12] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850) (#130393)

2025-02-23 Thread terryjreedy
https://github.com/python/cpython/commit/da471d9d7940a05717cf120c70771cf77fbfcf79 commit: da471d9d7940a05717cf120c70771cf77fbfcf79 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-23T23:01:30-05:00 summary: [3.12] gh

[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH-130278) (#130495)

2025-02-23 Thread terryjreedy
https://github.com/python/cpython/commit/b505d0f60968a743605b830e007991e52da42cc3 commit: b505d0f60968a743605b830e007991e52da42cc3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-23T22:58:42-05:00 summary: [3.12] gh

[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH-130278) (#130494)

2025-02-23 Thread terryjreedy
https://github.com/python/cpython/commit/766170405e7eb1968d6fc643a5c5c187a5979152 commit: 766170405e7eb1968d6fc643a5c5c187a5979152 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-23T22:58:28-05:00 summary: [3.13] gh

[Python-checkins] [3.13] gh-128714: Fix function object races in `__annotate__`, `__annotations__` and `__type_params__` in free-threading build (GH-129016) (#129729)

2025-02-23 Thread terryjreedy
https://github.com/python/cpython/commit/bb6f3c37696946ea7a41dd5983118448bc9183a3 commit: bb6f3c37696946ea7a41dd5983118448bc9183a3 branch: 3.13 author: Xuanteng Huang <[email protected]> committer: terryjreedy date: 2025-02-23T21:49:55-05:00 summary: [3.13] gh-128714: Fi

[Python-checkins] gh-130160: use `.. program::` directive for documenting `idle` CLI (#130278)

2025-02-23 Thread terryjreedy
https://github.com/python/cpython/commit/0ff16115741aeaaaf7f963f68d5c575efb960277 commit: 0ff16115741aeaaaf7f963f68d5c575efb960277 branch: main author: Kanishk Pachauri committer: terryjreedy date: 2025-02-24T02:02:34Z summary: gh-130160: use `.. program::` directive for documenting `idle` CLI (

[Python-checkins] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152)

2025-02-23 Thread gpshead
https://github.com/python/cpython/commit/071820113f11b8f6a21f98652d0840e10268114c commit: 071820113f11b8f6a21f98652d0840e10268114c branch: main author: Bénédikt Tran <[email protected]> committer: gpshead date: 2025-02-24T00:09:14Z summary: gh-130151: Fix reference leaks i

[Python-checkins] gh-128641: Fix ConfigParser.read Perfomance Regression (#129596)

2025-02-23 Thread jaraco
https://github.com/python/cpython/commit/cd6abe27a2582786da7b4b8bb008910563f31735 commit: cd6abe27a2582786da7b4b8bb008910563f31735 branch: main author: Andrew Shteren <[email protected]> committer: jaraco date: 2025-02-24T00:20:37Z summary: gh-128641: Fix ConfigParser.read P

[Python-checkins] gh-128627: Skip wasm-gc on iOS Safari where it's broken (#130418)

2025-02-23 Thread freakboy3742
https://github.com/python/cpython/commit/72ea3c030a81262af64ebcae2e83ce2ff529bcef commit: 72ea3c030a81262af64ebcae2e83ce2ff529bcef branch: main author: Łukasz Langa committer: freakboy3742 date: 2025-02-24T07:26:04+08:00 summary: gh-128627: Skip wasm-gc on iOS Safari where it's broken (#130418)

[Python-checkins] gh-107773: Make `datetime` subclass `repr` consistent both implementations (#130308)

2025-02-23 Thread jaraco
https://github.com/python/cpython/commit/81a9b53fee79c4581bc1e2acae1c98ee0b692c7d commit: 81a9b53fee79c4581bc1e2acae1c98ee0b692c7d branch: main author: donBarbos committer: jaraco date: 2025-02-23T16:29:31-05:00 summary: gh-107773: Make `datetime` subclass `repr` consistent both implementations

[Python-checkins] gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)

2025-02-23 Thread gpshead
https://github.com/python/cpython/commit/9f81f828c797f842d1df0a5cbda898bc0df8075a commit: 9f81f828c797f842d1df0a5cbda898bc0df8075a branch: main author: mingyu committer: gpshead date: 2025-02-23T20:07:33Z summary: gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949) The Sy

[Python-checkins] gh-124096: Enable REPL virtual terminal support on Windows (#124119)

2025-02-23 Thread ambv
https://github.com/python/cpython/commit/a65366ed879a3d9f27cbcc811ed2e05ad1a2af06 commit: a65366ed879a3d9f27cbcc811ed2e05ad1a2af06 branch: main author: Y5 <[email protected]> committer: ambv date: 2025-02-23T20:30:33+01:00 summary: gh-124096: Enable REPL virtual terminal s

[Python-checkins] gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)

2025-02-23 Thread jaraco
https://github.com/python/cpython/commit/25a7ddf2efeaf77bcf94dbfca28ba3a6fe9ab57e commit: 25a7ddf2efeaf77bcf94dbfca28ba3a6fe9ab57e branch: main author: Jacob Austin Lincoln <[email protected]> committer: jaraco date: 2025-02-23T11:06:33-05:00 summary: gh-65697: Prevent c

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_struct.c` (#129793)

2025-02-23 Thread picnixz
https://github.com/python/cpython/commit/1e4a4344af4f5fdc7157b195c7d333d088540035 commit: 1e4a4344af4f5fdc7157b195c7d333d088540035 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-02-23T10:34:11Z

[Python-checkins] gh-84559: improve What's New entry for `multiprocessing` start method changes (#128173)

2025-02-23 Thread picnixz
https://github.com/python/cpython/commit/b8c313a41c411331c603bbda28048b2a3f4a2ab4 commit: b8c313a41c411331c603bbda28048b2a3f4a2ab4 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-02-23T10:35:08+