[Python-checkins] gh-127146: Update test skips for Emscripten 4.0.1 (#129375)

2025-01-27 Thread freakboy3742
https://github.com/python/cpython/commit/8e57877e3f43e80762196f6869526d0c1585783a commit: 8e57877e3f43e80762196f6869526d0c1585783a branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-28T01:05:21Z summary: gh-127146: Update test skips for Emscripten 4.0.1 (#129375) Updates th

[Python-checkins] [3.12] gh-85046: Document errno constants (GH-126420) (#129384)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/ea143e67b328d961e3eea9c99ee1131550ce23fc commit: ea143e67b328d961e3eea9c99ee1131550ce23fc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-28T00:20:13Z summary: [3.12] gh-8

[Python-checkins] [3.13] gh-85046: Document errno constants (GH-126420) (#129383)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/332426b4af632294d0be6f01b42b0fb61f79378f commit: 332426b4af632294d0be6f01b42b0fb61f79378f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-28T00:19:06Z summary: [3.13] gh-8

[Python-checkins] gh-85046: Document errno constants (#126420)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/1c3bb200da77f9df30af4717988dad17db086d1a commit: 1c3bb200da77f9df30af4717988dad17db086d1a branch: main author: RUANG (James Roy) committer: erlend-aasland date: 2025-01-28T01:12:45+01:00 summary: gh-85046: Document errno constants (#126420) files: M Doc/

[Python-checkins] [3.13] GH-124398: Pin LLVM to 18.1.0 for Windows JIT CI (GH-124399) (#129380)

2025-01-27 Thread Eclips4
https://github.com/python/cpython/commit/87d587faba69a3192f1574301c2ea9327ab9986b commit: 87d587faba69a3192f1574301c2ea9327ab9986b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-27T22:22:56Z summary: [3.13] GH-124398:

[Python-checkins] [3.12] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (GH-129356)

2025-01-27 Thread gpshead
https://github.com/python/cpython/commit/2df8b395b00f01cf70a0cdad0203d784f8e62d9d commit: 2df8b395b00f01cf70a0cdad0203d784f8e62d9d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-27T14:06:14-08:00 summary: [3.12] gh-119

[Python-checkins] [3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (GH-129355)

2025-01-27 Thread gpshead
https://github.com/python/cpython/commit/5829f7bf70c5264e5c1046667ff529926789e67d commit: 5829f7bf70c5264e5c1046667ff529926789e67d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-27T14:05:59-08:00 summary: [3.13] gh-119

[Python-checkins] [3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-129347) (#129372)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/247c3b26442bc344cd3426755844572a82df6799 commit: 247c3b26442bc344cd3426755844572a82df6799 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-27T17:41:59Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-129347) (#129373)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/23faf5f2dca009f7cc18840246de405dbb7fce9f commit: 23faf5f2dca009f7cc18840246de405dbb7fce9f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-27T17:33:18Z summary: [3.12] gh-1

[Python-checkins] gh-129346: Handle allocation errors for SQLite aggregate context (#129347)

2025-01-27 Thread erlend-aasland
https://github.com/python/cpython/commit/379ab856f59423c570333403a7d5d72f3ea82d52 commit: 379ab856f59423c570333403a7d5d72f3ea82d52 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2025-01-27T18:16:19+01:00 summary: gh-129346: Handle allocation errors for SQLite aggregate co

[Python-checkins] gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)

2025-01-27 Thread colesbury
https://github.com/python/cpython/commit/a6a8c6f86e811f9fcdb577bc1d9b85fbf86c8267 commit: a6a8c6f86e811f9fcdb577bc1d9b85fbf86c8267 branch: main author: Sam Gross committer: colesbury date: 2025-01-27T17:14:51Z summary: gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#1289

[Python-checkins] gh-129205: Modernize test_eintr (#129316)

2025-01-27 Thread vstinner
https://github.com/python/cpython/commit/8a5a18a36ee118e11c0b45c3dfe8bd69e5db82f9 commit: 8a5a18a36ee118e11c0b45c3dfe8bd69e5db82f9 branch: main author: Victor Stinner committer: vstinner date: 2025-01-27T18:04:45+01:00 summary: gh-129205: Modernize test_eintr (#129316) * Use f-string. * Fix gra

[Python-checkins] [3.13] gh-109975: Add list of 3.13 removed library replacements (GH-127816) (#129242)

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

[Python-checkins] gh-128427: Add `uuid.NIL` and `uuid.MAX` (#128429)

2025-01-27 Thread hugovk
https://github.com/python/cpython/commit/8ec76d90340287eb3587f0ae388bbfe158fb28d8 commit: 8ec76d90340287eb3587f0ae388bbfe158fb28d8 branch: main author: Nick Pope committer: hugovk <[email protected]> date: 2025-01-27T18:17:17+02:00 summary: gh-128427: Add `uuid.NIL` and `uui

[Python-checkins] Cleanup What's New in Python 3.14 (C API changes) (#129341)

2025-01-27 Thread vstinner
https://github.com/python/cpython/commit/d8e16ef7037ac254e4799d2991c7fc3fe576c545 commit: d8e16ef7037ac254e4799d2991c7fc3fe576c545 branch: main author: Victor Stinner committer: vstinner date: 2025-01-27T16:06:07+01:00 summary: Cleanup What's New in Python 3.14 (C API changes) (#129341) * Docum

[Python-checkins] [3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129140) (#129360)

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

[Python-checkins] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (#129140)

2025-01-27 Thread hugovk
https://github.com/python/cpython/commit/9546fe2ef2db921709f3cb355b33bba977658672 commit: 9546fe2ef2db921709f3cb355b33bba977658672 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-01-27T16:24:10+0

[Python-checkins] gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md (#129322)

2025-01-27 Thread Eclips4
https://github.com/python/cpython/commit/a5075cd5bd0307d9c19a0e0d6fcf4b7ad3d5a915 commit: a5075cd5bd0307d9c19a0e0d6fcf4b7ad3d5a915 branch: main author: Sergey Miryanov committer: Eclips4 date: 2025-01-27T16:36:09+02:00 summary: gh-119786: Fix small typo in AST to CFG to bytecode section in compi

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_decimal` (GH-129074)

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/d6f010dead1a0d4b8a9e51f0187617b0394c9c2a commit: d6f010dead1a0d4b8a9e51f0187617b0394c9c2a branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-27T15:15:42+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Python/traceback.c` (GH-128259)

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/ced296d2c0483ad74988b263921917f107a1da04 commit: ced296d2c0483ad74988b263921917f107a1da04 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-27T15:07:39+01:00 summary: gh-78: fix UBSan failur

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

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/6bb03c74907492f2315f39a342e1e47bbd5e1a56 commit: 6bb03c74907492f2315f39a342e1e47bbd5e1a56 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-27T15:06:10+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/{blake2,md5,sha1,sha2,sha3}module.c` (GH-128248)

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/922cfecbcefe7c3ab26ca9db4e656f450378cc24 commit: 922cfecbcefe7c3ab26ca9db4e656f450378cc24 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-27T14:50:58+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-119511: Fix a potential denial of service in imaplib (#119514)

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/735f25c5e3a0f74438c86468ec4dfbe219d93c91 commit: 735f25c5e3a0f74438c86468ec4dfbe219d93c91 branch: main author: Serhiy Storchaka committer: encukou date: 2025-01-27T14:44:00+01:00 summary: gh-119511: Fix a potential denial of service in imaplib (#119514)

[Python-checkins] gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)

2025-01-27 Thread encukou
https://github.com/python/cpython/commit/3fb5f6eb9b2b966142b576610210d2b491c1eebb commit: 3fb5f6eb9b2b966142b576610210d2b491c1eebb branch: main author: Peter Bierma committer: encukou date: 2025-01-27T14:36:33+01:00 summary: gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH

[Python-checkins] gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339)

2025-01-27 Thread vstinner
https://github.com/python/cpython/commit/7ec17429d462aee071c067e3b84c8a7e4fcf7263 commit: 7ec17429d462aee071c067e3b84c8a7e4fcf7263 branch: main author: Victor Stinner committer: vstinner date: 2025-01-27T10:51:16Z summary: gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339) It'

[Python-checkins] gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)

2025-01-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/87fb8b198c1633d9ce0b542eda230575892f416e commit: 87fb8b198c1633d9ce0b542eda230575892f416e branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-01-27T18:30:20+08:00 summary: gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112) files:

[Python-checkins] gh-102471: Credit Sergey B Kirpichev for PEP 757 (#129338)

2025-01-27 Thread vstinner
https://github.com/python/cpython/commit/11148e91e3bee58ec1897ba3621445aa41629884 commit: 11148e91e3bee58ec1897ba3621445aa41629884 branch: main author: Victor Stinner committer: vstinner date: 2025-01-27T11:44:13+01:00 summary: gh-102471: Credit Sergey B Kirpichev for PEP 757 (#129338) files: M