[Python-checkins] gh-118888: Further PEP 667 docs updates (gh-119893)

2024-05-31 Thread ncoghlan
https://github.com/python/cpython/commit/2180991ea3d50f56595edae241cc92dd4e7de642 commit: 2180991ea3d50f56595edae241cc92dd4e7de642 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-06-01T16:21:48+10:00 summary: gh-11: Further PEP 667 docs updates (gh-119893) * Clarify impac

[Python-checkins] [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119890)

2024-05-31 Thread JelleZijlstra
https://github.com/python/cpython/commit/6d9677d78e18012b4e53a92d43fabf0372d08c33 commit: 6d9677d78e18012b4e53a92d43fabf0372d08c33 branch: 3.12 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-31T21:56:38-07:00 summary: [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR

[Python-checkins] [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119889)

2024-05-31 Thread JelleZijlstra
https://github.com/python/cpython/commit/a0559849ac2de604ffa410268be262a8482ad23c commit: a0559849ac2de604ffa410268be262a8482ad23c branch: 3.13 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-31T21:56:26-07:00 summary: [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR

[Python-checkins] [3.13] gh-74929: PEP 667 C API documentation (gh-119892)

2024-05-31 Thread ncoghlan
https://github.com/python/cpython/commit/0a266f7e74ce1ff4ad6e88f05473cc6a22ab7e20 commit: 0a266f7e74ce1ff4ad6e88f05473cc6a22ab7e20 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-01T04:23:04Z summary: [3.13] gh-74929:

[Python-checkins] gh-74929: PEP 667 C API documentation (gh-119379)

2024-05-31 Thread ncoghlan
https://github.com/python/cpython/commit/3859e09e3d92d004978dd838f0511364e7edfb94 commit: 3859e09e3d92d004978dd838f0511364e7edfb94 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-06-01T13:59:35+10:00 summary: gh-74929: PEP 667 C API documentation (gh-119379) * Add docs for ne

[Python-checkins] statistics.fmean(): speed-up code path for non-sizeable inputs. (gh-119876)

2024-05-31 Thread rhettinger
https://github.com/python/cpython/commit/cc5cd4d93e3e079e897da9ceb1732ef16d79d01b commit: cc5cd4d93e3e079e897da9ceb1732ef16d79d01b branch: main author: Raymond Hettinger committer: rhettinger date: 2024-05-31T17:08:55-05:00 summary: statistics.fmean(): speed-up code path for non-sizeable inputs.

[Python-checkins] [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/a5272e63efc003a30a2b603b512d367282a24209 commit: a5272e63efc003a30a2b603b512d367282a24209 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-31T17:15:44-04:00 summary: [3.13] gh-118894

[Python-checkins] gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)

2024-05-31 Thread JelleZijlstra
https://github.com/python/cpython/commit/d28afd3fa064db10a2eb2a65bba33e8ea77a8fcf commit: d28afd3fa064db10a2eb2a65bba33e8ea77a8fcf branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-31T14:05:51-07:00 summary: gh-119180: Lazily wrap annotations on classmethod and staticmet

[Python-checkins] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)

2024-05-31 Thread JelleZijlstra
https://github.com/python/cpython/commit/80a4e3899420faaa012c82b4e82cdb6675a6a944 commit: 80a4e3899420faaa012c82b4e82cdb6675a6a944 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-31T14:05:24-07:00 summary: gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBAL

[Python-checkins] gh-118894: Make asyncio REPL use pyrepl (GH-119433)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/2237946af0981c46dc7d3886477e425ccfb37f28 commit: 2237946af0981c46dc7d3886477e425ccfb37f28 branch: main author: Łukasz Langa committer: ambv date: 2024-05-31T22:26:02+02:00 summary: gh-118894: Make asyncio REPL use pyrepl (GH-119433) files: A Misc/NEWS.d/

