[Python-checkins] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ca66d3c40cd9ac1fb94dd7cd79ccb8fecf019527 commit: ca66d3c40cd9ac1fb94dd7cd79ccb8fecf019527 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-24T13:05:06+02:00 summary: gh-66305: Fix a hang on Windows in the tempfile module (GH

[Python-checkins] gh-101178: Fix possible integer overflow in Ascii85 encoder with wrapcol=1 (GH-144778)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b32c830d444c85421bd2c0c7af494c9d85485a29 commit: b32c830d444c85421bd2c0c7af494c9d85485a29 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-24T11:40:24+02:00 summary: gh-101178: Fix possible integer overflow in Ascii85 encode

[Python-checkins] [3.13] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145169)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cb1d20b81d7d66e4cd99b231a6c23214d625da95 commit: cb1d20b81d7d66e4cd99b231a6c23214d625da95 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-24T11:37:52Z summary: [3.13] gh

[Python-checkins] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)

2026-02-24 Thread encukou
https://github.com/python/cpython/commit/27ded243485670fa836c9bb421e37a6ef16eca8e commit: 27ded243485670fa836c9bb421e37a6ef16eca8e branch: main author: Arjit Singh Grover <[email protected]> committer: encukou date: 2026-02-24T13:16:58+01:00 summary: gh-143304: Fix ct

[Python-checkins] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)

2026-02-24 Thread encukou
https://github.com/python/cpython/commit/4c95ad8e495646eae4130957e0a4c1cc5ef19120 commit: 4c95ad8e495646eae4130957e0a4c1cc5ef19120 branch: main author: Bartosz Sławecki committer: encukou date: 2026-02-24T13:17:45+01:00 summary: Fix `inspect.Parameter` docstring on the `kind` attribute (GH-14354

[Python-checkins] [3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145175)

2026-02-24 Thread encukou
https://github.com/python/cpython/commit/f1534307e80ef3a60d656bb60e31ed605ff312f0 commit: f1534307e80ef3a60d656bb60e31ed605ff312f0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-02-24T13:18:48Z summary: [3.13] Fix `inspec

[Python-checkins] [3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145174)

2026-02-24 Thread encukou
https://github.com/python/cpython/commit/9d53cbf29fa38ab277318071682f93643fdd0974 commit: 9d53cbf29fa38ab277318071682f93643fdd0974 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-02-24T14:16:21Z summary: [3.14] Fix `inspec

[Python-checkins] [3.14] Update Python install manager docs (GH-145160)

2026-02-24 Thread zooba
https://github.com/python/cpython/commit/6dc03efb82ba3cf4e0e34c88588b4333b981cf25 commit: 6dc03efb82ba3cf4e0e34c88588b4333b981cf25 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2026-02-24T15:32:35Z summary: [3.14] Update Python

[Python-checkins] gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)

2026-02-24 Thread corona10
https://github.com/python/cpython/commit/0f759f11716a05726d46d0e1f6801485b9e8d22b commit: 0f759f11716a05726d46d0e1f6801485b9e8d22b branch: main author: Donghee Na committer: corona10 date: 2026-02-25T00:48:45+09:00 summary: gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on froze

[Python-checkins] gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)

2026-02-24 Thread ambv
https://github.com/python/cpython/commit/97181bb336dcf896188ae46d87c909067375e779 commit: 97181bb336dcf896188ae46d87c909067375e779 branch: main author: Bartosz Sławecki committer: ambv date: 2026-02-24T17:04:37+01:00 summary: gh-143535: Dispatch on the second argument if generic method is insta

[Python-checkins] [3.13] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145171)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6f1e0c4f01a6f3605d3ec9afa2d38bd65cdb0eb9 commit: 6f1e0c4f01a6f3605d3ec9afa2d38bd65cdb0eb9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-24T17:20:53Z summary: [3.13] gh

[Python-checkins] [3.14] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145170)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bbce6ba08c54317da3e5873132e8783de60304dc commit: bbce6ba08c54317da3e5873132e8783de60304dc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-24T17:21:48Z summary: [3.14] gh

[Python-checkins] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/56c4f10d6e474604a162521228b5f3b5ff79236c commit: 56c4f10d6e474604a162521228b5f3b5ff79236c branch: main author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2026-02-24T19:42:33+02:00 summary: gh-88091: F

[Python-checkins] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)

2026-02-24 Thread gpshead
https://github.com/python/cpython/commit/5e61a16c1058e5de66b71dfdc9720d40e9f515d9 commit: 5e61a16c1058e5de66b71dfdc9720d40e9f515d9 branch: main author: Stan Ulbrych <[email protected]> committer: gpshead <[email protected]> date: 2026-02-24T12:44

[Python-checkins] [3.13] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145195)

2026-02-24 Thread bitdancer
https://github.com/python/cpython/commit/a3c0a809e1d2a43125cbd8d03d34a6591242d304 commit: a3c0a809e1d2a43125cbd8d03d34a6591242d304 branch: 3.13 author: R. David Murray committer: bitdancer date: 2026-02-24T15:55:54-05:00 summary: [3.13] gh-144156: Fix email header folding concatenating encoded w

[Python-checkins] [3.14] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188) (#145196)

2026-02-24 Thread gpshead
https://github.com/python/cpython/commit/12092af02eaac070723ad957bd83f4d3acf982eb commit: 12092af02eaac070723ad957bd83f4d3acf982eb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2026-02-2

[Python-checkins] [3.14] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993) (GH-145189)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0701ce636c390b0fe78a63b452a5c002dbb9e7ec commit: 0701ce636c390b0fe78a63b452a5c002dbb9e7ec branch: 3.14 author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2026-02-25T00:27:09+02:00 summary: [3.14] gh-8

[Python-checkins] [3.13] gh-88091: Fix `unicodedata.decomposition()` for Hangul Syllables (GH-144993) (GH-145190)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e418e3351f84f7110ff983273669ff1f07393725 commit: e418e3351f84f7110ff983273669ff1f07393725 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2026-02-25T00:27:40+02:00 summary: [3.13] gh-8

[Python-checkins] gh-136677: Introduce executable specific linker flags to configure (#137296)

2026-02-24 Thread FFY00
https://github.com/python/cpython/commit/4e45c9c309abb12c622334c7a419503d169af380 commit: 4e45c9c309abb12c622334c7a419503d169af380 branch: main author: rueteh <[email protected]> committer: FFY00 date: 2026-02-24T22:52:02Z summary: gh-136677: Introduce executable specific l

[Python-checkins] GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)

2026-02-24 Thread FFY00
https://github.com/python/cpython/commit/1ac9d138ae0563f2829ba91efe7989af507f47e0 commit: 1ac9d138ae0563f2829ba91efe7989af507f47e0 branch: main author: Filipe Laíns committer: FFY00 date: 2026-02-25T00:53:01Z summary: GH-145006: add ModuleNotFoundError hints when a module for a differen… (#14500

[Python-checkins] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d6a71f4690c702892644b1fbae90ae9ef733a8ab commit: d6a71f4690c702892644b1fbae90ae9ef733a8ab branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-24T13:27:49+02:00 summary: gh-137335: Fix unlikely name conflicts for named pipes in

[Python-checkins] [3.14] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145168)

2026-02-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/da03b36f455c29fd984d65d63735442e936b4f24 commit: da03b36f455c29fd984d65d63735442e936b4f24 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-24T11:32:12Z summary: [3.14] gh