[Python-checkins] gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)

2025-06-03 Thread methane
https://github.com/python/cpython/commit/8f778f7bb9a8ad80fc06570566ad4de541826178 commit: 8f778f7bb9a8ad80fc06570566ad4de541826178 branch: main author: Christian Veenhuis <[email protected]> committer: methane date: 2025-06-04T13:57:31+09:00 summary: gh-135103: Remove an u

[Python-checkins] [3.14] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135113)

2025-06-03 Thread freakboy3742
https://github.com/python/cpython/commit/5b3983b1a3e48d1aaf3706dcf1bad99d45c76380 commit: 5b3983b1a3e48d1aaf3706dcf1bad99d45c76380 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-04T00:57:45Z summary: [3.14] gh-135

[Python-checkins] [3.13] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135114)

2025-06-03 Thread freakboy3742
https://github.com/python/cpython/commit/3a65f463537ec50b36640f3a195590fcc2644f48 commit: 3a65f463537ec50b36640f3a195590fcc2644f48 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-04T00:54:42Z summary: [3.13] gh-135

[Python-checkins] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (#135102)

2025-06-03 Thread freakboy3742
https://github.com/python/cpython/commit/dba9de731b231ca0c079205f496d1e3d178b4fd3 commit: dba9de731b231ca0c079205f496d1e3d178b4fd3 branch: main author: Joe Rickerby committer: freakboy3742 date: 2025-06-04T08:31:43+08:00 summary: gh-135101: When choosing the default simulator device, don't use `

[Python-checkins] Python 3.13.4

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/8a526ec7cbea8fafc9dae4b3dd6371906b9be342 commit: 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T17:34:24+02:00 summary: Python 3.13.4 files: A Misc/NEWS.d/3.13.4.rst D Misc/NEWS.d/next/Build

[Python-checkins] [3.13] Backport PyManager support to PC/layout script (GH-135096)

2025-06-03 Thread zooba
https://github.com/python/cpython/commit/b679b74132bf37312c158b4c5cf07f76024a23f1 commit: b679b74132bf37312c158b4c5cf07f76024a23f1 branch: 3.13 author: Steve Dower committer: zooba date: 2025-06-03T21:21:11+01:00 summary: [3.13] Backport PyManager support to PC/layout script (GH-135096) files:

[Python-checkins] [3.9] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135084)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1 commit: dd8f187d0746da151e0025c51680979ac5b4cfb1 branch: 3.9 author: T. Wouters committer: ambv date: 2025-06-03T19:02:50+02:00 summary: [3.9] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st

[Python-checkins] Python 3.11.13

2025-06-03 Thread pablogsal
https://github.com/python/cpython/commit/498b971ea3673012a1d4b21860b229d55fc6e575 commit: 498b971ea3673012a1d4b21860b229d55fc6e575 branch: 3.11 author: Pablo Galindo committer: pablogsal date: 2025-06-03T19:38:25+01:00 summary: Python 3.11.13 files: A Misc/NEWS.d/3.11.13.rst D Misc/NEWS.d/next/

[Python-checkins] Reword 3.9.23 notable changes to reflect status of backports

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/920a1c30dd547548c79744994164c48557cc0688 commit: 920a1c30dd547548c79744994164c48557cc0688 branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-06-03T20:33:38+02:00 summary: Reword 3.9.23 notable changes to reflect status of backports files: M Doc/

[Python-checkins] Python 3.10.18

2025-06-03 Thread pablogsal
https://github.com/python/cpython/commit/88663ef89ba3576df02cc818c653f91c7d5dd023 commit: 88663ef89ba3576df02cc818c653f91c7d5dd023 branch: 3.10 author: Pablo Galindo committer: pablogsal date: 2025-06-03T19:23:41+01:00 summary: Python 3.10.18 files: A Misc/NEWS.d/3.10.18.rst D Misc/NEWS.d/next/

[Python-checkins] [3.14] gh-127081: use `getlogin_r` if available (gh-132751) (gh-135097)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/d8c2bfac1f1f758c8ff189b17fb8ef75c9019ea9 commit: d8c2bfac1f1f758c8ff189b17fb8ef75c9019ea9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-03T14:41:47-04:00 summary: [3.14] gh-1

