[Python-checkins] Remove unused code from _pydatetime.py (GH-133768)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/74f897e25e45a45a59e38484993d64269064763e commit: 74f897e25e45a45a59e38484993d64269064763e branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T21:32:25+03:00 summary: Remove unus

[Python-checkins] Update HTTP links in the _pydatetime docstrings (GH-133025)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aed28eb5a0c55e246ad24e34dc2be0d9dccb8bf0 commit: aed28eb5a0c55e246ad24e34dc2be0d9dccb8bf0 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T21:38:37+03:00 summary: Update HTTP

[Python-checkins] Fix a typo in Misc/NEWS.d/3.140a1.rst (#133790)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/c896dae0297fe4422c1009d3cd17f0a6e4fe4972 commit: c896dae0297fe4422c1009d3cd17f0a6e4fe4972 branch: main author: Tan Long committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-10T03:31:24+01:00 summary: Fix a typo in Misc/NEWS.d/3.1

[Python-checkins] gh-132983: Don't allow trailer data in ZstdFile (#133736)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/50b53706646cc130dcc71496f4a5bee14e9a1d9a commit: 50b53706646cc130dcc71496f4a5bee14e9a1d9a branch: main author: Rogdham <3994389+rogd...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-10T03:32:22+01:0

[Python-checkins] GH-132983: PEP 7 and Argument Clinic changes for zstd (#133791)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/1978904a2fc6705303486f35336054d455b5018a commit: 1978904a2fc6705303486f35336054d455b5018a branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-10T00:33:4

[Python-checkins] gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (#133415)

2025-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/cb6596c6aa30c8c3213c8746d5590e6e2757a6c1 commit: cb6596c6aa30c8c3213c8746d5590e6e2757a6c1 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-09T18:42:53-07:00 summary: gh-132493: Remove __annotations__ usage in inspect._signature_i

[Python-checkins] [3.14] gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215) (GH-133704)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3937c78e36648193ec0e91ca1d10b39680d7c657 commit: 3937c78e36648193ec0e91ca1d10b39680d7c657 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T09:43:21+03:00 summary: [3.1

[Python-checkins] [3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) (#133769)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/9ad1516357432aea6c70b8ba43eb6704da132070 commit: 9ad1516357432aea6c70b8ba43eb6704da132070 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-05-09T15:24:59Z summary: [3.14] gh-46236:

[Python-checkins] [3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) (#133752)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/a98d46a9aaf02771a8527fdd52103c633acf1c1e commit: a98d46a9aaf02771a8527fdd52103c633acf1c1e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/6d9ec4e9d70a8a04000398e0a3fb2ca279e81657 commit: 6d9ec4e9d70a8a04000398e0a3fb2ca279e81657 branch: main author: Victor Stinner committer: vstinner date: 2025-05-09T17:50:21+02:00 summary: gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#13

[Python-checkins] [3.13] Update HTTP links in the _pydatetime docstrings (GH-133025) (GH-133782)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/57efb77fef1125fdc6e50c35092cd62b3c2d835e commit: 57efb77fef1125fdc6e50c35092cd62b3c2d835e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T19:02:41Z summary: [3.13] Up

[Python-checkins] [3.14] Update HTTP links in the _pydatetime docstrings (GH-133025) (GH-133781)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/da41ce6b697a7eb6c9a527d8b466c606efe70d41 commit: da41ce6b697a7eb6c9a527d8b466c606efe70d41 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T19:06:49Z summary: [3.14] Up

[Python-checkins] gh-132983: Simplify ``_zstd_exec()`` (#133775)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/bbe9c31edc4fc3e1cdc908e9a06593c394f4bfdb commit: bbe9c31edc4fc3e1cdc908e9a06593c394f4bfdb branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-09T20:15:1

[Python-checkins] gh-132983: Clean-ups for ``_zstd`` (#133670)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/c2a5d4b3839577342dc8e5b1a849f0c23dc55bb2 commit: c2a5d4b3839577342dc8e5b1a849f0c23dc55bb2 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-09T15:08:5

[Python-checkins] Docs: use boolean constants for returning boolean value (GH-133325)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/076004ae5461cf3a7fe248a38e28afff33acdd14 commit: 076004ae5461cf3a7fe248a38e28afff33acdd14 branch: main author: Yongzi Li <1538321...@qq.com> committer: serhiy-storchaka date: 2025-05-09T17:11:50+03:00 summary: Docs: use boolean constants for returning bool

[Python-checkins] [3.14] gh-133682: Fix inconsistent set ordering in annotationlib test (GH-133702) (#133754)

2025-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/52d89f534393360fb734fa8e0abd745877e7ae38 commit: 52d89f534393360fb734fa8e0abd745877e7ae38 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-09T14:27:13Z summary: [3.14] gh-13

[Python-checkins] gh-133403: Check `Tools/build/generate-build-details.py` with mypy (#133735)

2025-05-09 Thread sobolevn
https://github.com/python/cpython/commit/cd2f234ad2ddd95e2d650edac5a6d593c865756a commit: cd2f234ad2ddd95e2d650edac5a6d593c865756a branch: main author: sobolevn committer: sobolevn date: 2025-05-09T17:21:49+03:00 summary: gh-133403: Check `Tools/build/generate-build-details.py` with mypy (#13373

[Python-checkins] [3.14] gh-133532: Run GC fast cycles test in subprocess. (gh-133533) (gh-133716)

2025-05-09 Thread nascheme
https://github.com/python/cpython/commit/aaeca91b05fdc781dc97a51e53b368b1edb14fb8 commit: aaeca91b05fdc781dc97a51e53b368b1edb14fb8 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: nascheme date: 2025-05-09T12:30:27-07:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-132983: Simplify ``_zstd_exec()`` (GH-133775) (#133786)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/5796e3b58805a523f25c669e8533ba179f1b6c19 commit: 5796e3b58805a523f25c669e8533ba179f1b6c19 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

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

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/f34ec09ba51070b0693d7ced8e57e77d71beb48d commit: f34ec09ba51070b0693d7ced8e57e77d71beb48d branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: vstinner date: 2025-05-09T17:19:07+02:00 summary: gh-46236: Document

[Python-checkins] gh-133610: Remove PyUnicode_AsDecoded/Encoded functions (#133612)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/4fd10952800413ce615bba067cf5dfb7899a42c8 commit: 4fd10952800413ce615bba067cf5dfb7899a42c8 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: vstinner date: 2025-05-09T17:31:24+02:00 summary: gh-133610: Remove P

[Python-checkins] gh-123299: Some copyedits to What's New in 3.14 (#133622)

2025-05-09 Thread merwok
https://github.com/python/cpython/commit/de28651a7f060fddb55568469ce93f0b03830d15 commit: de28651a7f060fddb55568469ce93f0b03830d15 branch: main author: Éric committer: merwok date: 2025-05-09T11:32:26-04:00 summary: gh-123299: Some copyedits to What's New in 3.14 (#133622) files: M Doc/whatsnew

[Python-checkins] gh-133644: Remove deprecated Python initialization getter functions (#133661)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/5044e85265dce38e8d649040e123f7f1af4d8312 commit: 5044e85265dce38e8d649040e123f7f1af4d8312 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: vstinner date: 2025-05-09T11:39:23Z summary: gh-133644: Remove deprecated Py

[Python-checkins] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ebd4881db2e8448b238d8ca2f6fcf331826132dd commit: ebd4881db2e8448b238d8ca2f6fcf331826132dd branch: main author: Tan Long committer: serhiy-storchaka date: 2025-05-09T11:41:10Z summary: gh-133439: Fix dot commands with trailing spaces are mistaken for multi

[Python-checkins] [3.14] gh-132983: Clean-ups for ``_zstd`` (GH-133670) (#133756)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/2df021d9dcc6726beae7bbcff94884dd7d16346c commit: 2df021d9dcc6726beae7bbcff94884dd7d16346c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] Manpage: -X gil is not related to PYTHON_HISTORY (#133753)

2025-05-09 Thread hugovk
https://github.com/python/cpython/commit/2a630a35cf78245825e37602f611df8f1ed987e0 commit: 2a630a35cf78245825e37602f611df8f1ed987e0 branch: main author: Stefano Rivera committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-09T17:11:21+03:00 summary: Manpage: -X gil is not relate

[Python-checkins] GH-132983: Restore libzstd fallback detection (#133565)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/2c7cac4c0d903fa1881579304703c9ed2d5c5489 commit: 2c7cac4c0d903fa1881579304703c9ed2d5c5489 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-09T15:09:2

[Python-checkins] [3.14] GH-132983: Restore libzstd fallback detection (GH-133565) (#133757)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/b6c55511c3f754ff3a3a4709f7b9a5f847d4d7c2 commit: b6c55511c3f754ff3a3a4709f7b9a5f847d4d7c2 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] gh-133741: Fix _can_strace(): check --trace option (GH-133766) (#133774)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/5e730a8baa8a6d321f14f91b95b47e5d617b5f0c commit: 5e730a8baa8a6d321f14f91b95b47e5d617b5f0c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-05-09T16:52:23Z summary: [3.14] gh-133741:

[Python-checkins] [3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/ddd6ca193f7d8f0f55938664c045764eaaf9e6ed commit: ddd6ca193f7d8f0f55938664c045764eaaf9e6ed branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-05-09T16:53:19Z summary: [3.13] gh-133519:

[Python-checkins] [3.14] gh-133519: Add console to resources in libregrtest (GH-133520) (#133776)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/359696f03117a15fc86ea525d8eb3bb95fc3a948 commit: 359696f03117a15fc86ea525d8eb3bb95fc3a948 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-05-09T16:56:39Z summary: [3.14] gh-133519:

[Python-checkins] [3.14] GH-132983: remove empty_bytes from _zstd module state (GH-133785) (#133788)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/9023b6ffae69821e90bfcc36192390c0ba005358 commit: 9023b6ffae69821e90bfcc36192390c0ba005358 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (#133758)

2025-05-09 Thread hugovk
https://github.com/python/cpython/commit/a100a2b1b8739512b34b4b460ca904bdfa4e8a76 commit: a100a2b1b8739512b34b4b460ca904bdfa4e8a76 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-0

[Python-checkins] [3.14] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133738)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/beb8a50ca1e93fcb339cbd6291f8a91ecdcb171f commit: beb8a50ca1e93fcb339cbd6291f8a91ecdcb171f branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T15:17:24+03:00 summary: [3.1

[Python-checkins] [3.14] gh-133403: Check `Tools/build/generate-build-details.py` with mypy (GH-133735) (#133764)

2025-05-09 Thread sobolevn
https://github.com/python/cpython/commit/bd6aad0ec4e2b019f917067be9f343171dad commit: bd6aad0ec4e2b019f917067be9f343171dad branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-09T14:48:05Z summary: [3.14] gh-133403:

[Python-checkins] [3.14] GH-132983: Remove subclassing support from zstd types (GH-133694) (#133762)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/5dddedf327bc4c5b1d256d6994acdc27f4a7d6fd commit: 5dddedf327bc4c5b1d256d6994acdc27f4a7d6fd branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] Docs: use boolean constants for returning boolean value (GH-133325) (GH-133760)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94a823f501467fdd4267b6716d7bb17b725e3e2b commit: 94a823f501467fdd4267b6716d7bb17b725e3e2b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T14:17:53Z summary: [3.14] Do

[Python-checkins] [3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (#133759)

2025-05-09 Thread hugovk
https://github.com/python/cpython/commit/b812cdd26691e319a9e71f61a60fbd1ec948df47 commit: b812cdd26691e319a9e71f61a60fbd1ec948df47 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-0

[Python-checkins] [3.13] Docs: use boolean constants for returning boolean value (GH-133325) (GH-133761)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0a39a182cf8fb5715061c6563eb4cfb2c49a8da3 commit: 0a39a182cf8fb5715061c6563eb4cfb2c49a8da3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T14:19:23Z summary: [3.13] Do

[Python-checkins] gh-133644: update `Py_InteractiveFlag` deprecation notice (#133749)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/3ed8d6fdd1145c48ec7c3e668636cc301de8959e commit: 3ed8d6fdd1145c48ec7c3e668636cc301de8959e branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-09T15:42:42+

[Python-checkins] [3.14] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) (#133751)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/9a77637067aa416d5c0d90b5ec8ebff009d3a6fb commit: 9a77637067aa416d5c0d90b5ec8ebff009d3a6fb branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-133682: Fix inconsistent set ordering in annotationlib test (#133702)

2025-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/a2a0fa91c483964a280b7b788418217b3d6d1411 commit: a2a0fa91c483964a280b7b788418217b3d6d1411 branch: main author: Akshat Gupta committer: JelleZijlstra date: 2025-05-09T07:01:01-07:00 summary: gh-133682: Fix inconsistent set ordering in annotationlib test (#

[Python-checkins] [3.14] gh-123299: Some copyedits to What's New in 3.14 (GH-133622) (#133771)

2025-05-09 Thread hugovk
https://github.com/python/cpython/commit/4e57e213d6bb32c8d6b1cf50d0231eafb6f1b73b commit: 4e57e213d6bb32c8d6b1cf50d0231eafb6f1b73b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-0

[Python-checkins] gh-133741: Fix _can_strace(): check --trace option (#133766)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/67086282fcc1fc944be2e723cfc05de16109793a commit: 67086282fcc1fc944be2e723cfc05de16109793a branch: main author: Victor Stinner committer: vstinner date: 2025-05-09T18:25:47+02:00 summary: gh-133741: Fix _can_strace(): check --trace option (#133766) The --

[Python-checkins] gh-133519: Add console to resources in libregrtest (#133520)

2025-05-09 Thread vstinner
https://github.com/python/cpython/commit/4274b471562badc1462f520968d8e1e58ba9fe93 commit: 4274b471562badc1462f520968d8e1e58ba9fe93 branch: main author: AN Long committer: vstinner date: 2025-05-09T18:30:13+02:00 summary: gh-133519: Add console to resources in libregrtest (#133520) Add console t

[Python-checkins] [3.14] Fix a typo in Misc/NEWS.d/3.140a1.rst (GH-133790) (#133798)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/f6a4604017aa0d8f4bcc7ba76ba100610e1cae5d commit: f6a4604017aa0d8f4bcc7ba76ba100610e1cae5d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.14] GH-132983: PEP 7 and Argument Clinic changes for zstd (GH-133791) (#133792)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/d9571c938c13ae11e462e5d96080c93fef684d3a commit: d9571c938c13ae11e462e5d96080c93fef684d3a branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-133713: Compare the `f->stackpointer` to the result of `_PyFrame_Stackbase(f)` (GH-133714)

2025-05-09 Thread Fidget-Spinner
https://github.com/python/cpython/commit/832058274dd99e30321a5f9a3773038cd0424c11 commit: 832058274dd99e30321a5f9a3773038cd0424c11 branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-05-10T11:04:32+08:00 summary: gh-133713: Compare th

[Python-checkins] [3.14] gh-132983: Don't allow trailer data in ZstdFile (GH-133736) (#133799)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/99ca086f9120f402e1147b473cee987a40437b96 commit: 99ca086f9120f402e1147b473cee987a40437b96 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] GH-132983: remove empty_bytes from _zstd module state (#133785)

2025-05-09 Thread AA-Turner
https://github.com/python/cpython/commit/98e2c3af4794d6c6ebe47b20badbd31c542d944e commit: 98e2c3af4794d6c6ebe47b20badbd31c542d944e branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-09T20:17:1

[Python-checkins] [3.14] gh-133412: amend docs for the `inst` definition (GH-133708) (#133729)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/47d4947823a1294de558226f8468db7de84ca7b1 commit: 47d4947823a1294de558226f8468db7de84ca7b1 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-133017: Improve error message for invalid typecodes in multiprocessing.{Array,Value} (GH-133252)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f52de8a937e89a4d1cf314f12ee5e7bbaa79e7da commit: f52de8a937e89a4d1cf314f12ee5e7bbaa79e7da branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-05-09T11:46:45+03:00 summary: gh-133017: Improve error message for invalid typecodes in multipr

[Python-checkins] fix thread safety of `io.StringIO.truncate` (#133732)

2025-05-09 Thread kumaraditya303
https://github.com/python/cpython/commit/2cd24ebfe9a14bd52cb4d411c126b6a2dac65ae0 commit: 2cd24ebfe9a14bd52cb4d411c126b6a2dac65ae0 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-09T07:59:17Z summary: fix thread safety of `io.StringIO.truncate` (#133732) files: M Modul

[Python-checkins] [3.13] gh-130197: Test pygettext --output option (GH-133041) (GH-133266)

2025-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d14a1b7a0dfc67dfc9f41a6fd1f1798a19e33737 commit: d14a1b7a0dfc67dfc9f41a6fd1f1798a19e33737 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-09T07:56:58Z summary: [3.13] gh

[Python-checkins] gh-133623: Add `ssl.HAS_PSK_TLS13` to detect external TLS 1.3 PSK support (#133624)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/6801bd32cb9bd2bfa87b52d46fb453557d9568ed commit: 6801bd32cb9bd2bfa87b52d46fb453557d9568ed branch: main author: Will Childs-Klein committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-09T09:09:09+02:00 summary: gh-133623: Add `ssl.HAS

[Python-checkins] gh-133412: amend docs for the `inst` definition (#133708)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/f77dac66e1867cfdf6f7549822dd64416f6063bc commit: f77dac66e1867cfdf6f7549822dd64416f6063bc branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-09T09:06:22+0

[Python-checkins] gh-133581: Fix refleak in t-string AST unparsing (#133724)

2025-05-09 Thread lysnikolaou
https://github.com/python/cpython/commit/308ceffc6869e3c12665f1ffa68db09a70fb9b58 commit: 308ceffc6869e3c12665f1ffa68db09a70fb9b58 branch: main author: Jelle Zijlstra committer: lysnikolaou date: 2025-05-09T09:10:52+02:00 summary: gh-133581: Fix refleak in t-string AST unparsing (#133724) files

[Python-checkins] gh-133253: making linecache thread-safe (#133305)

2025-05-09 Thread kumaraditya303
https://github.com/python/cpython/commit/8054184f9f32c7ba561e6e23b358074824e4928d commit: 8054184f9f32c7ba561e6e23b358074824e4928d branch: main author: vfdev committer: kumaraditya303 date: 2025-05-09T12:15:16+05:30 summary: gh-133253: making linecache thread-safe (#133305) Co-authored-by: Sam

[Python-checkins] [3.13] gh-133412: amend docs for the `inst` definition (GH-133708) (#133730)

2025-05-09 Thread picnixz
https://github.com/python/cpython/commit/4c7a04b8bdf3e4f003025ee49e14f93550acd35c commit: 4c7a04b8bdf3e4f003025ee49e14f93550acd35c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.14] gh-133581: Fix refleak in t-string AST unparsing (GH-133724) (#133731)

2025-05-09 Thread lysnikolaou
https://github.com/python/cpython/commit/92d56777a1edbbef48581178004c4835bc9fe41d commit: 92d56777a1edbbef48581178004c4835bc9fe41d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2025-05-09T07:38:12Z summary: [3.14] gh-1335