[Python-checkins] Ensure clang++ is autodetected on iOS. (gh-123749)

2024-09-05 Thread ned-deily
https://github.com/python/cpython/commit/d359c7c47b7e713cfbf7ba335d96b5f45e0f13e3 commit: d359c7c47b7e713cfbf7ba335d96b5f45e0f13e3 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-09-05T21:36:01-04:00 summary: Ensure clang++ is autodetected on iOS. (gh-123749) files: M

[Python-checkins] [3.12] Update macOS installer Welcome and ReadMe for 3.12.6 (#123800)

2024-09-06 Thread ned-deily
https://github.com/python/cpython/commit/01748b75de54c7ec70e345f704c886457f113fc8 commit: 01748b75de54c7ec70e345f704c886457f113fc8 branch: 3.12 author: Ned Deily committer: ned-deily date: 2024-09-06T21:01:31-04:00 summary: [3.12] Update macOS installer Welcome and ReadMe for 3.12.6 (#123800

[Python-checkins] [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119922)

2024-06-01 Thread ned-deily
https://github.com/python/cpython/commit/46545d3244f341fb341a8b0bbc39583a7a6a16ee commit: 46545d3244f341fb341a8b0bbc39583a7a6a16ee branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-06-01T20:23:05Z summary: [3.

[Python-checkins] gh-120522: Revert "Add a `--with-app-store-compliance` configure option to patch out problematic code" (gh-120984) (#121844)

2024-07-16 Thread ned-deily
https://github.com/python/cpython/commit/f27593a87c344f3774ca73644a11cbd5614007ef commit: f27593a87c344f3774ca73644a11cbd5614007ef branch: main author: Ned Deily committer: ned-deily date: 2024-07-16T06:49:36-04:00 summary: gh-120522: Revert "Add a `--with-app-store-compliance` configure o

[Python-checkins] [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure option to patch out problematic code" (GH-121844) (#121845)

2024-07-16 Thread ned-deily
https://github.com/python/cpython/commit/f0e4b02c3930b51d94a7e7827710d0468c763bc7 commit: f0e4b02c3930b51d94a7e7827710d0468c763bc7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-07-16T11:14:19Z summary: [3.

[Python-checkins] [3.12] Workaround 3.12.5 bundled pip 24.2 issue on macOS 10.9 to 10.12. (#122774)

2024-08-07 Thread ned-deily
https://github.com/python/cpython/commit/76a0dfa42e7a19ffb81c82cf772117c24341faec commit: 76a0dfa42e7a19ffb81c82cf772117c24341faec branch: 3.12 author: Ned Deily committer: ned-deily date: 2024-08-07T08:29:43-04:00 summary: [3.12] Workaround 3.12.5 bundled pip 24.2 issue on macOS 10.9 to 10.12

[Python-checkins] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/638e811a3c54a81d8af5a4c08b9497d210823f78 commit: 638e811a3c54a81d8af5a4c08b9497d210823f78 branch: main author: Ned Deily committer: ned-deily date: 2024-02-05T20:59:25-05:00 summary: gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052

[Python-checkins] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/299e16ca0f303a1e00bd0e04679862a5d4db5ab2 commit: 299e16ca0f303a1e00bd0e04679862a5d4db5ab2 branch: main author: Ned Deily committer: ned-deily date: 2024-02-05T21:10:11-05:00 summary: gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050

[Python-checkins] [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/51f8c0459d48966daa4e1676187f6943c6446aff commit: 51f8c0459d48966daa4e1676187f6943c6446aff branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-02-06T02:16:32Z summary: [3.

[Python-checkins] [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115054)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/753d0d559caeec389b348a397a7e6a83a3460890 commit: 753d0d559caeec389b348a397a7e6a83a3460890 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-02-06T02:16:32Z summary: [3.

[Python-checkins] [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/5ddb2740404ad62e74ecb0ea97ed98651821ed3f commit: 5ddb2740404ad62e74ecb0ea97ed98651821ed3f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-02-06T02:29:17Z summary: [3.

[Python-checkins] [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)

2024-02-05 Thread ned-deily
https://github.com/python/cpython/commit/319e69579eaa73b1c106dacb44cb2148e9aa9e21 commit: 319e69579eaa73b1c106dacb44cb2148e9aa9e21 branch: 3.11 author: Ned Deily committer: ned-deily date: 2024-02-05T23:02:10-05:00 summary: [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH

[Python-checkins] gh-115737: Correct libpython install name for macOS shared library builds. (gh-115750)

2024-02-21 Thread ned-deily
https://github.com/python/cpython/commit/074bbec9c4911da1d1155e56bd1693665800b814 commit: 074bbec9c4911da1d1155e56bd1693665800b814 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-02-21T04:11:04-05:00 summary: gh-115737: Correct libpython install name for macOS shared

[Python-checkins] gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)

2024-02-25 Thread ned-deily
https://github.com/python/cpython/commit/bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 commit: bee7bb3310b356e99e3a0f75f23efbc97f1b0a24 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-02-25T20:21:10-05:00 summary: gh-114099: Add configure and Makefile targets to support iOS

[Python-checkins] gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)

2024-03-06 Thread ned-deily
https://github.com/python/cpython/commit/b33980a2e3f195c63e3aadeeebd8e50eb41ad70c commit: b33980a2e3f195c63e3aadeeebd8e50eb41ad70c branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-06T23:24:52-05:00 summary: gh-114099 - Add iOS testbed, plus Makefile target to invoke

[Python-checkins] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)

2024-03-11 Thread ned-deily
https://github.com/python/cpython/commit/4fa95c6ec392b9fc80ad720cc4a8bd2786fc2835 commit: 4fa95c6ec392b9fc80ad720cc4a8bd2786fc2835 branch: main author: Christopher Chavez committer: ned-deily date: 2024-03-12T01:37:07-04:00 summary: gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151

[Python-checkins] gh-114099 - Add iOS framework loading machinery. (GH-116454)

2024-03-19 Thread ned-deily
https://github.com/python/cpython/commit/408e127159e54d87bb3464fd8bd60219dc527fac commit: 408e127159e54d87bb3464fd8bd60219dc527fac branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-19T08:36:19-04:00 summary: gh-114099 - Add iOS framework loading machinery. (GH-116454

[Python-checkins] gh-114099: Additions to standard library to support iOS (GH-117052)

2024-03-28 Thread ned-deily
https://github.com/python/cpython/commit/f006338017cfbf846e8f7391b9ee5f69df8dc620 commit: f006338017cfbf846e8f7391b9ee5f69df8dc620 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-28T03:59:33-04:00 summary: gh-114099: Additions to standard library to support iOS (GH

[Python-checkins] gh-114099: Add documentation for iOS platform (GH-117057)

2024-03-28 Thread ned-deily
https://github.com/python/cpython/commit/0f27672c5002de96c9f1228b12460d5ce3f1d190 commit: 0f27672c5002de96c9f1228b12460d5ce3f1d190 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-28T04:13:13-04:00 summary: gh-114099: Add documentation for iOS platform (GH-117057) Co

[Python-checkins] gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-118073)

2024-04-19 Thread ned-deily
https://github.com/python/cpython/commit/ab99438900c26bdbbdfb411be43d1493f3b00ab7 commit: ab99438900c26bdbbdfb411be43d1493f3b00ab7 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-04-19T14:56:33-04:00 summary: gh-114099: Modify preprocessor symbol usage to support older

[Python-checkins] gh-114099: Formalize Tier 3 status of iOS (GH-118020)

2024-04-20 Thread ned-deily
https://github.com/python/cpython/commit/df987331d896031799f33cb0f3a7b5c5712cb4e7 commit: df987331d896031799f33cb0f3a7b5c5712cb4e7 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-04-20T23:04:08-04:00 summary: gh-114099: Formalize Tier 3 status of iOS (GH-118020) files

[Python-checkins] gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell. (GH-91630)

2024-04-20 Thread ned-deily
https://github.com/python/cpython/commit/5fa5b7facbcd1f725e51daf31c321e02b7db3f02 commit: 5fa5b7facbcd1f725e51daf31c321e02b7db3f02 branch: main author: Andrew Cassidy committer: ned-deily date: 2024-04-21T02:52:58-04:00 summary: gh-91629 Use conf.d configs and fish_add_path to set the PATH when

[Python-checkins] gh-118201 - Disable the flaky POSIX test_confstr test on iOS (GH-118452)

2024-04-30 Thread ned-deily
https://github.com/python/cpython/commit/9c468e2c5dffb6fa9811fd16e70fa0463bdfce5f commit: 9c468e2c5dffb6fa9811fd16e70fa0463bdfce5f branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-04-30T19:32:37-04:00 summary: gh-118201 - Disable the flaky POSIX test_confstr test on iOS

[Python-checkins] gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)

2024-04-30 Thread ned-deily
https://github.com/python/cpython/commit/21336aa12762ffe33bac83c7bd7992fcf42eee10 commit: 21336aa12762ffe33bac83c7bd7992fcf42eee10 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-04-30T22:31:00-04:00 summary: gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS

[Python-checkins] gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)

2024-05-03 Thread ned-deily
https://github.com/python/cpython/commit/dd8f05fee26cb98770744291a007ceb6b49a5089 commit: dd8f05fee26cb98770744291a007ceb6b49a5089 branch: main author: Erlend E. Aasland committer: ned-deily date: 2024-05-03T16:49:40Z summary: gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH

[Python-checkins] Correct timing sensitivity in iOS testing Makefile target. (GH-118620)

2024-05-05 Thread ned-deily
https://github.com/python/cpython/commit/dd37e85518bb5f3c9eff44ed1dbebecdd1d2aa06 commit: dd37e85518bb5f3c9eff44ed1dbebecdd1d2aa06 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-05-05T22:34:59-04:00 summary: Correct timing sensitivity in iOS testing Makefile target

[Python-checkins] Set a DerivedData path for iOS test builds. (GH-118621)

2024-05-05 Thread ned-deily
https://github.com/python/cpython/commit/1506d5adc457a806e85886018804483e808d85c5 commit: 1506d5adc457a806e85886018804483e808d85c5 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-05-05T23:58:14-04:00 summary: Set a DerivedData path for iOS test builds. (GH-118621

[Python-checkins] Update macOS installer screens and README for 3.13.0b1 (GH-118685)

2024-05-06 Thread ned-deily
https://github.com/python/cpython/commit/698417f2f677b7b9373f8a2f202b6c18870bf3c2 commit: 698417f2f677b7b9373f8a2f202b6c18870bf3c2 branch: main author: Ned Deily committer: ned-deily date: 2024-05-07T00:49:07-04:00 summary: Update macOS installer screens and README for 3.13.0b1 (GH-118685

[Python-checkins] gh-110824 Temporarily skip test_sysconfig.test_library on macOS framework builds. (GH-113298)

2024-01-02 Thread ned-deily
https://github.com/python/cpython/commit/bab0758ea4a1d4666a973ae2d65f21a09e4478ba commit: bab0758ea4a1d4666a973ae2d65f21a09e4478ba branch: main author: Skip Montanaro committer: ned-deily date: 2024-01-02T16:29:08-05:00 summary: gh-110824 Temporarily skip test_sysconfig.test_library on macOS

[Python-checkins] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453)

2024-09-24 Thread ned-deily
https://github.com/python/cpython/commit/fc9e6bf53d1c9ce2b5f802864e0da265a77c111f commit: fc9e6bf53d1c9ce2b5f802864e0da265a77c111f branch: main author: Ned Deily committer: ned-deily date: 2024-09-24T19:49:58Z summary: gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453

[Python-checkins] [3.12] Create hyperlink and fix typos in macOS installer (#123805)

2024-09-29 Thread ned-deily
https://github.com/python/cpython/commit/a67a39272c61de5202c44690d10a385c9ecaf97c commit: a67a39272c61de5202c44690d10a385c9ecaf97c branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: ned-deily date: 2024-09-29T11:11:29-06:00 summary: [3.12]

[Python-checkins] [3.13] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (GH-125801)

2024-11-13 Thread ned-deily
https://github.com/python/cpython/commit/3b49b16fa710111d79ea2a32b8a2ea18a232862a commit: 3b49b16fa710111d79ea2a32b8a2ea18a232862a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-11-13T23:28:22-05:00 summary: [3.

[Python-checkins] [3.12] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (GH-125800)

2024-11-13 Thread ned-deily
https://github.com/python/cpython/commit/49e212a9297a2730ab7d47132fe004357c9f6a0c commit: 49e212a9297a2730ab7d47132fe004357c9f6a0c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2024-11-14T00:06:14-05:00 summary: [3.

[Python-checkins] gh-91132: Update macOS installer to use ncurses 6.5. (#129990)

2025-02-10 Thread ned-deily
https://github.com/python/cpython/commit/0dbe543d70d7f014d4c1e0308f04c1d91bd815ca commit: 0dbe543d70d7f014d4c1e0308f04c1d91bd815ca branch: main author: Ned Deily committer: ned-deily date: 2025-02-10T23:48:12-05:00 summary: gh-91132: Update macOS installer to use ncurses 6.5. (#129990) files

[Python-checkins] gh-100384: Error on `unguarded-availability` in macOS builds (#128155)

2024-12-22 Thread ned-deily
https://github.com/python/cpython/commit/9d3a8f494985e8bbef698c467099370e233fcbd4 commit: 9d3a8f494985e8bbef698c467099370e233fcbd4 branch: main author: Zanie Blue committer: ned-deily date: 2024-12-22T11:01:45-08:00 summary: gh-100384: Error on `unguarded-availability` in macOS builds (#128155

[Python-checkins] gh-128902: Fix check for fallthrough attribute support (#128903)

2025-01-22 Thread ned-deily
https://github.com/python/cpython/commit/edf803345a5c57c38fca3850386530e30b397eca commit: edf803345a5c57c38fca3850386530e30b397eca branch: main author: Joshua Root committer: ned-deily date: 2025-01-22T04:25:30-05:00 summary: gh-128902: Fix check for fallthrough attribute support (#128903

[Python-checkins] gh-90905: Allow cross-compilation on macOS (#128385)

2025-01-13 Thread ned-deily
https://github.com/python/cpython/commit/6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2 commit: 6ecb620a0cae1b0b6183d1e6d0ae722013ca8cd2 branch: main author: Zanie Blue committer: ned-deily date: 2025-01-13T03:38:28-05:00 summary: gh-90905: Allow cross-compilation on macOS (#128385) files: A Misc

[Python-checkins] gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)

2025-01-13 Thread ned-deily
https://github.com/python/cpython/commit/b00e1254fc00941bf91e41138940e73fd22e1cbf commit: b00e1254fc00941bf91e41138940e73fd22e1cbf branch: main author: Ned Deily committer: ned-deily date: 2025-01-13T04:02:18-05:00 summary: gh-128690: temporarily do not use test_embed in PGO profile builds

[Python-checkins] [3.13] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/0fbcfa507348474218413ea4f23462af408f5a7f commit: 0fbcfa507348474218413ea4f23462af408f5a7f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-07T01:40:11-04:00 summary: [3.

[Python-checkins] [3.12] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/6ca6c09eb26fbae902aa60365c930edebc140c0f commit: 6ca6c09eb26fbae902aa60365c930edebc140c0f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-07T01:41:25-04:00 summary: [3.

[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/c55c0201fc09336f193cfc9992dc5e506fd7172d commit: c55c0201fc09336f193cfc9992dc5e506fd7172d branch: main author: Ned Deily committer: ned-deily date: 2025-04-07T01:42:26-04:00 summary: gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190

[Python-checkins] [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/2452e0aefd8c76265f780307e94574758c2e925f commit: 2452e0aefd8c76265f780307e94574758c2e925f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-07T02:09:43-04:00 summary: [3.

[Python-checkins] [3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/49840d623073eb66c7b1e182bea0738da96d3b63 commit: 49840d623073eb66c7b1e182bea0738da96d3b63 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-07T02:01:25-04:00 summary: [3.

[Python-checkins] [3.13] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/2458f1cded6c4e3ff8b17eff98a84da7552850e2 commit: 2458f1cded6c4e3ff8b17eff98a84da7552850e2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-06T23:44:56-04:00 summary: [3.

[Python-checkins] [3.12] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/81445c2272d1389ad3ad21aba7e240a0d36f9689 commit: 81445c2272d1389ad3ad21aba7e240a0d36f9689 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-04-06T23:46:16-04:00 summary: [3.

[Python-checkins] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)

2025-04-06 Thread ned-deily
https://github.com/python/cpython/commit/ce49022b07928d58d1aecfbcd8ea1bf1055065ed commit: ce49022b07928d58d1aecfbcd8ea1bf1055065ed branch: main author: Ned Deily committer: ned-deily date: 2025-04-07T00:46:13-04:00 summary: gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189

[Python-checkins] gh-128540: lookup default webbrowser on macOS (#130535)

2025-03-13 Thread ned-deily
https://github.com/python/cpython/commit/96492785b202a92af1b71f8c011ea839ca3ebb07 commit: 96492785b202a92af1b71f8c011ea839ca3ebb07 branch: main author: Min RK committer: ned-deily date: 2025-03-14T02:51:15-04:00 summary: gh-128540: lookup default webbrowser on macOS (#130535) Ensure web

[Python-checkins] Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090)

2025-03-12 Thread ned-deily
https://github.com/python/cpython/commit/f7ac656c8ea9738bd430bfaa43b6c65fd9d9ad11 commit: f7ac656c8ea9738bd430bfaa43b6c65fd9d9ad11 branch: main author: Max Bachmann committer: ned-deily date: 2025-03-13T00:13:07-04:00 summary: Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090

[Python-checkins] [3.14] Docs: fix link in free-threading-python.rst (GH-134548) (#134555)

2025-05-22 Thread ned-deily
https://github.com/python/cpython/commit/ee3a0efc9decfceaf00448beacdb2af688c68744 commit: ee3a0efc9decfceaf00448beacdb2af688c68744 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-05-23T00:42:48Z summary: [3.14

[Python-checkins] [3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556)

2025-05-22 Thread ned-deily
https://github.com/python/cpython/commit/1a61d81544a1cfcc16c6e669651ac3d219b057e7 commit: 1a61d81544a1cfcc16c6e669651ac3d219b057e7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-05-23T00:43:26Z summary: [3.13

[Python-checkins] Docs: fix link in free-threading-python.rst (#134548)

2025-05-22 Thread ned-deily
https://github.com/python/cpython/commit/a7ed9dfcbe1436361b95a5f9d89a2d1f075e5468 commit: a7ed9dfcbe1436361b95a5f9d89a2d1f075e5468 branch: main author: Cheery committer: ned-deily date: 2025-05-22T20:37:20-04:00 summary: Docs: fix link in free-threading-python.rst (#134548) files: M Doc/howto

[Python-checkins] [3.14] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135599)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/d2292c29f7f626e412ee827c4dce9a3777b115db commit: d2292c29f7f626e412ee827c4dce9a3777b115db branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-06-17T01:37:39-04:00 summary: [3.

[Python-checkins] [3.14] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135586)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/a2c4791d9928fabccc1ed8e7554a284be6c41b69 commit: a2c4791d9928fabccc1ed8e7554a284be6c41b69 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-06-16T18:15:15-04:00 summary: [3.1

[Python-checkins] [3.13] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135587)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/be1ca79f33f3e5e371ecf92fcaaf4cb4b0cd527f commit: be1ca79f33f3e5e371ecf92fcaaf4cb4b0cd527f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-06-16T18:17:21-04:00 summary: [3.1

[Python-checkins] Use replacements to update versions in "Using Python on macOS" (#130400)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/21bac3aecd03805ea74ca67a3a291a9eb347588f commit: 21bac3aecd03805ea74ca67a3a291a9eb347588f branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: ned-deily date: 2025-06-16T18:07:25-04:00 summary: Use replaceme

[Python-checkins] gh-119132: Update 'Using Python on macOS' documentation. (#135591)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/7c685894cd9c2c669f09fad31365e3ad6c0c3861 commit: 7c685894cd9c2c669f09fad31365e3ad6c0c3861 branch: main author: Ned Deily committer: ned-deily date: 2025-06-16T19:35:59-04:00 summary: gh-119132: Update 'Using Python on macOS' documentation

[Python-checkins] [3.14] gh-119132: Update 'Using Python on macOS' documentation. (GH-135591) (#135594)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/7aeddeaf93affef04eec267536ac60969ad67b94 commit: 7aeddeaf93affef04eec267536ac60969ad67b94 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-06-16T19:43:24-04:00 summary: [3.

[Python-checkins] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135512)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/5b3a826888ed3b598dc4bcdc6a48d5f6ae231f8d commit: 5b3a826888ed3b598dc4bcdc6a48d5f6ae231f8d branch: main author: PuQing committer: ned-deily date: 2025-06-17T01:06:48-04:00 summary: gh-135489: Show verbose output for failing tests during PGO profiling step

[Python-checkins] [3.13] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135600)

2025-06-16 Thread ned-deily
https://github.com/python/cpython/commit/28a70a59e467d1a4ddee0a060e0d837311c510f7 commit: 28a70a59e467d1a4ddee0a060e0d837311c510f7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-06-17T01:47:27-04:00 summary: [3.

[Python-checkins] gh-137450: macOS installer shell path management improvements (#137451)

2025-08-06 Thread ned-deily
https://github.com/python/cpython/commit/781eb1a688e0575a38c79575493f3ff83208a33e commit: 781eb1a688e0575a38c79575493f3ff83208a33e branch: main author: Ned Deily committer: ned-deily date: 2025-08-06T07:21:30-04:00 summary: gh-137450: macOS installer shell path management improvements (#137451

[Python-checkins] [3.13] gh-137450: macOS installer shell path management improvements (GH-137451) (#137452)

2025-08-06 Thread ned-deily
https://github.com/python/cpython/commit/9cfa4dfe05539479a6aa652ee7df0691f39b3cc7 commit: 9cfa4dfe05539479a6aa652ee7df0691f39b3cc7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-08-06T07:43:54-04:00 summary: [3.