[Python-checkins] gh-130160: use `.. program::` directive for documenting `http.server` CLI (#131010)

2025-03-15 Thread hugovk
https://github.com/python/cpython/commit/7ae9c5dd25cccfc4e44fae6c6974ab9f32c5e985 commit: 7ae9c5dd25cccfc4e44fae6c6974ab9f32c5e985 branch: main author: donBarbos committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-15T18:28:56+02:00 summary: gh-130160: use `.. program::` dire

[Python-checkins] gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)

2025-03-15 Thread hauntsaninja
https://github.com/python/cpython/commit/8190571a75fc46278042e7fffbe8aeb1f71ab21d commit: 8190571a75fc46278042e7fffbe8aeb1f71ab21d branch: main author: scotscotmcc <83373712+scotscot...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2025-03-

[Python-checkins] GH-123044: Give the `POP_TOP` after a case test a location in the body, not the pattern. (GH-130627)

2025-03-15 Thread markshannon
https://github.com/python/cpython/commit/be046ee6e06d3eea5f249c524861b76df6c9f003 commit: be046ee6e06d3eea5f249c524861b76df6c9f003 branch: main author: Mark Shannon committer: markshannon date: 2025-03-10T17:31:16Z summary: GH-123044: Give the `POP_TOP` after a case test a location in the body,

[Python-checkins] [3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#131179)

2025-03-15 Thread vstinner
https://github.com/python/cpython/commit/050813c026c742f2cbdcfefc3a062d0105e2195c commit: 050813c026c742f2cbdcfefc3a062d0105e2195c branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-03-13T09:59:57Z summary: [3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#13117

[Python-checkins] GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)

2025-03-15 Thread barneygale
https://github.com/python/cpython/commit/563ab5cefe98d3a4a8f86eb46ca5aeaeaa5b120b commit: 563ab5cefe98d3a4a8f86eb46ca5aeaeaa5b120b branch: main author: Barney Gale committer: barneygale date: 2025-03-16T06:11:20Z summary: GH-130614: pathlib ABCs: improve support for receiving path metadata (#131

[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `http.server` CLI (GH-131010) (#131293)

2025-03-15 Thread hugovk
https://github.com/python/cpython/commit/b7e15a93b47abe4510cd1e3842f0a981bd31e2bb commit: b7e15a93b47abe4510cd1e3842f0a981bd31e2bb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-1

[Python-checkins] gh-131281: fix compile error due to `BINARY_SUBSCR` (GH-131283)

2025-03-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/1821f8f10c7a4a43a4fb55fe4e3da4cadfec699d commit: 1821f8f10c7a4a43a4fb55fe4e3da4cadfec699d branch: main author: Xuanteng Huang <44627253+xuante...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-03-15T23:38:46+08:00 summary: gh-131281: fix co

[Python-checkins] gh-121468: Add current asyncio task as a convenience variable in pdb (#124367)

2025-03-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/27fc62cf4f6a9bbb4698299f02b8a519cbefdf53 commit: 27fc62cf4f6a9bbb4698299f02b8a519cbefdf53 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-14T14:46:26-04:00 summary: gh-121468: Add current asyncio task as a convenience variable in pdb

[Python-checkins] gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)

2025-03-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/26511993e63265ea5928aabe6af96d89e20f0553 commit: 26511993e63265ea5928aabe6af96d89e20f0553 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-14T16:23:21-04:00 summary: gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)

[Python-checkins] gh-111178: Fix function signatures for test_os (#131227)

2025-03-15 Thread vstinner
https://github.com/python/cpython/commit/db62557e3d1b0de4ca17786bd53f9c825ad88721 commit: db62557e3d1b0de4ca17786bd53f9c825ad88721 branch: main author: Victor Stinner committer: vstinner date: 2025-03-14T13:53:06Z summary: gh-78: Fix function signatures for test_os (#131227) files: M Module

[Python-checkins] GH-131296: fix clang-cl warnings on Windows in blake2module.c (#131299)

2025-03-15 Thread gpshead
https://github.com/python/cpython/commit/faa80fcf46f379dd13ad2d4d2a406449d37c2d60 commit: faa80fcf46f379dd13ad2d4d2a406449d37c2d60 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: gpshead date: 2025-03-15T11:37:53-07:00 summary: GH-131296: fix clang-cl wa

[Python-checkins] GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)

2025-03-15 Thread gpshead
https://github.com/python/cpython/commit/f104c19a94ae43f788e509019901b1f48fbd134e commit: f104c19a94ae43f788e509019901b1f48fbd134e branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: gpshead date: 2025-03-15T11:41:34-07:00 summary: GH-131296: fix clang-cl wa

[Python-checkins] GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)

2025-03-15 Thread gpshead
https://github.com/python/cpython/commit/e82c2ca2a59235bc1965b259f4421635861e0470 commit: e82c2ca2a59235bc1965b259f4421635861e0470 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: gpshead date: 2025-03-15T18:55:00Z summary: GH-131296: fix clang-cl warnin