[Python-checkins] [3.13] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-142016)

2025-11-27 Thread ZeroIntensity
https://github.com/python/cpython/commit/3bbd669abbdfe16eb3c478138b4f83ca9f57e93f commit: 3bbd669abbdfe16eb3c478138b4f83ca9f57e93f branch: 3.13 author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-27T14:20:58-05:00 summary: [3.

[Python-checkins] [3.13] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141955)

2025-11-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/0e3d1b8670040850235a2bc34f452b5ab3434755 commit: 0e3d1b8670040850235a2bc34f452b5ab3434755 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-25T18:04:42Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141954)

2025-11-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/20a677d75a95fa63be904f7ca4f8cb268aec95c1 commit: 20a677d75a95fa63be904f7ca4f8cb268aec95c1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-25T17:58:44Z summary: [3.

[Python-checkins] gh-141004: Document missing `PyThread*` APIs (GH-141810)

2025-11-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/a89ee4b9c2a87d9bdf105883f834cda9d943d541 commit: a89ee4b9c2a87d9bdf105883f834cda9d943d541 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-25T12:53:18-05:00 summary: gh-141004: Document missing `PyThread*` APIs (GH-141810) Co

[Python-checkins] [3.14] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141928)

2025-11-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/11e3fc963627981c0506d23463aca694fdc5af32 commit: 11e3fc963627981c0506d23463aca694fdc5af32 branch: 3.14 author: Alexander Nordin committer: ZeroIntensity date: 2025-11-25T06:52:47-05:00 summary: [3.14] gh-138199: Address potential confusion re: threading

[Python-checkins] [3.13] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141929)

2025-11-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/1d16256f7d29ef5e6a393e7193765e5740264a17 commit: 1d16256f7d29ef5e6a393e7193765e5740264a17 branch: 3.13 author: Alexander Nordin committer: ZeroIntensity date: 2025-11-25T06:52:54-05:00 summary: [3.13] gh-138199: Address potential confusion re: threading

[Python-checkins] [3.13] gh-141004: Document stack effect C APIs (GH-141843) (GH-141917)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/7905e85ecdaad7deea8108eeef0ac7e9d570b484 commit: 7905e85ecdaad7deea8108eeef0ac7e9d570b484 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T17:26:12Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/0f2f4c0e607246ba7e1f34e591dddfe033458cff commit: 0f2f4c0e607246ba7e1f34e591dddfe033458cff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T17:24:41Z summary: [3.

[Python-checkins] gh-141004: Document stack effect C APIs (GH-141843)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/e1f1df4082e2bc6cdb46be9984124c88a7b2ff0f commit: e1f1df4082e2bc6cdb46be9984124c88a7b2ff0f branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-24T12:18:50-05:00 summary: gh-141004: Document stack effect C APIs (GH-141843) Co-authored

[Python-checkins] [3.14] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-141915)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/9e309c140fec1b53a5630ca9d954426e437c130a commit: 9e309c140fec1b53a5630ca9d954426e437c130a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T12:16:31-05:00 summary:

[Python-checkins] gh-141004: Document `PyImport_Inittab` (GH-141844)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/5f35702bb641230131c400500bb8bbacde7465b2 commit: 5f35702bb641230131c400500bb8bbacde7465b2 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-24T16:38:18Z summary: gh-141004: Document `PyImport_Inittab` (GH-141844) Co-authored-by

[Python-checkins] gh-138199: Address potential confusion regarding threading in the `asyncio` HOWTO (GH-138200)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/a4f422521337d3310b71bb081c195e64c2035bbb commit: a4f422521337d3310b71bb081c195e64c2035bbb branch: main author: Alexander Nordin committer: ZeroIntensity date: 2025-11-24T14:08:49Z summary: gh-138199: Address potential confusion regarding threading in the

