[Python-checkins] [3.14] gh-134060: Don't create a certain symlink in venv if platform does not support it (GH-134061)

2025-05-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/91d71ac1bd68d44a8648e39e24b2f1c26575b8ba commit: 91d71ac1bd68d44a8648e39e24b2f1c26575b8ba branch: 3.14 author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2025-05-18T22:33:14+03:00 summary: [3.14] gh-1

[Python-checkins] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147)

2025-05-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9983c7d4416cac8deb2fded1ec9c7daf786c3a02 commit: 9983c7d4416cac8deb2fded1ec9c7daf786c3a02 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-18T22:21:06+03:00 summary: gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147

[Python-checkins] [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134191)

2025-05-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/821a87e7a6a32584e7e1d6cb17a6843e7d2d4c02 commit: 821a87e7a6a32584e7e1d6cb17a6843e7d2d4c02 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-18T22:16:56+03:00 summary: [3.1

[Python-checkins] [3.14] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134190)

2025-05-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/70735878ab3fa8180ea21e6e1cd85092673c2a62 commit: 70735878ab3fa8180ea21e6e1cd85092673c2a62 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-18T22:16:37+03:00 summary: [3.1

[Python-checkins] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135)

2025-05-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5cbc8c632e860941602e8f7da9aab52fae40aca6 commit: 5cbc8c632e860941602e8f7da9aab52fae40aca6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-18T18:09:51Z summary: gh-133889: Only show the path of the URL in the SimpleHTTPReque

