[Python-checkins] gh-116738: Make `_json` module thread-safe in the free-threading (#119438)

2025-08-30 Thread kumaraditya303
https://github.com/python/cpython/commit/43573028c6ae21c66c118b8bae866c8968b87b68 commit: 43573028c6ae21c66c118b8bae866c8968b87b68 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-08-31T09:42:45+05:30 summary: gh-116738: Make `_json` module thread-safe in the free-thread

[Python-checkins] [3.14] gh-133829: Remove some specifics from the ``zipimport`` example (GH-133835) (#138274)

2025-08-30 Thread hugovk
https://github.com/python/cpython/commit/a37a382f78f3ab52fc01fbdd6bf7c58185459f4f commit: a37a382f78f3ab52fc01fbdd6bf7c58185459f4f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-3

[Python-checkins] [3.14] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multissltests.py` (GH-138147) (#138262)

2025-08-30 Thread hugovk
https://github.com/python/cpython/commit/b79becefb6d5ca2ec7e12a8c3b9b019ef410955e commit: b79becefb6d5ca2ec7e12a8c3b9b019ef410955e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-3

[Python-checkins] [3.14] gh-138257: Fix internal `RuleCollectorVisitor` attribute name (GH-138208) (#138259)

2025-08-30 Thread hugovk
https://github.com/python/cpython/commit/5ec6d56405bd7fe365d428b3c1db32feff260ae8 commit: 5ec6d56405bd7fe365d428b3c1db32feff260ae8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-3

[Python-checkins] gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)

2025-08-30 Thread picnixz
https://github.com/python/cpython/commit/11217a883da324b85a290f5d78f090d8f4880f16 commit: 11217a883da324b85a290f5d78f090d8f4880f16 branch: main author: chemelnucfin <[email protected]> committer: picnixz <[email protected]> date: 2025-08-30T11:28:

[Python-checkins] gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)

2025-08-30 Thread picnixz
https://github.com/python/cpython/commit/bacb7771fb0390a1ae7f83b7bec97e5ce1d60d26 commit: bacb7771fb0390a1ae7f83b7bec97e5ce1d60d26 branch: main author: Ron Frederick committer: picnixz <[email protected]> date: 2025-08-30T09:32:11Z summary: gh-137197: Add `SSLContext.set_c

[Python-checkins] [3.13] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multissltests.py` (GH-138147) (#138263)

2025-08-30 Thread picnixz
https://github.com/python/cpython/commit/8dd027602dc57997a98bbb2fec3ee10473bf012f commit: 8dd027602dc57997a98bbb2fec3ee10473bf012f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] gh-138257: Fix internal `RuleCollectorVisitor` attribute name (GH-138208) (#138260)

2025-08-30 Thread picnixz
https://github.com/python/cpython/commit/573589cf75f8fd60221aa46cf0fca06039e0c7a6 commit: 573589cf75f8fd60221aa46cf0fca06039e0c7a6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multissltests.py` (#138147)

2025-08-30 Thread picnixz
https://github.com/python/cpython/commit/31d3836f26096f9503ca68f4e89d927bc1e060cd commit: 31d3836f26096f9503ca68f4e89d927bc1e060cd branch: main author: Tommaso Bona committer: picnixz <[email protected]> date: 2025-08-30T12:27:32+02:00 summary: gh-138158: Use the `"data"`

[Python-checkins] gh-132657: avoid locks and refcounting in `frozenset` lookups (#136107)

2025-08-30 Thread kumaraditya303
https://github.com/python/cpython/commit/f58a7c717584241467970623384ce61cbd776f29 commit: f58a7c717584241467970623384ce61cbd776f29 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-08-31T00:55:36+05:30 summary: gh-132657: avoid locks and refcounting in `frozenset` lookups

[Python-checkins] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (#138131)

2025-08-30 Thread diegorusso
https://github.com/python/cpython/commit/d3d94e0ed715829d9bf93ef9c35e04832962f19f commit: d3d94e0ed715829d9bf93ef9c35e04832962f19f branch: main author: alm committer: diegorusso date: 2025-08-30T22:21:25+01:00 summary: gh-138061: Exclude __pycache__ directory from the computed digest in the JIT

[Python-checkins] gh-133829: Remove some specifics from the ``zipimport`` example (#133835)

2025-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/c7a097c02ed4df9af227736e8bdc7d51e891eb83 commit: c7a097c02ed4df9af227736e8bdc7d51e891eb83 branch: main author: R Chintan Meher committer: AA-Turner <[email protected]> date: 2025-08-31T01:50:56+01:00 summary: gh-133829: Remove some

[Python-checkins] [3.13] gh-133829: Remove some specifics from the ``zipimport`` example (GH-133835) (#138273)

2025-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/6d2958583ee6d3c2f1f6413357cd73a2c1a3ee1c commit: 6d2958583ee6d3c2f1f6413357cd73a2c1a3ee1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202