[Python-checkins] [3.14] gh-136229: Remove Platform Emscripten is not supported warning (GH-136230) (#136445)

2025-07-08 Thread freakboy3742
https://github.com/python/cpython/commit/e0b9f0721c842a32fb5fd761f2d3e5cd0a568a69 commit: e0b9f0721c842a32fb5fd761f2d3e5cd0a568a69 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-07-09T02:42:49Z summary: [3.14] gh-136

[Python-checkins] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (#136309)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/0152df5fffb5fc4e538f62543a658d3980079de5 commit: 0152df5fffb5fc4e538f62543a658d3980079de5 branch: main author: Yuki Kobayashi committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-08T15:05:05+03:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] gh-136186: Fix race condition in test_external_inspection.test_only_active_thread (#136347)

2025-07-08 Thread pablogsal
https://github.com/python/cpython/commit/ba9c1986305517ed88470129fe7c71aaec22d08d commit: ba9c1986305517ed88470129fe7c71aaec22d08d branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-08T13:23:31+01:00 summary: gh-136186: Fix race condition in test_external_inspection.t

[Python-checkins] [3.14] Update bytecode magic number in tests for the 3.14 release candidate (GH-136427) (#136429)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/66f85f4be84964d2ffb9611d05cebb986c2abf2d commit: 66f85f4be84964d2ffb9611d05cebb986c2abf2d branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] gh-136162: Document `encodings` package functions (#136164)

2025-07-08 Thread malemburg
https://github.com/python/cpython/commit/ffd7f2f231f5543e6863c6c85e86f72233229771 commit: ffd7f2f231f5543e6863c6c85e86f72233229771 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: malemburg date: 2025-07-08T23:34:48+02:00 summary: gh-136162: Documen

[Python-checkins] gh-92536: Fix comment about number of unicode string types (#136439)

2025-07-08 Thread malemburg
https://github.com/python/cpython/commit/a6566e49e63219b6dad6034fb046bd5b54f7af1a commit: a6566e49e63219b6dad6034fb046bd5b54f7af1a branch: main author: Arseniy Terekhin committer: malemburg date: 2025-07-08T23:49:55+02:00 summary: gh-92536: Fix comment about number of unicode string types (#1364

[Python-checkins] [3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135400)

2025-07-08 Thread pablogsal
https://github.com/python/cpython/commit/b69f3118a9e1eb00f5dd5447215787bbd7a72ad2 commit: b69f3118a9e1eb00f5dd5447215787bbd7a72ad2 branch: 3.12 author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-09T00:40:55+01:00 summary: [3.12] gh-130077: Properly match full soft keywords in the p

[Python-checkins] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (#136384)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/db699db99d214dccb7c4849fa609fdd5188ee038 commit: db699db99d214dccb7c4849fa609fdd5188ee038 branch: main author: sobolevn committer: sobolevn date: 2025-07-08T07:51:36Z summary: gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py`

[Python-checkins] [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136408)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/4a889d8436c5011490718797b7da50324268a0e9 commit: 4a889d8436c5011490718797b7da50324268a0e9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-07-08T08:14:14Z summary: [3.13] gh-136297:

[Python-checkins] [3.14] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136407)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/145c08629bc2df2176cd03b69215e652e3f946c4 commit: 145c08629bc2df2176cd03b69215e652e3f946c4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-07-08T08:16:51Z summary: [3.14] gh-136297:

[Python-checkins] [3.14] gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933) (#136387)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/376e037eccdb7a75c28725b470bd7f916a9bb987 commit: 376e037eccdb7a75c28725b470bd7f916a9bb987 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] [3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136383)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/f17be28cd85324a497eafdf50949eacd8d82739a commit: f17be28cd85324a497eafdf50949eacd8d82739a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] [3.14] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136382)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/3296d9bcfd51d4df58d437264182ee421b8cd2ca commit: 3296d9bcfd51d4df58d437264182ee421b8cd2ca branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)

2025-07-08 Thread kumaraditya303
https://github.com/python/cpython/commit/89f06a38c07f8ad72611e3bb545484d71a8a8d1b commit: 89f06a38c07f8ad72611e3bb545484d71a8a8d1b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-08T13:04:50+05:30 summary: gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching

[Python-checkins] gh-117657: enable `test_capi` under TSAN (#136269)

2025-07-08 Thread kumaraditya303
https://github.com/python/cpython/commit/51934000babed30c35dd49787145785a2d8f722d commit: 51934000babed30c35dd49787145785a2d8f722d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-08T13:05:24+05:30 summary: gh-117657: enable `test_capi` under TSAN (#136269) files: M Lib

[Python-checkins] Update bytecode magic number in tests for the 3.14 release candidate (#136427)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/bc9bc078df302dd5cc9928c42c37f4f6d414c767 commit: bc9bc078df302dd5cc9928c42c37f4f6d414c767 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-08T20:11:48+0

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136414)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/f0e603412bb6945761551c412ad324720909c6cc commit: f0e603412bb6945761551c412ad324720909c6cc branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136415)

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/c44070b2d51d59f608577b1f6c55c0168d8e416b commit: c44070b2d51d59f608577b1f6c55c0168d8e416b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-0

[Python-checkins] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (#136381)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/490eea02819ad303a5042529af7507b7b1fdabdc commit: 490eea02819ad303a5042529af7507b7b1fdabdc branch: main author: AN Long committer: sobolevn date: 2025-07-08T13:32:14Z summary: gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor`

[Python-checkins] [3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (GH-136381) (#136420)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/f937b9fffbaaf5e604d5a575758c81d411b33c81 commit: f937b9fffbaaf5e604d5a575758c81d411b33c81 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-07-08T19:11:48+03:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-136186: Fix race condition in test_external_inspection.test_only_active_thread (GH-136347) (#136416)

2025-07-08 Thread pablogsal
https://github.com/python/cpython/commit/78c12273810036f555c515e807887b9d1473f12b commit: 78c12273810036f555c515e807887b9d1473f12b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-07-08T12:48:03Z summary: [3.14] gh-136186

[Python-checkins] gh-136156: Allow using linkat() with TemporaryFile (#136281)

2025-07-08 Thread vstinner
https://github.com/python/cpython/commit/6c81e8c57a1d291863c6beaa42392a7f1cf52854 commit: 6c81e8c57a1d291863c6beaa42392a7f1cf52854 branch: main author: Victor Stinner committer: vstinner date: 2025-07-08T18:39:47+02:00 summary: gh-136156: Allow using linkat() with TemporaryFile (#136281) tempfi

[Python-checkins] Python 3.14.0b4

2025-07-08 Thread hugovk
https://github.com/python/cpython/commit/7ec1faba0c85d28ae490555f0922c86eb50e874b commit: 7ec1faba0c85d28ae490555f0922c86eb50e874b branch: 3.14 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-08T11:57:23+0

[Python-checkins] GH-91636: Clear weakrefs created by finalizers. (GH-136401)

2025-07-08 Thread nascheme
https://github.com/python/cpython/commit/b6b99bf7f1edab77c485faf4e23da868f3a7b68c commit: b6b99bf7f1edab77c485faf4e23da868f3a7b68c branch: main author: Neil Schemenauer committer: nascheme date: 2025-07-08T12:19:57-07:00 summary: GH-91636: Clear weakrefs created by finalizers. (GH-136401) Weakr

[Python-checkins] gh-91048: Revert the memory cache removal for remote debugging (#136440)

2025-07-08 Thread pablogsal
https://github.com/python/cpython/commit/77d25e5b169f7c306d3a6d9ca6777c0a0be80d8f commit: 77d25e5b169f7c306d3a6d9ca6777c0a0be80d8f branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-09T00:31:17Z summary: gh-91048: Revert the memory cache removal for remote debugging (#

[Python-checkins] [3.14] gh-91048: Revert the memory cache removal for remote debugging (GH-136440) (#136443)

2025-07-08 Thread pablogsal
https://github.com/python/cpython/commit/9a79c5128f6d10118b9c2a402f2f9582f7a2c489 commit: 9a79c5128f6d10118b9c2a402f2f9582f7a2c489 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-07-09T02:21:56+01:00 summary: [3.14] gh-9

[Python-checkins] gh-136229: Remove Platform Emscripten is not supported warning (#136230)

2025-07-08 Thread freakboy3742
https://github.com/python/cpython/commit/6ea425828540d7a19296183c3410283897767d9a commit: 6ea425828540d7a19296183c3410283897767d9a branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-09T02:26:41Z summary: gh-136229: Remove Platform Emscripten is not supported warning (#136230