[Python-checkins] [3.13] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-138243)

2025-08-29 Thread ncoghlan
https://github.com/python/cpython/commit/e93cacb8cf6bbfe4dedb561e73fc2ff4d74f5089 commit: e93cacb8cf6bbfe4dedb561e73fc2ff4d74f5089 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2025-08-30T00:35:17+10:00 summary: [3.

[Python-checkins] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844)

2025-08-29 Thread ncoghlan
https://github.com/python/cpython/commit/5f7906715adea645d8141d5337851872cfca4381 commit: 5f7906715adea645d8141d5337851872cfca4381 branch: main author: Hang committer: ncoghlan date: 2025-08-29T23:29:59+10:00 summary: gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation

[Python-checkins] gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)

2025-07-15 Thread ncoghlan
https://github.com/python/cpython/commit/be02e68158aee4d70f15baa1d8329df2c35a57f2 commit: be02e68158aee4d70f15baa1d8329df2c35a57f2 branch: main author: Richard Si committer: ncoghlan date: 2025-07-15T14:25:07Z summary: gh-72327: Suggest using system terminal for pip install in PyREPL (#136328

[Python-checkins] [3.14] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home (GH-135831) (#136287)

2025-07-04 Thread ncoghlan
https://github.com/python/cpython/commit/f2f3edb8d7daba96a73741a269ceb61575957633 commit: f2f3edb8d7daba96a73741a269ceb61575957633 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2025-07-05T00:36:12+10:00 summary: [3.

[Python-checkins] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home (#135831)

2025-07-04 Thread ncoghlan
https://github.com/python/cpython/commit/93263d43141a81d369adfcddf325f9a54cb5766d commit: 93263d43141a81d369adfcddf325f9a54cb5766d branch: main author: Richard Levasseur committer: ncoghlan date: 2025-07-04T23:44:37+10:00 summary: gh-135773: have pyvenv.cfg without home key anchor a venv and

[Python-checkins] patchcheck: use URL paths to identify upstream remote (GH-135806)

2025-06-21 Thread ncoghlan
https://github.com/python/cpython/commit/ac9d37c60b7d10cb38fc9e5cb04e398dbc5bf2e5 commit: ac9d37c60b7d10cb38fc9e5cb04e398dbc5bf2e5 branch: main author: Kattni committer: ncoghlan date: 2025-06-22T04:51:23Z summary: patchcheck: use URL paths to identify upstream remote (GH-135806) * find

[Python-checkins] [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453)

2025-06-13 Thread ncoghlan
https://github.com/python/cpython/commit/e753a7c5f0ed0dc7e23237662daca57d92124c84 commit: e753a7c5f0ed0dc7e23237662daca57d92124c84 branch: 3.13 author: Mikhail Efimov committer: ncoghlan date: 2025-06-14T04:08:03+10:00 summary: [3.13] gh-125723: Fix crash with f_locals when generator frame

[Python-checkins] [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191)

2024-12-22 Thread ncoghlan
https://github.com/python/cpython/commit/6f3c2c8d04e4981bdc3aec54e14236119c1aedcc commit: 6f3c2c8d04e4981bdc3aec54e14236119c1aedcc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-12-23T04:40:59Z summary: [3.13] gh-

[Python-checkins] gh-126180: Remove getopt and optparse deprecation notices (GH-126227)

2024-12-22 Thread ncoghlan
https://github.com/python/cpython/commit/831b6de6d725c697f2f61fd35c4448cd8a9354ff commit: 831b6de6d725c697f2f61fd35c4448cd8a9354ff branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-12-23T14:17:19+10:00 summary: gh-126180: Remove getopt and optparse deprecation notices (GH

[Python-checkins] gh-58749: Remove incorrect language spec claims about the global statement (GH-126523)

2024-11-11 Thread ncoghlan
https://github.com/python/cpython/commit/494360afd00dc8f6b549f160525c3e86ec14905d commit: 494360afd00dc8f6b549f160525c3e86ec14905d branch: main author: Beomsoo Kim committer: ncoghlan date: 2024-11-12T10:11:40+10:00 summary: gh-58749: Remove incorrect language spec claims about the global

[Python-checkins] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126326)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/10eeec2d4ffb6b09a6d925877b6d9ef6aa6bb59d commit: 10eeec2d4ffb6b09a6d925877b6d9ef6aa6bb59d branch: main author: 고병찬 <[email protected]> committer: ncoghlan date: 2024-11-02T21:37:26+10:00 summary: gh-125761: Clarify re

[Python-checkins] [3.12] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126331)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/f4bc64d204dce541c20e1425a3b70cab6e811607 commit: f4bc64d204dce541c20e1425a3b70cab6e811607 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-11-02T11:45:36Z summary: [3.12] gh-

