[Python-checkins] [3.13] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134404)

2025-05-20 Thread vsajip
https://github.com/python/cpython/commit/7ada439712871b893bc669971e154b4b4fe15915 commit: 7ada439712871b893bc669971e154b4b4fe15915 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-21T06:16:36+01:00 summary: [3.13] gh-1343

[Python-checkins] [3.14] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) (#134401)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/af428a3894745652d48ad0d62c74ba8d2f5b451a commit: af428a3894745652d48ad0d62c74ba8d2f5b451a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-21T01:58:48Z summary: [3.14] gh-72680: F

[Python-checkins] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/1298511b41ec0f9be925c12f3830e94fe8f7e7dc commit: 1298511b41ec0f9be925c12f3830e94fe8f7e7dc branch: main author: Tim Hatch committer: gpshead date: 2025-05-20T18:32:41-07:00 summary: gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250)

[Python-checkins] [3.14] gh-91048: Fix error path result in _remote_debugging_module (GH-134347) (#134399)

2025-05-20 Thread pablogsal
https://github.com/python/cpython/commit/e379a71811d370731f4dc814e5628d14952713d5 commit: e379a71811d370731f4dc814e5628d14952713d5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-05-21T00:20:53Z summary: [3.14] gh-91048:

[Python-checkins] gh-91048: Fix error path result in _remote_debugging_module (#134347)

2025-05-20 Thread pablogsal
https://github.com/python/cpython/commit/d327159eb4dd286973d10af93999de90a860880a commit: d327159eb4dd286973d10af93999de90a860880a branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-20T19:54:09-04:00 summary: gh-91048: Fix error path result in _remote_debugging_module

[Python-checkins] Add documentation for remote debugging with pdb (#134260)

2025-05-20 Thread pablogsal
https://github.com/python/cpython/commit/6856a04d68bc1b779b5756a8a7c0ef08d684a630 commit: 6856a04d68bc1b779b5756a8a7c0ef08d684a630 branch: main author: ivonastojanovic <[email protected]> committer: pablogsal date: 2025-05-20T19:50:49-04:00 summary: Add documentati

[Python-checkins] GH-131798: Narrow types more aggressively in the JIT (GH-134373)

2025-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/2f0570caf490d4edbfbfd75c529cdee24f6edb8a commit: 2f0570caf490d4edbfbfd75c529cdee24f6edb8a branch: main author: Brandt Bucher committer: brandtbucher date: 2025-05-20T18:09:51-04:00 summary: GH-131798: Narrow types more aggressively in the JIT (GH-134373)

[Python-checkins] GH-131798: Narrow the return type of _GET_LEN to int (GH-133345)

2025-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/e1c0c451a2ff815fc817e71ec15c37bff9cb84d0 commit: e1c0c451a2ff815fc817e71ec15c37bff9cb84d0 branch: main author: Nadeshiko Manju committer: brandtbucher date: 2025-05-20T18:02:50-04:00 summary: GH-131798: Narrow the return type of _GET_LEN to int (GH-133345

[Python-checkins] GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)

2025-05-20 Thread zooba
https://github.com/python/cpython/commit/81c348b6dadc6b4f035b80e508dd0ec583e54d2f commit: 81c348b6dadc6b4f035b80e508dd0ec583e54d2f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-20T21:47:12Z summary: GH-130727: Avoid rac

[Python-checkins] GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)

2025-05-20 Thread zooba
https://github.com/python/cpython/commit/35eb3b82a63e7d8bfcc570d9390f531baf8e70b7 commit: 35eb3b82a63e7d8bfcc570d9390f531baf8e70b7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-20T21:44:17Z summary: GH-130727: Avoid rac

[Python-checkins] [3.14] gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) (gh-134388)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/69710b708705f9b774a5955f0ff9ad6c1e74d32e commit: 69710b708705f9b774a5955f0ff9ad6c1e74d32e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-05-20T23:12:02+02:00 summary: [3.14] gh-134215

[Python-checkins] GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)

