[Python-checkins] [3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/11d77d21120b77ddfd97f471c0d7a31745141131 commit: 11d77d21120b77ddfd97f471c0d7a31745141131 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2025-05-21T19:35:31Z summary: [3.14] g

[Python-checkins] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134439)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/a66bae8bb52721ea597ade6222f83876f9e939ba commit: a66bae8bb52721ea597ade6222f83876f9e939ba branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-21T14:16:55-06:00 summary: gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyS

[Python-checkins] [3.14] gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275) (gh-134473)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/998991513b3300c3c6627857df92db81a40355c9 commit: 998991513b3300c3c6627857df92db81a40355c9 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-22T03:33:35+02:00 summary: [3.14] gh-127960

[Python-checkins] gh-127840: pass flags and address from send_fds (GH-127841)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/518c95b5529ed3379b5a3065b09f71411efe72fb commit: 518c95b5529ed3379b5a3065b09f71411efe72fb branch: main author: Marcin Bachry committer: gpshead date: 2025-05-21T19:38:01-07:00 summary: gh-127840: pass flags and address from send_fds (GH-127841) socket: p

[Python-checkins] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/f3fc0c16e08b317cb201cf1073e934e6909f1251 commit: f3fc0c16e08b317cb201cf1073e934e6909f1251 branch: main author: Mike Salvatore committer: gpshead date: 2025-05-21T19:48:10-07:00 summary: gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134

[Python-checkins] gh-132983: Fix refleak in zstd dictionary functions (gh-134459)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/fb68776591485cacd63a97a342bf294a6ae6d4e4 commit: fb68776591485cacd63a97a342bf294a6ae6d4e4 branch: main author: Emma Smith committer: ericsnowcurrently date: 2025-05-21T19:09:34Z summary: gh-132983: Fix refleak in zstd dictionary functions (gh-134459) fil

[Python-checkins] gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/b1b8962443e7d418601658a4b05347a5a9161910 commit: b1b8962443e7d418601658a4b05347a5a9161910 branch: main author: Yuichiro Tachibana (Tsuchiya) committer: ambv date: 2025-05-22T02:18:00+02:00 summary: gh-127960 Fix the REPL to set the correct namespace by se

[Python-checkins] [3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134477)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/e0822d8d1c26163b82721a274889b7fec459e072 commit: e0822d8d1c26163b82721a274889b7fec459e072 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-22T03:12:28Z summary: [3.13] gh-134062:

[Python-checkins] [3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/4e9248f685225b517d528d4bd3c5682067f6b505 commit: 4e9248f685225b517d528d4bd3c5682067f6b505 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-22T03:14:10Z summary: [3.14] gh-134062:

[Python-checkins] gh-90871: fix connection backlog offset in asyncio (gh-134392)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/109f7597d29f0b504e9b42cb398b44177157abaa commit: 109f7597d29f0b504e9b42cb398b44177157abaa branch: main author: Christian Harries <68507104+christian...@users.noreply.github.com> committer: ambv date: 2025-05-21T15:59:09+02:00 summary: gh-90871: fix connect

[Python-checkins] [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420)

2025-05-21 Thread hugovk
https://github.com/python/cpython/commit/fcebf5aebf830362d4af2dd1b5b82c4c8cbe2a9b commit: fcebf5aebf830362d4af2dd1b5b82c4c8cbe2a9b 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-2

[Python-checkins] gh-127833: lexical analysis: Improve section on Names (GH-131474)

2025-05-21 Thread encukou
https://github.com/python/cpython/commit/c7364f79b2fb01c251e22115875a46a2ec134dcd commit: c7364f79b2fb01c251e22115875a46a2ec134dcd branch: main author: Petr Viktorin committer: encukou date: 2025-05-21T16:01:52+02:00 summary: gh-127833: lexical analysis: Improve section on Names (GH-131474) Co

[Python-checkins] gh-134026: Fix grammar description of for statement (GH-134034)

2025-05-21 Thread encukou
https://github.com/python/cpython/commit/4eacf3883dd041c31133ea407204b797a17559b1 commit: 4eacf3883dd041c31133ea407204b797a17559b1 branch: main author: Yash Vijay committer: encukou date: 2025-05-21T16:09:28+02:00 summary: gh-134026: Fix grammar description of for statement (GH-134034) files: M

[Python-checkins] [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134434)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/e1e8533a5d2ded9ba14e6129abf0fad8305def75 commit: e1e8533a5d2ded9ba14e6129abf0fad8305def75 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:28:29+02:00 summary: [3.13] gh-133982

[Python-checkins] gh-62184: Remove _pyio import of _io.FileIO (gh-134192)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/0a68068bd2a5bff98998067a141b17af5be9b750 commit: 0a68068bd2a5bff98998067a141b17af5be9b750 branch: main author: Cody Maloney committer: ambv date: 2025-05-21T17:29:18+02:00 summary: gh-62184: Remove _pyio import of _io.FileIO (gh-134192) This was added in

[Python-checkins] gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/296a66051ede5cc112ca38d17304e518ffb02e23 commit: 296a66051ede5cc112ca38d17304e518ffb02e23 branch: main author: Gregory P. Smith committer: gpshead date: 2025-05-22T03:38:44Z summary: gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-1

[Python-checkins] [3.13] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134485)

