[Python-checkins] gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)

2024-10-28 Thread freakboy3742
https://github.com/python/cpython/commit/dc2552d429c91310b0c410c3e856728d8866b05f commit: dc2552d429c91310b0c410c3e856728d8866b05f branch: main author: Hood Chatham committer: freakboy3742 date: 2024-10-29T06:28:54Z summary: gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124

[Python-checkins] [3.12] gh-89762: Document strftime %G, %V, and %u format specifiers (GH-124572) (#126095)

2024-10-28 Thread erlend-aasland
https://github.com/python/cpython/commit/8da17bb4f7a9a57264792ac9c192440112e85929 commit: 8da17bb4f7a9a57264792ac9c192440112e85929 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-28T22:01:18Z summary: [3.12] gh-8

[Python-checkins] Pre-commit: prevent spaces in news entry paths (#126063)

2024-10-28 Thread hugovk
https://github.com/python/cpython/commit/dcda92f8fcfa70ef48935db0dc468734de897d96 commit: dcda92f8fcfa70ef48935db0dc468734de897d96 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-10-28T23:04:10+0

[Python-checkins] [3.13] gh-89762: Document strftime %G, %V, and %u format specifiers (GH-124572) (#126094)

2024-10-28 Thread erlend-aasland
https://github.com/python/cpython/commit/672b915ff9b9f81a94e8f07c241315b088119e3d commit: 672b915ff9b9f81a94e8f07c241315b088119e3d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-28T21:59:41Z summary: [3.13] gh-8

[Python-checkins] gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)

2024-10-28 Thread erlend-aasland
https://github.com/python/cpython/commit/85799f1ffd5f285ef93a608b0aaf6acbb464ff9d commit: 85799f1ffd5f285ef93a608b0aaf6acbb464ff9d branch: main author: RUANG (James Roy) committer: erlend-aasland date: 2024-10-28T21:53:18Z summary: gh-89762: Document strftime %G, %V, and %u format specifiers (#1

[Python-checkins] gh-125985: Add free threading scaling micro benchmarks (#125986)

2024-10-28 Thread colesbury
https://github.com/python/cpython/commit/00ea179879726ae221ac7084bdc14752c45ff558 commit: 00ea179879726ae221ac7084bdc14752c45ff558 branch: main author: Sam Gross committer: colesbury date: 2024-10-28T17:47:23-04:00 summary: gh-125985: Add free threading scaling micro benchmarks (#125986) These

[Python-checkins] GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH-125935)

2024-10-28 Thread brandtbucher
https://github.com/python/cpython/commit/b5b06349eb71b7cf9e5082e26e6fe0145875f95b commit: b5b06349eb71b7cf9e5082e26e6fe0145875f95b branch: main author: Brandt Bucher committer: brandtbucher date: 2024-10-28T14:37:16-07:00 summary: GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD

[Python-checkins] Lint GitHub Actions and Dependabot (#126002)

2024-10-28 Thread hugovk
https://github.com/python/cpython/commit/e1190c054383cc139a40b081568ff76c73de05c8 commit: e1190c054383cc139a40b081568ff76c73de05c8 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-10-28T18:59:35Z

[Python-checkins] [3.12] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124849)

2024-10-28 Thread asvetlov
https://github.com/python/cpython/commit/d89283b3e7591c0a6cac8f22efbb5862ba83c431 commit: d89283b3e7591c0a6cac8f22efbb5862ba83c431 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: asvetlov date: 2024-10-28T15:25:00+01:00 summary: [3.12] gh-12

[Python-checkins] gh-126081: For PRs labeled with "type-feature", require a core review (GH-126082)

2024-10-28 Thread ambv
https://github.com/python/cpython/commit/ced2691de4c9500ac9a5ccded00741a5fc2d9d2c commit: ced2691de4c9500ac9a5ccded00741a5fc2d9d2c branch: main author: Ɓukasz Langa committer: ambv date: 2024-10-28T17:15:46Z summary: gh-126081: For PRs labeled with "type-feature", require a core review (GH-1260

[Python-checkins] [3.12] gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) (GH-125980)

2024-10-28 Thread encukou
https://github.com/python/cpython/commit/1e01dcf429e498ef592b4152b9663fbf263ea54c commit: 1e01dcf429e498ef592b4152b9663fbf263ea54c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-10-28T14:30:29+01:00 summary: [3.12] gh-121

[Python-checkins] [3.13] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989) (GH-125979)

2024-10-28 Thread encukou
https://github.com/python/cpython/commit/ccf040896e9894503bb205c0cd61df23a124f304 commit: ccf040896e9894503bb205c0cd61df23a124f304 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-10-28T14:20:58+01:00 summary: [3.13] gh-120

[Python-checkins] [3.12] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989) (GH-125978)

2024-10-28 Thread encukou
https://github.com/python/cpython/commit/05214e66b0e8d8e6c9255058903c3bfd75849a42 commit: 05214e66b0e8d8e6c9255058903c3bfd75849a42 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-10-28T14:21:05+01:00 summary: [3.12] gh-120

[Python-checkins] [3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems that don't support them (GH-108368) (GH-109697) (#125576)

2024-10-28 Thread ambv
https://github.com/python/cpython/commit/eb1639717b14c06f1c20520b7c6bcf2c45ff4dca commit: eb1639717b14c06f1c20520b7c6bcf2c45ff4dca branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-10-28T13:50:27+01:00 summary: [3.9] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on systems

[Python-checkins] [3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checking the compressed bytes (GH-125042) (#125587)

2024-10-28 Thread ambv
https://github.com/python/cpython/commit/bbe875604a1c10534a7709de653b1874d486 commit: bbe875604a1c10534a7709de653b1874d486 branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-10-28T13:50:42+01:00 summary: [3.9] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip chec

[Python-checkins] [3.13] gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881) (#125987)

2024-10-28 Thread encukou
https://github.com/python/cpython/commit/86ec8aa7ed2275a3a6e123d536812dd75e657d1b commit: 86ec8aa7ed2275a3a6e123d536812dd75e657d1b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-10-28T13:49:45+01:00 summary: [3.13] gh-125

[Python-checkins] [3.13] gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized paths (GH-125712) (#125791)

2024-10-28 Thread pablogsal
https://github.com/python/cpython/commit/00b13ec050696f98da28db15987122d1f3bd5d39 commit: 00b13ec050696f98da28db15987122d1f3bd5d39 branch: 3.13 author: Pablo Galindo Salgado committer: pablogsal date: 2024-10-28T11:50:36Z summary: [3.13] gh-125703: Correctly honour tracemalloc hooks on more PyDE

[Python-checkins] GH-125515: Reduce number of compiler warnings in generated code (GH-125697)

2024-10-28 Thread markshannon
https://github.com/python/cpython/commit/25441592db179e9f5e6c896d1a691459a23e3422 commit: 25441592db179e9f5e6c896d1a691459a23e3422 branch: main author: Mark Shannon committer: markshannon date: 2024-10-28T10:30:31Z summary: GH-125515: Reduce number of compiler warnings in generated code (GH-1256