[Python-checkins] Remove ``Misc/ACKS`` check from patchcheck, documentation (#141960)

2025-11-25 Thread AA-Turner
https://github.com/python/cpython/commit/33efd7178e269cbd04233856261fd0aabbf35447 commit: 33efd7178e269cbd04233856261fd0aabbf35447 branch: main author: Stan Ulbrych <[email protected]> committer: AA-Turner <[email protected]> d

[Python-checkins] Remove references to ``Misc/ACKS`` from ``CONTRIBUTING.md`` (#141952)

2025-11-25 Thread AA-Turner
https://github.com/python/cpython/commit/9f2a34af747e2fc95f3de8a3bb5e1d7ac10d6d04 commit: 9f2a34af747e2fc95f3de8a3bb5e1d7ac10d6d04 branch: main author: Stan Ulbrych <[email protected]> committer: AA-Turner <[email protected]> d

[Python-checkins] GH-101100: Resolve reference warnings in library/stdtypes.rst (#138420)

2025-11-22 Thread AA-Turner
https://github.com/python/cpython/commit/cde19e565cc9127fe5db38358ebf3bbd75a9d2cd commit: cde19e565cc9127fe5db38358ebf3bbd75a9d2cd branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725)

2025-10-28 Thread AA-Turner
https://github.com/python/cpython/commit/f3476c6507381ca860eec0989f53647b13517423 commit: f3476c6507381ca860eec0989f53647b13517423 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140724)

2025-10-28 Thread AA-Turner
https://github.com/python/cpython/commit/52338ec6cc8b1ed12c688f39d32c79fe2563f2b7 commit: 52338ec6cc8b1ed12c688f39d32c79fe2563f2b7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-139588: Increase maximum LaTeX list depth (#140709)

2025-10-28 Thread AA-Turner
https://github.com/python/cpython/commit/ce4b0ede16aea62ee7b1e02df7e1538102a356da commit: ce4b0ede16aea62ee7b1e02df7e1538102a356da branch: main author: Maciej Olko committer: AA-Turner <[email protected]> date: 2025-10-28T19:56:23Z summary: gh-139588: Increase m

[Python-checkins] [3.13] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140428)

2025-10-21 Thread AA-Turner
https://github.com/python/cpython/commit/05405152a9dac2e4fdde187a60dcf2730957afcc commit: 05405152a9dac2e4fdde187a60dcf2730957afcc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140427)

2025-10-21 Thread AA-Turner
https://github.com/python/cpython/commit/d9e3d0eec7128986fa79b017b56b5405ec6d075a commit: d9e3d0eec7128986fa79b017b56b5405ec6d075a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-139436: Remove references to downloadable PDF documentation (#140416)

2025-10-21 Thread AA-Turner
https://github.com/python/cpython/commit/4adf08ae463e8b5311c5a7662ab26f8d0d14381d commit: 4adf08ae463e8b5311c5a7662ab26f8d0d14381d branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (GH-139619) (#139628)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/ac853ece0895628ce2bd9e506fd8e39e6de2a4dc commit: ac853ece0895628ce2bd9e506fd8e39e6de2a4dc branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.14] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH-131868) (#137656)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/94f57ac2062c2a8130171cbf563e06db5815047f commit: 94f57ac2062c2a8130171cbf563e06db5815047f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139692)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/04d75658ac7b6e042384e980a684d43b1a6da686 commit: 04d75658ac7b6e042384e980a684d43b1a6da686 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (#139402)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/8bfdda21a3b0e0ca20ed22fed9dc20ce88d58ac4 commit: 8bfdda21a3b0e0ca20ed22fed9dc20ce88d58ac4 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] Remove duplicate words in the documentation (#140221)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/2ebd0cdb16a8824957ea588e1aab0a35d45e6b7b commit: 2ebd0cdb16a8824957ea588e1aab0a35d45e6b7b branch: main author: Tan Long committer: AA-Turner <[email protected]> date: 2025-10-16T18:27:00+01:00 summary: Remove duplicate wo

[Python-checkins] gh-101100: Fix some Sphinx reference warnings in ``whatsnew/2.6.rst`` (#139236)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/04a2f80a604ccb214902f35deebf0d075543737c commit: 04a2f80a604ccb214902f35deebf0d075543737c branch: main author: rowanbudge committer: AA-Turner <[email protected]> date: 2025-10-04T15:59:39Z summary: gh-101100: Fix some

[Python-checkins] [3.13] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (#139693)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/ccf2f377fc80a2ce64198c9a9eae70b655b5eba1 commit: ccf2f377fc80a2ce64198c9a9eae70b655b5eba1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (GH-139619) (#139627)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/b1fa3414b337768167fc25a77338130c0483825e commit: b1fa3414b337768167fc25a77338130c0483825e branch: 3.14 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.14] GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (GH-137622) (#139718)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/db8b943259a43ee36840f9906f5e9bc8172d779d commit: db8b943259a43ee36840f9906f5e9bc8172d779d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] Remove unmatched closing parenthesis (GH-139082) (#139099)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/f899c849d4957445adbb0b44d24deeb898a2f49d commit: f899c849d4957445adbb0b44d24deeb898a2f49d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-137025: Include ``python.worker.mjs`` in the Emscripten Web Example (GH-137236) (#137272)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/d76a0ce4d0e7918cfb6add99e242a3be5f09b35d commit: d76a0ce4d0e7918cfb6add99e242a3be5f09b35d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] Bump mypy to 1.17.1 (GH-137542) (#137543)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/0a517786afc6fd7a56c90688fe0fe41d5913f7bb commit: 0a517786afc6fd7a56c90688fe0fe41d5913f7bb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (#139437)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/0e2cdd313ba5c67c5e2e21d993399b890e687c63 commit: 0e2cdd313ba5c67c5e2e21d993399b890e687c63 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.14] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138594)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/29cffb1c02759348c66f3deba4934e2c2b0b467c commit: 29cffb1c02759348c66f3deba4934e2c2b0b467c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139509)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/9eee7fe717128e5618ed90468c14643f7ac6f7da commit: 9eee7fe717128e5618ed90468c14643f7ac6f7da branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139229)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/898be571a25bd2d781884608e09869202a2bf015 commit: 898be571a25bd2d781884608e09869202a2bf015 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Deprecated (#139433)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/98a41af5b09343fa030e05655d8ea823e6336380 commit: 98a41af5b09343fa030e05655d8ea823e6336380 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.14] gh-130102: drop "require numeric arguments" from pow() docs (GH-137456) (#137536)

2025-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/99c1d09016ad11b56133c1f4a7c99589cd3d6f72 commit: 99c1d09016ad11b56133c1f4a7c99589cd3d6f72 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] Remove link to the PDF downloads (#139142)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/6b5f15698a436591f7c305c576a2d366c38d9997 commit: 6b5f15698a436591f7c305c576a2d366c38d9997 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] Doc: Improve clarity for subinterpreters in What's New in 3.14 (#139221)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/25edfa7cf1c0ddeaae2dd76ca6c18807b339257a commit: 25edfa7cf1c0ddeaae2dd76ca6c18807b339257a branch: main author: Cornelius Roemer committer: AA-Turner <[email protected]> date: 2025-10-07T18:53:27Z summary: Doc: Improve clari

[Python-checkins] Add warnings filter suggestions to PEP 765 entry in What's New (#139658)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/331158065b7426a791217157585e565157bb851c commit: 331158065b7426a791217157585e565157bb851c branch: main author: Alyssa Coghlan committer: AA-Turner <[email protected]> date: 2025-10-06T20:41:08+01:00 summary: Add warnings

[Python-checkins] [3.14] Update the availability info in the resource docs (#137939)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/b4d8faa22142cde789388068d0230b9ffdd95eac commit: b4d8faa22142cde789388068d0230b9ffdd95eac branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:25:34+01:00 summary: [3.14] Upda

[Python-checkins] [3.14] Update the dbm documentation (GH-137919) (#137962)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/700d425564016886c24b9cc6cf2365b4cdcd7901 commit: 700d425564016886c24b9cc6cf2365b4cdcd7901 branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:26:00+01:00 summary: [3.14] Upda

[Python-checkins] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/3195da0b1a5dc8a03faa5142d4ab4a1549797e53 commit: 3195da0b1a5dc8a03faa5142d4ab4a1549797e53 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.14] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-129935) (#139042)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/8db6615886081deb8f1de8fe9822de7320a91cbd commit: 8db6615886081deb8f1de8fe9822de7320a91cbd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (GH-136800) (#137363)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/058c2770a231f9adc5da01e7fc47786db638f0f4 commit: 058c2770a231f9adc5da01e7fc47786db638f0f4 branch: 3.14 author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-10-07T19:15:22+01:00 summary: [3.14] gh-

[Python-checkins] [3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)

2025-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/e2c901782dfdfd7d9310b86631f1e1075b7a1385 commit: e2c901782dfdfd7d9310b86631f1e1075b7a1385 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139347)

2025-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/7c26f0fe4ef1e4df324781e4b8ebbfbc75767ee7 commit: 7c26f0fe4ef1e4df324781e4b8ebbfbc75767ee7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391) (#137394)

2025-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/134586aaf30d649c5d47857a70cb91135557a355 commit: 134586aaf30d649c5d47857a70cb91135557a355 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.14] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139059)

2025-10-07 Thread AA-Turner
https://github.com/python/cpython/commit/572e4332cf8f2fec45762118911ad66c19cff6b4 commit: 572e4332cf8f2fec45762118911ad66c19cff6b4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-127330: Comment correction in _ssl.c (#139603)

2025-10-05 Thread AA-Turner
https://github.com/python/cpython/commit/d1ca001d357400d3f1f64e7fa48ace99a59c558f commit: d1ca001d357400d3f1f64e7fa48ace99a59c558f branch: main author: Skip Montanaro committer: AA-Turner <[email protected]> date: 2025-10-05T19:15:46+01:00 summary: gh-127330: C

[Python-checkins] gh-138558: Improve description of ``Interpolation.expression`` (#139187)

2025-10-04 Thread AA-Turner
https://github.com/python/cpython/commit/880c9526f91960b9cba557a18b54e2c32d2f254e commit: 880c9526f91960b9cba557a18b54e2c32d2f254e branch: main author: Dave Peck committer: AA-Turner <[email protected]> date: 2025-10-04T22:06:56+01:00 summary: gh-138558: I

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Other Language Changes (#139425)

2025-10-02 Thread AA-Turner
https://github.com/python/cpython/commit/60655cd6faba94fff5c8f99f1637248ccfcfe303 commit: 60655cd6faba94fff5c8f99f1637248ccfcfe303 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-135447: Document the ``NOT_TAKEN`` & ``POP_ITER`` bytecode instructions (#135803)

2025-09-28 Thread AA-Turner
https://github.com/python/cpython/commit/519bc470fc874b9aaad8eed0de7b99736d18c09f commit: 519bc470fc874b9aaad8eed0de7b99736d18c09f branch: main author: Yongzi Li <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-

[Python-checkins] [3.13] Remove erroneous text from What’s New (#139343)

2025-09-26 Thread AA-Turner
https://github.com/python/cpython/commit/606022c55db3b0b0a226747bc928a836d613f9f6 commit: 606022c55db3b0b0a226747bc928a836d613f9f6 branch: 3.13 author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2025-09-26T12:36:01+01:00 summary: [3.13]

[Python-checkins] [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)

2025-09-21 Thread AA-Turner
https://github.com/python/cpython/commit/eadcf4dcafebdb41df7e6fc3f1084623f17a174e commit: eadcf4dcafebdb41df7e6fc3f1084623f17a174e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] Link to Discourse in ``.github/CONTRIBUTING.rst`` (#138996)

2025-09-21 Thread AA-Turner
https://github.com/python/cpython/commit/b90e4ace9d38d03fb22cd0f6c54b93fd2a993e0d commit: b90e4ace9d38d03fb22cd0f6c54b93fd2a993e0d branch: main author: Stan Ulbrych <[email protected]> committer: AA-Turner <[email protected]> d

[Python-checkins] [3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139203)

2025-09-21 Thread AA-Turner
https://github.com/python/cpython/commit/4df066d0fea7ca96308e08dac1eb551c8f27cc9a commit: 4df066d0fea7ca96308e08dac1eb551c8f27cc9a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-138092: Correct the documented signature of ``mmap.flush`` (#138671)

2025-09-21 Thread AA-Turner
https://github.com/python/cpython/commit/e101f907dc827e3dc0bd3b08e4a0897d4a467430 commit: e101f907dc827e3dc0bd3b08e4a0897d4a467430 branch: main author: AN Long committer: AA-Turner <[email protected]> date: 2025-09-21T11:54:30+01:00 summary: gh-138092: Corre

[Python-checkins] Make sure the ``:keyword:`` role works for ``case`` (#138878)

2025-09-21 Thread AA-Turner
https://github.com/python/cpython/commit/848d926786f19d2db95b352650df2b1702f4af65 commit: 848d926786f19d2db95b352650df2b1702f4af65 branch: main author: sobolevn committer: AA-Turner <[email protected]> date: 2025-09-21T11:49:49+01:00 summary: Make sure the ``:k

[Python-checkins] gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)

2025-09-20 Thread AA-Turner
https://github.com/python/cpython/commit/1ebd726c9b666fdbb8a7e0875934a1d75ee9ba88 commit: 1ebd726c9b666fdbb8a7e0875934a1d75ee9ba88 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-133879: Improve consistency of full stops and whitespace in What's New (#138635)

2025-09-17 Thread AA-Turner
https://github.com/python/cpython/commit/49b351e83281b76abb3258a6cc66c230707801ce commit: 49b351e83281b76abb3258a6cc66c230707801ce branch: main author: Bénédikt Tran <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (#137622)

2025-09-17 Thread AA-Turner
https://github.com/python/cpython/commit/2212ae5557d4ad9dfc792f728d2bf2697b063b92 commit: 2212ae5557d4ad9dfc792f728d2bf2697b063b92 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)

2025-09-17 Thread AA-Turner
https://github.com/python/cpython/commit/4b78fe96656472b192ad883b433755d47e76a286 commit: 4b78fe96656472b192ad883b433755d47e76a286 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] Add pganssle to CODEOWNERS for ``zoneinfo`` (#139032)

2025-09-17 Thread AA-Turner
https://github.com/python/cpython/commit/5560ab674bff46aa529b9bb0a0f7c6c1077201c5 commit: 5560ab674bff46aa529b9bb0a0f7c6c1077201c5 branch: main author: Paul Ganssle <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-123299: Copyedit 3.14 What's New: C API (#138987)

2025-09-17 Thread AA-Turner
https://github.com/python/cpython/commit/69a5ea53403763ef87bb33f7d9b819bdee2883be commit: 69a5ea53403763ef87bb33f7d9b819bdee2883be branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)

2025-09-11 Thread AA-Turner
https://github.com/python/cpython/commit/22cb9ba8f90bfbc0b8831365b6864f41b19d0b6e commit: 22cb9ba8f90bfbc0b8831365b6864f41b19d0b6e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (#138563)

2025-09-10 Thread AA-Turner
https://github.com/python/cpython/commit/d0c9943869bb143df445229444224930330ac0f3 commit: d0c9943869bb143df445229444224930330ac0f3 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-101100: Resolve reference warnings in reference/ (#138418)

2025-09-08 Thread AA-Turner
https://github.com/python/cpython/commit/6831634eb71360b0bd1b266d42fe24a930f38078 commit: 6831634eb71360b0bd1b266d42fe24a930f38078 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)

2025-09-08 Thread AA-Turner
https://github.com/python/cpython/commit/5443b9e52febb43420622566b7569ef21078baa0 commit: 5443b9e52febb43420622566b7569ef21078baa0 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)

2025-09-08 Thread AA-Turner
https://github.com/python/cpython/commit/057ee1741015067b46446e46eab467c1fa82610d commit: 057ee1741015067b46446e46eab467c1fa82610d branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-138191: Document ``frame.f_generator`` in the data model (#138540)

2025-09-06 Thread AA-Turner
https://github.com/python/cpython/commit/e5c58300794a9f3054a0af3f76cf14b81a4da47f commit: e5c58300794a9f3054a0af3f76cf14b81a4da47f branch: main author: dbXD320 committer: AA-Turner <[email protected]> date: 2025-09-05T17:07:29Z summary: gh-138191: Do

[Python-checkins] [3.13] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138567)

2025-09-05 Thread AA-Turner
https://github.com/python/cpython/commit/e7bb98a1739ae5ccd703d9553ddd85a7ec2eeae2 commit: e7bb98a1739ae5ccd703d9553ddd85a7ec2eeae2 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-138465: Improve documentation for common sequence methods (#138474)

2025-09-05 Thread AA-Turner
https://github.com/python/cpython/commit/8ed1d53e62aa9acb9a0674f479cfe4d06622b911 commit: 8ed1d53e62aa9acb9a0674f479cfe4d06622b911 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138481)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/0dcff3d9ce2ebf13a04ba3f2aeaf37ad3e04ff3e commit: 0dcff3d9ce2ebf13a04ba3f2aeaf37ad3e04ff3e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) (#138460)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/b8f9b6bc23aad19e71eaf84a4248bd3217572036 commit: b8f9b6bc23aad19e71eaf84a4248bd3217572036 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (#138408)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/b94ee048f3008016faab38a1e45e473142497169 commit: b94ee048f3008016faab38a1e45e473142497169 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) (#138463)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/23bc77b4e2ea8408aaf915fc712de0b21c16828c commit: 23bc77b4e2ea8408aaf915fc712de0b21c16828c branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] GH-101100: Resolve reference warnings in using/windows.rst (#138416)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/424e2ab95a0b225effa4ec1057be467bf696f75e commit: 424e2ab95a0b225effa4ec1057be467bf696f75e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) (#138444)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/1ca2a4d54d26ec9d8bed072c41bb027c289cf6f9 commit: 1ca2a4d54d26ec9d8bed072c41bb027c289cf6f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (#138412)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/8bbbac8a0d093007f56075b9652c8eae3e23ccee commit: 8bbbac8a0d093007f56075b9652c8eae3e23ccee branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) (#138456)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/4ee0ef9b5968cfe57256a3d9f8a1c58d8548b2f9 commit: 4ee0ef9b5968cfe57256a3d9f8a1c58d8548b2f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (#138411)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/6d730b1183f833c93f5e33b6c6ff248c5e5c9d06 commit: 6d730b1183f833c93f5e33b6c6ff248c5e5c9d06 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) (#138422)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/01d95d4b0faf18579a4eec7060379bbbddba9a8d commit: 01d95d4b0faf18579a4eec7060379bbbddba9a8d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (#136612)

2025-09-03 Thread AA-Turner
https://github.com/python/cpython/commit/c22cc8fccdd299fa923f04e253a3f7c59ce88bfe commit: c22cc8fccdd299fa923f04e253a3f7c59ce88bfe branch: main author: Weilin Du <[email protected]> committer: AA-Turner <[email protected]> date: 2

[Python-checkins] GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/98b4cd6fe9348ac24d5c72379393f4711d057d7e commit: 98b4cd6fe9348ac24d5c72379393f4711d057d7e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (#138298)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/8d5c3341c538cd1a4192ca8a1536b2eed4b98c69 commit: 8d5c3341c538cd1a4192ca8a1536b2eed4b98c69 branch: main author: James Parrott <[email protected]> committer: AA-Turner <[email protected]> d

[Python-checkins] [3.13] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138382)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/f88bf2ce0db49ce8cc3d7355a2ddffd1f10e70eb commit: f88bf2ce0db49ce8cc3d7355a2ddffd1f10e70eb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)

2025-09-01 Thread AA-Turner
https://github.com/python/cpython/commit/47bc10e6b3cb44658da275f3484781ef2a2b9222 commit: 47bc10e6b3cb44658da275f3484781ef2a2b9222 branch: main author: Christoph Walcher committer: AA-Turner <[email protected]> date: 2025-09-01T22:55:22+01:00 summary: gh-1357

[Python-checkins] gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)

2025-08-31 Thread AA-Turner
https://github.com/python/cpython/commit/78acd8e95e78bc410b8207cd60e1323ece01b3d5 commit: 78acd8e95e78bc410b8207cd60e1323ece01b3d5 branch: main author: Stan Ulbrych <[email protected]> committer: AA-Turner <[email protected]> d

[Python-checkins] gh-138013: Make ``test.test_io`` into a package (#138153)

2025-08-31 Thread AA-Turner
https://github.com/python/cpython/commit/15e37ea6b7f7070c112aa3118ba46325c4cfde2c commit: 15e37ea6b7f7070c112aa3118ba46325c4cfde2c branch: main author: Cody Maloney committer: AA-Turner <[email protected]> date: 2025-08-31T20:14:19+01:00 summary: gh-138013

[Python-checkins] [3.13] gh-133829: Remove some specifics from the ``zipimport`` example (GH-133835) (#138273)

2025-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/6d2958583ee6d3c2f1f6413357cd73a2c1a3ee1c commit: 6d2958583ee6d3c2f1f6413357cd73a2c1a3ee1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-133829: Remove some specifics from the ``zipimport`` example (#133835)

2025-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/c7a097c02ed4df9af227736e8bdc7d51e891eb83 commit: c7a097c02ed4df9af227736e8bdc7d51e891eb83 branch: main author: R Chintan Meher committer: AA-Turner <[email protected]> date: 2025-08-31T01:50:56+01:00 summary: gh-133829:

[Python-checkins] gh-128042: Emit a ``configure`` warning when ``-O0`` and ``--enable-optimizations`` are combined (#137975)

2025-08-26 Thread AA-Turner
https://github.com/python/cpython/commit/ffaec6e2a11fb7b41facfec7d99e41b29d9d7967 commit: ffaec6e2a11fb7b41facfec7d99e41b29d9d7967 branch: main author: Taegyun Kim committer: AA-Turner <[email protected]> date: 2025-08-27T01:00:43+02:00 summary: gh-128042:

[Python-checkins] Introduce a structure for ``.github/CODEOWNERS`` (#137498)

2025-08-25 Thread AA-Turner
https://github.com/python/cpython/commit/73fb155ba7920268238d01047555e1b9ad77b35b commit: 73fb155ba7920268238d01047555e1b9ad77b35b branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-123299: Fix typos & grammar and copyedit What's New in 3.14 (#138040)

2025-08-22 Thread AA-Turner
https://github.com/python/cpython/commit/5a7f5ea631aa658f92d651a32d1d064fe9818156 commit: 5a7f5ea631aa658f92d651a32d1d064fe9818156 branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 5) (#137948)

2025-08-21 Thread AA-Turner
https://github.com/python/cpython/commit/bb8791c0b75b5970d109e5557bfcca8a578a02af commit: bb8791c0b75b5970d109e5557bfcca8a578a02af branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-21T23:12:17+01:00 summary: gh-73487: C

[Python-checkins] GH-132775: Fix argument parsing for ``_interpqueues.put()`` (#137686)

2025-08-21 Thread AA-Turner
https://github.com/python/cpython/commit/79aeeb880ed968dd49e2807ad1e62ad8174c1361 commit: 79aeeb880ed968dd49e2807ad1e62ad8174c1361 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 4) (#137931)

2025-08-20 Thread AA-Turner
https://github.com/python/cpython/commit/c056a089d8573b03c62d52ee05f48bf6804da66b commit: c056a089d8573b03c62d52ee05f48bf6804da66b branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-20T22:59:40+01:00 summary: gh-73487: C

[Python-checkins] gh-95534: Convert ``ZlibDecompressor.__new__`` to AC (#137923)

2025-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/bb75dec87f748bfaa15be5a05a38c16da6f84ad3 commit: bb75dec87f748bfaa15be5a05a38c16da6f84ad3 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 3) (#137844)

2025-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/9cb91305ab6b9ceffb04f6e25140aaf912bd8f5b commit: 9cb91305ab6b9ceffb04f6e25140aaf912bd8f5b branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-19T09:20:06+01:00 summary: gh-73487: C

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 2) (#137637)

2025-08-18 Thread AA-Turner
https://github.com/python/cpython/commit/83387e033dd19e3557a98e20ac1c84e95aae5fa0 commit: 83387e033dd19e3557a98e20ac1c84e95aae5fa0 branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-18T14:21:00+01:00 summary: gh-73487: C

[Python-checkins] [3.13] gh-131885: Use positional-only markers for the ``decimal`` module (GH-131990) (#137904)

2025-08-18 Thread AA-Turner
https://github.com/python/cpython/commit/135e8343a4b63bd5fbd768dc0fa2e5c80238f883 commit: 135e8343a4b63bd5fbd768dc0fa2e5c80238f883 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-131885: Use positional-only markers for the ``decimal`` module (#131990)

2025-08-18 Thread AA-Turner
https://github.com/python/cpython/commit/043f251154fbac9a4e66243b8cae220a284ed1c4 commit: 043f251154fbac9a4e66243b8cae220a284ed1c4 branch: main author: Semyon Moroz committer: AA-Turner <[email protected]> date: 2025-08-18T12:49:21+01:00 summary: gh-13188

[Python-checkins] Emend an error in ``string.templatelib`` example output (#137890)

2025-08-17 Thread AA-Turner
https://github.com/python/cpython/commit/8e3244d39b8cd3d7cef5a315247d45e801b35869 commit: 8e3244d39b8cd3d7cef5a315247d45e801b35869 branch: main author: Christoph Walcher committer: AA-Turner <[email protected]> date: 2025-08-17T23:12:32+01:00 summary: Emend an er

[Python-checkins] GH-137841: Open tzdata/zones file with UTF-8 encoding (#137872)

2025-08-17 Thread AA-Turner
https://github.com/python/cpython/commit/25b97289e44414daf3c88d8e953a43360deacb73 commit: 25b97289e44414daf3c88d8e953a43360deacb73 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/83e4b43626462c37e8b66e1623226ef8a9e5d21c commit: 83e4b43626462c37e8b66e1623226ef8a9e5d21c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

[Python-checkins] gh-137777: Disband the 'Program Frameworks' chapter (#137796)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/eee6589c17d0ffae32105a0ff2173798b9bd995c commit: eee6589c17d0ffae32105a0ff2173798b9bd995c branch: main author: rimchoi committer: AA-Turner <[email protected]> date: 2025-08-15T18:41:09+01:00 summary: gh-13: Disba

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Optimizations (#137789)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/75d20b2c67e91dd468e7f5fe4ac465e6d32f8c09 commit: 75d20b2c67e91dd468e7f5fe4ac465e6d32f8c09 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025

[Python-checkins] gh-123299: Update What's new in Python 3.14: typos and misplaced item. (#136665)

2025-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/1665abadafdeeab63b1fc056e7e773aae9ed3e4f commit: 1665abadafdeeab63b1fc056e7e773aae9ed3e4f branch: main author: Hunter Hogan committer: AA-Turner <[email protected]> date: 2025-08-14T16:14:33Z summary: gh-123299: Update What

[Python-checkins] [3.13] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046) (#137767)

2025-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/e0ae4cbfc79a01305c5d85f74b163dfdd0c2e75d commit: e0ae4cbfc79a01305c5d85f74b163dfdd0c2e75d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected].

  1   2   3   4   5   6   7   >