[Python-checkins] gh-133046: Reformat the ``ast`` module docstring (GH-133050)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/6d53b752831c453da115dd4ce54a0d121d9990cd commit: 6d53b752831c453da115dd4ce54a0d121d9990cd branch: main author: Hunter Hogan committer: gpshead date: 2025-04-27T14:35:56-07:00 summary: gh-133046: Reformat the ``ast`` module docstring (GH-133050) * Fix for

[Python-checkins] gh-133061: do not mention `UINT32_MAX` in HMAC user-facing messages (#133062)

2025-04-27 Thread picnixz
https://github.com/python/cpython/commit/1b7470f8cbff4bb9e58edd940a997a3647e285e4 commit: 1b7470f8cbff4bb9e58edd940a997a3647e285e4 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-28T01:14:12+

[Python-checkins] gh-128438: Use `EnvironmentVarGuard` in `test_zoneinfo.py` (#131870)

2025-04-27 Thread picnixz
https://github.com/python/cpython/commit/8b4fd24ca5e544735f799089188729753817c391 commit: 8b4fd24ca5e544735f799089188729753817c391 branch: main author: Wulian233 <1055917...@qq.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-27T13:29:37+02:00 summary: gh-128438: U

[Python-checkins] gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/019ee49d50b6466f2f18035c812fa87d20c24a46 commit: 019ee49d50b6466f2f18035c812fa87d20c24a46 branch: main author: Michał Górny committer: gpshead date: 2025-04-27T22:19:59Z summary: gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007) * gh

[Python-checkins] gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)

2025-04-27 Thread picnixz
https://github.com/python/cpython/commit/3695ba93d54f82d9aaa3e88a246596f69a8c948f commit: 3695ba93d54f82d9aaa3e88a246596f69a8c948f branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-27T22:20:15Z

[Python-checkins] gh-127604: ensure `-ldl` is passed to the linker when `dladdr1` is found (#133040)

2025-04-27 Thread picnixz
https://github.com/python/cpython/commit/24436629efa3f90c52fc2e8d1d4613ed70f6d389 commit: 24436629efa3f90c52fc2e8d1d4613ed70f6d389 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-28T00:28:42+

[Python-checkins] Silence system utils tests in emscripten python.sh (#133044)

2025-04-27 Thread freakboy3742
https://github.com/python/cpython/commit/146b981f764cc8975910066096dc2f6cb33beec6 commit: 146b981f764cc8975910066096dc2f6cb33beec6 branch: main author: Lukas <33507994+lukas...@users.noreply.github.com> committer: freakboy3742 date: 2025-04-28T06:13:02+08:00 summary: Silence system utils tests in

[Python-checkins] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (GH-132027)

2025-04-27 Thread zware
https://github.com/python/cpython/commit/6985e2e6dea67630cf13fc02b7ca727af383207b commit: 6985e2e6dea67630cf13fc02b7ca727af383207b branch: main author: Valters Jansons committer: zware date: 2025-04-27T21:56:00Z summary: gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison (G

[Python-checkins] [3.13] gh-133046: Reformat the ``ast`` module docstring (GH-133050) (GH-133060)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/154225bb337ad92175485245603b5ac914174602 commit: 154225bb337ad92175485245603b5ac914174602 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-04-27T21:59:41Z summary: [3.13] gh-133046:

[Python-checkins] [3.13] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053) (GH-133056)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/8fdc10686ba46150879230e67ce33d454fe6fa76 commit: 8fdc10686ba46150879230e67ce33d454fe6fa76 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-04-27T20:54:37Z summary: [3.13] [tests] fix

[Python-checkins] gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314)

2025-04-27 Thread vsajip
https://github.com/python/cpython/commit/28a2fd031e3e9c28bf32670c86b60ea74d0c470d commit: 28a2fd031e3e9c28bf32670c86b60ea74d0c470d branch: main author: Mariusz Felisiak committer: vsajip date: 2025-04-27T22:18:14+01:00 summary: gh-115032: Deprecate support for custom logging handlers with 'strm'

[Python-checkins] gh-132983: Install compression package contents (#133063)

2025-04-27 Thread freakboy3742
https://github.com/python/cpython/commit/632978f00549555f6e4391c0e24f599286471637 commit: 632978f00549555f6e4391c0e24f599286471637 branch: main author: Emma Smith committer: freakboy3742 date: 2025-04-28T14:44:20+08:00 summary: gh-132983: Install compression package contents (#133063) Include c

[Python-checkins] gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_STRING, _BUILD_SET (GH-132564)

2025-04-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/614d79231d1e60d31b9452ea2afbc2a7d2f0034b commit: 614d79231d1e60d31b9452ea2afbc2a7d2f0034b branch: main author: Nadeshiko Manju committer: Fidget-Spinner date: 2025-04-27T20:30:28+08:00 summary: gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_n

[Python-checkins] gh-127495: Append to history file after every statement in PyREPL (GH-132294)

2025-04-27 Thread ambv
https://github.com/python/cpython/commit/276252565ccfcbc6408abcbcbe6af7c56eea1e10 commit: 276252565ccfcbc6408abcbcbe6af7c56eea1e10 branch: main author: Sergey B Kirpichev committer: ambv date: 2025-04-27T15:32:37+02:00 summary: gh-127495: Append to history file after every statement in PyREPL (G

[Python-checkins] gh-91069: do not disable `sha3` in `test_hashlib` under UBSan (#133001)

2025-04-27 Thread picnixz
https://github.com/python/cpython/commit/cc05e4b8676dd438e7928e079925c71dba20cc0f commit: cc05e4b8676dd438e7928e079925c71dba20cc0f branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-27T11:51:00+

[Python-checkins] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/355ee1a429e68602696d5a4a9966c1448af1c8d1 commit: 355ee1a429e68602696d5a4a9966c1448af1c8d1 branch: main author: Gregory P. Smith committer: gpshead date: 2025-04-27T13:28:23-07:00 summary: [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (

[Python-checkins] Docs: fix a couple typos in `Doc/` (GH-132927)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/cd76eff26e5f700ffb715d9d096d2e28744d0594 commit: cd76eff26e5f700ffb715d9d096d2e28744d0594 branch: main author: Yongzi Li <1538321...@qq.com> committer: gpshead date: 2025-04-27T15:56:58-07:00 summary: Docs: fix a couple typos in `Doc/` (GH-132927) fix min

[Python-checkins] gh-132983: Introduce `compression` package and move `_compression` module (GH-133018)

2025-04-27 Thread gpshead
https://github.com/python/cpython/commit/20be6ba61ac8a0a5d6242701c4186579cfa653f0 commit: 20be6ba61ac8a0a5d6242701c4186579cfa653f0 branch: main author: Emma Smith committer: gpshead date: 2025-04-27T14:41:30-07:00 summary: gh-132983: Introduce `compression` package and move `_compression` module