[Python-checkins] [3.13] gh-63882: Implement some `test_minidom` tests (GH-132879) (#133029)

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

[Python-checkins] gh-124703: Set return code to 1 when aborting process from pdb (#133013)

2025-04-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/4f18916c5c28321f363e85ee7ef3ee29bbf79d8e commit: 4f18916c5c28321f363e85ee7ef3ee29bbf79d8e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-26T18:43:23-04:00 summary: gh-124703: Set return code to 1 when aborting process from pdb (#133

[Python-checkins] gh-63882: Implement some `test_minidom` tests (#132879)

2025-04-26 Thread hugovk
https://github.com/python/cpython/commit/ee033d455577dd7af6c5421f3365eba1c9af1087 commit: ee033d455577dd7af6c5421f3365eba1c9af1087 branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-04-26T23:03

[Python-checkins] [3.13] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (GH-133019) (#133023)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/3a1a2a0b4989c2c47973f40a18e863879a8631b3 commit: 3a1a2a0b4989c2c47973f40a18e863879a8631b3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133003)

2025-04-26 Thread Fidget-Spinner
https://github.com/python/cpython/commit/5e96e4fca80a8cd25da6b469b25f8f5a514de8be commit: 5e96e4fca80a8cd25da6b469b25f8f5a514de8be branch: main author: Tomas R. committer: Fidget-Spinner date: 2025-04-27T02:47:55+08:00 summary: gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT

[Python-checkins] [3.13] gh-63882: Use `self.assert*` methods in `test_minidom` (GH-133000) (#133024)

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

[Python-checkins] gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019)

2025-04-26 Thread gvanrossum
https://github.com/python/cpython/commit/8d6d7386a35b4a6fdd7d599f2184780bb83cc306 commit: 8d6d7386a35b4a6fdd7d599f2184780bb83cc306 branch: main author: John committer: gvanrossum date: 2025-04-26T18:57:08Z summary: gh-133016: Fix a reference to removed `asyncio.futures.TimeoutError` (#133019) J

[Python-checkins] [3.13] doc: update co_flags reference (GH-132300) (#132936)

2025-04-26 Thread hugovk
https://github.com/python/cpython/commit/2c9842f7ace5ba227c8e94bdd96cbce502c47804 commit: 2c9842f7ace5ba227c8e94bdd96cbce502c47804 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-04-26T21:47:51+0

[Python-checkins] gh-63882: Use `self.assert*` methods in `test_minidom` (#133000)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/56c88e4e8d4b183147ca9a7609dfdea96cb03e18 commit: 56c88e4e8d4b183147ca9a7609dfdea96cb03e18 branch: main author: Stan Ulbrych <[email protected]> committer: picnixz <[email protected]> date: 2025-04-26T18

[Python-checkins] gh-133006: Add subprocess check for remote pdb test (#133014)

2025-04-26 Thread pablogsal
https://github.com/python/cpython/commit/0eb0e70ca073cc3eb26611963301ca8258217505 commit: 0eb0e70ca073cc3eb26611963301ca8258217505 branch: main author: Tian Gao committer: pablogsal date: 2025-04-26T19:09:09+01:00 summary: gh-133006: Add subprocess check for remote pdb test (#133014) files: M L

[Python-checkins] gh-132991: Add socket.IP_FREEBIND constant (GH-132998)

2025-04-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/314f4b9716c2a3f49f7834d1e12bb2ee6c24a588 commit: 314f4b9716c2a3f49f7834d1e12bb2ee6c24a588 branch: main author: Alyssa Ross committer: serhiy-storchaka date: 2025-04-26T20:54:12+03:00 summary: gh-132991: Add socket.IP_FREEBIND constant (GH-132998) files:

[Python-checkins] gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/bd2e5f044c9cb08b8725ab45b05de0115d014bbe commit: bd2e5f044c9cb08b8725ab45b05de0115d014bbe branch: main author: Anthony Sottile committer: picnixz <[email protected]> date: 2025-04-26T18:44:19+02:00 summary: gh-131298: update `Module

[Python-checkins] gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)

2025-04-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/632524a5cbdd3e92d0e9e68fe8b464ed16ec commit: 632524a5cbdd3e92d0e9e68fe8b464ed16ec branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-26T17:14:18+03:00 summary: gh-132987: Support __index__() for "k" and "K" formats in

[Python-checkins] gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/e714ead7a2895799b7f2cbded086378d92625a3a commit: e714ead7a2895799b7f2cbded086378d92625a3a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-26T13:17:03Z

[Python-checkins] [3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)" (#133004)

2025-04-26 Thread vstinner
https://github.com/python/cpython/commit/994529da92b466453291da5c188d0e6fbcf51eb5 commit: 994529da92b466453291da5c188d0e6fbcf51eb5 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-04-26T12:53:03Z summary: [3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util depre

[Python-checkins] [3.13] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (GH-132990) (#132992)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/41e19a78b2e80514a3352cdcbd51c79bf4bdf5bb commit: 41e19a78b2e80514a3352cdcbd51c79bf4bdf5bb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/7f02ded29fb0e7f4ee115b5be32a591ff7b449b8 commit: 7f02ded29fb0e7f4ee115b5be32a591ff7b449b8 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-26T10:38:27Z

[Python-checkins] gh-132781: fix refleaks in `crossinterp_exceptions.h` post gh-132782 (#132989)

2025-04-26 Thread picnixz
https://github.com/python/cpython/commit/ca12a744abd02d0d36adfb1444c1ba31623d617d commit: ca12a744abd02d0d36adfb1444c1ba31623d617d branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-26T12:14:14+