[Python-checkins] gh-141679: Add colour to defaults in `argparse` help (#141680)

2025-11-22 Thread savannahostrowski
https://github.com/python/cpython/commit/e73fbbacbba0dc65f8525eb710eaec618e18fa7d commit: e73fbbacbba0dc65f8525eb710eaec618e18fa7d branch: main author: Hugo van Kemenade <[email protected]> committer: savannahostrowski date: 2025-11-23T00:26:50Z summary: gh-14167

[Python-checkins] Add details about JIT build infrastructure and updating dependencies to `Tools/jit` (#141167)

2025-11-12 Thread savannahostrowski
https://github.com/python/cpython/commit/1f381a579cc50aa82838de84c2294b4979586bd9 commit: 1f381a579cc50aa82838de84c2294b4979586bd9 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-12T18:26:50Z summary: Add details about JIT build infrastructure and updating

[Python-checkins] GH-140479: Update JIT builds to use LLVM 21 (#140973)

2025-11-12 Thread savannahostrowski
https://github.com/python/cpython/commit/d162c427904e232fec52d8da759caa1bfa4c01b5 commit: d162c427904e232fec52d8da759caa1bfa4c01b5 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-12T18:09:25Z summary: GH-140479: Update JIT builds to use LLVM 21 (#140973

[Python-checkins] GH-136895: Fixes for pulling LLVM as a release artifact (#141002)

2025-11-06 Thread savannahostrowski
https://github.com/python/cpython/commit/42d014086098d3d70cacb4d8993f04cace120c12 commit: 42d014086098d3d70cacb4d8993f04cace120c12 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-06T11:58:01-08:00 summary: GH-136895: Fixes for pulling LLVM as a release

[Python-checkins] [3.14] GH-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141084)

2025-11-05 Thread savannahostrowski
https://github.com/python/cpython/commit/00087dc466e3711a2bb3b5e57cbb354302f9c60c commit: 00087dc466e3711a2bb3b5e57cbb354302f9c60c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-11-05T22:52:22Z summary:

[Python-checkins] [3.13] GH-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141085)

2025-11-05 Thread savannahostrowski
https://github.com/python/cpython/commit/f671739fdc101d1ecb30be3c4e99693afb051805 commit: f671739fdc101d1ecb30be3c4e99693afb051805 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-11-05T22:52:43Z summary:

[Python-checkins] GH-108009: Add clarification of parser and argument defaults in argparse docs (#124154)

2025-11-05 Thread savannahostrowski
https://github.com/python/cpython/commit/95f6e1275b1c9de550d978cb2b4351cc4ed24fe4 commit: 95f6e1275b1c9de550d978cb2b4351cc4ed24fe4 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-05T22:46:30Z summary: GH-108009: Add clarification of parser and argument

[Python-checkins] gh-140454: Normalize the JIT stencils filename on Linux to avoid mismatches between the Makefile and the generator (#140823)

2025-11-04 Thread savannahostrowski
https://github.com/python/cpython/commit/d5b00c74b30a159d8d8c03e152c6cf8e8b1431b2 commit: d5b00c74b30a159d8d8c03e152c6cf8e8b1431b2 branch: main author: Miro HronĨok committer: savannahostrowski date: 2025-11-04T14:29:15-08:00 summary: gh-140454: Normalize the JIT stencils filename on Linux to

[Python-checkins] GH-139946: Colorize error and warning messages in argparse (#140695)

2025-11-04 Thread savannahostrowski
https://github.com/python/cpython/commit/40096da95a592ac0b2ad6aa9c731631784c3b393 commit: 40096da95a592ac0b2ad6aa9c731631784c3b393 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-04T16:31:35Z summary: GH-139946: Colorize error and warning messages in argparse

[Python-checkins] gh-140889: Bump tailcall and JIT CI to llvm 20 (#140963)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/947bb4642c612b66de7cae815aaf9c570a93882a commit: 947bb4642c612b66de7cae815aaf9c570a93882a branch: main author: Ken Jin committer: savannahostrowski date: 2025-11-03T12:37:29-08:00 summary: gh-140889: Bump tailcall and JIT CI to llvm 20 (#140963) files

[Python-checkins] JIT: Fix compiler warning from visibility attribute in typedef (#139981)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/57f4d09a6fcfec229603f644c4254abdded00429 commit: 57f4d09a6fcfec229603f644c4254abdded00429 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-03T19:46:53Z summary: JIT: Fix compiler warning from visibility attribute in

[Python-checkins] GH-136895: Update JIT builds to use LLVM 20 (#140329)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/4e2ff4ac4cc725572e1458a91418deeadd03d8aa commit: 4e2ff4ac4cc725572e1458a91418deeadd03d8aa branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-03T10:01:44-08:00 summary: GH-136895: Update JIT builds to use LLVM 20 (#140329

[Python-checkins] [3.14] gh-140693: Improve `argparse` documentation about controlling color (GH-140737) (#140932)

2025-11-02 Thread savannahostrowski
https://github.com/python/cpython/commit/fa9bb9a09273c7fba8023b24069f570797de01b4 commit: fa9bb9a09273c7fba8023b24069f570797de01b4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-11-02T21:08:47-08:00 s

[Python-checkins] gh-140693: Improve `argparse` documentation about controlling color (#140737)

2025-11-02 Thread savannahostrowski
https://github.com/python/cpython/commit/31de83d5e2e17f4e9a37e08b384bab916e1da7c1 commit: 31de83d5e2e17f4e9a37e08b384bab916e1da7c1 branch: main author: Krishna Chaitanya <[email protected]> committer: savannahostrowski date: 2025-11-02T13:58:16-08:00 summar

[Python-checkins] gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)

2025-10-22 Thread savannahostrowski
https://github.com/python/cpython/commit/d2f3cfd38457204a2c47162de6f89ee3dd22fa99 commit: d2f3cfd38457204a2c47162de6f89ee3dd22fa99 branch: main author: Jakob committer: savannahostrowski date: 2025-10-22T16:15:26Z summary: gh-140448: Default `suggest_on_error` to `True` in

[Python-checkins] [3.14] gh-139736: Fix argparse indentation overshoot (GH-139738) (#139793)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/14c923cc857124f45ca19d5c28c9fda9ee3d72b3 commit: 14c923cc857124f45ca19d5c28c9fda9ee3d72b3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-08T16:02:08Z summary:

[Python-checkins] [3.13] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (GH-139591) (#139745)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/5a98f85c9ace90340d52fd892113e8d33a845902 commit: 5a98f85c9ace90340d52fd892113e8d33a845902 branch: 3.13 author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-08T08:10:25-07:00 summary: [3.13] GH-139590: Run `ruff format` on pre-commit for

[Python-checkins] GH-139809: Fix argparse subcommand prog not respecting color environment variables (#139818)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/9fc4366f09904fd9aac797d542e332e8a4c1a921 commit: 9fc4366f09904fd9aac797d542e332e8a4c1a921 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-09T16:53:14Z summary: GH-139809: Fix argparse subcommand prog not respecting

[Python-checkins] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/a15aeec29efa5b3d5d5568278c13bb3fc45f52ef commit: a15aeec29efa5b3d5d5568278c13bb3fc45f52ef branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-08T02:25:06Z summary: GH-139590: Run `ruff format` on pre-commit for Tools/wasm

[Python-checkins] GH-139040: Add Dev Container instructions in JIT README (#139041)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/f0d8583303d28a5312e4096a3d013ab7fd9be560 commit: f0d8583303d28a5312e4096a3d013ab7fd9be560 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-09-22T09:34:02-07:00 summary: GH-139040: Add Dev Container instructions in JIT README

[Python-checkins] gh-139736: Fix argparse indentation overshoot (#139738)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/72e370c910bd941806a36b01f2f57f4c53a78eed commit: 72e370c910bd941806a36b01f2f57f4c53a78eed branch: main author: ed committer: savannahostrowski date: 2025-10-08T15:36:53Z summary: gh-139736: Fix argparse indentation overshoot (#139738) Co-authored-by

[Python-checkins] [3.14] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (GH-139591) (#139744)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/c5ab1b7661c9c39967b8c5309faab1be036637c5 commit: c5ab1b7661c9c39967b8c5309faab1be036637c5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-08T08:11:09-07:00 s

[Python-checkins] gh-138497: Support LLVM_VERSION configuration via env (#138498)

2025-10-18 Thread savannahostrowski
https://github.com/python/cpython/commit/96c59a6e427fab32d0bca89b77febca8cba8aada commit: 96c59a6e427fab32d0bca89b77febca8cba8aada branch: main author: danigm committer: savannahostrowski date: 2025-10-07T07:54:31-07:00 summary: gh-138497: Support LLVM_VERSION configuration via env (#138498

[Python-checkins] [3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd commit: af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-09T17:19:54Z summary:

[Python-checkins] GH-137218: Fix unnecessary recompile of `Programs/_freeze_module` (#139241)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/9964320d155907bcb3858e5ee99ea48b140d4772 commit: 9964320d155907bcb3858e5ee99ea48b140d4772 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-04T20:05:37-07:00 summary: GH-137218: Fix unnecessary recompile of `Programs

[Python-checkins] [3.14] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (GH-139980) (#140005)

2025-10-12 Thread savannahostrowski
https://github.com/python/cpython/commit/11ac373d7c3f9cdb886f6efe5261843f0af229e8 commit: 11ac373d7c3f9cdb886f6efe5261843f0af229e8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-12T17:16:21Z summary:

[Python-checkins] GH-139979: Add @force_not_colorized_test_class to TestOptionalHelpVersionActions (#139980)

2025-10-12 Thread savannahostrowski
https://github.com/python/cpython/commit/0fc5c56815b963e4b45469b2b6a5610ea2f2d181 commit: 0fc5c56815b963e4b45469b2b6a5610ea2f2d181 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-12T09:51:13-07:00 summary: GH-139979: Add @force_not_colorized_test_class to

[Python-checkins] GH-137218: Update `make` for JIT stencils (#137265)

2025-09-19 Thread savannahostrowski
https://github.com/python/cpython/commit/85c1ef647751d18194bbc52eb2b1305871e03d10 commit: 85c1ef647751d18194bbc52eb2b1305871e03d10 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-09-19T10:36:42+01:00 summary: GH-137218: Update `make` for JIT stencils (#137265

[Python-checkins] [3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139069)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/fa6dbb16419dacb57cb831b1fac5a32fef4f412d commit: fa6dbb16419dacb57cb831b1fac5a32fef4f412d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-09-17T17:35:37+01:00 s

[Python-checkins] GH-139067: Add example for `argparse`'s `append` action (#131389)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/101fd33065638c94f413447a7bcff09d54831a4a commit: 101fd33065638c94f413447a7bcff09d54831a4a branch: main author: Moshe Kaplan committer: savannahostrowski date: 2025-09-17T17:24:20+01:00 summary: GH-139067: Add example for `argparse`'s `append` a

[Python-checkins] [3.13] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139058)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/216f655c80ee4dad95aea3ce5c298e8d7f80051c commit: 216f655c80ee4dad95aea3ce5c298e8d7f80051c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-09-17T17:10:04+01:00 s

[Python-checkins] [3.13] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139052)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/2806469667b3a38f265a22e67d7adcde2dc4f846 commit: 2806469667b3a38f265a22e67d7adcde2dc4f846 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-09-17T16:54:23+01:00 s

[Python-checkins] gh-132558: Improve `argparse` docs on combining `type` and `choices` (#133827)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/dd0840bf67e194ab64f340b8a7fbda24cb25e177 commit: dd0840bf67e194ab64f340b8a7fbda24cb25e177 branch: main author: Hans Then committer: savannahostrowski date: 2025-09-17T15:25:17Z summary: gh-132558: Improve `argparse` docs on combining `type` and `choices

[Python-checkins] gh-137988: Fix const description in argparse.add_argument() docs (#138315)

2025-09-17 Thread savannahostrowski
https://github.com/python/cpython/commit/37425fe9fb776f2bd3c8ec13cf7f16e04a71ea93 commit: 37425fe9fb776f2bd3c8ec13cf7f16e04a71ea93 branch: main author: PrinceNaroliya committer: savannahostrowski date: 2025-09-17T15:15:57Z summary: gh-137988: Fix const description in argparse.add_argument

[Python-checkins] GH-132732: Remove textwrap import (#138933)

2025-09-15 Thread savannahostrowski
https://github.com/python/cpython/commit/fa12c6bae47a41dd84e54b39d96bb73c4ba625c0 commit: fa12c6bae47a41dd84e54b39d96bb73c4ba625c0 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-09-15T16:09:51Z summary: GH-132732: Remove textwrap import (#138933) files: M Tools

[Python-checkins] GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)

2025-09-15 Thread savannahostrowski
https://github.com/python/cpython/commit/9c9a0f7da7bf626b6d156c9fe3df22597ee3fe9e commit: 9c9a0f7da7bf626b6d156c9fe3df22597ee3fe9e branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-09-15T16:29:45+01:00 summary: GH-132732: Use pure op machinery to optimize various

[Python-checkins] GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137062)

2025-07-25 Thread savannahostrowski
https://github.com/python/cpython/commit/f7c380ef67d1d729a4c9168660a8249cfd984482 commit: f7c380ef67d1d729a4c9168660a8249cfd984482 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-07-25T19:02:04-07:00 summary: GH-132732: Use pure op machinery to optimize

[Python-checkins] [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)

2025-07-20 Thread savannahostrowski
https://github.com/python/cpython/commit/17c5959aa3daee4b63d78e944a1d355daa651e52 commit: 17c5959aa3daee4b63d78e944a1d355daa651e52 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-07-20T15:22:53-07:00 s

[Python-checkins] GH-130645: Default to color help in argparse (#136809)

2025-07-20 Thread savannahostrowski
https://github.com/python/cpython/commit/acbe896cb12d6a92e6150fff22921756f6928035 commit: acbe896cb12d6a92e6150fff22921756f6928035 branch: main author: Pablo Galindo Salgado committer: savannahostrowski date: 2025-07-20T14:55:44-07:00 summary: GH-130645: Default to color help in argparse

[Python-checkins] [3.13] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136330)

2025-07-07 Thread savannahostrowski
https://github.com/python/cpython/commit/095715ceae8c45c001babe02a0a494b8c545ead7 commit: 095715ceae8c45c001babe02a0a494b8c545ead7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-07-07T19:34:13-07:00 s

[Python-checkins] [3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329)

2025-07-07 Thread savannahostrowski
https://github.com/python/cpython/commit/e1e9d9535239537dcd4e161654fb324751a89ab4 commit: e1e9d9535239537dcd4e161654fb324751a89ab4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-07-07T19:34:18-07:00 s

[Python-checkins] gh-136032: Fix `argparse.BooleanOptionalAction` doc (#136133)

2025-07-05 Thread savannahostrowski
https://github.com/python/cpython/commit/1953713d0d67a4f54ff75bf8449895a2f08cc750 commit: 1953713d0d67a4f54ff75bf8449895a2f08cc750 branch: main author: W. H. Wang committer: savannahostrowski date: 2025-07-05T15:54:26-07:00 summary: gh-136032: Fix `argparse.BooleanOptionalAction` doc (#136133

[Python-checkins] [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914)

2025-05-30 Thread savannahostrowski
https://github.com/python/cpython/commit/19b31d10c2ad2f67bb452b0ae4ac4e88d4581837 commit: 19b31d10c2ad2f67bb452b0ae4ac4e88d4581837 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-05-30T13:24:22-07:00 s

[Python-checkins] [3.14] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134913)

2025-05-30 Thread savannahostrowski
https://github.com/python/cpython/commit/2912fcc2e4675262bc44b200ceb513f01be311e1 commit: 2912fcc2e4675262bc44b200ceb513f01be311e1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-05-30T13:24:08-07:00 s

[Python-checkins] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (#126921)

2025-05-29 Thread savannahostrowski
https://github.com/python/cpython/commit/a4251411a97304ab001721c6231d86ddf4eac3f0 commit: a4251411a97304ab001721c6231d86ddf4eac3f0 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-05-29T20:34:34-07:00 summary: GH-106235: Clarify `parse_known_args` documentation by

[Python-checkins] GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131751)

2025-04-30 Thread savannahostrowski
https://github.com/python/cpython/commit/26c0248b54b6b2a5df51dd3da8c0ebb1b2958bc4 commit: 26c0248b54b6b2a5df51dd3da8c0ebb1b2958bc4 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-04-30T11:03:57-07:00 summary: GH-114809: Add support for macOS multi-arch builds

[Python-checkins] Enable native AArch64 Ubuntu CI jobs (#127584)

2024-12-04 Thread savannahostrowski
https://github.com/python/cpython/commit/7c5a6f67c726608a05a640e76fc62cfbae986a03 commit: 7c5a6f67c726608a05a640e76fc62cfbae986a03 branch: main author: Diego Russo committer: savannahostrowski date: 2024-12-04T14:12:06-08:00 summary: Enable native AArch64 Ubuntu CI jobs (#127584) Co-authored

[Python-checkins] GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)

2024-11-27 Thread savannahostrowski
https://github.com/python/cpython/commit/2247dd0f11058502f44b289df0e18ecc08be8657 commit: 2247dd0f11058502f44b289df0e18ecc08be8657 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-27T14:36:36-08:00 summary: GH-127154: Remove PGO and unknown-linux-gnu/clang from

[Python-checkins] GH-127134: Add note about forward compatibility for suggest_on_error (#127137)

2024-11-22 Thread savannahostrowski
https://github.com/python/cpython/commit/a13e94d84bff334da3da2cab523ba75b57e0787f commit: a13e94d84bff334da3da2cab523ba75b57e0787f branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-22T19:18:18-08:00 summary: GH-127134: Add note about forward compatibility for

[Python-checkins] GH-122679: Add `register()` to argparse docs (#126939)

2024-11-21 Thread savannahostrowski
https://github.com/python/cpython/commit/fcfdb55465636afc256bc29781b283404d88e6ca commit: fcfdb55465636afc256bc29781b283404d88e6ca branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-21T16:36:11-08:00 summary: GH-122679: Add `register()` to argparse docs (#126939

[Python-checkins] Add Savannah to CODEOWNERS for argparse and the JIT (#126814)

2024-11-13 Thread savannahostrowski
https://github.com/python/cpython/commit/4ae50615d2beef0f93d904ccbce44bbf7500b94a commit: 4ae50615d2beef0f93d904ccbce44bbf7500b94a branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-13T15:45:08-08:00 summary: Add Savannah to CODEOWNERS for argparse and the JIT