[Python-checkins] [3.12] Document the `co_lines` method on code objects (#113682) (#113686)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/d3f2051eec6039811ae42e4382e8b292a983edc1 commit: d3f2051eec6039811ae42e4382e8b292a983edc1 branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-01-03T20:09:15Z summary: [3.12] Document the `co_lines` method on code objects (#113682) (#113686

[Python-checkins] [3.11] Document the `co_lines` method on code objects (#113682) (#113687)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/c828dbc196519f942418953aa9758e2df3a0bd9b commit: c828dbc196519f942418953aa9758e2df3a0bd9b branch: 3.11 author: Alex Waygood committer: AlexWaygood date: 2024-01-03T19:59:10Z summary: [3.11] Document the `co_lines` method on code objects (#113682) (#113687

[Python-checkins] gh-52161: Enhance Cmd support for docstrings (#110987)

2024-01-03 Thread gvanrossum
https://github.com/python/cpython/commit/4c4b08dd2bd5f2cad4e41bf29119a3daa2956f6e commit: 4c4b08dd2bd5f2cad4e41bf29119a3daa2956f6e branch: main author: Filip Łapkiewicz <[email protected]> committer: gvanrossum date: 2024-01-03T19:37:34Z summary: gh-52161: Enhance Cmd supp

[Python-checkins] Document the `co_lines` method on code objects (#113682)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/f1f839243251fef7422c31d6a7c3c747e0b5e27c commit: f1f839243251fef7422c31d6a7c3c747e0b5e27c branch: main author: Alex Waygood committer: AlexWaygood date: 2024-01-03T19:29:24Z summary: Document the `co_lines` method on code objects (#113682) Co-authored-by

[Python-checkins] gh-113258: Write frozen modules to the build tree on Windows (GH-113303)

2024-01-03 Thread zooba
https://github.com/python/cpython/commit/178919cf2132a67bc03ae5994769d93cfb7e2cd3 commit: 178919cf2132a67bc03ae5994769d93cfb7e2cd3 branch: main author: Itamar Oren committer: zooba date: 2024-01-03T17:30:20Z summary: gh-113258: Write frozen modules to the build tree on Windows (GH-113303) This

[Python-checkins] gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636)

2024-01-03 Thread iritkatriel
https://github.com/python/cpython/commit/7d01fb48089872155e1721ba0a8cc27ee5c4fecd commit: 7d01fb48089872155e1721ba0a8cc27ee5c4fecd branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-03T

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) (#113681)

2024-01-03 Thread hugovk
https://github.com/python/cpython/commit/d2cdc6717a4a03f5fc7a7b3a5d3e55973b1ff9d5 commit: d2cdc6717a4a03f5fc7a7b3a5d3e55973b1ff9d5 branch: 3.12 author: Hugo van Kemenade committer: hugovk date: 2024-01-03T15:50:10+02:00 summary: [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (G

[Python-checkins] gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)

2024-01-03 Thread corona10
https://github.com/python/cpython/commit/0c3455a9693cfabcd991c4c33db7cccb1387de58 commit: 0c3455a9693cfabcd991c4c33db7cccb1387de58 branch: main author: Donghee Na committer: corona10 date: 2024-01-03T13:25:27Z summary: gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621

[Python-checkins] [3.11] `functools.partial` docs: Use the more common spelling for "referenceable" (GH-113675) (#113678)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/3a9bf03ac9a9c403a0b71af4b8ea97147d9b4dc4 commit: 3a9bf03ac9a9c403a0b71af4b8ea97147d9b4dc4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-01-03T13:19:49Z summary: [3.11] `functo

[Python-checkins] [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638) (#113679)

2024-01-03 Thread hugovk
https://github.com/python/cpython/commit/d4a28ec89c4f3f527c368066f633d4a4bbfa46a7 commit: d4a28ec89c4f3f527c368066f633d4a4bbfa46a7 branch: 3.11 author: Ege Akman committer: hugovk date: 2024-01-03T15:05:54+02:00 summary: [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Un

[Python-checkins] gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)

2024-01-03 Thread hugovk
https://github.com/python/cpython/commit/fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f commit: fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f branch: main author: Hugo van Kemenade committer: hugovk date: 2024-01-03T13:04:26Z summary: gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) Co-

[Python-checkins] [3.12] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (GH-113638) (#113676)

2024-01-03 Thread hugovk
https://github.com/python/cpython/commit/5f3fe8448c30ec44c545b3d8f98cb240188c08d4 commit: 5f3fe8448c30ec44c545b3d8f98cb240188c08d4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk date: 2024-01-03T14:57:32+02:00 summary: [3.12] gh-1136

[Python-checkins] [3.12] `functools.partial` docs: Use the more common spelling for "referenceable" (GH-113675) (#113677)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/c267901289404ddb731806778e1aee4806d926b5 commit: c267901289404ddb731806778e1aee4806d926b5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-01-03T12:57:05Z summary: [3.12] `functo

[Python-checkins] `functools.partial` docs: Use the more common spelling for "referenceable" (#113675)

2024-01-03 Thread AlexWaygood
https://github.com/python/cpython/commit/4de468cce106221968d7ac08ddd94571b903c194 commit: 4de468cce106221968d7ac08ddd94571b903c194 branch: main author: Rodrigo Girão Serrão <[email protected]> committer: AlexWaygood date: 2024-01-03T12:50:44Z summary: `functools

[Python-checkins] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638)

2024-01-03 Thread hugovk
https://github.com/python/cpython/commit/ea978c645edd7bc29d811c61477dff766d7318b6 commit: ea978c645edd7bc29d811c61477dff766d7318b6 branch: main author: Ege Akman committer: hugovk date: 2024-01-03T13:22:38+02:00 summary: gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable A

[Python-checkins] GH-113595: Don't enter invalid executor (GH-113596)

2024-01-03 Thread markshannon
https://github.com/python/cpython/commit/dc8df6e84024b79aa96e85a64f354bf8e827bcba commit: dc8df6e84024b79aa96e85a64f354bf8e827bcba branch: main author: Mark Shannon committer: markshannon date: 2024-01-03T11:01:13Z summary: GH-113595: Don't enter invalid executor (GH-113596) files: M Python/byt