[Python-checkins] [3.13] document `Py_VISIT` as a macro in the docs (GH-133688) (#134187)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/018ec634f6190bf7be6d8075d70b8a3cfd1a3d51 commit: 018ec634f6190bf7be6d8075d70b8a3cfd1a3d51 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T16:36:04Z summary: [3.13] docu

[Python-checkins] [3.14] document `Py_VISIT` as a macro in the docs (GH-133688) (#134186)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/76957eb8ccd98b4647bfc655d145aadd05c977e0 commit: 76957eb8ccd98b4647bfc655d145aadd05c977e0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T16:34:19Z summary: [3.14] docu

[Python-checkins] [3.14] fix indent in `controlflow.rst` docs (GH-134008) (#134184)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/11650c354fc71cd69777bafc44636b9ee6e7391f commit: 11650c354fc71cd69777bafc44636b9ee6e7391f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T16:29:03Z summary: [3.14] fix

[Python-checkins] document `Py_VISIT` as a macro in the docs (#133688)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bb32f3c698f51922d2f33c7c0a3d05afc223 commit: bb32f3c698f51922d2f33c7c0a3d05afc223 branch: main author: da-woods committer: kumaraditya303 date: 2025-05-18T21:58:43+05:30 summary: document `Py_VISIT` as a macro in the docs (#133688) files: M Doc/c

[Python-checkins] [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/9c297690d52c98d0d7a03239ac8a1abee236d4ea commit: 9c297690d52c98d0d7a03239ac8a1abee236d4ea branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T16:27:09Z summary: [3.13] fix

[Python-checkins] Docs: Fix the `_PyGenObject_HEAD` reference in the `InternalDocs/generators.md` (#133739)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/2cc99b3dd3db5e9433e839a876d3a8041221cec5 commit: 2cc99b3dd3db5e9433e839a876d3a8041221cec5 branch: main author: Nybblista <[email protected]> committer: kumaraditya303 date: 2025-05-18T21:56:58+05:30 summary: Docs: Fix the `_PyGen

[Python-checkins] [3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134172)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/523024499e424743ac09f2803d05519040773b8e commit: 523024499e424743ac09f2803d05519040773b8e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T20:38:28+05:30 summary: [3.13]

[Python-checkins] Fix example in Doc/howto/functional.rst (#133978)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/a1e2e6ca91fb7ce13af67254c55f02aab9c95679 commit: a1e2e6ca91fb7ce13af67254c55f02aab9c95679 branch: main author: Dave Jagoda committer: kumaraditya303 date: 2025-05-18T21:56:17+05:30 summary: Fix example in Doc/howto/functional.rst (#133978) files: M Doc/

[Python-checkins] fix indent in `controlflow.rst` docs (#134008)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/4ce91871a9077fcf8806d6fd79bdb32af9587306 commit: 4ce91871a9077fcf8806d6fd79bdb32af9587306 branch: main author: Yongzi Li <[email protected]> committer: kumaraditya303 date: 2025-05-18T21:51:02+05:30 summary: fix indent in `controlflow.rst` docs (#134008)

[Python-checkins] gh-134114: Clarify FAQ note about dictonary keys (#134118)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/b1c33294ca5ef8d889f2ec87f9a8fa79741f9f7d commit: b1c33294ca5ef8d889f2ec87f9a8fa79741f9f7d branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-05-18T15:59:20Z summary: gh-134114: Clarify

[Python-checkins] gh-134173: optimize state transfer between `concurrent.futures.Future` and `asyncio.Future` (#134174)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/53da1e8c8ccbe3161ebc42e8b8b7ebd1ab70e05b commit: 53da1e8c8ccbe3161ebc42e8b8b7ebd1ab70e05b branch: main author: J. Nick Koston committer: kumaraditya303 date: 2025-05-18T21:26:20+05:30 summary: gh-134173: optimize state transfer between `concurrent.futures

[Python-checkins] [3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bb5f92adcf3c35fe9842e564f0ff6d9e5f900ebe commit: bb5f92adcf3c35fe9842e564f0ff6d9e5f900ebe branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T15:29:19Z summary: [3.14] gh-1

[Python-checkins] [3.14] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134171)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/8d51ed6b050b2678a8c1ad22b739554171a563cc commit: 8d51ed6b050b2678a8c1ad22b739554171a563cc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-18T20:38:40+05:30 summary: [3.14]

[Python-checkins] gh-134144: Fix use-after-free in zapthreads() (#134145)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/f2de1e6861c27bd498f598efc01600450979b5f9 commit: f2de1e6861c27bd498f598efc01600450979b5f9 branch: main author: b-pass committer: kumaraditya303 date: 2025-05-18T20:32:29+05:30 summary: gh-134144: Fix use-after-free in zapthreads() (#134145) files: A Misc

[Python-checkins] [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)

2025-05-18 Thread gvanrossum
https://github.com/python/cpython/commit/fd6a602d0438b42fa5f83d72b6d99cff8ad1 commit: fd6a602d0438b42fa5f83d72b6d99cff8ad1 branch: 3.13 author: Thomas Grainger committer: gvanrossum date: 2025-05-18T06:50:07-07:00 summary: [3.13] gh-133745: Fix asyncio task factory name/context kwarg bre

[Python-checkins] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `faulthandler` (#134047)

2025-05-18 Thread picnixz
https://github.com/python/cpython/commit/0a160bf14c4848f50539e52e2de486c641d122a2 commit: 0a160bf14c4848f50539e52e2de486c641d122a2 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-18T10:16:10+

[Python-checkins] gh-134082: modernize `string.Formatter` class docstring (#134125)

2025-05-18 Thread picnixz
https://github.com/python/cpython/commit/22e4a40d9089dde2f1578c4b320f27b20e2e125b commit: 22e4a40d9089dde2f1578c4b320f27b20e2e125b branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-18T10:10:54+

[Python-checkins] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)

2025-05-18 Thread kumaraditya303
https://github.com/python/cpython/commit/4e9005d32ff466925f40af410f2ea6bf2329bcf8 commit: 4e9005d32ff466925f40af410f2ea6bf2329bcf8 branch: main author: Nico-Posada <[email protected]> committer: kumaraditya303 date: 2025-05-18T12:41:38+05:30 summary: gh-134100: Fix us