https://github.com/python/cpython/commit/06a8b0bb5ee0d01ed93315137c41c104a11e4640
commit: 06a8b0bb5ee0d01ed93315137c41c104a11e4640
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-11-08T05:41:54Z
summary:
gh-122943: Remove the object converter for var-positional param
https://github.com/python/cpython/commit/9ecaee6a551a4756687d018829625ec31f49df72
commit: 9ecaee6a551a4756687d018829625ec31f49df72
branch: 3.13
author: Brett Cannon
committer: brettcannon
date: 2024-11-07T16:16:12-08:00
summary:
[3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (
https://github.com/python/cpython/commit/c222441fa7f89d448e476c252ba09be588568392
commit: c222441fa7f89d448e476c252ba09be588568392
branch: main
author: Bénédikt Tran <[email protected]>
committer: iritkatriel <[email protected]>
date: 2024-11-07T23
https://github.com/python/cpython/commit/bbe9b21d06c192a616bc1720ec8f7d4ccc16cab8
commit: bbe9b21d06c192a616bc1720ec8f7d4ccc16cab8
branch: main
author: Brett Cannon
committer: brettcannon
date: 2024-11-07T13:40:56-08:00
summary:
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to b
https://github.com/python/cpython/commit/1f777396f52a4cf7417f56097f10add8042295f4
commit: 1f777396f52a4cf7417f56097f10add8042295f4
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-11-07T23:40:03+02:00
summary:
gh-122943: Rework support of var-positional parameter in A
https://github.com/python/cpython/commit/09d6f5dc7824c74672add512619e978844ff8051
commit: 09d6f5dc7824c74672add512619e978844ff8051
branch: main
author: alm
committer: brandtbucher
date: 2024-11-07T10:55:31-08:00
summary:
GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)
files:
M .github/
https://github.com/python/cpython/commit/9357fdcaf0b08dac9396c17e8695b420fad887f8
commit: 9357fdcaf0b08dac9396c17e8695b420fad887f8
branch: main
author: Eric Snow
committer: ericsnowcurrently
date: 2024-11-07T09:32:42-07:00
summary:
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
https://github.com/python/cpython/commit/a38e82bd8c249c126ab033c078170b6dea27a619
commit: a38e82bd8c249c126ab033c078170b6dea27a619
branch: main
author: Michael Droettboom
committer: mdboom
date: 2024-11-07T16:39:23Z
summary:
gh-126298: Don't deduplicate slice constants based on equality (#126398
https://github.com/python/cpython/commit/a0866f4c81ecc057d4521e8e7a02f4e1fff175a1
commit: a0866f4c81ecc057d4521e8e7a02f4e1fff175a1
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: vstinner
date: 2024-11-07T15:38:57Z
summary:
[3.12] Doc: C API
https://github.com/python/cpython/commit/19c248185343dfad046bbe4046b2b900e7405666
commit: 19c248185343dfad046bbe4046b2b900e7405666
branch: main
author: Valerii <[email protected]>
committer: vstinner
date: 2024-11-07T16:35:29+01:00
summary:
gh-126529: Update devgui
https://github.com/python/cpython/commit/9ab3d31b66c60fa2f67fcbc8744146bcb520a1b3
commit: 9ab3d31b66c60fa2f67fcbc8744146bcb520a1b3
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: vstinner
date: 2024-11-07T15:35:41Z
summary:
[3.13] Doc: C API
https://github.com/python/cpython/commit/3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac
commit: 3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac
branch: main
author: Aditya Borikar
committer: vstinner
date: 2024-11-07T16:37:41+01:00
summary:
Chore: Fix typo in `pyarena.c` (#126527)
files:
M Python/pyarena.c
https://github.com/python/cpython/commit/e3510bd3dd9ea8f2a30cb1128470aee3a48d8880
commit: e3510bd3dd9ea8f2a30cb1128470aee3a48d8880
branch: main
author: Richard Hansen
committer: vstinner
date: 2024-11-07T16:29:31+01:00
summary:
Doc: C API: Demote sections to subsections for consistency (#126535)
https://github.com/python/cpython/commit/85036c8d612007356d2118eb25b460505078b023
commit: 85036c8d612007356d2118eb25b460505078b023
branch: main
author: Mark Shannon
committer: markshannon
date: 2024-11-07T10:48:27Z
summary:
GH-126222: Fix `_PyUop_num_popped` (GH-126507)
files:
A
Misc/NEWS.d/ne
https://github.com/python/cpython/commit/c9cda1608edf7664c10f4f467e24591062c2fe62
commit: c9cda1608edf7664c10f4f467e24591062c2fe62
branch: main
author: Petr Viktorin
committer: encukou
date: 2024-11-07T11:07:02+01:00
summary:
gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in
Conn
https://github.com/python/cpython/commit/78ad7e632248dc989378cabeb797b9f3d940d9f2
commit: 78ad7e632248dc989378cabeb797b9f3d940d9f2
branch: main
author: Petr Viktorin
committer: encukou
date: 2024-11-07T11:06:27+01:00
summary:
gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501)
https://github.com/python/cpython/commit/29997c4fe5c75492e709809fa93bb68692764c45
commit: 29997c4fe5c75492e709809fa93bb68692764c45
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: gpshead
date: 2024-11-07T10:03:58Z
summary:
[3.13] gh-48020: [
https://github.com/python/cpython/commit/a5b94d066016be63d632cccee0ec2a2eb24536dc
commit: a5b94d066016be63d632cccee0ec2a2eb24536dc
branch: main
author: Erlend E. Aasland
committer: erlend-aasland
date: 2024-11-07T10:49:58+01:00
summary:
gh-96398: Improve accuracy of compiler checks in configure.
https://github.com/python/cpython/commit/1fe67df8e373a5177143e4a310c83438e79f9b77
commit: 1fe67df8e373a5177143e4a310c83438e79f9b77
branch: main
author: Gregory P. Smith
committer: gpshead
date: 2024-11-07T01:57:01-08:00
summary:
gh-48020: [docs] Remove the logging howto suggested future FileHand
https://github.com/python/cpython/commit/4f10b8eacfe563f69ce348674d8c81f8c88b4025
commit: 4f10b8eacfe563f69ce348674d8c81f8c88b4025
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: gpshead
date: 2024-11-07T09:50:46Z
summary:
[3.12] gh-125679:
https://github.com/python/cpython/commit/3b05ef10c1daf2a1d0a89d492aedfc7d61f77a26
commit: 3b05ef10c1daf2a1d0a89d492aedfc7d61f77a26
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: gpshead
date: 2024-11-07T01:49:31-08:00
summary:
[3.13] gh-125
https://github.com/python/cpython/commit/75f7cf91ec5afc6091a0fd442a1f0435c19300b2
commit: 75f7cf91ec5afc6091a0fd442a1f0435c19300b2
branch: main
author: Duprat
committer: gpshead
date: 2024-11-07T08:10:57Z
summary:
gh-125679: multiprocessing Lock and RLock - fix invalid representation string
on
https://github.com/python/cpython/commit/d46d3f2ec783004f0927c9f5e6211a570360cf3b
commit: d46d3f2ec783004f0927c9f5e6211a570360cf3b
branch: main
author: Gregory P. Smith
committer: hauntsaninja <[email protected]>
date: 2024-11-07T00:06:14-08:00
summary:
Cleanup multip
23 matches
Mail list logo