[Python-checkins] [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/b21d15fa95a6dc9858662077d9fef9b2c9a09c3d commit: b21d15fa95a6dc9858662077d9fef9b2c9a09c3d branch: 3.13 author: Sam Gross committer: colesbury date: 2025-06-03T14:41:26-04:00 summary: [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098) T

[Python-checkins] Python 3.12.11

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/55fee9cf216abe4ec0d1139f94b1930fbd0c7644 commit: 55fee9cf216abe4ec0d1139f94b1930fbd0c7644 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T17:41:47+02:00 summary: Python 3.12.11 files: A Misc/NEWS.d/3.12.11.rst D Misc/NEWS.d/next/Lib

[Python-checkins] gh-127081: use `getlogin_r` if available (gh-132751)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/1ffe913c2017b44804aca18befd45689df06c069 commit: 1ffe913c2017b44804aca18befd45689df06c069 branch: main author: Duane Griffin committer: colesbury date: 2025-06-03T13:28:58-04:00 summary: gh-127081: use `getlogin_r` if available (gh-132751) The `getlogin`

[Python-checkins] [3.10] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (#135070)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a commit: 9c1110ef6652687d7c55f590f909720eddde965a branch: 3.10 author: T. Wouters committer: ambv date: 2025-06-03T19:02:29+02:00 summary: [3.10] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(

[Python-checkins] [3.14] gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (GH-134871) (#135095)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/81999f157f435bad189aac534911525569d74c3e commit: 81999f157f435bad189aac534911525569d74c3e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-03T16:26:32Z summary: [3.14] gh-134248

[Python-checkins] gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings (#134871)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/54ca55978e305ebb099d1b49633211597625bd52 commit: 54ca55978e305ebb099d1b49633211597625bd52 branch: main author: tpburns committer: vstinner date: 2025-06-03T18:00:25+02:00 summary: gh-134248 test_getallocatedblocks pre-check to ignore immortalized strings

[Python-checkins] [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135068)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e commit: 4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e branch: 3.11 author: T. Wouters committer: ambv date: 2025-06-03T16:58:39+02:00 summary: [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(

[Python-checkins] [3.12] gh-135034: Remove test_realpath_permission (GH-135093)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9 commit: 28463dba112af719df1e8b0391c46787ad756dd9 branch: 3.12 author: Petr Viktorin committer: ambv date: 2025-06-03T16:58:06+02:00 summary: [3.12] gh-135034: Remove test_realpath_permission (GH-135093) The test w

[Python-checkins] [3.9] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135090)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/24eaf53bc6e39fde6ad36b036768dc7d5c144d47 commit: 24eaf53bc6e39fde6ad36b036768dc7d5c144d47 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:27:03+02:00 summary: [3.9] gh-128840:

[Python-checkins] [3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-134847)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/fcf3ea0f99c0c63d25651423253ce5556e89b0bc commit: fcf3ea0f99c0c63d25651423253ce5556e89b0bc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:25:28+02:00 summary: [3.12] gh-128840

[Python-checkins] [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135091)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/2c6ca1a9adfeaabfdc17b9871b17bd2ca9b32bb3 commit: 2c6ca1a9adfeaabfdc17b9871b17bd2ca9b32bb3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:24:20+02:00 summary: [3.11] gh-128840

[Python-checkins] [3.10] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135089)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/c71ea4ba069c9e17469d349de0f6a2feda9848db commit: c71ea4ba069c9e17469d349de0f6a2feda9848db branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:21:25+02:00 summary: [3.10] gh-128840

[Python-checkins] [3.9] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135085)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/8e318728c68c4840ec5db335040bceecbab7c832 commit: 8e318728c68c4840ec5db335040bceecbab7c832 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:08:20+02:00 summary: [3.9] gh-123409:

[Python-checkins] [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135086)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/3217780bbe978ba0d1cde76f44e99d14dc29770e commit: 3217780bbe978ba0d1cde76f44e99d14dc29770e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:08:03+02:00 summary: [3.12] gh-123409

[Python-checkins] [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135087)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/9df171dbbac669e0d43c978e10447f050b89eee6 commit: 9df171dbbac669e0d43c978e10447f050b89eee6 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:03:49+02:00 summary: [3.11] gh-123409

[Python-checkins] [3.10] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135088)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/0a1f75d95d6fdcf4be99f58b702c5b0947d7e883 commit: 0a1f75d95d6fdcf4be99f58b702c5b0947d7e883 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T16:01:08+02:00 summary: [3.10] gh-123409

[Python-checkins] [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135066)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da commit: 19de092debb3d7e832e5672cc2f7b788d35951da branch: 3.12 author: T. Wouters committer: ambv date: 2025-06-03T16:00:21+02:00 summary: [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(

[Python-checkins] [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01 commit: aa9eb5f757ceff461e6e996f12c89e5d9b583b01 branch: 3.13 author: T. Wouters committer: ambv date: 2025-06-03T15:59:54+02:00 summary: [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(

[Python-checkins] [3.9] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134615)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/78394a612b3c3bf4b84fdfd484623bfbcdeef02b commit: 78394a612b3c3bf4b84fdfd484623bfbcdeef02b branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:55:59+02:00 summary: [3.9] gh-128840:

[Python-checkins] [3.10] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134614)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/c0e26585254cde2b25385c19c3b63550de4d6351 commit: c0e26585254cde2b25385c19c3b63550de4d6351 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:55:27+02:00 summary: [3.10] gh-128840

[Python-checkins] [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-128606) (GH-135077) (#135083)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/9f3d99967c41527a6cf6cb2d63b62d851a637432 commit: 9f3d99967c41527a6cf6cb2d63b62d851a637432 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-03T13:54:53Z summary: [3.13] gh-128605:

[Python-checkins] [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134613)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/da377a2f6421e400f6903a47b9de291a9494 commit: da377a2f6421e400f6903a47b9de291a9494 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:55:00+02:00 summary: [3.11] gh-128840

[Python-checkins] [3.10] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135079)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/24bd1834ca5b27e6efd5a4b271eaa58bb40f7dcf commit: 24bd1834ca5b27e6efd5a4b271eaa58bb40f7dcf branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:49:38+02:00 summary: [3.10] gh-87799:

[Python-checkins] [3.9] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135078)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/65f2e240401a5a4f4bd05b8b517a9f74c0f11cd8 commit: 65f2e240401a5a4f4bd05b8b517a9f74c0f11cd8 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:45:59+02:00 summary: [3.9] gh-87799: I

[Python-checkins] [3.12] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135081)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/f3272d863004e291ab00620e71dee1cfa0fc9f83 commit: f3272d863004e291ab00620e71dee1cfa0fc9f83 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:45:32+02:00 summary: [3.12] gh-87799:

[Python-checkins] [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135080)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/f38f9cf7f81be1ccf0bedfec122b416090ce80cc commit: f38f9cf7f81be1ccf0bedfec122b416090ce80cc branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-03T15:43:36+02:00 summary: [3.11] gh-87799:

[Python-checkins] [3.14] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135077)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/899cca6dbf76bf3e06a99f60a5f996ad6ba0761f commit: 899cca6dbf76bf3e06a99f60a5f996ad6ba0761f branch: 3.14 author: stratakis committer: vstinner date: 2025-06-03T15:31:06+02:00 summary: [3.14] gh-128605: Add branch protections for x86_64 in asm_trampoline.S

[Python-checkins] Revert "Fix a glaring error in the logic backport of posixpath."

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/e0cb9afea4af59b65ce4954f8062473c0c8d6f90 commit: e0cb9afea4af59b65ce4954f8062473c0c8d6f90 branch: 3.10 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T14:25:37+02:00 summary: Revert "Fix a glaring error in the logic backport of posixpath." This

[Python-checkins] [3.14] gh-135028: Increase parser MAXSTACK for nested parenthesis (GH-135031) (#135059)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/89df01bd2718fb43f2dd1f884381cb9f2a7cf289 commit: 89df01bd2718fb43f2dd1f884381cb9f2a7cf289 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-03T12:23:06Z summary: [3.14] gh-135028:

[Python-checkins] Fix a glaring error in the logic backport of posixpath.

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/b357f2bca375948aca03047d9209ce364e64bfa4 commit: b357f2bca375948aca03047d9209ce364e64bfa4 branch: 3.10 author: Thomas Wouters committer: Yhg1s date: 2025-06-03T14:12:21+02:00 summary: Fix a glaring error in the logic backport of posixpath. files: M Lib/p

[Python-checkins] [3.14] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (gh-135037) (gh-135065)

2025-06-03 Thread ambv
https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a commit: 9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a branch: 3.14 author: Łukasz Langa committer: ambv date: 2025-06-03T14:05:00+02:00 summary: [3.14] gh-135034: Normalize link targets in tarfile, add `os.path.realpat

[Python-checkins] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (#135037)

2025-06-03 Thread Yhg1s
https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a commit: 3612d8f51741b11f36f8fb0494d79086bac9390a branch: main author: Łukasz Langa committer: Yhg1s date: 2025-06-03T12:42:11+02:00 summary: gh-135034: Normalize link targets in tarfile, add `os.path.realpath(stri

[Python-checkins] [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054)

2025-06-03 Thread corona10
https://github.com/python/cpython/commit/b0c9c192f1639a7daddbcbf5bdc8bd19494bb637 commit: b0c9c192f1639a7daddbcbf5bdc8bd19494bb637 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-06-03T17:04:20+09:00 summary: [3.13] gh-13

[Python-checkins] [3.14] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135053)

2025-06-03 Thread corona10
https://github.com/python/cpython/commit/78fd7ce3d2f14a00b50dced680baf2e3b805dc8b commit: 78fd7ce3d2f14a00b50dced680baf2e3b805dc8b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-06-03T17:03:36+09:00 summary: [3.14] gh-13

[Python-checkins] gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/6e80f11eb5eba360334b4ace105eb7d73394baf7 commit: 6e80f11eb5eba360334b4ace105eb7d73394baf7 branch: main author: Victor Stinner committer: vstinner date: 2025-06-03T08:40:45+02:00 summary: gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)

[Python-checkins] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200)

2025-06-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ec12559ebafca01ded22c9013de64abe535c838d commit: ec12559ebafca01ded22c9013de64abe535c838d branch: main author: Roei Ben Artzi <[email protected]> committer: serhiy-storchaka date: 2025-06-03T10:40:25+03:00 summary: gh-131884:

[Python-checkins] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)

2025-06-03 Thread vstinner
https://github.com/python/cpython/commit/485b499610eefe362faf171f258b3a3588378ff1 commit: 485b499610eefe362faf171f258b3a3588378ff1 branch: main author: stratakis committer: vstinner date: 2025-06-03T09:09:43+02:00 summary: gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606