https://github.com/python/cpython/commit/293fa3433e40f5b0a7aa4d5b94f53c06b2187b25
commit: 293fa3433e40f5b0a7aa4d5b94f53c06b2187b25
branch: main
author: Bartosz Sławecki
committer: JelleZijlstra
date: 2025-03-05T20:45:47-08:00
summary:
gh-85795: Raise a clear error when `super()` is used in `typi
https://github.com/python/cpython/commit/5e73ece95e8aa92d0695acb039ef54e2103ce66b
commit: 5e73ece95e8aa92d0695acb039ef54e2103ce66b
branch: main
author: Charles Machalow
committer: colesbury
date: 2025-03-05T22:59:56Z
summary:
gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)
https://github.com/python/cpython/commit/1b5db5adfec10d90cf5c7abd6817452be4f0b909
commit: 1b5db5adfec10d90cf5c7abd6817452be4f0b909
branch: main
author: Tshepang Mbambo
committer: brandtbucher
date: 2025-03-05T14:59:47-08:00
summary:
GH-130153: Reword the wildcard matching part of the tutorial (G
https://github.com/python/cpython/commit/ba05a4ebcb67506b4e6d65ea11e78d06f57dc23b
commit: ba05a4ebcb67506b4e6d65ea11e78d06f57dc23b
branch: main
author: Charles Machalow
committer: gpshead
date: 2025-03-05T14:31:42-08:00
summary:
gh-128041: Add `terminate_workers` and `kill_workers` methods to
P
https://github.com/python/cpython/commit/02de9cb9a8fa5b0ae3947231b8c0677834aaee45
commit: 02de9cb9a8fa5b0ae3947231b8c0677834aaee45
branch: main
author: Diego Russo
committer: brandtbucher
date: 2025-03-05T12:40:50-08:00
summary:
gh-129964: Fix JIT crash on Windows on Arm (GH-130882)
files:
A
M
https://github.com/python/cpython/commit/e285232c76606e3be7bf216efb1be1e742423e4b
commit: e285232c76606e3be7bf216efb1be1e742423e4b
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: colesbury
date: 2025-03-05T15:22:57-05:00
summary:
[3.13] gh-1
https://github.com/python/cpython/commit/5d8db36bbbab166c4c221ee6e283f090475c5def
commit: 5d8db36bbbab166c4c221ee6e283f090475c5def
branch: main
author: Brandt Bucher
committer: brandtbucher
date: 2025-03-05T11:54:33-08:00
summary:
GH-115802: JIT using the "medium" code model on x86_64-unknown-li
https://github.com/python/cpython/commit/d7bb7c781771650a4edcdee9dfd1ab9c4083e9fd
commit: d7bb7c781771650a4edcdee9dfd1ab9c4083e9fd
branch: main
author: mpage
committer: mpage
date: 2025-03-05T10:42:09-08:00
summary:
gh-118331: Fix a couple of issues when list allocation fails (#130811)
* Fix us
https://github.com/python/cpython/commit/39f7b06d359b10533ac5af7ce5ffc337bccff354
commit: 39f7b06d359b10533ac5af7ce5ffc337bccff354
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: Yhg1s
date: 2025-03-05T18:42:55+01:00
summary:
[3.13] gh-12737
https://github.com/python/cpython/commit/397e69d0092cceb94840bfb8afd72713bc770efe
commit: 397e69d0092cceb94840bfb8afd72713bc770efe
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: Yhg1s
date: 2025-03-05T18:42:35+01:00
summary:
[3.12] gh-12737
https://github.com/python/cpython/commit/2904ec2273762df58645a8e245b2281884855b8c
commit: 2904ec2273762df58645a8e245b2281884855b8c
branch: main
author: Burkov Egor
committer: zooba
date: 2025-03-05T17:08:30Z
summary:
gh-130878: Add extra check to prepare_ssl.py (GH-130879)
files:
M PCbuild/prep
https://github.com/python/cpython/commit/60be65aaf0476a2bfb622ba2f754f27b55e99caa
commit: 60be65aaf0476a2bfb622ba2f754f27b55e99caa
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-03-0
https://github.com/python/cpython/commit/ab749678e527b64d2bb099eec29abf4db2dfdc77
commit: ab749678e527b64d2bb099eec29abf4db2dfdc77
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-03-0
https://github.com/python/cpython/commit/4f6218959e35f649061484cce9de7fc810586533
commit: 4f6218959e35f649061484cce9de7fc810586533
branch: main
author: Sebastian Rittau
committer: hugovk <[email protected]>
date: 2025-03-05T17:26:44+02:00
summary:
Update links from typing.re
https://github.com/python/cpython/commit/2905690a91bf72cdf0fb919b5193849bb67732e2
commit: 2905690a91bf72cdf0fb919b5193849bb67732e2
branch: main
author: Sam Gross
committer: Yhg1s
date: 2025-03-05T15:04:49+01:00
summary:
gh-130851: Don't crash when deduping unusual code constants (#130853)
The b
https://github.com/python/cpython/commit/78d50e91ff31bc7fd0ac877cf59ee083e94d0915
commit: 78d50e91ff31bc7fd0ac877cf59ee083e94d0915
branch: main
author: Mark Shannon
committer: markshannon
date: 2025-03-05T14:00:42Z
summary:
GH-127705: better double free message. (GH-130785)
* Add location infor
https://github.com/python/cpython/commit/aa2c4e4417d618aaa570867ceb3651fef8a8c216
commit: aa2c4e4417d618aaa570867ceb3651fef8a8c216
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: vstinner
date: 2025-03-05T13:01:06+01:00
summary:
[3.13] gh-11
https://github.com/python/cpython/commit/ed015d05f2820c16dde6e6f12d55acf05e3fd5ff
commit: ed015d05f2820c16dde6e6f12d55acf05e3fd5ff
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: vstinner
date: 2025-03-05T13:00:41+01:00
summary:
[3.12] gh-11
https://github.com/python/cpython/commit/8fe011af3864300df9b312584be449b3eb3e4bf8
commit: 8fe011af3864300df9b312584be449b3eb3e4bf8
branch: 3.12
author: Petr Viktorin
committer: serhiy-storchaka
date: 2025-03-05T13:52:40+02:00
summary:
[3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow f
https://github.com/python/cpython/commit/6321e1ab4bd4cf6cbd610bc196fc5ff8761faa7d
commit: 6321e1ab4bd4cf6cbd610bc196fc5ff8761faa7d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2025-03-05T13:51:52+02:00
summary:
[3.1
https://github.com/python/cpython/commit/f33d21e24fdb05da7512c2a203467c3ffd0e7713
commit: f33d21e24fdb05da7512c2a203467c3ffd0e7713
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2025-03-05T13:10:05+02:00
summary:
gh-127750: Improve repr of functools.singledispatchmethod
https://github.com/python/cpython/commit/67a942d4272145ccdbdf4ceff31318e176f71355
commit: 67a942d4272145ccdbdf4ceff31318e176f71355
branch: main
author: Victor Stinner
committer: vstinner
date: 2025-03-05T10:51:33Z
summary:
gh-116742: Fix subprocess test_check_output_timeout() (#130836)
Fix a ra
https://github.com/python/cpython/commit/63d25f8d0c4f4626fb9f1131402d95fdaca34a57
commit: 63d25f8d0c4f4626fb9f1131402d95fdaca34a57
branch: main
author: Serhiy Storchaka
committer: encukou
date: 2025-03-05T11:50:53+01:00
summary:
gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions
https://github.com/python/cpython/commit/90130807d9c5a55b2a64024f5dfbee4785b9a27c
commit: 90130807d9c5a55b2a64024f5dfbee4785b9a27c
branch: main
author: Peter Bierma
committer: encukou
date: 2025-03-05T09:58:39+01:00
summary:
gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-
24 matches
Mail list logo