[Python-checkins] gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)

2025-01-23 Thread picnixz
https://github.com/python/cpython/commit/70dcc847df4eb32367859bfa168f057e43eed11e commit: 70dcc847df4eb32367859bfa168f057e43eed11e branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-23T11:42:38+

[Python-checkins] gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)

2025-01-23 Thread picnixz
https://github.com/python/cpython/commit/225296cd5b505c180d3f45c355b43d7e1d99d3d5 commit: 225296cd5b505c180d3f45c355b43d7e1d99d3d5 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-23T11:44:18+

[Python-checkins] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/46c7e13c055c218e18b0424efc60965e6a5fe6ea commit: 46c7e13c055c218e18b0424efc60965e6a5fe6ea branch: main author: Victor Stinner committer: vstinner date: 2025-01-23T12:07:34+01:00 summary: gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) Sup

[Python-checkins] gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/e579cdb21e25896f85ae1a42820b749846b88de7 commit: e579cdb21e25896f85ae1a42820b749846b88de7 branch: main author: Victor Stinner committer: vstinner date: 2025-01-23T13:49:35+01:00 summary: gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218) Always

[Python-checkins] gh-128863: Deprecate _PyLong_New() function (#129212)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/5c9a63f62c9e56d1576c2dc62c986f2be988729f commit: 5c9a63f62c9e56d1576c2dc62c986f2be988729f branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-01-23T13:50:34+01:00 summary: gh-128863: Deprecate _PyLong_New() function (#129212) files: M

[Python-checkins] [3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/e3b3e01d6a6f43c15890d14f139f38155601643a commit: e3b3e01d6a6f43c15890d14f139f38155601643a branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-01-23T13:59:19+01:00 summary: [3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#12919

[Python-checkins] gh-129149: Add fast path in PYLONG_FROM_UINT macro for compact integers (#129168)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/ab353b31bb300d55e845476a8e265366455d93fc commit: ab353b31bb300d55e845476a8e265366455d93fc branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: vstinner date: 2025-01-23T14:36:52Z summary: gh-129149: Add fast path in P

[Python-checkins] gh-128690: Update test_embed for getpath.py exec_prefix change (#129137)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/b23b27bc556857be73ee0f2379441c422b6fee26 commit: b23b27bc556857be73ee0f2379441c422b6fee26 branch: main author: Victor Stinner committer: vstinner date: 2025-01-23T15:50:04+01:00 summary: gh-128690: Update test_embed for getpath.py exec_prefix change (#129

[Python-checkins] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (#128475)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/ec91e1c2762412f1408b0dfb5d281873b852affe commit: ec91e1c2762412f1408b0dfb5d281873b852affe branch: main author: Thomas Grainger committer: ambv date: 2025-01-23T16:53:53+01:00 summary: gh-128479: fix asyncio staggered race leaking tasks, and logging unhand

[Python-checkins] [3.9] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#128117)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/8c8a257dbc0e393125040404f973853d41e81d84 commit: 8c8a257dbc0e393125040404f973853d41e81d84 branch: 3.9 author: Petr Viktorin committer: ambv date: 2025-01-23T16:55:08+01:00 summary: [3.9] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#128117

[Python-checkins] gh-71339: Use new assertion methods in test_idle (#129213)

2025-01-23 Thread terryjreedy
https://github.com/python/cpython/commit/dbb25ce037a8eddc85a9f6ba541aec8b3fa931fa commit: dbb25ce037a8eddc85a9f6ba541aec8b3fa931fa branch: main author: Terry Jan Reedy committer: terryjreedy date: 2025-01-23T13:25:14-05:00 summary: gh-71339: Use new assertion methods in test_idle (#129213) Revi

[Python-checkins] gh-91048: Also clear and set ts->asyncio_running_task with eager tasks (#129197)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/fc3d40016567abd0685131b768c8112e0084c238 commit: fc3d40016567abd0685131b768c8112e0084c238 branch: main author: Łukasz Langa committer: ambv date: 2025-01-23T19:26:36+01:00 summary: gh-91048: Also clear and set ts->asyncio_running_task with eager tasks (#1

[Python-checkins] gh-126004: Remove redundant safeguards for codecs handlers tests (#127680)

2025-01-23 Thread picnixz
https://github.com/python/cpython/commit/cf0b2da1e6947aa15be119582c2017765ab46863 commit: cf0b2da1e6947aa15be119582c2017765ab46863 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-23T16:06:16+

[Python-checkins] gh-118761: Improve import time for `pstats` and `zipfile` (#128981)

2025-01-23 Thread picnixz
https://github.com/python/cpython/commit/a95dca7b9891e673e77f868cac05b2068bce8b3a commit: a95dca7b9891e673e77f868cac05b2068bce8b3a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-23T14:49:36Z

[Python-checkins] [3.13] gh-128330: Terminal control characters should be restored on repl exit (GH-128331) (#129233)

2025-01-23 Thread pablogsal
https://github.com/python/cpython/commit/52ccf264dfc29e28c24b2445c69d63c99989b3c7 commit: 52ccf264dfc29e28c24b2445c69d63c99989b3c7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-01-23T17:55:28Z summary: [3.13] gh-128330

[Python-checkins] gh-128330: Terminal control characters should be restored on repl exit (#128331)

2025-01-23 Thread pablogsal
https://github.com/python/cpython/commit/0b15d9c0d2d30c7d3f17ebb90dd822ef32f977cc commit: 0b15d9c0d2d30c7d3f17ebb90dd822ef32f977cc branch: main author: Andy Fiddaman committer: pablogsal date: 2025-01-23T17:30:08Z summary: gh-128330: Terminal control characters should be restored on repl exit (#

[Python-checkins] gh-91048: Improve example in `asyncio-graph.rst` doc (#129224)

2025-01-23 Thread kumaraditya303
https://github.com/python/cpython/commit/c05a851ac59e6fb7bd433677b9c116fb8336a8b1 commit: c05a851ac59e6fb7bd433677b9c116fb8336a8b1 branch: main author: sobolevn committer: kumaraditya303 date: 2025-01-23T23:38:51+05:30 summary: gh-91048: Improve example in `asyncio-graph.rst` doc (#129224) file

[Python-checkins] gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)

2025-01-23 Thread picnixz
https://github.com/python/cpython/commit/25a614a502e607a333f7aa7f4d69e6f2a47148ad commit: 25a614a502e607a333f7aa7f4d69e6f2a47148ad branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-23T14:28:33+

[Python-checkins] gh-101410: support custom messages for domain errors in the math module (#124299)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/75f59bb62938fc9acac7a4ede19404e889417c6b commit: 75f59bb62938fc9acac7a4ede19404e889417c6b branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-01-23T13:55:25Z summary: gh-101410: support custom messages for domain errors in the math modu

[Python-checkins] [3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217) (#129221)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/bb7c54d5ba6492b01b1c8731207a36196f85ea8b commit: bb7c54d5ba6492b01b1c8731207a36196f85ea8b branch: 3.12 author: Victor Stinner committer: vstinner date: 2025-01-23T13:29:46Z summary: [3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (

[Python-checkins] gh-109975: Add list of 3.13 removed library replacements (#127816)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/bab8918f9a647c20b64f5c165b45c0926f19ca0d commit: bab8918f9a647c20b64f5c165b45c0926f19ca0d branch: main author: Jeong, YunWon <[email protected]> committer: ambv date: 2025-01-23T22:20:40+01:00 summary: gh-109975: Add list of 3.13 re

[Python-checkins] [3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129228)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/e94939cedb76650c06821e91d9011c0fe82fd1ec commit: e94939cedb76650c06821e91d9011c0fe82fd1ec branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-01-23T22:16:21+01:00 summary: [3.12] gh-128479

[Python-checkins] [3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/75ec6caa484a93e665e73fb5e6b1f04802225b86 commit: 75ec6caa484a93e665e73fb5e6b1f04802225b86 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-01-23T22:16:02+01:00 summary: [3.13] gh-128479

[Python-checkins] [3.13] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) (#128654)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/eed7865ceea83f56e46307c9dc78cb53526071f6 commit: eed7865ceea83f56e46307c9dc78cb53526071f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-01-23T22:17:32+01:00 summary: [3.13] gh-97850:

[Python-checkins] [3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203) (#129152)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/6a261a02a72bfa1b8e3e1c8fb70b339be6033df2 commit: 6a261a02a72bfa1b8e3e1c8fb70b339be6033df2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-01-23T22:17:11+01:00 summary: [3.13] gh-126172

[Python-checkins] gh-119182: Use public PyUnicodeWriter in stringio.c (#129243)

2025-01-23 Thread vstinner
https://github.com/python/cpython/commit/732670d93b9b0c0ff8adde07418fd6f8397893ef commit: 732670d93b9b0c0ff8adde07418fd6f8397893ef branch: main author: Victor Stinner committer: vstinner date: 2025-01-23T23:31:49Z summary: gh-119182: Use public PyUnicodeWriter in stringio.c (#129243) Replace th

[Python-checkins] [3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-118939) (#129161)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/5c102a12a13324aa1283f2ea3bd328acafdb580a commit: 5c102a12a13324aa1283f2ea3bd328acafdb580a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-01-23T22:15:27+01:00 summary: [3.13] gh-118878

[Python-checkins] [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171)

2025-01-23 Thread ambv
https://github.com/python/cpython/commit/45db419c3104a14007ea9efbc4bff03aef8ed10c commit: 45db419c3104a14007ea9efbc4bff03aef8ed10c branch: 3.11 author: Victor Stinner committer: ambv date: 2025-01-23T22:14:08+01:00 summary: [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171) Fix Threa