[Python-checkins] gh-119853: Add Include/refcount.h to projects (#119860)

2024-05-31 Thread vstinner
https://github.com/python/cpython/commit/f9d47fed9fbbe9313404838050f6dfe1c7fe6340 commit: f9d47fed9fbbe9313404838050f6dfe1c7fe6340 branch: main author: Victor Stinner committer: vstinner date: 2024-05-31T21:21:30+02:00 summary: gh-119853: Add Include/refcount.h to projects (#119860) files: M Ma

[Python-checkins] [3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-119800) (#119878)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/67ac19111f14e9606454d0f36a52132996073db4 commit: 67ac19111f14e9606454d0f36a52132996073db4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-31T19:08:21Z summary: [3.13] gh-119799

[Python-checkins] [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-119528) (#119868)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/a7e81fdfc175bd9cf82dfd8f1e1853cb942bf0f0 commit: a7e81fdfc175bd9cf82dfd8f1e1853cb942bf0f0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-31T14:19:38-04:00 summary: [3.13] gh-1

[Python-checkins] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (#119800)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/879d43b705faab0c59f1a6a0042e286f39f3a4ef commit: 879d43b705faab0c59f1a6a0042e286f39f3a4ef branch: main author: Sam Gross committer: colesbury date: 2024-05-31T14:18:24-04:00 summary: gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (#11980

[Python-checkins] [3.13] doc: Add glossary entry for "free threading" (GH-119865) (#119874)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/5e8396e6841e3aae8cc10117583e596ff294d7e0 commit: 5e8396e6841e3aae8cc10117583e596ff294d7e0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-31T17:42:36Z summary: [3.13] doc: Add

[Python-checkins] [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/eb5e19aa685fab3832b2a44ec5867068baf6e1a7 commit: eb5e19aa685fab3832b2a44ec5867068baf6e1a7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-05-31T17:39:02Z summary: [3.13] contextlib do

[Python-checkins] [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/2f7fada58091c518fd6784e108cce83bf6c310ac commit: 2f7fada58091c518fd6784e108cce83bf6c310ac branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zware date: 2024-05-31T17:27:57Z summary: [3.12] contextlib do

[Python-checkins] [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119869)

2024-05-31 Thread iritkatriel
https://github.com/python/cpython/commit/24e3a8a9a6b9d99ad4b861cdcad6152952145a61 commit: 24e3a8a9a6b9d99ad4b861cdcad6152952145a61 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119870)

2024-05-31 Thread iritkatriel
https://github.com/python/cpython/commit/045be7729ef9357f53a01d7c42f742a6111a2bc0 commit: 045be7729ef9357f53a01d7c42f742a6111a2bc0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] doc: Add glossary entry for "free threading" (#119865)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/9bc6045842ebc91ec48ab163a9e1e8644231607c commit: 9bc6045842ebc91ec48ab163a9e1e8644231607c branch: main author: Sam Gross committer: colesbury date: 2024-05-31T13:23:29-04:00 summary: doc: Add glossary entry for "free threading" (#119865) files: M Doc/glo

[Python-checkins] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867)

2024-05-31 Thread zware
https://github.com/python/cpython/commit/f3fc800d5f17b144a752a262102b750bedcdaa14 commit: f3fc800d5f17b144a752a262102b750bedcdaa14 branch: main author: Zachary Ware committer: zware date: 2024-05-31T17:19:54Z summary: contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119867) Reported

[Python-checkins] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (#119364)

2024-05-31 Thread iritkatriel
https://github.com/python/cpython/commit/015b1fdd0ae03f94a5dfda051b020810d1c952dd commit: 015b1fdd0ae03f94a5dfda051b020810d1c952dd branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-05-31T

[Python-checkins] gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/078b8c8cf2bf68f7484cc4d2e3dd74b6fab55664 commit: 078b8c8cf2bf68f7484cc4d2e3dd74b6fab55664 branch: main author: Sam Gross committer: colesbury date: 2024-05-31T13:04:59-04:00 summary: gh-119369: Fix deadlock during thread exit in free-threaded build (#1195

[Python-checkins] gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)

2024-05-31 Thread zooba
https://github.com/python/cpython/commit/8e0777df1fd7145e2e74104534645aabb648eea3 commit: 8e0777df1fd7145e2e74104534645aabb648eea3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-31T16:22:30Z summary: gh-119690: Adds Unic

[Python-checkins] [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119861)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/738cf216093e844c154f9ba36605f485fac5ff0d commit: 738cf216093e844c154f9ba36605f485fac5ff0d branch: 3.12 author: Sam Gross committer: colesbury date: 2024-05-31T15:42:09Z summary: [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSt

[Python-checkins] [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119859)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/ea48de4f4fadd7466c43ecaa88b431fc64b12acb commit: ea48de4f4fadd7466c43ecaa88b431fc64b12acb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-31T15:29:50Z summary: [3.13] gh-119585

[Python-checkins] gh-119770: Make termios ioctl() constants positive (#119840)

2024-05-31 Thread vstinner
https://github.com/python/cpython/commit/64ff1e217d963b48140326e8b63c62f4b306f4a0 commit: 64ff1e217d963b48140326e8b63c62f4b306f4a0 branch: main author: Victor Stinner committer: vstinner date: 2024-05-31T17:18:40+02:00 summary: gh-119770: Make termios ioctl() constants positive (#119840) files:

[Python-checkins] [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/d6faac6d1f825405398158272286aaed94eb51fc commit: d6faac6d1f825405398158272286aaed94eb51fc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-31T17:18:28+02:00 summary: [3.13] gh-111201

[Python-checkins] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (#119753)

2024-05-31 Thread colesbury
https://github.com/python/cpython/commit/bcc1be39cb1d04ad9fc0bd1b9193d3972835a57c commit: bcc1be39cb1d04ad9fc0bd1b9193d3972835a57c branch: main author: Sam Gross committer: colesbury date: 2024-05-31T10:50:52-04:00 summary: gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadStat

[Python-checkins] gh-119853: Add Include/refcount.h file (#119854)

2024-05-31 Thread vstinner
https://github.com/python/cpython/commit/891c1e36f4e08da107443772a4eb50c72a83836d commit: 891c1e36f4e08da107443772a4eb50c72a83836d branch: main author: Victor Stinner committer: vstinner date: 2024-05-31T16:49:26+02:00 summary: gh-119853: Add Include/refcount.h file (#119854) files: A Include/

[Python-checkins] gh-111201: Skip pyrepl Windows tests earlier (#119848)

2024-05-31 Thread vstinner
https://github.com/python/cpython/commit/91601a55964fdb3c02b21fa3c8dc629daff2390f commit: 91601a55964fdb3c02b21fa3c8dc629daff2390f branch: main author: Victor Stinner committer: vstinner date: 2024-05-31T14:06:10Z summary: gh-111201: Skip pyrepl Windows tests earlier (#119848) Don't attempt to

[Python-checkins] gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (GH-119834)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/4c387a76f3ac8509c29634f4bbda6c37a67550d5 commit: 4c387a76f3ac8509c29634f4bbda6c37a67550d5 branch: main author: Łukasz Langa committer: ambv date: 2024-05-31T14:41:26+02:00 summary: gh-111201: [pyrepl] Ensure optional platform-specific imports are optional

[Python-checkins] gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)

2024-05-31 Thread zooba
https://github.com/python/cpython/commit/6e57bd01e00d40dfe7c9344d0b528d9059b1fa93 commit: 6e57bd01e00d40dfe7c9344d0b528d9059b1fa93 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-31T12:38:03Z summary: gh-116145: Updated b

[Python-checkins] gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)

2024-05-31 Thread zooba
https://github.com/python/cpython/commit/0e8d35b931f41210483cc51c4169e9a943c7f166 commit: 0e8d35b931f41210483cc51c4169e9a943c7f166 branch: main author: Steve Dower committer: zooba date: 2024-05-31T13:07:19+01:00 summary: gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) files:

[Python-checkins] [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119830)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5539bd9df2b8301c9ec5fd1e1de0cb065a591c16 commit: 5539bd9df2b8301c9ec5fd1e1de0cb065a591c16 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-31T10:42:24Z summary: [3.13] gh

[Python-checkins] gh-119189: Fix the power operator for Fraction (GH-119242)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b9965ef282d6662145d2e05b080c811132ce6fde commit: b9965ef282d6662145d2e05b080c811132ce6fde branch: main author: Joshua Herman <[email protected]> committer: serhiy-storchaka date: 2024-05-31T10:05:09Z summary: gh-119189: Fix the

[Python-checkins] [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/38bf39cb4be279cce6c97da26afcc60859a01571 commit: 38bf39cb4be279cce6c97da26afcc60859a01571 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-31T11:51:53+02:00 summary: [3.13] gh-111201

[Python-checkins] [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/7dae73b21b500e34ebb070a4d3774e09d83d6c1d commit: 7dae73b21b500e34ebb070a4d3774e09d83d6c1d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-05-31T11:25:39+02:00 summary: [3.13] gh-97747:

[Python-checkins] [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4680b9e17815140b512a399069400794dae1f97 commit: d4680b9e17815140b512a399069400794dae1f97 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-31T09:15:53Z summary: [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl

[Python-checkins] gh-111201: Improve pyrepl auto indentation (#119606)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/dae0375bd97f3821c5db1602a0653a3c5dc53c5b commit: dae0375bd97f3821c5db1602a0653a3c5dc53c5b branch: main author: Arnon Yaari committer: ambv date: 2024-05-31T11:02:54+02:00 summary: gh-111201: Improve pyrepl auto indentation (#119606) - auto-indent when ed

[Python-checkins] [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)

2024-05-31 Thread pablogsal
https://github.com/python/cpython/commit/8470593a98a5f17d72bea0df8287f43ba4f7f627 commit: 8470593a98a5f17d72bea0df8287f43ba4f7f627 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-05-31T08:35:21Z summary: [3.13] gh-119548

[Python-checkins] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94e9585e99abc2d060cedc77b3c03e06b4a0a9c4 commit: 94e9585e99abc2d060cedc77b3c03e06b4a0a9c4 branch: main author: Christopher Chavez committer: serhiy-storchaka date: 2024-05-31T11:23:53+03:00 summary: gh-103194: Fix Tkinter’s Tcl value type handling for Tcl

[Python-checkins] gh-119780: Adjust exception messages in Lib/test/test_format.py (GH-119781)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b278c723d79a238b14e99908e83f4b1b6a39ed3d commit: b278c723d79a238b14e99908e83f4b1b6a39ed3d branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-05-31T11:07:16+03:00 summary: gh-119780: Adjust exception messages in Lib/test/test_fo

[Python-checkins] gh-97747: Improvements to WASM browser REPL. (#97665)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/010aaa32fb93c5033a698d7213469af02d76fef3 commit: 010aaa32fb93c5033a698d7213469af02d76fef3 branch: main author: Katie Bell committer: ambv date: 2024-05-31T09:58:46+02:00 summary: gh-97747: Improvements to WASM browser REPL. (#97665) Improvements to WASM

[Python-checkins] gh-111201: Support pyrepl on Windows (#119559)

2024-05-31 Thread ambv
https://github.com/python/cpython/commit/0d07182821fad7b95a043d006f1ce13a2d22edcb commit: 0d07182821fad7b95a043d006f1ce13a2d22edcb branch: main author: Dino Viehland committer: ambv date: 2024-05-31T09:49:03+02:00 summary: gh-111201: Support pyrepl on Windows (#119559) Co-authored-by: Anthony S