[Python-checkins] [3.13] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126330)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/2f7793196a8feac9d5ce96ae0a8df0723ef1b044 commit: 2f7793196a8feac9d5ce96ae0a8df0723ef1b044 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-11-02T11:43:30Z summary: [3.13] gh-

[Python-checkins] gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)

2024-10-26 Thread ncoghlan
https://github.com/python/cpython/commit/dad34531298fc0ea91b9000aafdd2ea2fce5e54a commit: dad34531298fc0ea91b9000aafdd2ea2fce5e54a branch: main author: Zhikang Yan <[email protected]> committer: ncoghlan date: 2024-10-27T14:57:43+10:00 summary: gh-125633: Add function `ispackage` to

[Python-checkins] [3.13] Fix importlib.resources issue reference in 3.13 What's New (GH-125175) (#125184)

2024-10-09 Thread ncoghlan
https://github.com/python/cpython/commit/b6c17eb76f4e1b4e04341deb569c9d581f9a75e3 commit: b6c17eb76f4e1b4e04341deb569c9d581f9a75e3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-10-09T22:45:03+10:00 summary: [3.1

[Python-checkins] Fix importlib.resources issue reference in 3.13 What's New (#125175)

2024-10-09 Thread ncoghlan
https://github.com/python/cpython/commit/7a303fc78a6dbd1b4c01f8a2b14ddcae29f4271b commit: 7a303fc78a6dbd1b4c01f8a2b14ddcae29f4271b branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-10-09T20:40:50+10:00 summary: Fix importlib.resources issue reference in 3.13 What's New (#1

