[Python-checkins] [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/9663f93a50469828e3c149c6b535227170a29409 commit: 9663f93a50469828e3c149c6b535227170a29409 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-21T00:00:19Z summary: [3.14] gh-13

[Python-checkins] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/246be21de1e2a51d757c747902108dfec13e0605 commit: 246be21de1e2a51d757c747902108dfec13e0605 branch: main author: AN Long committer: ZeroIntensity date: 2025-07-20T23:34:32Z summary: gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472

[Python-checkins] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (#136853)

2025-07-20 Thread ambv
https://github.com/python/cpython/commit/aec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953 commit: aec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953 branch: main author: Hood Chatham committer: ambv date: 2025-07-21T00:30:35+02:00 summary: gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (#1368

[Python-checkins] [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)

2025-07-20 Thread savannahostrowski
https://github.com/python/cpython/commit/17c5959aa3daee4b63d78e944a1d355daa651e52 commit: 17c5959aa3daee4b63d78e944a1d355daa651e52 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-07-20T15:22:53-07:00 summary: [3.

[Python-checkins] GH-130645: Default to color help in argparse (#136809)

2025-07-20 Thread savannahostrowski
https://github.com/python/cpython/commit/acbe896cb12d6a92e6150fff22921756f6928035 commit: acbe896cb12d6a92e6150fff22921756f6928035 branch: main author: Pablo Galindo Salgado committer: savannahostrowski date: 2025-07-20T14:55:44-07:00 summary: GH-130645: Default to color help in argparse (#13680

[Python-checkins] [3.14] GH-111758: Merge TSan and UBSan reusable GHA workflows (GH-136820) (#136883)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/2f7684ceeef487bedbbae3283ad92bbb9d7e143e commit: 2f7684ceeef487bedbbae3283ad92bbb9d7e143e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/65d2c51c10425dcfacc0a13810d58c41240d7ff9 commit: 65d2c51c10425dcfacc0a13810d58c41240d7ff9 branch: main author: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2025-07-20T23:03:46+03:00 summary

[Python-checkins] gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/8f59fbb082a4d64619aeededc47b3b45212d2341 commit: 8f59fbb082a4d64619aeededc47b3b45212d2341 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-20T20:49:00+02:00 summary: gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546) Co-

[Python-checkins] gh-91349: Adjust default compression level to 6 (down from 9) in gzip and tarfile (GH-131470)

2025-07-20 Thread gpshead
https://github.com/python/cpython/commit/e24c66d55a4fd2c56017f8f4e1bcb154db4ba50a commit: e24c66d55a4fd2c56017f8f4e1bcb154db4ba50a branch: main author: morotti committer: gpshead <[email protected]> date: 2025-07-20T09:43:40-07:00 summary: gh-91349: Adjust default compression

[Python-checkins] gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/958657bbc3351c66dd8e319503675521bfdea49a commit: 958657bbc3351c66dd8e319503675521bfdea49a branch: main author: Alexander Urieles committer: encukou date: 2025-07-20T13:53:54Z summary: gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection

[Python-checkins] gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/18a7f5dad832488e8965fe29159a62abc18368e2 commit: 18a7f5dad832488e8965fe29159a62abc18368e2 branch: main author: MonadChains committer: encukou date: 2025-07-20T15:33:58+02:00 summary: gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821) fi

[Python-checkins] [3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)

2025-07-20 Thread AA-Turner
https://github.com/python/cpython/commit/74607b139d188762bf55ccb9d417b114bac0b12a commit: 74607b139d188762bf55ccb9d417b114bac0b12a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866)

2025-07-20 Thread AA-Turner
https://github.com/python/cpython/commit/2caae152b962ea67ebc8bb473d7d594152f0e443 commit: 2caae152b962ea67ebc8bb473d7d594152f0e443 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-134531: prefer using `_hashlib` module state instead of module object (#136865)

2025-07-20 Thread picnixz
https://github.com/python/cpython/commit/4a151cae3317ce133bdf0792fb1064c5030e588c commit: 4a151cae3317ce133bdf0792fb1064c5030e588c branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-20T13:10:36Z

[Python-checkins] [3.14] gh-130655: gettext: Add fallback testcase (GH-136857) (#136862)

2025-07-20 Thread tomasr8
https://github.com/python/cpython/commit/c537b98e489501e6ad33f244b9eb1e78db1e1bf2 commit: c537b98e489501e6ad33f244b9eb1e78db1e1bf2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: tomasr8 date: 2025-07-20T12:32:58Z summary: [3.14] gh-130655:

[Python-checkins] gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)

2025-07-20 Thread picnixz
https://github.com/python/cpython/commit/c504f62fe2ebd86c93fb001b62478e0e3249fb6c commit: c504f62fe2ebd86c93fb001b62478e0e3249fb6c branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-20T14:32:35+

[Python-checkins] [3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)

2025-07-20 Thread tomasr8
https://github.com/python/cpython/commit/cc8b9d6939fec729309ef6f0b00075af7417be12 commit: cc8b9d6939fec729309ef6f0b00075af7417be12 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: tomasr8 date: 2025-07-20T12:30:09Z summary: [3.13] gh-130655:

[Python-checkins] gh-86608: Improve and restructure tarfile examples (#121771)

2025-07-20 Thread AA-Turner
https://github.com/python/cpython/commit/cc81b4e501138b5793d419c81c3a2859a17207a7 commit: cc81b4e501138b5793d419c81c3a2859a17207a7 branch: main author: Dominic H. committer: AA-Turner <[email protected]> date: 2025-07-20T12:19:47Z summary: gh-86608: Improve and restructur

[Python-checkins] [3.13] gh-136854: Exit on error in `make venv` (GH-136856) (#136861)

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

[Python-checkins] [3.14] gh-136854: Exit on error in `make venv` (GH-136856) (#136860)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/ee37365e0db5712b808456d136c19ef582059bbd commit: ee37365e0db5712b808456d136c19ef582059bbd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] gh-130655: gettext: Add fallback testcase (#136857)

2025-07-20 Thread tomasr8
https://github.com/python/cpython/commit/c6e6fe92cd8b90d546652764e3eaf1631da16f8f commit: c6e6fe92cd8b90d546652764e3eaf1631da16f8f branch: main author: Dominic H. committer: tomasr8 date: 2025-07-20T14:08:13+02:00 summary: gh-130655: gettext: Add fallback testcase (#136857) files: M Lib/test/te

[Python-checkins] gh-136854: Exit on error in `make venv` (#136856)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/9c2f91cde80a6758e0c1390323bf6f7eb4b5d6b5 commit: 9c2f91cde80a6758e0c1390323bf6f7eb4b5d6b5 branch: main author: Nacho Caballero committer: hugovk <[email protected]> date: 2025-07-20T12:08:00Z summary: gh-136854: Exit on error in `make

[Python-checkins] [3.14] gh-136438: Make sure `test_remote_pdb` pass with all optimization levels (GH-136788) (GH-136855)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/0e909267f65bb0050a17e4651877ecec747e528a commit: 0e909267f65bb0050a17e4651877ecec747e528a branch: 3.14 author: Olga Pustovalova <[email protected]> committer: encukou date: 2025-07-20T13:51:59+02:00 summary: [3.14] gh-136438: Make sure

[Python-checkins] [3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/2cb3b534e724ba49a742586590d3ee65efdc2d71 commit: 2cb3b534e724ba49a742586590d3ee65efdc2d71 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] gh-108362: Retarget incremental GC changes to 3.14 (#125453)

2025-07-20 Thread hugovk
https://github.com/python/cpython/commit/dda9d0011fc3d3f561ca00ac83bf7a55a6325aa9 commit: dda9d0011fc3d3f561ca00ac83bf7a55a6325aa9 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-07-20T12:56:55+0

[Python-checkins] gh-136787: improve exception messages for invalid hash algorithms (#136802)

2025-07-20 Thread picnixz
https://github.com/python/cpython/commit/6be49ee517258281357aa6846d2564bc5626b7ca commit: 6be49ee517258281357aa6846d2564bc5626b7ca branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-20T08:49:34Z

[Python-checkins] gh-136438: Make sure `test_remote_pdb` pass with all optimization levels (GH-136788)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/588d9fb84ae014502811ec8580411ea0df7200fe commit: 588d9fb84ae014502811ec8580411ea0df7200fe branch: main author: Olga Pustovalova <[email protected]> committer: encukou date: 2025-07-20T10:57:54+02:00 summary: gh-136438: Make sure `test_

[Python-checkins] [3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (#136799)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/c99fad72a1c86c0ae4522ef02de2b4811bd7591f commit: c99fad72a1c86c0ae4522ef02de2b4811bd7591f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-20T10:55:40+02:00 summary: [3.13] Doc/c-

[Python-checkins] [3.14] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (GH-136798)

2025-07-20 Thread encukou
https://github.com/python/cpython/commit/cce38eefd4b8f4e90eaa40ebfda64cb5ffde679f commit: cce38eefd4b8f4e90eaa40ebfda64cb5ffde679f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-20T10:55:06+02:00 summary: [3.14] Doc/c-