[Python-checkins] [3.12] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (GH-129311) (#130440)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/35c30608e34a2cbcdaa786ed88492efd30f4bb23 commit: 35c30608e34a2cbcdaa786ed88492efd30f4bb23 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T02:11:4

[Python-checkins] [3.13] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311) (#130439)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/c7d6aa5b519fc0046875efa03ff5d77605faf221 commit: c7d6aa5b519fc0046875efa03ff5d77605faf221 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T02:04:5

[Python-checkins] [3.13] GH-103180: Set a timeout for every job in GitHub Actions (GH-130375) (#130431)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/9dd2cb7438948b423e6c3a3a665308a533a6350d commit: 9dd2cb7438948b423e6c3a3a665308a533a6350d branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T02:01:1

[Python-checkins] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/30e892473e0dfe5c3fecabcaac420cefe45e2ed4 commit: 30e892473e0dfe5c3fecabcaac420cefe45e2ed4 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T01:53:5

[Python-checkins] [3.13] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (#130434)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/ebb02da7b14357f218d6e353f1b6fadc76b11815 commit: ebb02da7b14357f218d6e353f1b6fadc76b11815 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] GH-103180: Set a timeout for every job in GitHub Actions (GH-130375) (#130432)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/59c3eb48f99f821e99db927e42494962d8a82c85 commit: 59c3eb48f99f821e99db927e42494962d8a82c85 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T01:52:4

[Python-checkins] [3.12] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130438)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/f452b81b8d6169d4661d513b7dd395eff02b9da8 commit: f452b81b8d6169d4661d513b7dd395eff02b9da8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130437)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/bb4cd89d7a628c20e0774e44c1b115f05c58e354 commit: bb4cd89d7a628c20e0774e44c1b115f05c58e354 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-130159: Fix list indentation in collections.abc (#130165)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/8e96adf4532943360f09df04cd7d3a5d35f61a24 commit: 8e96adf4532943360f09df04cd7d3a5d35f61a24 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T01:41:1

[Python-checkins] [3.12] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (#130435)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/7a14c2a6ad9556081c0974609e62ec1e5d5c7d31 commit: 7a14c2a6ad9556081c0974609e62ec1e5d5c7d31 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T01:33:5

[Python-checkins] [3.13] Convert change detection to a Python script (GH-129627) (#130367)

2025-02-21 Thread AA-Turner
https://github.com/python/cpython/commit/019918a626c1ca66a99fa071d07b20531f225428 commit: 019918a626c1ca66a99fa071d07b20531f225428 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-22T00:3

[Python-checkins] gh-126835: Move constant unaryop & binop folding to CFG (#129550)

2025-02-21 Thread iritkatriel
https://github.com/python/cpython/commit/38642bff139bde5c0118bc75fda25badc76b85fc commit: 38642bff139bde5c0118bc75fda25badc76b85fc branch: main author: Yan Yanchii committer: iritkatriel <[email protected]> date: 2025-02-21T17:54:22Z summary: gh-126835: Move constant un

[Python-checkins] GH-128520: More consistent type-checking behaviour in pathlib (#130199)

2025-02-21 Thread barneygale
https://github.com/python/cpython/commit/d88677ac20b9466387459d5adb2e87b7de64bc19 commit: d88677ac20b9466387459d5adb2e87b7de64bc19 branch: main author: Barney Gale committer: barneygale date: 2025-02-21T17:47:45Z summary: GH-128520: More consistent type-checking behaviour in pathlib (#130199) I

[Python-checkins] [3.13] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130416)

2025-02-21 Thread rhettinger
https://github.com/python/cpython/commit/8ef89474b9bf139b509c60faf896e22309a0be78 commit: 8ef89474b9bf139b509c60faf896e22309a0be78 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2025-02-21T17:56:51Z summary: [3.13] gh-13028

[Python-checkins] [3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130417)

2025-02-21 Thread rhettinger
https://github.com/python/cpython/commit/8db2fa25753c98cde05525406036446770bb2c9c commit: 8db2fa25753c98cde05525406036446770bb2c9c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2025-02-21T17:48:46Z summary: [3.12] gh-13028

[Python-checkins] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291)

2025-02-21 Thread rhettinger
https://github.com/python/cpython/commit/286c517db0fedf8d923d6f9620bcbbac4333880d commit: 286c517db0fedf8d923d6f9620bcbbac4333880d branch: main author: Raymond Hettinger committer: rhettinger date: 2025-02-21T11:33:10-06:00 summary: gh-130285: Fix handling of zero or empty counts in random.sampl

[Python-checkins] [3.13] gh-126332: Add tests for _pyrepl.utils (GH-129325) (#130414)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/3d88c183031c1367271d9cccdf90e06ff102945f commit: 3d88c183031c1367271d9cccdf90e06ff102945f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-21T17:22:42Z summary: [3.13] gh-126332:

[Python-checkins] gh-126332: Add tests for _pyrepl.utils (#129325)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/0c4248f88e279df3254d62b34dfa3204a92c56a0 commit: 0c4248f88e279df3254d62b34dfa3204a92c56a0 branch: main author: Pieter Eendebak committer: vstinner date: 2025-02-21T16:10:13Z summary: gh-126332: Add tests for _pyrepl.utils (#129325) files: A Lib/test/test

[Python-checkins] gh-129965: Add missing MIME types (#129969)

2025-02-21 Thread hugovk
https://github.com/python/cpython/commit/1cf9b6d9b8fbb5ebc3e9b42a3682684a983c78bc commit: 1cf9b6d9b8fbb5ebc3e9b42a3682684a983c78bc branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-02-21T15:44:53Z

[Python-checkins] [3.12] Convert change detection to a Python script (GH-129627) (#130370)

2025-02-21 Thread hugovk
https://github.com/python/cpython/commit/91e5e246b36a012e06d9fda1e68a7dd0157e0482 commit: 91e5e246b36a012e06d9fda1e68a7dd0157e0482 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-02-21T17:18:44+0

[Python-checkins] GH-103180: Set a timeout for every job in GitHub Actions (#130375)

2025-02-21 Thread hugovk
https://github.com/python/cpython/commit/d0a1e5c222f9f43b492b28806e2a185a50d64500 commit: d0a1e5c222f9f43b492b28806e2a185a50d64500 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-02-21T17:11:26+02:0

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)

2025-02-21 Thread encukou
https://github.com/python/cpython/commit/29224295381d9c038339d25d98584cb146ba5f32 commit: 29224295381d9c038339d25d98584cb146ba5f32 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-21T14:59:04Z summary: gh-78: fix UBSan failures in

[Python-checkins] [3.13] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#130408)

2025-02-21 Thread hugovk
https://github.com/python/cpython/commit/8db3eee4cd1290560492ecee34be834d2fe667f5 commit: 8db3eee4cd1290560492ecee34be834d2fe667f5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-2

[Python-checkins] [3.13] gh-111609: Test `end_offset` in SyntaxError subclass (GH-127830) (#130407)

2025-02-21 Thread hugovk
https://github.com/python/cpython/commit/cb8d89d2e41f3d6574a17b44fe14539a54a0d81e commit: cb8d89d2e41f3d6574a17b44fe14539a54a0d81e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-2

[Python-checkins] [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/dd5bf313c6e9293748efbfce84457008526368c4 commit: dd5bf313c6e9293748efbfce84457008526368c4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-21T14:16:27Z summary: [3.12] gh-129363:

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)

2025-02-21 Thread encukou
https://github.com/python/cpython/commit/55f8bac208540f9950080d89284a34ab4ba3926e commit: 55f8bac208540f9950080d89284a34ab4ba3926e branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-21T14:37:32Z summary: gh-78: fix UBSan failures in

[Python-checkins] [3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/8ce48c8ebc115d80da82b865c5faccd1cf2f3baf commit: 8ce48c8ebc115d80da82b865c5faccd1cf2f3baf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-21T14:18:32Z summary: [3.13] gh-129363:

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_functoolsmodule.c` (GH-129778)

2025-02-21 Thread encukou
https://github.com/python/cpython/commit/4f07fd59cbd2656ae31e164098b8d10c5b7e51f0 commit: 4f07fd59cbd2656ae31e164098b8d10c5b7e51f0 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-21T15:08:56+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-129363: Change regrtest sequential mode output (#129476)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/f1b81c408fb83b519ae4fb9d3a36dd4522b3 commit: f1b81c408fb83b519ae4fb9d3a36dd4522b3 branch: main author: Victor Stinner committer: vstinner date: 2025-02-21T14:55:32+01:00 summary: gh-129363: Change regrtest sequential mode output (#129476) First,

[Python-checkins] gh-129569: The function unicodedata.normalize() always returns built-in str (#129570)

2025-02-21 Thread vstinner
https://github.com/python/cpython/commit/c359fcd2f50d02e4709e9ca3175c1ba1ea6dc7ef commit: c359fcd2f50d02e4709e9ca3175c1ba1ea6dc7ef branch: main author: Hizuru <[email protected]> committer: vstinner date: 2025-02-21T14:51:13+01:00 summary: gh-129569: The function unicoded

[Python-checkins] [3.13] Add `.. versionadded` directive to `dis` CLI options (GH-130267) (#130401)

2025-02-21 Thread sobolevn
https://github.com/python/cpython/commit/2a978e16d6700a8033b9dae4dd5cc27567227a6a commit: 2a978e16d6700a8033b9dae4dd5cc27567227a6a branch: 3.13 author: sobolevn committer: sobolevn date: 2025-02-21T13:14:27Z summary: [3.13] Add `.. versionadded` directive to `dis` CLI options (GH-130267) (#1304

[Python-checkins] Add `.. versionadded` directive to `dis` CLI options (#130267)

2025-02-21 Thread sobolevn
https://github.com/python/cpython/commit/9bf73c032fbf0ea27ebf6e53223c3bc69ee0dbc5 commit: 9bf73c032fbf0ea27ebf6e53223c3bc69ee0dbc5 branch: main author: sobolevn committer: sobolevn date: 2025-02-21T15:59:17+03:00 summary: Add `.. versionadded` directive to `dis` CLI options (#130267) files: M D