[Python-checkins] [3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8023) (#125092)

2024-10-08 Thread ncoghlan
https://github.com/python/cpython/commit/64391363ede1dd7af6566db4c9b6e4dbce3b6cb5 commit: 64391363ede1dd7af6566db4c9b6e4dbce3b6cb5 branch: 3.13 author: Alyssa Coghlan committer: ncoghlan date: 2024-10-08T09:30:06Z summary: [3.13] bpo-34206: Improve docs and test coverage for pre-init functions

[Python-checkins] bpo-34206: Improve docs and test coverage for pre-init functions (#8023)

2024-10-08 Thread ncoghlan
https://github.com/python/cpython/commit/7c4b6a68f263320a2dd19cd5ff63b35c964b1fa8 commit: 7c4b6a68f263320a2dd19cd5ff63b35c964b1fa8 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-10-08T08:34:11Z summary: bpo-34206: Improve docs and test coverage for pre-init functions (#8023

[Python-checkins] [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)

2024-10-08 Thread ncoghlan
https://github.com/python/cpython/commit/0e0a2dadecae8342782dde5694d1269f248a5473 commit: 0e0a2dadecae8342782dde5694d1269f248a5473 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-10-08T17:58:47+10:00 summary: [3.

[Python-checkins] gh-70870: Clarify dual usage of 'free variable' (#122545)

2024-10-08 Thread ncoghlan
https://github.com/python/cpython/commit/27390990fa9306e2a797a4eb2bd83c5bfc7cb186 commit: 27390990fa9306e2a797a4eb2bd83c5bfc7cb186 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-10-08T07:52:12Z summary: gh-70870: Clarify dual usage of 'free variable' (#122545)

[Python-checkins] [3.12] gh-125018: Add importlib.metadata semantic link targets (GH-125027) (#125048)

2024-10-07 Thread ncoghlan
https://github.com/python/cpython/commit/fa32f007f0ee702fbad970961a0258e8a3e92de8 commit: fa32f007f0ee702fbad970961a0258e8a3e92de8 branch: 3.12 author: Alyssa Coghlan committer: ncoghlan date: 2024-10-07T14:24:45Z summary: [3.12] gh-125018: Add importlib.metadata semantic link targets (GH

[Python-checkins] gh-125018: Add importlib.metadata semantic link targets (#125027)

2024-10-07 Thread ncoghlan
https://github.com/python/cpython/commit/cda3b5a576412a8671bbe4c68bb792ec14f1a4b1 commit: cda3b5a576412a8671bbe4c68bb792ec14f1a4b1 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-10-07T23:44:18+10:00 summary: gh-125018: Add importlib.metadata semantic link targets (#125027

[Python-checkins] [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)

2024-07-18 Thread ncoghlan
https://github.com/python/cpython/commit/233ed46e6d2ba1d1f7d83a72ccf9aad9e628ede1 commit: 233ed46e6d2ba1d1f7d83a72ccf9aad9e628ede1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-07-19T01:38:28+10:00 summary: [3.

[Python-checkins] [3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#121852)

2024-07-16 Thread ncoghlan
https://github.com/python/cpython/commit/c11d789a4c8146367c920ce2253f33aeddf81fcf commit: c11d789a4c8146367c920ce2253f33aeddf81fcf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-07-17T02:01:03+10:00 summary: [3.

[Python-checkins] GH-105879: Note exec/eval keyword change in What's New (GH-121831)

2024-07-16 Thread ncoghlan
https://github.com/python/cpython/commit/d7a099d7ae749798bd822aee5d1d46d0a335189b commit: d7a099d7ae749798bd822aee5d1d46d0a335189b branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-07-16T13:24:45Z summary: GH-105879: Note exec/eval keyword change in What's New (GH-1

[Python-checkins] [3.13] gh-108297: Update crashers README for test_crashers removal (#121476)

2024-07-07 Thread ncoghlan
https://github.com/python/cpython/commit/3e786a462c249f70d520c52d17a3fbf329a6ccde commit: 3e786a462c249f70d520c52d17a3fbf329a6ccde branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-07-08T16:54:51+10:00 summary: [3.

[Python-checkins] gh-108297: Update crashers README for test_crashers removal (#121475)

2024-07-07 Thread ncoghlan
https://github.com/python/cpython/commit/59be79ae60073f7b6bdf6ce921560c279937e4ab commit: 59be79ae60073f7b6bdf6ce921560c279937e4ab branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-07-08T05:24:31Z summary: gh-108297: Update crashers README for test_crashers removal (#121475

[Python-checkins] [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)

2024-06-19 Thread ncoghlan
https://github.com/python/cpython/commit/39c3f11f2552f751d7d484d9e27222bcb0a3672e commit: 39c3f11f2552f751d7d484d9e27222bcb0a3672e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-19T17:01:09+10:00 summary: [3.

[Python-checkins] gh-120381: Fix inspect.ismethoddescriptor() (#120383)

2024-06-18 Thread ncoghlan
https://github.com/python/cpython/commit/dacc5ac71a8e546f9ef76805827cb50d4d40cabf commit: dacc5ac71a8e546f9ef76805827cb50d4d40cabf branch: main author: Jan Kaliszewski committer: ncoghlan date: 2024-06-18T12:19:43Z summary: gh-120381: Fix inspect.ismethoddescriptor() (#120383) The

[Python-checkins] [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/cf8f292a362c3715c536ff90d3e5d0c98ecf2bf0 commit: cf8f292a362c3715c536ff90d3e5d0c98ecf2bf0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-02T05:57:17Z summary: [3.13] gh-

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

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/36ca00f44d0136384f3f89b7fe2632bc802ec64d commit: 36ca00f44d0136384f3f89b7fe2632bc802ec64d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-06-02T15:41:25+10:00 summary: [3.

[Python-checkins] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)

2024-06-01 Thread ncoghlan
https://github.com/python/cpython/commit/fd6cd621e0cce6ba2e737103d2a62b5ade90f41f commit: fd6cd621e0cce6ba2e737103d2a62b5ade90f41f branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-06-02T04:44:29Z summary: gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932) PEP 667&#

[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

[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

[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

[Python-checkins] [3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119508)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/217d57fc3c9a8ec45dfccd3aab9a05dbf6656da0 commit: 217d57fc3c9a8ec45dfccd3aab9a05dbf6656da0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-24T14:52:20Z summary: [3.13] GH-

[Python-checkins] [3.12] GH-119496: accept UTF-8 BOM in .pth files (GH-119509)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/4c0bc69238458e7e71d4ee26d926b706e7909977 commit: 4c0bc69238458e7e71d4ee26d926b706e7909977 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-24T14:52:09Z summary: [3.12] GH-

[Python-checkins] GH-119496: accept UTF-8 BOM in .pth files (GH-119503)

2024-05-24 Thread ncoghlan
https://github.com/python/cpython/commit/bf5b6467f8cc06759f3396ab1a8ad64fe7d1db2e commit: bf5b6467f8cc06759f3396ab1a8ad64fe7d1db2e branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-24T14:29:19Z summary: GH-119496: accept UTF-8 BOM in .pth files (GH-119503) `Out-File

[Python-checkins] [3.13] DOCS: fix error in exec namespace note (gh-119380)

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/b5b0e3210d880d7306076cd38b01f90c17885c28 commit: b5b0e3210d880d7306076cd38b01f90c17885c28 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-22T06:58:36Z summary: [3.13] DOC

[Python-checkins] DOCS: fix error in exec namespace note (gh-119378)

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/31d61a75c9ae8c1b1bc6447f517122be8adce2ef commit: 31d61a75c9ae8c1b1bc6447f517122be8adce2ef branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-22T06:38:06Z summary: DOCS: fix error in exec namespace note (gh-119378) When updating the

[Python-checkins] [3.13] gh-74929: PEP 667 general docs update (gh-119291)

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/db64dae74517d094da5516b9c96d3e81e7108ebf commit: db64dae74517d094da5516b9c96d3e81e7108ebf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-21T21:35:26+10:00 summary: [3.

[Python-checkins] gh-74929: PEP 667 general docs update (gh-119201)

2024-05-20 Thread ncoghlan
https://github.com/python/cpython/commit/e870c852c0ea96fa4e4569e9c39c7ceb80ce858d commit: e870c852c0ea96fa4e4569e9c39c7ceb80ce858d branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-21T03:32:15Z summary: gh-74929: PEP 667 general docs update (gh-119201) * expand on What&#

[Python-checkins] gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)

2024-05-06 Thread ncoghlan
https://github.com/python/cpython/commit/afbe5bf9c8c621bb19833a06e296245c41f0dbc5 commit: afbe5bf9c8c621bb19833a06e296245c41f0dbc5 branch: main author: Tian Gao committer: ncoghlan date: 2024-05-06T20:16:48+10:00 summary: gh-74929: Make containment checks more efficient in `FrameLocalsProxy

[Python-checkins] gh-74929: locals() documentation update for PEP 667 (#118265)

2024-05-06 Thread ncoghlan
https://github.com/python/cpython/commit/757fd3e0101c85081dfec60cbab26519b7a40305 commit: 757fd3e0101c85081dfec60cbab26519b7a40305 branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-06T20:06:07+10:00 summary: gh-74929: locals() documentation update for PEP 667 (#118265