[Python-checkins] gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)

2025-05-13 Thread vsajip
https://github.com/python/cpython/commit/2eb49d278e081b0cde057c1ffc2e8cd24ae39225 commit: 2eb49d278e081b0cde057c1ffc2e8cd24ae39225 branch: main author: Sebastian Pipping committer: vsajip date: 2025-05-14T07:45:00+01:00 summary: gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-1

[Python-checkins] gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)

2025-05-13 Thread methane
https://github.com/python/cpython/commit/e1cc7895313d143478040c9cf8e2215402e326fc commit: e1cc7895313d143478040c9cf8e2215402e326fc branch: 3.13 author: Sam Gross committer: methane date: 2025-05-14T12:47:34+09:00 summary: gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700) Thi

[Python-checkins] [3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770)

2025-05-13 Thread vstinner
https://github.com/python/cpython/commit/78a04b33005252ba9b4626e2b119da962aac2b3b commit: 78a04b33005252ba9b4626e2b119da962aac2b3b branch: 3.13 author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-05-13T19:23:43-04:00 summary: [3.13] gh-46236: Do

[Python-checkins] gh-132641: fix race in `lru_cache` under free-threading (#133787)

2025-05-13 Thread kumaraditya303
https://github.com/python/cpython/commit/9ad0c7b0f14c5fcda6bfae6692c88abb95502d38 commit: 9ad0c7b0f14c5fcda6bfae6692c88abb95502d38 branch: main author: Peter Hawkins committer: kumaraditya303 date: 2025-05-13T17:38:57Z summary: gh-132641: fix race in `lru_cache` under free-threading (#133787) F

[Python-checkins] gh-133928: Improvements to using/windows.rst (GH-133952)

2025-05-13 Thread zooba
https://github.com/python/cpython/commit/24847d04b2eb04d26cdf1b2e06ab575b512550e3 commit: 24847d04b2eb04d26cdf1b2e06ab575b512550e3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-13T16:06:29Z summary: gh-133928: Improveme

[Python-checkins] [3.14] gh-132983: Fix small issues with zstd support in zipfile (GH-133723) (#133974)

2025-05-13 Thread AA-Turner
https://github.com/python/cpython/commit/b94a63c0f19cae7a10f923adf60277304d6cfdbf commit: b94a63c0f19cae7a10f923adf60277304d6cfdbf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-132983: Fix small issues with zstd support in zipfile (#133723)

2025-05-13 Thread AA-Turner
https://github.com/python/cpython/commit/35f47d05893e012e9f2b145b934c1d8c61d2bb7d commit: 35f47d05893e012e9f2b145b934c1d8c61d2bb7d branch: main author: Carey Metcalfe committer: AA-Turner <[email protected]> date: 2025-05-13T16:43:09+01:00 summary: gh-132983: Fix small is

[Python-checkins] gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)

2025-05-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/18bf8f84aaf7a4a7b272976c3241f18d4455a6fc commit: 18bf8f84aaf7a4a7b272976c3241f18d4455a6fc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-13T14:44:07Z summary: gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcnt

[Python-checkins] [3.14] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (GH-133969) (#133971)

2025-05-13 Thread vstinner
https://github.com/python/cpython/commit/5632e93f467564a1d09bd6d38caef6c4fa1f047f commit: 5632e93f467564a1d09bd6d38caef6c4fa1f047f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-13T13:58:25Z summary: [3.14] gh-133968:

[Python-checkins] gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (#133969)

2025-05-13 Thread vstinner
https://github.com/python/cpython/commit/fe9f6e829a535747b1e06d9bfda033a9a47165ed commit: fe9f6e829a535747b1e06d9bfda033a9a47165ed branch: main author: Victor Stinner committer: vstinner date: 2025-05-13T15:31:41+02:00 summary: gh-133968: Add fast path to PyUnicodeWriter_WriteStr() (#133969) Do

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

2025-05-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/69b4387f78f413e8c47572a85b3478c47eba8142 commit: 69b4387f78f413e8c47572a85b3478c47eba8142 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-13T16:25:08+03:00 summary: [3.1

[Python-checkins] gh-133928: Improvements to using/windows.rst (GH-133952)

2025-05-13 Thread zooba
https://github.com/python/cpython/commit/fc3cddd90a1674a71c1abe6a78dde14c935b1de4 commit: fc3cddd90a1674a71c1abe6a78dde14c935b1de4 branch: main author: Steve Dower committer: zooba date: 2025-05-13T12:38:59+01:00 summary: gh-133928: Improvements to using/windows.rst (GH-133952) files: M Doc/usi

[Python-checkins] [3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-133963)

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

[Python-checkins] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)

2025-05-13 Thread encukou
https://github.com/python/cpython/commit/e575190abbd9409adad3e7fd95424f827236bed9 commit: e575190abbd9409adad3e7fd95424f827236bed9 branch: main author: Petr Viktorin committer: encukou date: 2025-05-13T11:11:52+02:00 summary: gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new

[Python-checkins] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)

2025-05-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c09cec5d69f2ef6ab5e64c7e0579fbd9dcb2ca45 commit: c09cec5d69f2ef6ab5e64c7e0579fbd9dcb2ca45 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-13T11:55:24+03:00 summary: gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-1

[Python-checkins] [3.14] gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943) (#133949)

2025-05-13 Thread sobolevn
https://github.com/python/cpython/commit/198dc8dcb2459e26cb97fa9653957cb0acbd6c70 commit: 198dc8dcb2459e26cb97fa9653957cb0acbd6c70 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-05-13T08:27:17Z summary: [3.14] gh-133885: