[Python-checkins] Fix typo in 3.14 `pdb` whatsnew entry (#129886)

2025-02-09 Thread hauntsaninja
https://github.com/python/cpython/commit/2abb6a4f139236545389672aef2a36a6b0862b71 commit: 2abb6a4f139236545389672aef2a36a6b0862b71 branch: main author: Victorien <[email protected]> committer: hauntsaninja <[email protected]> date: 2025-02-09T22:1

[Python-checkins] [3.13] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129937)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/dee4f2c2a286a396f1445c995453dfc0beafe5d3 commit: dee4f2c2a286a396f1445c995453dfc0beafe5d3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-10T05:16:09Z summary: [3.13] gh-6840

[Python-checkins] [3.12] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129938)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/774458884b1e530d5ca0276671522c0dc4f4127e commit: 774458884b1e530d5ca0276671522c0dc4f4127e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-10T05:10:02Z summary: [3.12] gh-6840

[Python-checkins] gh-68400: Remove outdated 2.7 comment (#129919)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/d9bf3c16e53f04b600e42cd0ac560820e3522b57 commit: d9bf3c16e53f04b600e42cd0ac560820e3522b57 branch: main author: Stan Ulbrych <[email protected]> committer: terryjreedy date: 2025-02-09T23:53:32-05:00 summary: gh-68400: Remove

[Python-checkins] [3.13] gh-129603: Don't segfault if sqlite3.Row description is None (#129604) (#129923)

2025-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/d6daeeeb2fe4db94fc8aa2fd1bc4dc201a4d1541 commit: d6daeeeb2fe4db94fc8aa2fd1bc4dc201a4d1541 branch: 3.13 author: Erlend E. Aasland committer: erlend-aasland date: 2025-02-10T00:21:33Z summary: [3.13] gh-129603: Don't segfault if sqlite3.Row description is N

[Python-checkins] [3.12] gh-129603: Don't segfault if sqlite3.Row description is None (#129604) (#129924)

2025-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/02e00a73733b57327ce0492c00d12e74d497453f commit: 02e00a73733b57327ce0492c00d12e74d497453f branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2025-02-10T00:14:40Z summary: [3.12] gh-129603: Don't segfault if sqlite3.Row description is N

[Python-checkins] gh-129603: Don't segfault if sqlite3.Row description is None (#129604)

2025-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/7e6ee50b6b8c760bcefb92ab4ddbc3d85d37a834 commit: 7e6ee50b6b8c760bcefb92ab4ddbc3d85d37a834 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2025-02-10T00:27:28+01:00 summary: gh-129603: Don't segfault if sqlite3.Row description is Non

[Python-checkins] Fix typo in `enum` documentation (#129920)

2025-02-09 Thread AlexWaygood
https://github.com/python/cpython/commit/d05053a203d922c8056f12ef3c9338229fdce043 commit: d05053a203d922c8056f12ef3c9338229fdce043 branch: main author: Victorien <[email protected]> committer: AlexWaygood date: 2025-02-09T21:48:11Z summary: Fix typo in `enum` documentation

[Python-checkins] [3.13] gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (GH-129913) (#129918)

2025-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/d26c2fe7a2833606b3fb8d9789149d8696978d86 commit: d26c2fe7a2833606b3fb8d9789149d8696978d86 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-02-09T21:06:16Z summary: [3.13] gh-1

[Python-checkins] gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)

2025-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/cda83cade0b684bcb1221a30bfe0b6861abd3b3f commit: cda83cade0b684bcb1221a30bfe0b6861abd3b3f branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2025-02-09T21:43:23+01:00 summary: gh-129870: Skip test_dump_virtual_tables if SQLite lacks FT

[Python-checkins] gh-126835: Make CFG optimizer skip over NOP's when looking for const sequence construction (#129703)

2025-02-09 Thread Eclips4
https://github.com/python/cpython/commit/91d954411272a07a5431326711a8a5bdf4e2c323 commit: 91d954411272a07a5431326711a8a5bdf4e2c323 branch: main author: Yan Yanchii committer: Eclips4 date: 2025-02-09T18:00:41Z summary: gh-126835: Make CFG optimizer skip over NOP's when looking for const sequence

[Python-checkins] Trigger tail call CI on more files (GH-129906)

2025-02-09 Thread Fidget-Spinner
https://github.com/python/cpython/commit/8f9c6fa0773cff586d127d1b77b158edd4718035 commit: 8f9c6fa0773cff586d127d1b77b158edd4718035 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-10T00:52:58+08:00 summary: Trigger tail call CI on more files (GH-129906) files: M .github/work

[Python-checkins] [3.13] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896) (#129904)

2025-02-09 Thread sobolevn
https://github.com/python/cpython/commit/26041daf01742cf263c5de34dd243cfaa5936035 commit: 26041daf01742cf263c5de34dd243cfaa5936035 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-09T15:47:10Z summary: [3.13] gh-129892:

[Python-checkins] [3.12] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896) (#129905)

2025-02-09 Thread sobolevn
https://github.com/python/cpython/commit/23eccaebf37d7ae2b69c66b98a37e64f20e729e5 commit: 23eccaebf37d7ae2b69c66b98a37e64f20e729e5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-09T15:39:23Z summary: [3.12] gh-129892:

[Python-checkins] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (#129896)

2025-02-09 Thread sobolevn
https://github.com/python/cpython/commit/c53730171f18b90202aa0918b3c0541bb1ec commit: c53730171f18b90202aa0918b3c0541bb1ec branch: main author: Nikola Savic <[email protected]> committer: sobolevn date: 2025-02-09T18:22:57+03:00 summary: gh-129892: Doc: Remove

[Python-checkins] gh-129874: improve test_events to use correct task implementation (#129891)

2025-02-09 Thread kumaraditya303
https://github.com/python/cpython/commit/f7c7decc4c7c10084ab3c1473e1a590666d3ea17 commit: f7c7decc4c7c10084ab3c1473e1a590666d3ea17 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-09T18:36:16+05:30 summary: gh-129874: improve test_events to use correct task implementatio

[Python-checkins] gh-129874: improve `test_tasks` in asyncio to use correct internal functions (#129890)

2025-02-09 Thread kumaraditya303
https://github.com/python/cpython/commit/ce0cf7a73a96e65bb6dd80e7555e531bd0e27037 commit: ce0cf7a73a96e65bb6dd80e7555e531bd0e27037 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-09T13:02:11Z summary: gh-129874: improve `test_tasks` in asyncio to use correct internal fu

[Python-checkins] gh-129874: improve asyncio tests to use correct internal functions (#129887)

2025-02-09 Thread kumaraditya303
https://github.com/python/cpython/commit/09fe550ecc392927133e3f91856c630d1310ccdb commit: 09fe550ecc392927133e3f91856c630d1310ccdb branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-09T12:05:39Z summary: gh-129874: improve asyncio tests to use correct internal functions (

[Python-checkins] GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#129856)

2025-02-09 Thread barneygale
https://github.com/python/cpython/commit/c88dacb391ab95229b500dabb812e02109058ed7 commit: c88dacb391ab95229b500dabb812e02109058ed7 branch: main author: Barney Gale committer: barneygale date: 2025-02-09T12:05:23Z summary: GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info`

[Python-checkins] gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)

2025-02-09 Thread kumaraditya303
https://github.com/python/cpython/commit/d5796e64e061a5366186561d1a003c1436ad3492 commit: d5796e64e061a5366186561d1a003c1436ad3492 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-09T15:57:00+05:30 summary: gh-129874: avoid mixing pure python and C implementation of asyn

[Python-checkins] [3.12] gh-129873: IDLE: Improve help.py's method of parsing HTML (GH-129859) (#129885)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/fd8d445cb3a9756f43a1a119e9b2dc8d6a508541 commit: fd8d445cb3a9756f43a1a119e9b2dc8d6a508541 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-09T04:19:55-05:00 summary: [3.12] gh

[Python-checkins] [3.13] gh-129873: IDLE: Improve help.py's method of parsing HTML (GH-129859) (#129884)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/f7d885a8ffcf6e5dfa4d4511a8c9939829a4667f commit: f7d885a8ffcf6e5dfa4d4511a8c9939829a4667f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-02-09T04:19:36-05:00 summary: [3.13] gh

[Python-checkins] gh-129873: IDLE: Improve help.py's method of parsing HTML (#129859)

2025-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/6fbf15f98e04f582aeccf5334a94840149ff7cd5 commit: 6fbf15f98e04f582aeccf5334a94840149ff7cd5 branch: main author: Stan Ulbrych <[email protected]> committer: terryjreedy date: 2025-02-09T08:17:35Z summary: gh-129873: IDLE: Impr