2025-05-21 Thread AA-Turner
https://github.com/python/cpython/commit/55aba16059a417790c2cffddee3fb0ae2eb14452 commit: 55aba16059a417790c2cffddee3fb0ae2eb14452 branch: 3.13 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-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134484)

2025-05-21 Thread AA-Turner
https://github.com/python/cpython/commit/03a211290e86cd276c71e28097aa868984e28b51 commit: 03a211290e86cd276c71e28097aa868984e28b51 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-134309: Add ``github.actor`` to the GitHub Actions concurrency key (#134310)

2025-05-21 Thread AA-Turner
https://github.com/python/cpython/commit/979d81a17905e922d32fb1671f9ed394e0ffbda6 commit: 979d81a17905e922d32fb1671f9ed394e0ffbda6 branch: main author: Kira committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-22T04:49:07+01:00 summary: gh-134309: Add ``github.actor`` t

[Python-checkins] [3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/93ab55bd703f1238cc93327a1a285921b47fa8a3 commit: 93ab55bd703f1238cc93327a1a285921b47fa8a3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2025-05-21T20:43:29Z summary: [3.14] g

[Python-checkins] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/88f8102a8fd4a8dd81457f01507e9a8693b1d4b7 commit: 88f8102a8fd4a8dd81457f01507e9a8693b1d4b7 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-21T07:23:48-06:00 summary: gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482

[Python-checkins] gh-71253: Match _io exception in _pyio (gh-133985)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/06eaf4055c1d7359e129efb65b94f34d2ec51a57 commit: 06eaf4055c1d7359e129efb65b94f34d2ec51a57 branch: main author: Cody Maloney committer: ambv date: 2025-05-21T16:45:00+02:00 summary: gh-71253: Match _io exception in _pyio (gh-133985) Test was only testing

[Python-checkins] [3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419)

2025-05-21 Thread hugovk
https://github.com/python/cpython/commit/f7cdee93f48f871b3200c2704bcd96e1b6f49597 commit: f7cdee93f48f871b3200c2704bcd96e1b6f49597 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-2

[Python-checkins] gh-133982: Run unclosed file test on all io implementations (gh-134165)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/5b0e82752120a5dc66ce6ee778751d71ba2c33b2 commit: 5b0e82752120a5dc66ce6ee778751d71ba2c33b2 branch: main author: Cody Maloney committer: ambv date: 2025-05-21T16:51:56+02:00 summary: gh-133982: Run unclosed file test on all io implementations (gh-134165) U

[Python-checkins] [3.14] gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432) (#134442)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/cdc92cd9fc17f6e06c51584cde2ab6cf21f188d4 commit: cdc92cd9fc17f6e06c51584cde2ab6cf21f188d4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-21T16:19:25Z summary: [3.14] gh-132983:

[Python-checkins] [3.13] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134414)

2025-05-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f5de0632d03b02719ebdcb47540b9dd257571407 commit: f5de0632d03b02719ebdcb47540b9dd257571407 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-21T11:34:49Z summary: [3.13] gh

[Python-checkins] Fix signature of `_curses.assume_default_colors` in the docs (#134409)

2025-05-21 Thread sobolevn
https://github.com/python/cpython/commit/dcfc91e4e552e74a43f5fdf049af7a8fe7a784ee commit: dcfc91e4e552e74a43f5fdf049af7a8fe7a784ee branch: main author: sobolevn committer: sobolevn date: 2025-05-21T15:56:34+03:00 summary: Fix signature of `_curses.assume_default_colors` in the docs (#134409) fi

[Python-checkins] [3.13] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134429)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/de6d199c1d3eb797c722be3e681831833b55ae30 commit: de6d199c1d3eb797c722be3e681831833b55ae30 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:13:24+02:00 summary: [3.13] gh-133982

