[Python-checkins] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)

2025-06-14 Thread vsajip
https://github.com/python/cpython/commit/2bd3895fcabb2dfdae5c0c72e60483e3d3267f0f commit: 2bd3895fcabb2dfdae5c0c72e60483e3d3267f0f branch: main author: Jeremy Cline committer: vsajip date: 2025-06-15T06:34:29+01:00 summary: gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers

[Python-checkins] gh-135171: Update documentation for the generator expression (GH-135351)

2025-06-14 Thread gpshead
https://github.com/python/cpython/commit/8979d3afe376c67931665070a79f6939ebcd940b commit: 8979d3afe376c67931665070a79f6939ebcd940b branch: main author: Serhiy Storchaka committer: gpshead date: 2025-06-14T17:32:44-07:00 summary: gh-135171: Update documentation for the generator expression (GH-13

[Python-checkins] [3.13] gh-135171: Update documentation for the generator expression (GH-135351) (GH-135525)

2025-06-14 Thread gpshead
https://github.com/python/cpython/commit/a80d47ecb1c1a272b1fc305eaf0a1afdc228ddfd commit: a80d47ecb1c1a272b1fc305eaf0a1afdc228ddfd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-06-15T00:38:52Z summary: [3.13] gh-135171:

[Python-checkins] [3.14] gh-135171: Update documentation for the generator expression (GH-135351) (#135524)

2025-06-14 Thread gpshead
https://github.com/python/cpython/commit/ee141f027715658e1e69b5f3b6f7e8c6c2f95b2c commit: ee141f027715658e1e69b5f3b6f7e8c6c2f95b2c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-06-15T00:38:19Z summary: [3.14] gh-135171:

[Python-checkins] [3.14] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135516)

2025-06-14 Thread picnixz
https://github.com/python/cpython/commit/c5f066ddf7b1059008ec20595ad312b206e20ba5 commit: c5f066ddf7b1059008ec20595ad312b206e20ba5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135517)

2025-06-14 Thread picnixz
https://github.com/python/cpython/commit/15340775f8ded517e98604fb416e6f758d21f635 commit: 15340775f8ded517e98604fb416e6f758d21f635 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (#135508)

2025-06-14 Thread picnixz
https://github.com/python/cpython/commit/2e15a50851da66eb8227ec6ea07a9cc7ed08fbf3 commit: 2e15a50851da66eb8227ec6ea07a9cc7ed08fbf3 branch: main author: Caleb Xu committer: picnixz <[email protected]> date: 2025-06-14T16:04:16Z summary: gh-135497: fix `MAXLOGNAME` detection

[Python-checkins] [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (GH-135505) (#135515)

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

[Python-checkins] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (#135505)

2025-06-14 Thread AA-Turner
https://github.com/python/cpython/commit/fc413ecb8f4bf1c59b29932695e3538548eb1a8a commit: fc413ecb8f4bf1c59b29932695e3538548eb1a8a branch: main author: sobolevn committer: AA-Turner <[email protected]> date: 2025-06-14T16:07:19+01:00 summary: gh-135504: Document `LIBZSTD_

[Python-checkins] gh-135368: Fix mocks on dataclass specs with `instance=True` (#135421)

2025-06-14 Thread cjw296
https://github.com/python/cpython/commit/c8319a3fea9ff7f9b49008be3b5d681112bbe7f3 commit: c8319a3fea9ff7f9b49008be3b5d681112bbe7f3 branch: main author: sobolevn committer: cjw296 date: 2025-06-14T09:46:43+01:00 summary: gh-135368: Fix mocks on dataclass specs with `instance=True` (#135421) * gh

[Python-checkins] gh-135474: Specialize arithmetic only on compact ints (GH-135479)

2025-06-14 Thread Fidget-Spinner
https://github.com/python/cpython/commit/7b15873ed00766ef6760048449f44ea0e41f4a12 commit: 7b15873ed00766ef6760048449f44ea0e41f4a12 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-06-14T17:13:32+08:00 summary: gh-135474: Specialize arithmetic only on compact ints (GH-135479) Sp

[Python-checkins] [3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-135421) (#135503)

2025-06-14 Thread sobolevn
https://github.com/python/cpython/commit/79df5d1c54f9c2aaccae48a75e40ac629ed0cca0 commit: 79df5d1c54f9c2aaccae48a75e40ac629ed0cca0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-14T09:11:31Z summary: [3.14] gh-135368:

[Python-checkins] [3.13] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135501)

2025-06-14 Thread hugovk
https://github.com/python/cpython/commit/a43cf1074a8b53abc2c44dec0db42d7dbf6ff93a commit: a43cf1074a8b53abc2c44dec0db42d7dbf6ff93a branch: 3.13 author: GiGaGon <[email protected]> committer: hugovk <[email protected]> date: 2025-06-14T11:00:14+03:0