[Python-checkins] [3.14] gh-135148: Correctly handle f/t strings with comments and debug expressions (GH-135198) (#136720)

2025-07-16 Thread pablogsal
https://github.com/python/cpython/commit/9bf3464852f07c1562ebb4130d41c05d8ef5c3a8 commit: 9bf3464852f07c1562ebb4130d41c05d8ef5c3a8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-07-17T00:10:46+02:00 summary: [3.14] gh-1

[Python-checkins] fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/180b3eb697bf5bb0088f3f35ef2d3675f9fff04f commit: 180b3eb697bf5bb0088f3f35ef2d3675f9fff04f branch: main author: Ole Herman Schumacher Elgesem <[email protected]> committer: kumaraditya303 date: 2025-07-16T22:59:30+05:30 summary:

[Python-checkins] [3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/5f1d46f7d0b03d4deb192e37e6a727136e2e0aa3 commit: 5f1d46f7d0b03d4deb192e37e6a727136e2e0aa3 branch: 3.14 author: Zachary Ware committer: zware date: 2025-07-16T17:15:50Z summary: [3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719) (ch

[Python-checkins] [3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136724)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/883223919fd56225e1d2b9ebb1235932fca9a957 commit: 883223919fd56225e1d2b9ebb1235932fca9a957 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-16T16:40:22Z summary: [3.13] gh-12

[Python-checkins] [3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136723)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/6943d8ef275a5b4a687a730287d9421e2fae3fae commit: 6943d8ef275a5b4a687a730287d9421e2fae3fae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-16T16:40:11Z summary: [3.14] gh-12

[Python-checkins] gh-136669: build `_asyncio` as static module (#136670)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/b7d722547bcc9e92dca4837b9fdbe7457788820b commit: b7d722547bcc9e92dca4837b9fdbe7457788820b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-16T22:09:08+05:30 summary: gh-136669: build `_asyncio` as static module (#136670) `_asynci

[Python-checkins] [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/fddb58a5efa01cb65e97eabbf7c085dc86164010 commit: fddb58a5efa01cb65e97eabbf7c085dc86164010 branch: 3.13 author: Zachary Ware committer: zware date: 2025-07-16T16:33:46Z summary: [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721) (ch

[Python-checkins] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/69d8fe50ddc4dbe757c9929a532e2e882f0261ba commit: 69d8fe50ddc4dbe757c9929a532e2e882f0261ba branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-07-16T12:34:14-04:00 summary: gh-126548: Add a thread-unsafety warning for `importlib.reloa

[Python-checkins] [3.14] gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (GH-136707) (#136717)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/9b7c4183cdfe245c06d417e871452398e4be1935 commit: 9b7c4183cdfe245c06d417e871452398e4be1935 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-07-16T16:24:15Z summary: [3.14] gh-127

[Python-checkins] [3.14] gh-127146: Emscripten: Make os.umask() actually work (GH-136706) (#136711)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/4eee754091eb1f4cf0d989d5d780ca8da45bb0ed commit: 4eee754091eb1f4cf0d989d5d780ca8da45bb0ed branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-07-16T16:12:36Z summary: [3.14] gh-127

[Python-checkins] [3.14] gh-127146: Emscripten: more regular stack overflow skips (GH-136708) (#136712)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/ca6db4fdae9e2a7369502218b46b03c2624a0836 commit: ca6db4fdae9e2a7369502218b46b03c2624a0836 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-07-16T17:54:04+02:00 summary: [3.14] g

[Python-checkins] gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/dcd27aace180737adaddc79c00c181816fc6e162 commit: dcd27aace180737adaddc79c00c181816fc6e162 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-16T17:53:47+02:00 summary: gh-127146: Emscripten: Don't need to avoid unpaired surrogate anym

[Python-checkins] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)

2025-07-16 Thread zware
https://github.com/python/cpython/commit/bde808ad6ba5eee8a6201983cf071449d7ce7e39 commit: bde808ad6ba5eee8a6201983cf071449d7ce7e39 branch: main author: Harmen Stoppels committer: zware date: 2025-07-16T15:30:10Z summary: gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709) files:

[Python-checkins] [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/3e718d9144c1eb251e2d3b9e8595c4ab270c6275 commit: 3e718d9144c1eb251e2d3b9e8595c4ab270c6275 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-07-16T15:05:47Z summary: [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715) (cherry p

[Python-checkins] [3.14] Add `.gram` file to the `.editorconfig` (GH-136680) (#136714)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/9ab29cac192b7678ecb133bd743c295f1d8617f5 commit: 9ab29cac192b7678ecb133bd743c295f1d8617f5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-16T15:01:44Z summary: [3.14] Add `.gram

[Python-checkins] Add `.gram` file to the `.editorconfig` (#136680)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/2f0db9b05f0598548c0c136571c31065ecf961e5 commit: 2f0db9b05f0598548c0c136571c31065ecf961e5 branch: main author: sobolevn committer: sobolevn date: 2025-07-16T17:35:15+03:00 summary: Add `.gram` file to the `.editorconfig` (#136680) files: M .editorconfig

[Python-checkins] gh-127146: Emscripten: more regular stack overflow skips (#136708)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/c730952aa64b790c75c437cb63a1242dc08c2e97 commit: c730952aa64b790c75c437cb63a1242dc08c2e97 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-16T14:02:25Z summary: gh-127146: Emscripten: more regular stack overflow skips (#136708) Mak

[Python-checkins] gh-127146: Emscripten: Make os.umask() actually work (#136706)

2025-07-16 Thread freakboy3742
https://github.com/python/cpython/commit/12e52cad718723636a96042f9399634392285c44 commit: 12e52cad718723636a96042f9399634392285c44 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-16T15:33:15+02:00 summary: gh-127146: Emscripten: Make os.umask() actually work (#136706) Pr

[Python-checkins] Improved venv docs to indicate that isolation is the default. (#136698)

2025-07-16 Thread facundobatista
https://github.com/python/cpython/commit/8e2f4b448380b4c835442534d566618f06e32573 commit: 8e2f4b448380b4c835442534d566618f06e32573 branch: main author: Facundo Batista committer: facundobatista date: 2025-07-16T08:55:31-03:00 summary: Improved venv docs to indicate that isolation is the default.

[Python-checkins] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198)

2025-07-16 Thread pablogsal
https://github.com/python/cpython/commit/ef66fb597ba909ead2fbfc06f748aa7b7e9ea437 commit: ef66fb597ba909ead2fbfc06f748aa7b7e9ea437 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-07-16T11:47:13+02:00 summary: gh-135148: Correctly handle f/t strings with comments and de

[Python-checkins] [3.14] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136606)

2025-07-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/677b0e314ccbb7f5cae014fa4edd944f6e5bf857 commit: 677b0e314ccbb7f5cae014fa4edd944f6e5bf857 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-16T07:26:52Z summary: [3.14] gh

[Python-checkins] fix grammar typo in `logging.rst` (#136584)

2025-07-16 Thread kumaraditya303
https://github.com/python/cpython/commit/e89923d36650fe10ce1c6b5f7152638589684004 commit: e89923d36650fe10ce1c6b5f7152638589684004 branch: main author: William Andrea <[email protected]> committer: kumaraditya303 date: 2025-07-16T12:31:26+05:30 summary: fix grammar typo i