[Python-checkins] [3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/046125e5b6a0e9bfa260c9e2c20f4d84fb832fbb commit: 046125e5b6a0e9bfa260c9e2c20f4d84fb832fbb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:14:00+02:00 summary: [3.13] gh-71253:

[Python-checkins] [3.14] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134428)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/c612a4d2c067aedc6b8bc3fc694758cd16ec4944 commit: c612a4d2c067aedc6b8bc3fc694758cd16ec4944 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:13:13+02:00 summary: [3.14] gh-133982

[Python-checkins] [3.14] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134430)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/74dde92903769b77843152a3603f0e50845ccc81 commit: 74dde92903769b77843152a3603f0e50845ccc81 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:13:43+02:00 summary: [3.14] gh-71253:

[Python-checkins] [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134445)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/5ecc39e9f42ae1c3d8965aed4fa2bc631d6eac75 commit: 5ecc39e9f42ae1c3d8965aed4fa2bc631d6eac75 branch: 3.13 author: Gregory P. Smith committer: gpshead date: 2025-05-21T17:07:03Z summary: [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (G

[Python-checkins] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/1a07a01014bde23acd2684916ef38dc0cd73c2de commit: 1a07a01014bde23acd2684916ef38dc0cd73c2de branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: gpshead date: 2025-05-21T10:10:31-07:00 summary: gh-132124: improve safety n

[Python-checkins] [3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/f1a9d891071bd264237211ec5251dfc82bc29fb3 commit: f1a9d891071bd264237211ec5251dfc82bc29fb3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T16:27:13+02:00 summary: [3.14] gh-90871:

[Python-checkins] [3.13] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134427)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/bc60b337456dfa51fedbb9722335dee856408e03 commit: bc60b337456dfa51fedbb9722335dee856408e03 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T16:34:13+02:00 summary: [3.13] gh-132246

[Python-checkins] [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/9be568eda44a0888cd03b248e5d18f5a88fec04b commit: 9be568eda44a0888cd03b248e5d18f5a88fec04b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-21T14:24:23Z summary: [3.14] gh-132983:

[Python-checkins] gh-133982: Update test_bufio to use self.open (gh-133983)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/84d5f8d799dbbf86248375b6edbbcf4a022788c4 commit: 84d5f8d799dbbf86248375b6edbbcf4a022788c4 branch: main author: Cody Maloney committer: ambv date: 2025-05-21T16:40:50+02:00 summary: gh-133982: Update test_bufio to use self.open (gh-133983) files: M Lib/te

[Python-checkins] gh-110631: Fix some incorrect indents in the documentation (#129312)

2025-05-21 Thread hugovk
https://github.com/python/cpython/commit/15a8b5b9bd58a12f28aaee71f36f7224ebee42c0 commit: 15a8b5b9bd58a12f28aaee71f36f7224ebee42c0 branch: main author: Yuki Kobayashi committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-21T13:52:02Z summary: gh-110631: Fix some incorrect inde

[Python-checkins] gh-132983: Add documentation for compression.zstd (GH-133911)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/d862b6de1bcff01229318d7138ddaab755723a43 commit: d862b6de1bcff01229318d7138ddaab755723a43 branch: main author: Emma Smith committer: gpshead date: 2025-05-21T07:18:21-07:00 summary: gh-132983: Add documentation for compression.zstd (GH-133911) Add docume

[Python-checkins] [3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/df6d9e7fbdbb583c12a627f202f810f4772e7930 commit: df6d9e7fbdbb583c12a627f202f810f4772e7930 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-21T09:50:02-07:00 summary: [3.14] gh-800

[Python-checkins] [3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-134424)

2025-05-21 Thread encukou
https://github.com/python/cpython/commit/6ea83e077e0a06261d9e72634ed76d6fafe72297 commit: 6ea83e077e0a06261d9e72634ed76d6fafe72297 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-05-21T18:43:07+02:00 summary: [3.14] gh-134

[Python-checkins] [3.14] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134413)

2025-05-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7c3e21540b6f33840e5a756c71dbb8487b66e2d4 commit: 7c3e21540b6f33840e5a756c71dbb8487b66e2d4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-21T11:38:37Z summary: [3.14] gh

[Python-checkins] gh-131185: Use a proper thread-local for cached thread states (gh-132510)

2025-05-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/b8998fe2d8249565bf30ce6075ed678e1643f2a4 commit: b8998fe2d8249565bf30ce6075ed678e1643f2a4 branch: main author: Peter Bierma committer: ericsnowcurrently date: 2025-05-21T07:01:25-06:00 summary: gh-131185: Use a proper thread-local for cached thread states

[Python-checkins] gh-134262: Add retries to generate_sbom.py (#134263)

2025-05-21 Thread hugovk
https://github.com/python/cpython/commit/0c5a8b0b55238a45b9073d06a10c3a59568cdf3c commit: 0c5a8b0b55238a45b9073d06a10c3a59568cdf3c branch: main author: Emma Smith committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-21T16:14:36+03:00 summary: gh-134262: Add retries to generat

[Python-checkins] [3.14] Fix signature of `_curses.assume_default_colors` in the docs (GH-134409) (#134417)

2025-05-21 Thread sobolevn
https://github.com/python/cpython/commit/ac27008ccdaed0ca587bacb9dd51bfb7503a0ae0 commit: ac27008ccdaed0ca587bacb9dd51bfb7503a0ae0 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-21T13:08:20Z summary: [3.14] Fix signat

[Python-checkins] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/b529b60fc239d19245e5fafd0514d90097c2eb40 commit: b529b60fc239d19245e5fafd0514d90097c2eb40 branch: main author: Cody Maloney committer: ambv date: 2025-05-21T16:21:57+02:00 summary: gh-132246: Add special buffer methods to C API Type Object docs (gh-132247

[Python-checkins] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/e1f891414b2329414a6160ed246f5f869a218bfd commit: e1f891414b2329414a6160ed246f5f869a218bfd branch: main author: Cody Maloney committer: gpshead date: 2025-05-21T16:06:40Z summary: gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) f

[Python-checkins] [3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134426)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/cd3395a8b10f6bab912670e1d47d432aa2a21e71 commit: cd3395a8b10f6bab912670e1d47d432aa2a21e71 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T16:33:35+02:00 summary: [3.14] gh-132246

[Python-checkins] gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/c64a21454b3c139af9e88941a286885fc4828a7e commit: c64a21454b3c139af9e88941a286885fc4828a7e branch: main author: Emma Smith committer: gpshead date: 2025-05-21T08:53:13-07:00 summary: gh-132983: Refactor shared code in train_dict and finalize_dict (GH-13443

[Python-checkins] [3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/2d11f3e1545e8c2f32b6d01cc0f6ddb58983dd74 commit: 2d11f3e1545e8c2f32b6d01cc0f6ddb58983dd74 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:55:55+02:00 summary: [3.13] gh-62184:

[Python-checkins] [3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/17bf6ab0c1b4189dd5a201d952a00609800fbc19 commit: 17bf6ab0c1b4189dd5a201d952a00609800fbc19 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:57:58+02:00 summary: [3.14] gh-62184:

[Python-checkins] [3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134433)

2025-05-21 Thread ambv
https://github.com/python/cpython/commit/fade04e0f441be0ea3ec0ef99dd0af8113df9ed8 commit: fade04e0f441be0ea3ec0ef99dd0af8113df9ed8 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-21T17:22:44+02:00 summary: [3.14] gh-133982

[Python-checkins] [3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447)

2025-05-21 Thread gpshead
https://github.com/python/cpython/commit/f8ced87fa3d2d91be9a445dbfac9def3df527cb3 commit: f8ced87fa3d2d91be9a445dbfac9def3df527cb3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-21T17:36:32Z summary: [3.14] gh-132124:

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

2025-05-21 Thread vsajip
https://github.com/python/cpython/commit/c740fe3bd092911d9e474bcc0eed2a009482be9f commit: c740fe3bd092911d9e474bcc0eed2a009482be9f branch: main author: Sofia Toro committer: vsajip date: 2025-05-21T05:49:06+01:00 summary: gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-1

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

2025-05-21 Thread pablogsal
https://github.com/python/cpython/commit/b0bf48a13482e121c955f341fc011e30e3e1afe4 commit: b0bf48a13482e121c955f341fc011e30e3e1afe4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-21T09:29:42Z summary: [3.14] Add docum

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

2025-05-21 Thread kumaraditya303
https://github.com/python/cpython/commit/87d7a19ef0a751925be1f703858831c5e0c4fb57 commit: 87d7a19ef0a751925be1f703858831c5e0c4fb57 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-05-21T15:06:39+05:30 summary: [3.14]

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

2025-05-21 Thread vsajip
https://github.com/python/cpython/commit/64047f7e926b8be8f75cf0b980808ad5bec5e931 commit: 64047f7e926b8be8f75cf0b980808ad5bec5e931 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2025-05-21T06:16:56+01:00 summary: [3.14] gh-1343

[Python-checkins] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408)

2025-05-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e6dde10a69ce62c3b02b3b4e07559d06a9451fc2 commit: e6dde10a69ce62c3b02b3b4e07559d06a9451fc2 branch: main author: Noam Cohen committer: serhiy-storchaka date: 2025-05-21T14:10:57+03:00 summary: gh-132542: Only run test_native_id_after_fork if native_id is su