[Python-checkins] [3.13] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141896)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/2701e8e542e283f5a6b4494ed5323b23ebce3573 commit: 2701e8e542e283f5a6b4494ed5323b23ebce3573 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T13:40:39Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141895)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/17c5d6d58dcb7c94757fdedac500d6e7ac1ce40e commit: 17c5d6d58dcb7c94757fdedac500d6e7ac1ce40e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T13:40:01Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141788)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/79e0f6f68449ce32c7b4d93f2f5b6243f225f2fd commit: 79e0f6f68449ce32c7b4d93f2f5b6243f225f2fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T14:30:51Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141792)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/7a27c7b2e40e7ddbc47b7ed1cd09ae9eb338b718 commit: 7a27c7b2e40e7ddbc47b7ed1cd09ae9eb338b718 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:55:17Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document missing `PyDateTime*` APIs (GH-141543) (GH-141791)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/f1bed5baf0c70aff297ca8298403ea07e32d6af7 commit: f1bed5baf0c70aff297ca8298403ea07e32d6af7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:54:48Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document missing generator APIs (GH-141409) (GH-141790)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/e90d8953a02aff61d1ed76a091bfe3bb48ead4bb commit: e90d8953a02aff61d1ed76a091bfe3bb48ead4bb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:52:36Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document missing generator APIs (GH-141409) (GH-141789)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/fa40aab2aade5562dcc04409d07ac5e125016f39 commit: fa40aab2aade5562dcc04409d07ac5e125016f39 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:52:07Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141787)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/59fa59e381c09246fa11aed1ef51e119dfd8f044 commit: 59fa59e381c09246fa11aed1ef51e119dfd8f044 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-20T13:48:11Z summary: [3.

[Python-checkins] gh-141004: Document missing `PyDateTime*` APIs (GH-141543)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/4273616ebfbfe2a7cfd93460a08364f5a40f89e2 commit: 4273616ebfbfe2a7cfd93460a08364f5a40f89e2 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:48:10-05:00 summary: gh-141004: Document missing `PyDateTime*` APIs (GH-141543) Co

[Python-checkins] gh-141004: Document missing generator APIs (GH-141409)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/2da7ecc680548804ea99d62ba4d228cfa5011671 commit: 2da7ecc680548804ea99d62ba4d228cfa5011671 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:46:27-05:00 summary: gh-141004: Document missing generator APIs (GH-141409) Co

[Python-checkins] gh-141004: Document `Py_MakePendingCalls` (GH-141137)

2025-11-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/ce701032a3d5d3597466d5836ebe989db6eda2aa commit: ce701032a3d5d3597466d5836ebe989db6eda2aa branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-20T08:42:01-05:00 summary: gh-141004: Document `Py_MakePendingCalls` (GH-141137) Co

[Python-checkins] [3.13] gh-141004: Document `Py_LOCAL` and `Py_LOCAL_INLINE` (GH-141725) (GH-141762)

2025-11-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/49ac2bbe02bc88bcb759d96de202eca9d960aec6 commit: 49ac2bbe02bc88bcb759d96de202eca9d960aec6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-19T18:38:53Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_LOCAL` and `Py_LOCAL_INLINE` (GH-141725) (GH-141761)

2025-11-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/d05be327588aeb39c69eac1585af78055981ca52 commit: d05be327588aeb39c69eac1585af78055981ca52 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-19T18:38:09Z summary: [3.

[Python-checkins] gh-141004: Document `Py_LOCAL` and `Py_LOCAL_INLINE` (GH-141725)

2025-11-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/3149d64c93f02217eb01c0fd82c26a685b5281c1 commit: 3149d64c93f02217eb01c0fd82c26a685b5281c1 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-19T13:32:18-05:00 summary: gh-

[Python-checkins] [3.14] gh-141004: Document `Py_MEMCPY` (GH-141676) (GH-141685)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/cf2524f2b7a41fbc1d0979e585c01166621c7ce0 commit: cf2524f2b7a41fbc1d0979e585c01166621c7ce0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T22:57:47Z summary: [3.

[Python-checkins] gh-141004: Document `Py_MEMCPY` (GH-141676)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/16ea9505ce690485bab38691e5a83f467757fc03 commit: 16ea9505ce690485bab38691e5a83f467757fc03 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-17T17:52:13-05:00 summary: gh-

[Python-checkins] [3.13] gh-141004: Document `PyODict*` APIs (GH-141136) (GH-141678)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/d4e4924a5f0936e810613dc6700d3f90f3ffd52d commit: d4e4924a5f0936e810613dc6700d3f90f3ffd52d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T19:47:04Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PyODict*` APIs (GH-141136) (GH-141677)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/aa887aa2a8a9dcd300e27b92637fa846c1fdd3ea commit: aa887aa2a8a9dcd300e27b92637fa846c1fdd3ea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-17T19:46:23Z summary: [3.

[Python-checkins] gh-141004: Document `PyODict*` APIs (GH-141136)

2025-11-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/b3626321b6ebb46dd24acee2aa806450e70febfc commit: b3626321b6ebb46dd24acee2aa806450e70febfc branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-17T14:40:47-05:00 summary: gh-141004: Document `PyODict*` APIs (GH-141136) files: M Doc/c

[Python-checkins] [3.13] gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH-141253) (GH-141638)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/e6f429c30d1bcfb05706f6963632a83e617799c5 commit: e6f429c30d1bcfb05706f6963632a83e617799c5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-16T19:32:16Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH-141253) (GH-141637)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/c9eb5cb1c0c994dd4759d21b1018242e990cba20 commit: c9eb5cb1c0c994dd4759d21b1018242e990cba20 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-16T19:31:25Z summary: [3.

[Python-checkins] gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH-141253)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/be699d6c7c8793d3eb464f2e5d3f10262fe3bc37 commit: be699d6c7c8793d3eb464f2e5d3f10262fe3bc37 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-16T19:25:50Z summary: gh-141004: Document missing `PyCFunction*` and `PyCMethod*` APIs (GH

[Python-checkins] [3.13] gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630) (GH-141633)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/7b5c65a32fe1f7ea0784dad01fff49a733ae4067 commit: 7b5c65a32fe1f7ea0784dad01fff49a733ae4067 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-16T18:58:19Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630) (GH-141632)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/10db8ee968bb7ac68361046098e113250f117ca7 commit: 10db8ee968bb7ac68361046098e113250f117ca7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-16T18:56:41Z summary: [3.

[Python-checkins] gh-141004: Document the `PyPickleBuffer_*` C API (GH-141630)

2025-11-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/e33afa7ddbca3fca38f4ec4369b620c37cb092e2 commit: e33afa7ddbca3fca38f4ec4369b620c37cb092e2 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-16T13:50:54-05:00 summary: gh-

[Python-checkins] [3.14] GH-141509: Fix warning about remaining subinterpreters (GH-141528) (GH-141566)

2025-11-15 Thread ZeroIntensity
https://github.com/python/cpython/commit/21e43d5e8343f356f12d6450a00b3c1e66f66bab commit: 21e43d5e8343f356f12d6450a00b3c1e66f66bab branch: 3.14 author: Sergey Miryanov committer: ZeroIntensity date: 2025-11-15T13:56:52-05:00 summary: [3.14] GH-141509: Fix warning about remaining subinterpreters

[Python-checkins] [3.13] gh-141004: Document `PyOS_InterruptOccurred` (GH-141526) (GH-141550)

2025-11-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/c8c8cc2e8ff097d0f88ce2dbd09594849ab0cb7b commit: c8c8cc2e8ff097d0f88ce2dbd09594849ab0cb7b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-14T15:58:19Z summary: [3.

[Python-checkins] GH-141509: Fix warning about remaining subinterpreters (GH-141528)

2025-11-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/fa245df4a0848c15cf8d907c10fc92819994b866 commit: fa245df4a0848c15cf8d907c10fc92819994b866 branch: main author: Sergey Miryanov committer: ZeroIntensity date: 2025-11-14T14:55:04Z summary: GH-141509: Fix warning about remaining subinterpreters (GH-141528

[Python-checkins] gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_reset` (GH-141552)

2025-11-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/c10fa5be6167b1338ad194f9fe4be4782e025175 commit: c10fa5be6167b1338ad194f9fe4be4782e025175 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-14T14:22:36Z summary: gh-131229: Temporarily skip

[Python-checkins] [3.14] gh-141004: Document `PyOS_InterruptOccurred` (GH-141526) (GH-141549)

2025-11-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/72a8ea773baaf5049d06fdc3b314bfe661846b58 commit: 72a8ea773baaf5049d06fdc3b314bfe661846b58 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-14T11:26:37Z summary: [3.

[Python-checkins] gh-141004: Document `PyOS_InterruptOccurred` (GH-141526)

2025-11-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/ef90261be508b97d682589aac8f00065a9585683 commit: ef90261be508b97d682589aac8f00065a9585683 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-14T06:20:36-05:00 summary: gh-

[Python-checkins] [3.14] gh-141004: Document `PyCode_Optimize` (GH-141378) (GH-141514)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/425e423f9f85a8f7b6bd90fc6995e9b032d37351 commit: 425e423f9f85a8f7b6bd90fc6995e9b032d37351 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-13T15:15:27Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document `PyCode_Optimize` (GH-141378) (GH-141515)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/c86f5d3ebe6c0b343cd270fb55f9cd118d3df110 commit: c86f5d3ebe6c0b343cd270fb55f9cd118d3df110 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-13T15:14:32Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document C APIs for dictionary keys, values, and items (GH-141009) (GH-141513)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/c38d8607d23542587249c6b43b35a86c31f25022 commit: c38d8607d23542587249c6b43b35a86c31f25022 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-13T15:09:23Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document C APIs for dictionary keys, values, and items (GH-141009) (GH-141512)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/f43e5955ebf52bd28975878444e7c37db064d32c commit: f43e5955ebf52bd28975878444e7c37db064d32c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-13T15:08:35Z summary: [3.

[Python-checkins] gh-141004: Document `PyCode_Optimize` (GH-141378)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/d7862e9b1bd8f82e41c4f2c4dad31e15707d856f commit: d7862e9b1bd8f82e41c4f2c4dad31e15707d856f branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-13T10:07:57-05:00 summary: gh-141004: Document `PyCode_Optimize` (GH-141378) files: M Doc

[Python-checkins] gh-141004: Document C APIs for dictionary keys, values, and items (GH-141009)

2025-11-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/f72768f30e6ed9253eb3b6374b4395dfcaf4842a commit: f72768f30e6ed9253eb3b6374b4395dfcaf4842a branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-13T15:02:21Z summary: gh-141004: Document C APIs for dictionary keys, values, and items (GH

[Python-checkins] [3.13] gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408) (GH-141487)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/39de3f87c13614ad7e6ef52bc931bdf567babb2a commit: 39de3f87c13614ad7e6ef52bc931bdf567babb2a branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-11-12T23:02:58Z summary: [3.13] gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408) (GH

[Python-checkins] [3.13] gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405) (GH-141486)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/f127ff7dafd8985e6a23ad8e02de6dd66758ae51 commit: f127ff7dafd8985e6a23ad8e02de6dd66758ae51 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-12T22:59:55Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405) (GH-141485)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/42e0468209133690ba8ea59ebefd803f4fac23c5 commit: 42e0468209133690ba8ea59ebefd803f4fac23c5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-12T22:58:52Z summary: [3.

[Python-checkins] gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/26b7df2430cd5a9ee772bfa6ee03a73bd0b11619 commit: 26b7df2430cd5a9ee772bfa6ee03a73bd0b11619 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-12T17:52:56-05:00 summary: gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405

[Python-checkins] [3.14] gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408) (GH-141470)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/24bf09b42cf6e9687aa77d3d6d09d3724d8c37d5 commit: 24bf09b42cf6e9687aa77d3d6d09d3724d8c37d5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-12T16:44:17Z summary: [3.

[Python-checkins] gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408)

2025-11-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/9cd5427d9619b96db20d0347a136b3d331af71ae commit: 9cd5427d9619b96db20d0347a136b3d331af71ae branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-12T11:38:17-05:00 summary: gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408) Co

[Python-checkins] [3.13] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407) (GH-141441)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/51c60f3681061cbf80b4442e198cea8897dae3de commit: 51c60f3681061cbf80b4442e198cea8897dae3de branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-11-12T02:08:28Z summary: [3.13] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape

[Python-checkins] [3.14] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407) (GH-141440)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/604a5a6a113b5bae1c32175a3a12571dbbe70d3d commit: 604a5a6a113b5bae1c32175a3a12571dbbe70d3d branch: 3.14 author: Peter Bierma committer: ZeroIntensity date: 2025-11-12T02:06:36Z summary: [3.14] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape

[Python-checkins] [3.13] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413) (GH-141426)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/b28ba31c69a0aefc630ed4c08684168c8e7b745e commit: b28ba31c69a0aefc630ed4c08684168c8e7b745e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-11T16:48:36-05:00 summary:

[Python-checkins] [3.14] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413) (GH-141425)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/91f33ef3c8d3708a61d37de83fe120fd43e22a8d commit: 91f33ef3c8d3708a61d37de83fe120fd43e22a8d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-11T16:48:29-05:00 summary:

[Python-checkins] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/37e2762ee12c2d7fc465938d7161a9a0640bd71f commit: 37e2762ee12c2d7fc465938d7161a9a0640bd71f branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-11T15:32:54-05:00 summary: gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape

[Python-checkins] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/2befce86e699fdbb6610949b029bad56a0d0780f commit: 2befce86e699fdbb6610949b029bad56a0d0780f branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-11T15:31:29-05:00 summary: gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject

[Python-checkins] [3.13] gh-141004: Document `PyType_Unwatch` (GH-141414) (GH-141419)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/07a6bdd76597b56f87bac1aa5c5bd42a3c20 commit: 07a6bdd76597b56f87bac1aa5c5bd42a3c20 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-11T17:28:52Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PyType_Unwatch` (GH-141414) (GH-141418)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/068bddce88a783d7232d334fa0addd82cbcd0dad commit: 068bddce88a783d7232d334fa0addd82cbcd0dad branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-11T17:28:14Z summary: [3.

[Python-checkins] gh-141004: Document `PyType_Unwatch` (GH-141414)

2025-11-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/759a048d4bea522fda2fe929be0fba1650c62b0e commit: 759a048d4bea522fda2fe929be0fba1650c62b0e branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-11T12:22:16-05:00 summary: gh-141004: Document `PyType_Unwatch` (GH-141414) files: M Doc/c

[Python-checkins] [3.13] gh-141004: Document missing frame APIs (GH-141189) (GH-141380)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/a8c9aff84fc32aeb1aacf338150e56efeb74471c commit: a8c9aff84fc32aeb1aacf338150e56efeb74471c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T21:42:04Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document missing frame APIs (GH-141189) (GH-141379)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/9a5cf6f62ce3340b8898dcf4604a5f8bdfe49d45 commit: 9a5cf6f62ce3340b8898dcf4604a5f8bdfe49d45 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T21:42:10Z summary: [3.

[Python-checkins] gh-141004: Document missing frame APIs (GH-141189)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/86513f6c2ebdd1fb692c39b84786ea41d88c84fd commit: 86513f6c2ebdd1fb692c39b84786ea41d88c84fd branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-10T21:35:47Z summary: gh-141004: Document missing frame APIs (GH-141189) Co-authored-by

[Python-checkins] [3.13] gh-141004: Document `PyType_FastSubclass` (GH-141313) (GH-141369)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/d15841342d73e75986ff2e2f806b339918034ced commit: d15841342d73e75986ff2e2f806b339918034ced branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T17:52:22Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PyType_FastSubclass` (GH-141313) (GH-141368)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/96820d872fb2466bbc8f17bad71cd8a05293 commit: 96820d872fb2466bbc8f17bad71cd8a05293 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T17:52:15Z summary: [3.

[Python-checkins] gh-141004: Document `PyType_FastSubclass` (GH-141313)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/ed0a5fd8cacb1964111d03ff37627f6bea5e6026 commit: ed0a5fd8cacb1964111d03ff37627f6bea5e6026 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-10T12:46:41-05:00 summary: gh-

[Python-checkins] [3.14] gh-141004: Document `pyctype.h` macros (GH-141272) (GH-141340)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/c09a65914d8232dba860080baa6692b74614d460 commit: c09a65914d8232dba860080baa6692b74614d460 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T10:12:55Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document `pyctype.h` macros (GH-141272) (GH-141339)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/9cbbb2eb21e6f0ded139b5d8338cc4be0bf5867b commit: 9cbbb2eb21e6f0ded139b5d8338cc4be0bf5867b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T10:11:39Z summary: [3.

[Python-checkins] gh-141004: Document `pyctype.h` macros (GH-141272)

2025-11-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/df192616212f80aaa2f672b722b925943dbd3b78 commit: df192616212f80aaa2f672b722b925943dbd3b78 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-10T05:05:06-05:00 summary: gh-

[Python-checkins] [3.13] gh-141004: Document `Py_DTSF_*` macros (GH-141310) (GH-141330)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/70bcf946f146b2f1c1e950650cba33c4fe49100d commit: 70bcf946f146b2f1c1e950650cba33c4fe49100d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T00:49:30Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_DTSF_*` macros (GH-141310) (GH-141329)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/b5ae8082a6673f1fe2f40cd8b328fda8c56728c0 commit: b5ae8082a6673f1fe2f40cd8b328fda8c56728c0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-10T00:48:48Z summary: [3.

[Python-checkins] gh-141004: Document `Py_DTSF_*` macros (GH-141310)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/9b0179fa87fee39df0f75bd84fc2dd75f1d00553 commit: 9b0179fa87fee39df0f75bd84fc2dd75f1d00553 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-09T19:43:03-05:00 summary: gh-

[Python-checkins] [3.13] gh-141004: Document `PySuper_Type` (GH-141315) (GH-141319)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/5ad2842915a9fadd0d78e6abbd3df838ecd128ae commit: 5ad2842915a9fadd0d78e6abbd3df838ecd128ae branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T20:01:33Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PySuper_Type` (GH-141315) (GH-141318)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/6e659bf645beaaea54d20324fa06c0992a0b6a20 commit: 6e659bf645beaaea54d20324fa06c0992a0b6a20 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T20:01:04Z summary: [3.

[Python-checkins] gh-141004: Document `PySuper_Type` (GH-141315)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/14c62227f9fa11fb743f9e03dcc5aab553de1098 commit: 14c62227f9fa11fb743f9e03dcc5aab553de1098 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-09T14:53:56-05:00 summary: gh-

[Python-checkins] [3.14] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296) (GH-141308)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/428f787d58df57e8f272584f53bdfab1b5e7beae commit: 428f787d58df57e8f272584f53bdfab1b5e7beae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T18:09:39Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296) (GH-141309)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/811fd8f4a4f9d1f071dd84e653d37628d46bf91b commit: 811fd8f4a4f9d1f071dd84e653d37628d46bf91b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T18:09:43Z summary: [3.

[Python-checkins] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/807db68ddd8572cfa825373bc13461b02691f4d9 commit: 807db68ddd8572cfa825373bc13461b02691f4d9 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T13:03:38-05:00 summary: gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs

[Python-checkins] [3.13] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294) (GH-141305)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/aa2c8ea1e7075c360c280646a94f275afab5cb1b commit: aa2c8ea1e7075c360c280646a94f275afab5cb1b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T17:55:02Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294) (GH-141304)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/86824651bce4526ea491ca7b1614f5f52e67bcd9 commit: 86824651bce4526ea491ca7b1614f5f52e67bcd9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T17:55:09Z summary: [3.

[Python-checkins] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/18529b580b59b8d075641da6c685bef377eb0a7b commit: 18529b580b59b8d075641da6c685bef377eb0a7b branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T12:49:17-05:00 summary: gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294

[Python-checkins] [3.14] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301) (GH-141302)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/42878e862a012398178cf3d5eaee0d3b30822b12 commit: 42878e862a012398178cf3d5eaee0d3b30822b12 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T12:20:24-05:00 summary:

[Python-checkins] [3.13] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301) (GH-141303)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/a9619899fc8b5c013e54a671687e4bbc9e8bbb39 commit: a9619899fc8b5c013e54a671687e4bbc9e8bbb39 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T12:20:18-05:00 summary:

[Python-checkins] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/b5a0c72492800c7e999b87adfcfeabaacb4ecb97 commit: b5a0c72492800c7e999b87adfcfeabaacb4ecb97 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T17:09:09Z summary: gh-141004: Document `PyExceptionInstance*` APIs (GH-141301) Co

[Python-checkins] [3.13] gh-141004: Document `Py_func_type_input` (GH-141273) (GH-141299)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/92ae15802d61755c0d6b47f749db604f4ee2c55b commit: 92ae15802d61755c0d6b47f749db604f4ee2c55b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T16:28:26Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_func_type_input` (GH-141273) (GH-141298)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/a8b27305e8d34514219b4a7ed69b679ef1d64827 commit: a8b27305e8d34514219b4a7ed69b679ef1d64827 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T16:27:53Z summary: [3.

[Python-checkins] gh-141004: Document `Py_func_type_input` (GH-141273)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/8dd849828636bb3989c6d5d20f8790a3fb770fc4 commit: 8dd849828636bb3989c6d5d20f8790a3fb770fc4 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T16:21:44Z summary: gh-141004: Document `Py_func_type_input` (GH-141273) files: M Doc/c

[Python-checkins] [3.14] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279) (GH-141290)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/afa52a101e0f7991d4c33ca2c2d0db1818e6c21f commit: afa52a101e0f7991d4c33ca2c2d0db1818e6c21f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T15:40:20Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279) (GH-141291)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/a6d980472d29ba96f6b0e9e263356ba8707d8095 commit: a6d980472d29ba96f6b0e9e263356ba8707d8095 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T15:39:53Z summary: [3.

[Python-checkins] [3.13] gh-141004: Document deprecated aliases for memory allocation (GH-141146) (GH-141289)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/7b3f7ffb476001cabbb8f9e9ae4c9222aa4ae3c5 commit: 7b3f7ffb476001cabbb8f9e9ae4c9222aa4ae3c5 branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T15:37:13Z summary: [3.13] gh-141004: Document deprecated aliases for memory allocation

[Python-checkins] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/60155329a0a83a2b9e740f0c0de41c9d44f5a053 commit: 60155329a0a83a2b9e740f0c0de41c9d44f5a053 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-09T10:32:39-05:00 summary: gh-

[Python-checkins] [3.14] gh-141004: Document deprecated aliases for memory allocation (GH-141146) (GH-141288)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/7905374d5091668f8612e825877bbc954b7f13f2 commit: 7905374d5091668f8612e825877bbc954b7f13f2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-09T15:12:52Z summary: [3.

[Python-checkins] gh-141004: Document deprecated aliases for memory allocation (GH-141146)

2025-11-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/1d738dea6364de004f8cec7c6309d6bbd3b996c7 commit: 1d738dea6364de004f8cec7c6309d6bbd3b996c7 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-09T10:06:38-05:00 summary: gh-141004: Document deprecated aliases for memory allocation (GH

[Python-checkins] [3.13] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266) (GH-141270)

2025-11-08 Thread ZeroIntensity
https://github.com/python/cpython/commit/1cd0b743502cfb781810fedf6860f4d063657212 commit: 1cd0b743502cfb781810fedf6860f4d063657212 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-08T19:28:32Z summary: [3.

[Python-checkins] [3.14] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266) (GH-141269)

2025-11-08 Thread ZeroIntensity
https://github.com/python/cpython/commit/d8a2b8a4f8981f543df6ab32fe0015a6f5dc262a commit: d8a2b8a4f8981f543df6ab32fe0015a6f5dc262a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-08T19:27:41Z summary: [3.

[Python-checkins] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266)

2025-11-08 Thread ZeroIntensity
https://github.com/python/cpython/commit/0ac890bea79d3e0162c8909b0999f626f1141d89 commit: 0ac890bea79d3e0162c8909b0999f626f1141d89 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-11-08T14:22:05-05:00 summary: gh-

  1   2   3   4   >