2025-05-20 Thread zooba
https://github.com/python/cpython/commit/e4fbfb12889013fd52565cd2598a366754cb677b commit: e4fbfb12889013fd52565cd2598a366754cb677b branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-05-20T22:21:25+01:00 summary: GH-130727: Avoid race condit

[Python-checkins] [3.14] gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-134283) (#134391)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/04829d4d87659da7f2239cbe15000824bfb9c2d3 commit: 04829d4d87659da7f2239cbe15000824bfb9c2d3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-20T14:01:45-07:00 summary: [3.14] gh-134

[Python-checkins] [3.14] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134385)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/379805d03c7e2b3a19484c8247fad8da86b5a157 commit: 379805d03c7e2b3a19484c8247fad8da86b5a157 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-05-20T22:15:23+02:00 summary: [3.14] gh-128066

[Python-checkins] gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-134283)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/aadda87b3d3d99cb9e8c8791bb9715a3f0209195 commit: aadda87b3d3d99cb9e8c8791bb9715a3f0209195 branch: main author: tigerding <[email protected]> committer: gpshead date: 2025-05-20T20:36:04Z summary: gh-134209: use heap-allocated memor

[Python-checkins] gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/a3a3cf6d157948ed64ae837d6310b933a39a2493 commit: a3a3cf6d157948ed64ae837d6310b933a39a2493 branch: main author: Kevin Hernández committer: ambv date: 2025-05-20T22:26:48+02:00 summary: gh-134215: PyREPL: Do not show underscored modules by default during a

[Python-checkins] [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134386)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/b41e7b1e022dcf4f56b440df4f29d45b1c766019 commit: b41e7b1e022dcf4f56b440df4f29d45b1c766019 branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-05-20T22:15:43+02:00 summary: [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL

[Python-checkins] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/c91ad5da9d92eac4718e4da8d53689c3cc24535e commit: c91ad5da9d92eac4718e4da8d53689c3cc24535e branch: main author: Chris Patti committer: ambv date: 2025-05-20T21:47:57+02:00 summary: gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-1343

[Python-checkins] [3.14] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372) (#134374)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/899ce7d390d5e37088a841cdcefd142013355e4c commit: 899ce7d390d5e37088a841cdcefd142013355e4c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-20T12:28:03-07:00 summary: [3.14] gh-850

[Python-checkins] gh-90117: handle dict and mapping views in pprint (#30135)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/c7f8e706e116d7986da40805cc4a85333acde1c9 commit: c7f8e706e116d7986da40805cc4a85333acde1c9 branch: main author: devdanzin <[email protected]> committer: gpshead date: 2025-05-20T12:30:00-07:00 summary: gh-90117: handle dict and map

[Python-checkins] [3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372) (#134375)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/7df67492197f0b9a3903f787c0738e29d8ff0c57 commit: 7df67492197f0b9a3903f787c0738e29d8ff0c57 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-20T12:28:09-07:00 summary: [3.13] gh-850

[Python-checkins] [3.14] gh-127146: xfail more Emscripten stack overflows (GH-134358) (#134382)

2025-05-20 Thread freakboy3742
https://github.com/python/cpython/commit/6f1f8714839aaeadfbe646373e9f1bbf15875155 commit: 6f1f8714839aaeadfbe646373e9f1bbf15875155 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-05-20T19:07:08Z summary: [3.14] gh-127

[Python-checkins] [3.14] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134378)

2025-05-20 Thread vstinner
https://github.com/python/cpython/commit/a2950d50ccd1e12f4e26f888ef66392dad886606 commit: a2950d50ccd1e12f4e26f888ef66392dad886606 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-20T18:59:00Z summary: [3.14] gh-131357:

[Python-checkins] [3.13] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134379)

2025-05-20 Thread vstinner
https://github.com/python/cpython/commit/4c22fa65706b2a25baf281e6ccaebe5745d67cf4 commit: 4c22fa65706b2a25baf281e6ccaebe5745d67cf4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-20T18:56:32Z summary: [3.13] gh-131357:

[Python-checkins] gh-127146: xfail more Emscripten stack overflows (#134358)

2025-05-20 Thread freakboy3742
https://github.com/python/cpython/commit/91e6a58e2d6fd23e886135457e28dfa980ec49ed commit: 91e6a58e2d6fd23e886135457e28dfa980ec49ed branch: main author: Hood Chatham committer: freakboy3742 date: 2025-05-20T18:41:14Z summary: gh-127146: xfail more Emscripten stack overflows (#134358) Adds some a

[Python-checkins] [3.14] gh-106213: Shorten Emscripten wasm-gc trampoline by a little (GH-133984) (#134376)

2025-05-20 Thread freakboy3742
https://github.com/python/cpython/commit/2d90cc8b35d195f5330120ee3d606c5961228cdf commit: 2d90cc8b35d195f5330120ee3d606c5961228cdf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-05-20T18:49:29Z summary: [3.14] gh-106

[Python-checkins] gh-106213: Shorten Emscripten wasm-gc trampoline by a little (#133984)

2025-05-20 Thread freakboy3742
https://github.com/python/cpython/commit/3b7888bf3d43b903f0a7ebd16f39d8bb61dfbb9e commit: 3b7888bf3d43b903f0a7ebd16f39d8bb61dfbb9e branch: main author: Hood Chatham committer: freakboy3742 date: 2025-05-20T14:22:49-04:00 summary: gh-106213: Shorten Emscripten wasm-gc trampoline by a little (#133

[Python-checkins] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/36eb711d2f26849214774a017fe8c8a5be3eec30 commit: 36eb711d2f26849214774a017fe8c8a5be3eec30 branch: main author: Alex Kautz committer: gpshead date: 2025-05-20T18:18:58Z summary: gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIO

[Python-checkins] [3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/efdaae5b356a158cf6028844d08b0efd1c5313cb commit: efdaae5b356a158cf6028844d08b0efd1c5313cb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-05-20T19:43:09+02:00 summary: [3.14] gh-86802:

[Python-checkins] [3.14] GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134359)

2025-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/6ce2045139e461d45e721745383245f484a7f167 commit: 6ce2045139e461d45e721745383245f484a7f167 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2025-05-20T13:22:24-04:00 summary: [3.14] G

[Python-checkins] [3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962) (GH-134344)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/6074e1e6c4be0b12c6c6b9af95ac5673a60a8c22 commit: 6074e1e6c4be0b12c6c6b9af95ac5673a60a8c22 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-20T19:11:01+02:00 summary: [3.14] gh-754

[Python-checkins] [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aebbbaffe8c5e65acb937612d369c44a0e15fc1c commit: aebbbaffe8c5e65acb937612d369c44a0e15fc1c branch: 3.13 author: Noam Cohen committer: serhiy-storchaka date: 2025-05-20T17:03:19Z summary: [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134

[Python-checkins] [3.14] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (GH-134332) (#134364)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/6d4b56d2f3501401d7ce86c3fd9002ee878d5a1d commit: 6d4b56d2f3501401d7ce86c3fd9002ee878d5a1d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-20T17:02:55Z summary: [3.14] gh-1

[Python-checkins] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (#134332)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/b430e92dd80105e97b945a78a48bce13564bf843 commit: b430e92dd80105e97b945a78a48bce13564bf843 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-20T22:27:23+05:30 summary: gh-127945: Update What's New in Python 3.14 for free-threaded ct

[Python-checkins] [3.14] gh-128002: add what's new docs for `asyncio` (GH-134324) (#134362)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/402d983f27fd37ff6530ef9f04ad3e66402e4173 commit: 402d983f27fd37ff6530ef9f04ad3e66402e4173 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-20T16:47:42Z summary: [3.14] gh-1

[Python-checkins] [3.14] gh-132542: Set native thread ID after fork (GH-132701) (GH-134356)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8e8d5c91cd9e161a74463ebbee7a1a563d12b637 commit: 8e8d5c91cd9e161a74463ebbee7a1a563d12b637 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T16:46:52Z summary: [3.14] gh

[Python-checkins] gh-128002: add what's new docs for `asyncio` (#134324)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/0584533dc70b4efdb65fd53fbb5beddbc7a302a8 commit: 0584533dc70b4efdb65fd53fbb5beddbc7a302a8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-20T22:11:58+05:30 summary: gh-128002: add what's new docs for `asyncio` (#134324) files: M

[Python-checkins] gh-122781: Allow empty offset for `%z` in `strptime` (#132922)

2025-05-20 Thread pganssle
https://github.com/python/cpython/commit/99b580857f32a7cd9e25e1b453755757d3a4060b commit: 99b580857f32a7cd9e25e1b453755757d3a4060b branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2025-05-20T1

[Python-checkins] gh-132542: Set native thread ID after fork (GH-132701)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6b735023132a4ac9dc5b849d982104eeb1e8bdad commit: 6b735023132a4ac9dc5b849d982104eeb1e8bdad branch: main author: Noam Cohen committer: serhiy-storchaka date: 2025-05-20T16:20:25Z summary: gh-132542: Set native thread ID after fork (GH-132701) files: A Mis

[Python-checkins] GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349)

2025-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/7ad90463df16e1938a3b6725b0f02af34cea372e commit: 7ad90463df16e1938a3b6725b0f02af34cea372e branch: main author: Brandt Bucher committer: brandtbucher date: 2025-05-20T12:32:26-04:00 summary: GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-13434

[Python-checkins] [3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134353)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/bad9f63f6ca7e14a4711bf8916f2d6ad1bf8fe53 commit: bad9f63f6ca7e14a4711bf8916f2d6ad1bf8fe53 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-05-20T16:26:23Z summary: [3.13] gh-129748:

[Python-checkins] [3.14] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134352)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/dc5866ab250f641df6ed78c943b0d36d6a4c04c2 commit: dc5866ab250f641df6ed78c943b0d36d6a4c04c2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-05-20T16:25:04Z summary: [3.14] gh-129748:

[Python-checkins] gh-76075: Correct `datetime.timestamp` documentation (#131202)

2025-05-20 Thread pganssle
https://github.com/python/cpython/commit/86397cf65d024a39ae85b81d7f611ad4864a78b4 commit: 86397cf65d024a39ae85b81d7f611ad4864a78b4 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2025-05-20T1

[Python-checkins] gh-133980: use atomic store in `PyObject_GenericSetDict` (#133988)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/ec39fd2c20323ee9814a1137b1a0819e92efae4e commit: ec39fd2c20323ee9814a1137b1a0819e92efae4e branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-20T21:11:47+05:30 summary: gh-133980: use atomic store in `PyObject_GenericSetDict` (#13398

[Python-checkins] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (#134238)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/317c49622397222b7c7fb49837e6b1fd7e82a80d commit: 317c49622397222b7c7fb49837e6b1fd7e82a80d branch: main author: Donghee Na committer: corona10 date: 2025-05-20T11:39:56-04:00 summary: gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (#

[Python-checkins] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (#134286)

2025-05-20 Thread pablogsal
https://github.com/python/cpython/commit/dd7f1130570d50461b2a0f81ab01c55b9ce93700 commit: dd7f1130570d50461b2a0f81ab01c55b9ce93700 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-20T15:31:37Z summary: gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (#134286

[Python-checkins] GH-134282: Always borrow references LOAD_CONST (GH-134284)

2025-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/6dcb0fdfe0a2de083f0f1f9a568dd0a19541b863 commit: 6dcb0fdfe0a2de083f0f1f9a568dd0a19541b863 branch: main author: Mark Shannon committer: brandtbucher date: 2025-05-20T11:24:11-04:00 summary: GH-134282: Always borrow references LOAD_CONST (GH-134284) files:

[Python-checkins] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/f695eca60cfc53cf3322323082652037d6d0cfef commit: f695eca60cfc53cf3322323082652037d6d0cfef branch: main author: Christian Harries <[email protected]> committer: ambv date: 2025-05-20T17:14:27+02:00 summary: gh-86802: Fix asyncio

[Python-checkins] [3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134339)

2025-05-20 Thread hugovk
https://github.com/python/cpython/commit/61af847d41dc45b77c74b624401a76e21755c04e commit: 61af847d41dc45b77c74b624401a76e21755c04e branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-05-20T17:55:23+0

[Python-checkins] [3.14] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134338)

2025-05-20 Thread hugovk
https://github.com/python/cpython/commit/ff0facd33201ae0f4101e73b818b9af15d384455 commit: ff0facd33201ae0f4101e73b818b9af15d384455 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-05-2

[Python-checkins] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (#134303)

2025-05-20 Thread hugovk
https://github.com/python/cpython/commit/f3acbb72ff125172522545ec6f6c676f5108b109 commit: f3acbb72ff125172522545ec6f6c676f5108b109 branch: main author: Yuki Kobayashi committer: hugovk <[email protected]> date: 2025-05-20T17:46:13+03:00 summary: gh-101100: Fix Sphinx warning

[Python-checkins] Clean up test_posixpath (GH-134315)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e29171bf8a26b5faf97222e07a7d5f33c9eb272b commit: e29171bf8a26b5faf97222e07a7d5f33c9eb272b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-20T10:51:44+03:00 summary: Clean up test_posixpath (GH-134315) * Ensure that created

[Python-checkins] [3.13] gh-128307: Update what's new in 3.13 with create_task changes of asyncio (#134304) (#134335)

2025-05-20 Thread gvanrossum
https://github.com/python/cpython/commit/eca8ff1ae2bfcb870d9e0d3b0bc240a055b43edd commit: eca8ff1ae2bfcb870d9e0d3b0bc240a055b43edd branch: 3.13 author: Guido van Rossum committer: gvanrossum date: 2025-05-20T07:30:18-07:00 summary: [3.13] gh-128307: Update what's new in 3.13 with create_task cha

[Python-checkins] [3.14] gh-128307: Update what's new in 3.13 and 3.14 with create_task changes of asyncio (GH-134304) (#134319)

2025-05-20 Thread gvanrossum
https://github.com/python/cpython/commit/b9a7e79ee1fdbcfdf6b086fc5323063bb4eaad92 commit: b9a7e79ee1fdbcfdf6b086fc5323063bb4eaad92 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2025-05-20T14:15:18Z summary: [3.14] gh-12830

[Python-checkins] [3.14] gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306) (gh-134330)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/2dedf5eb4523014192927fbeb132f93204d3a5f9 commit: 2dedf5eb4523014192927fbeb132f93204d3a5f9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-05-20T16:05:16+02:00 summary: [3.14] gh-62824:

[Python-checkins] gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306)

2025-05-20 Thread ambv
https://github.com/python/cpython/commit/5ab66a882d1b5e44ec50b25df116ab209d65863f commit: 5ab66a882d1b5e44ec50b25df116ab209d65863f branch: main author: Bas Bloemsaat committer: ambv date: 2025-05-20T15:14:02+02:00 summary: gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (g

[Python-checkins] [3.13] Clean up test_posixpath (GH-134315) (GH-134317)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/edf2de0178855f07af1d4547defe9a104fa7e240 commit: edf2de0178855f07af1d4547defe9a104fa7e240 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T08:15:29Z summary: [3.13] Cl

[Python-checkins] [3.14] gh-117596: Add more tests for os.path with invalid paths (GH-134189) (GH-134265)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7e67b36d977f480b2cc28fbab671c119d60bc11a commit: 7e67b36d977f480b2cc28fbab671c119d60bc11a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T12:55:21Z summary: [3.14] gh

[Python-checkins] [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/6279eb8c076d89d3739a6edb393e43c7929b429d commit: 6279eb8c076d89d3739a6edb393e43c7929b429d branch: 3.13 author: Serhiy Storchaka committer: encukou date: 2025-05-20T14:46:57+02:00 summary: [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder

[Python-checkins] gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/3246ea514d6da6ff09f411e22b3ba61a7de84a74 commit: 3246ea514d6da6ff09f411e22b3ba61a7de84a74 branch: main author: Richard Hansen committer: encukou date: 2025-05-20T14:25:50+02:00 summary: gh-75459: Doc: C API: Improve object life cycle documentation (GH-125

[Python-checkins] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (#134234)

2025-05-20 Thread vstinner
https://github.com/python/cpython/commit/306f9e04e50c80f7be2a38fc3b64accf59f5164c commit: 306f9e04e50c80f7be2a38fc3b64accf59f5164c branch: main author: abstractedfox committer: vstinner date: 2025-05-20T12:24:27Z summary: gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (#13423

[Python-checkins] [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134329)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/0c0fedf289e61ad2dd2b4a59b77a7146fff74c18 commit: 0c0fedf289e61ad2dd2b4a59b77a7146fff74c18 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-20T12:17:10Z summary: [3.13] gh-53189: D

[Python-checkins] [3.14] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134328)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/a3fa72578a68fc4a3caf27b530150cbb7bad8793 commit: a3fa72578a68fc4a3caf27b530150cbb7bad8793 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-20T12:15:34Z summary: [3.14] gh-53189: D

[Python-checkins] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069)

2025-05-20 Thread encukou
https://github.com/python/cpython/commit/a31bbc951a9d74cd7b9092555c101e51a2b9482b commit: a31bbc951a9d74cd7b9092555c101e51a2b9482b branch: main author: Serhiy Storchaka committer: encukou date: 2025-05-20T14:08:40+02:00 summary: gh-53189: Document peculiarities of InteractiveConsole in relation

[Python-checkins] [3.14] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134195)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c23bdc2eced311671d77c5ac2cb450fe4eb1b08e commit: c23bdc2eced311671d77c5ac2cb450fe4eb1b08e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T10:13:40Z summary: [3.14] gh

[Python-checkins] [3.14] gh-133940: test_strftime incorrectly calculates expected week (GH-134281) (#134301)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/9c73a4de0c6f593cfa53afdd21d4aa8da1b15d46 commit: 9c73a4de0c6f593cfa53afdd21d4aa8da1b15d46 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-20T10:11:39Z summary: [3.14] gh-133940:

[Python-checkins] [3.14] gh-131505: Move len boundary assertions before using len. (GH-131536) (GH-134239)

2025-05-20 Thread gpshead
https://github.com/python/cpython/commit/ccaf865364692087dc74252dd411f6356a1d43f0 commit: ccaf865364692087dc74252dd411f6356a1d43f0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-20T09:57:39Z summary: [3.14] gh-131505:

[Python-checkins] gh-72902: improve Fraction constructor speed for typical inputs (GH-134320)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/175ba3639fbc336912f429cf4de43b22e05fd6dc commit: 175ba3639fbc336912f429cf4de43b22e05fd6dc branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2025-05-20T12:47:27+03:00 summary: gh-72902: improve Fraction constructor speed for typical

[Python-checkins] gh-125843: fix `test_curses.test_attributes` on x86-64 macOS (#134252)

2025-05-20 Thread picnixz
https://github.com/python/cpython/commit/e007e62ba7403575611145aa2e39900b5f4bc6bd commit: e007e62ba7403575611145aa2e39900b5f4bc6bd branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-20T09:15:39Z

[Python-checkins] gh-128307: Update what's new in 3.13 and 3.14 with create_task changes of asyncio (#134304)

2025-05-20 Thread kumaraditya303
https://github.com/python/cpython/commit/28625d4f956f8d30671aba1daaac9735932983db commit: 28625d4f956f8d30671aba1daaac9735932983db branch: main author: Guido van Rossum committer: kumaraditya303 date: 2025-05-20T14:11:22+05:30 summary: gh-128307: Update what's new in 3.13 and 3.14 with create_ta

[Python-checkins] [3.14] Clean up test_posixpath (GH-134315) (GH-134316)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9be3413b60d8fdcc0fed605440815e0532932a39 commit: 9be3413b60d8fdcc0fed605440815e0532932a39 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T08:18:13Z summary: [3.14] Cl

[Python-checkins] [3.14] gh-133374: fix test_python_legacy_windows_stdio (GH-134080) (GH-134314)

2025-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90aa13ae478f1eb1d5d02867382c33ee7670ab5c commit: 90aa13ae478f1eb1d5d02867382c33ee7670ab5c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-20T06:53:44Z summary: [3.14] gh