[Python-checkins] [3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#123367)

2024-08-26 Thread freakboy3742
https://github.com/python/cpython/commit/30f6cc75e99789b2cc3e8508c1f5359225600f61 commit: 30f6cc75e99789b2cc3e8508c1f5359225600f61 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-27T00:25:17Z summary: [3.13]

[Python-checkins] [3.13] Ensure that iOS test re-runs don't try to spawn a process. (GH-122994) (#123368)

2024-08-26 Thread freakboy3742
https://github.com/python/cpython/commit/fa21b3b8ee5327cdedb62b6459181952fd7680fd commit: fa21b3b8ee5327cdedb62b6459181952fd7680fd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-27T08:53:05+08:00 summary:

[Python-checkins] Add shims for iOS C++ compilation (#123620)

2024-09-03 Thread freakboy3742
https://github.com/python/cpython/commit/135dad9bd70bba5a7b432c744f2993476915cf07 commit: 135dad9bd70bba5a7b432c744f2993476915cf07 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-09-04T08:28:39+08:00 summary: Add shims for iOS C++ compilation (#123620) Add shims for

[Python-checkins] [3.13] Add shims for iOS C++ compilation (GH-123620) (#123656)

2024-09-03 Thread freakboy3742
https://github.com/python/cpython/commit/3dd5ce37687940120f5e348c6cfa72005b16d218 commit: 3dd5ce37687940120f5e348c6cfa72005b16d218 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-09-04T00:52:13Z summary: [3.1

[Python-checkins] [3.13] gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685) (#123715)

2024-09-04 Thread freakboy3742
https://github.com/python/cpython/commit/d8324335b57bb2502557b5895209b95c4ea3807d commit: d8324335b57bb2502557b5895209b95c4ea3807d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-09-04T23:08:38Z summary: [3.

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

2024-09-05 Thread freakboy3742
https://github.com/python/cpython/commit/8ed77c1afc125035996d85d77919351ae0f0d862 commit: 8ed77c1afc125035996d85d77919351ae0f0d862 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-09-06T10:13:27+08:00 summary:

[Python-checkins] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (#123981)

2024-09-11 Thread freakboy3742
https://github.com/python/cpython/commit/43303e362e3a7e2d96747d881021a14c7f7e3d0b commit: 43303e362e3a7e2d96747d881021a14c7f7e3d0b branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-12T13:52:07+08:00 summary: gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1

[Python-checkins] gh-116622: Android test script improvements (#124012)

2024-09-12 Thread freakboy3742
https://github.com/python/cpython/commit/1f9d163850c43ba85193ef853986c5e96b168c8c commit: 1f9d163850c43ba85193ef853986c5e96b168c8c branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-13T12:23:54+08:00 summary: gh-116622: Android test script improvements (#124012) * Set

[Python-checkins] gh-116622: Mock the passage of time in Android logcat rate limit tests (#124015)

2024-09-12 Thread freakboy3742
https://github.com/python/cpython/commit/f5548834256414c6a721e9ebfa511e043e73ef03 commit: f5548834256414c6a721e9ebfa511e043e73ef03 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-13T04:58:11Z summary: gh-116622: Mock the passage of time in Android logcat rate limit

[Python-checkins] gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on macOS (#123989)

2024-09-15 Thread freakboy3742
https://github.com/python/cpython/commit/ef530ce7c61dc16387fb68d48aebfbbbfe02adbb commit: ef530ce7c61dc16387fb68d48aebfbbbfe02adbb branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-09-16T12:23:05+08:00 summary: gh-123748: Add conditional compilation rules for HACL

[Python-checkins] gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (#120476)

2024-06-14 Thread freakboy3742
https://github.com/python/cpython/commit/92f6d400f76b6a04944568870f689c8fab5f commit: 92f6d400f76b6a04944568870f689c8fab5f branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-06-15T08:05:18+08:00 summary: gh-119819: Conditional skip of logging tests that require

[Python-checkins] gh-117398: Use the correct module loader for iOS in datetime CAPI test. (#120477)

2024-06-14 Thread freakboy3742
https://github.com/python/cpython/commit/5c58e728b1391c258b224fc6d88f62f42c725026 commit: 5c58e728b1391c258b224fc6d88f62f42c725026 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-06-15T08:05:30+08:00 summary: gh-117398: Use the correct module loader for iOS in

[Python-checkins] [3.13] gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (GH-120476) (#120531)

2024-06-14 Thread freakboy3742
https://github.com/python/cpython/commit/3c88898a696785fb4872a271d7c90f6505178fd7 commit: 3c88898a696785fb4872a271d7c90f6505178fd7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-06-15T08:32:22+08:00 summary:

[Python-checkins] [3.12] gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (GH-120476) (#120532)

2024-06-14 Thread freakboy3742
https://github.com/python/cpython/commit/92c168707412b48abb497e5e1dccc8c4d04298d5 commit: 92c168707412b48abb497e5e1dccc8c4d04298d5 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-06-15T08:32:28+08:00 summary:

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

2024-06-29 Thread freakboy3742
https://github.com/python/cpython/commit/48cd104b0cf05dad8958efa9cb9666c029ef9201 commit: 48cd104b0cf05dad8958efa9cb9666c029ef9201 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-06-30T08:34:35+08:00 summary: gh-120522: Add a `--with-app-store-compliance` configure

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

2024-06-29 Thread freakboy3742
https://github.com/python/cpython/commit/0dfb437a32f9b9a8a0ae61d8c43c47417651f44e commit: 0dfb437a32f9b9a8a0ae61d8c43c47417651f44e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-06-30T09:10:34+08:00 summary:

[Python-checkins] [3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test (GH-120477) (#121561)

2024-07-10 Thread freakboy3742
https://github.com/python/cpython/commit/c08a302249edba844a26e1a0231671afd92b973d commit: c08a302249edba844a26e1a0231671afd92b973d branch: 3.13 author: neonene <53406459+neon...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-11T06:48:53+08:00 summary: [3.13] gh-117398: U

[Python-checkins] gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)

2024-07-15 Thread freakboy3742
https://github.com/python/cpython/commit/7e91e0dcfe2faab1e1a4630e6f745aa30ca87b3d commit: 7e91e0dcfe2faab1e1a4630e6f745aa30ca87b3d branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-16T12:23:35+08:00 summary: gh-120831: Increase the default minimum supported iOS

[Python-checkins] [3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 (GH-121250) (#121833)

2024-07-15 Thread freakboy3742
https://github.com/python/cpython/commit/a1505afd392b91553d19b63841628d6ef3b3e7f9 commit: a1505afd392b91553d19b63841628d6ef3b3e7f9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-16T12:57:05+08:00 summary:

[Python-checkins] gh-120522: Apply App Store compliance patch during installation (#121947)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/728432c8043edc07bb8a24b180a70778fcd35878 commit: 728432c8043edc07bb8a24b180a70778fcd35878 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-22T07:36:08+08:00 summary: gh-120522: Apply App Store compliance patch during

[Python-checkins] [3.13] gh-120522: Apply App Store compliance patch during installation (GH-121947) (#122105)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/587a8f84ed568d496e9ceff45b02d28a52b6d137 commit: 587a8f84ed568d496e9ceff45b02d28a52b6d137 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-22T08:13:34+08:00 summary:

[Python-checkins] Docs: spelling and grammar fixes (#122084)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/bc264eac3ad14dab748e33b3d714c2674872791f commit: bc264eac3ad14dab748e33b3d714c2674872791f branch: main author: Ville Skyttä committer: freakboy3742 date: 2024-07-22T09:14:25+08:00 summary: Docs: spelling and grammar fixes (#122084) Corrected some

[Python-checkins] [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/3ae1236c7337fab3a2cc3042834f83beea13afd5 commit: 3ae1236c7337fab3a2cc3042834f83beea13afd5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-22T01:30:34Z summary: [3.13

[Python-checkins] [3.13] gh-121832: Skip subinterpreter static type check on iOS to restore test suite. (GH-122150) (#122159)

2024-07-23 Thread freakboy3742
https://github.com/python/cpython/commit/81f93390229d02f80b825676c1e8f3084fd3e24c commit: 81f93390229d02f80b825676c1e8f3084fd3e24c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-23T22:48:02Z summary: [3.

[Python-checkins] gh-120831: Correct default minimum iOS version. (#122339)

2024-07-26 Thread freakboy3742
https://github.com/python/cpython/commit/4a2607c1807982a107445b5a35240f587a61eb0d commit: 4a2607c1807982a107445b5a35240f587a61eb0d branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-27T01:53:44Z summary: gh-120831: Correct default minimum iOS version. (#122339

[Python-checkins] [3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341)

2024-07-26 Thread freakboy3742
https://github.com/python/cpython/commit/c79c515671366a38471e1f64bb8b04160ad4b471 commit: c79c515671366a38471e1f64bb8b04160ad4b471 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-27T02:18:34Z summary: [3.

[Python-checkins] gh-121832: Revert test skip introduced by #122150. (#122340)

2024-07-26 Thread freakboy3742
https://github.com/python/cpython/commit/863a92f2bc708b9e3dfa9828bb8155b8d371e09c commit: 863a92f2bc708b9e3dfa9828bb8155b8d371e09c branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-27T10:24:30+08:00 summary: gh-121832: Revert test skip introduced by #122150

[Python-checkins] [3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122342)

2024-07-26 Thread freakboy3742
https://github.com/python/cpython/commit/7b35c50cd889cbda08e042ba5a0d27888295a179 commit: 7b35c50cd889cbda08e042ba5a0d27888295a179 branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-27T11:00:42+08:00 summary: [3.13] gh-121832: Revert test skip introduced by GH-122150

[Python-checkins] gh-116622: Fix testPyObjectPrintOSError on Android (#122487)

2024-07-30 Thread freakboy3742
https://github.com/python/cpython/commit/82db5728136ebec3a1d221570b810b4128a21255 commit: 82db5728136ebec3a1d221570b810b4128a21255 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-07-31T08:21:43+08:00 summary: gh-116622: Fix testPyObjectPrintOSError on Android (#122487

[Python-checkins] [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)

2024-07-30 Thread freakboy3742
https://github.com/python/cpython/commit/5212624c426521862699be1bc0779e95ec00ee87 commit: 5212624c426521862699be1bc0779e95ec00ee87 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-07-31T00:49:14Z summary: [3.

[Python-checkins] gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)

2024-07-31 Thread freakboy3742
https://github.com/python/cpython/commit/06656e259bc9b2c3cf8a23bdc6e4acb052c56e1f commit: 06656e259bc9b2c3cf8a23bdc6e4acb052c56e1f branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-08-01T00:23:10Z summary: gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)

[Python-checkins] gh-116622: Android logging fixes (#122698)

2024-08-05 Thread freakboy3742
https://github.com/python/cpython/commit/b0c48b8fd88f26b31ec2f743358091073277dcde commit: b0c48b8fd88f26b31ec2f743358091073277dcde branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-08-06T12:28:58+08:00 summary: gh-116622: Android logging fixes (#122698) Modifies the

[Python-checkins] Add a --rerun option to the iOS testbed. (#122992)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/ce39d3c6bdab4c703ad95f37831b410fb729e116 commit: ce39d3c6bdab4c703ad95f37831b410fb729e116 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T08:14:33+08:00 summary: Add a --rerun option to the iOS testbed. (#122992) Enable

[Python-checkins] [3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/bfec6f319a97f2d12e24870df0f22bd5be7dfb4c commit: bfec6f319a97f2d12e24870df0f22bd5be7dfb4c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-14T00:41:37Z summary: [3.13]

[Python-checkins] Ensure that iOS test re-runs don't try to spawn a process. (#122994)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/e03073ff20107793a4ea28cdac0d6894774dd110 commit: e03073ff20107793a4ea28cdac0d6894774dd110 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T09:46:53+08:00 summary: Ensure that iOS test re-runs don't try to spawn a pr

[Python-checkins] [3.13] Revert use of --rerun in iOS testbed. (#122995)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/31a962b1b3b9bebdc976694ded7268942e543c71 commit: 31a962b1b3b9bebdc976694ded7268942e543c71 branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T02:03:18Z summary: [3.13] Revert use of --rerun in iOS testbed. (#122995) Reverts

[Python-checkins] gh-116622: Add Android test script (#121595)

2024-08-15 Thread freakboy3742
https://github.com/python/cpython/commit/f84cce6f2588c6437d69a30856d7c4ba00b70ae0 commit: f84cce6f2588c6437d69a30856d7c4ba00b70ae0 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-08-16T13:00:29+08:00 summary: gh-116622: Add Android test script (#121595) Adds a script for

[Python-checkins] [3.13] gh-116622: Don't expose `FICLONE` ioctl on Android (GH-122522) (#122539)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/69cf92fbca9bf51c70d06bb12329f881af6f4b65 commit: 69cf92fbca9bf51c70d06bb12329f881af6f4b65 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:07:27+08:00 summary:

[Python-checkins] [3.13] gh-116622: Android logging fixes (GH-122698) (#122719)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/0dd89a7f4054bb68e7c201c20f939ba03732bde9 commit: 0dd89a7f4054bb68e7c201c20f939ba03732bde9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:07:42+08:00 summary:

[Python-checkins] [3.13] gh-116622: Add Android test script (GH-121595) (#123061)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/cf6d14b96656baa911fa7a793ffa085e1ce6f328 commit: cf6d14b96656baa911fa7a793ffa085e1ce6f328 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:36:46+08:00 summary:

[Python-checkins] [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974) (#125232)

2024-10-10 Thread freakboy3742
https://github.com/python/cpython/commit/26a93189e4c3674a9e0acbd7923b1f27ff01419e commit: 26a93189e4c3674a9e0acbd7923b1f27ff01419e branch: 3.13 author: Serhiy Storchaka committer: freakboy3742 date: 2024-10-11T05:56:22+08:00 summary: [3.13] gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS

[Python-checkins] gh-124720: Update "Using Python on a Mac" document (#124721)

2024-09-29 Thread freakboy3742
https://github.com/python/cpython/commit/4b83c03ce964af7fb204144db9adaa524c113a82 commit: 4b83c03ce964af7fb204144db9adaa524c113a82 branch: main author: Ned Deily committer: freakboy3742 date: 2024-09-30T07:39:46+08:00 summary: gh-124720: Update "Using Python on a Mac" document (#12472

[Python-checkins] gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)

2024-10-09 Thread freakboy3742
https://github.com/python/cpython/commit/9ad55e85d78c5338b1ad170e614345652bd1b651 commit: 9ad55e85d78c5338b1ad170e614345652bd1b651 branch: main author: Serhiy Storchaka committer: freakboy3742 date: 2024-10-10T07:30:14+08:00 summary: gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177

[Python-checkins] [3.13] gh-125940: Android: support 16 KB pages (GH-125941) (#125948)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/904634b2580565de73905f96d6a1ac42058c1978 commit: 904634b2580565de73905f96d6a1ac42058c1978 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-10-25T08:37:38+08:00 summary:

[Python-checkins] gh-123930: Correct test of attribute failure to account for iOS (#125959)

2024-10-25 Thread freakboy3742
https://github.com/python/cpython/commit/75401febc91a449cc4f4391d663e9a96ce91bb6c commit: 75401febc91a449cc4f4391d663e9a96ce91bb6c branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-10-25T07:18:45Z summary: gh-123930: Correct test of attribute failure to account for iOS

[Python-checkins] Increase minimum Android API level to 24 (#125946)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/371c537dff0b384e46ebe6b08009f6628b7acd58 commit: 371c537dff0b384e46ebe6b08009f6628b7acd58 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T08:41:07+08:00 summary: Increase minimum Android API level to 24 (#125946) Minimum

[Python-checkins] gh-125940: Android: support 16 KB pages (#125941)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/e68d4b08ff13a06a2c2877f63bf856e6bf3c2e77 commit: e68d4b08ff13a06a2c2877f63bf856e6bf3c2e77 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T07:51:16+08:00 summary: gh-125940: Android: support 16 KB pages (#125941) Modify

[Python-checkins] gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/b08570c90eb9fa2e2ee4429909b14240b7a427d4 commit: b08570c90eb9fa2e2ee4429909b14240b7a427d4 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-25T08:35:41+08:00 summary: gh-125942: Android: set stdout to `errors="backslashre

[Python-checkins] gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)

2024-10-29 Thread freakboy3742
https://github.com/python/cpython/commit/b1f13bce62ff666f59286e8325011d8e9e0ddca7 commit: b1f13bce62ff666f59286e8325011d8e9e0ddca7 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-10-30T05:45:49+08:00 summary: gh-124932: Distinguish build prefix from host prefix in cross

[Python-checkins] gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)

2024-10-28 Thread freakboy3742
https://github.com/python/cpython/commit/dc2552d429c91310b0c410c3e856728d8866b05f commit: dc2552d429c91310b0c410c3e856728d8866b05f branch: main author: Hood Chatham committer: freakboy3742 date: 2024-10-29T06:28:54Z summary: gh-124928: Emscripten node support: Clean up old node <= 16 fl

[Python-checkins] gh-126178: NFC Separate Emscripten and WASI standard lib disables in configure (#126179)

2024-10-30 Thread freakboy3742
https://github.com/python/cpython/commit/b3122aa6132de263f389317efe9dcf2b14c6b393 commit: b3122aa6132de263f389317efe9dcf2b14c6b393 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-10-31T08:51:11+08:00 summary: gh-126178: NFC Separate Emscripten and WASI standard lib disables

[Python-checkins] Android: Update tests for newly-available functions affected by SELinux (#126015)

2024-10-26 Thread freakboy3742
https://github.com/python/cpython/commit/c51b56038ba344dece607eb5f035dca544187813 commit: c51b56038ba344dece607eb5f035dca544187813 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-27T10:35:53+08:00 summary: Android: Update tests for newly-available functions affected by

[Python-checkins] gh-126187 Add emscripten.py script to automate emscripten build (#126190)

2024-11-08 Thread freakboy3742
https://github.com/python/cpython/commit/f8276bf5f37ef12aa0033634151fa33a6f7bd4f2 commit: f8276bf5f37ef12aa0033634151fa33a6f7bd4f2 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-09T10:12:55+08:00 summary: gh-126187 Add emscripten.py script to automate emscripten build

[Python-checkins] [3.13] gh-125942: Android: set stdout to `errors="backslashreplace"` (GH-125943) (#125950)

2024-10-24 Thread freakboy3742
https://github.com/python/cpython/commit/083c5814c85e1daff54d2e0e1e08c5028f5d8bc8 commit: 083c5814c85e1daff54d2e0e1e08c5028f5d8bc8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-10-25T00:59:23Z summary: [3.

[Python-checkins] Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)

2024-10-30 Thread freakboy3742
https://github.com/python/cpython/commit/ac3a2c8abceeec44848635c26f09ff382bbcab73 commit: ac3a2c8abceeec44848635c26f09ff382bbcab73 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-10-31T00:12:37Z summary: Add myself to CODEOWNERS for WASM/emscripten and Android

[Python-checkins] gh-99108: Disable HACL SIMD code on older versions of Android (#124304)

2024-09-23 Thread freakboy3742
https://github.com/python/cpython/commit/41e7992e319faba91b0c75a767b36ff8628a8368 commit: 41e7992e319faba91b0c75a767b36ff8628a8368 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-23T13:28:03-07:00 summary: gh-99108: Disable HACL SIMD code on older versions of Android

[Python-checkins] gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)

2024-09-27 Thread freakboy3742
https://github.com/python/cpython/commit/10d504aecc56f9481114fe3d0a8d1721d38db7e3 commit: 10d504aecc56f9481114fe3d0a8d1721d38db7e3 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-09-27T10:49:35-07:00 summary: gh-124682: Disable test that is prone to intermittent

[Python-checkins] gh-116622: Make test_unzip_zipfile recognize Android error message format (#124462)

2024-09-25 Thread freakboy3742
https://github.com/python/cpython/commit/461c12b43870d51ea29eae7b0969b20565d50eb6 commit: 461c12b43870d51ea29eae7b0969b20565d50eb6 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-25T07:02:18-07:00 summary: gh-116622: Make test_unzip_zipfile recognize Android error

[Python-checkins] GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)

2024-11-15 Thread freakboy3742
https://github.com/python/cpython/commit/2313f8421080ceb3343c6f5d291279adea85e073 commit: 2313f8421080ceb3343c6f5d291279adea85e073 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-16T09:46:39+08:00 summary: GH-126748: amend configure.rst description for the 'build

[Python-checkins] gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169)

2024-11-17 Thread freakboy3742
https://github.com/python/cpython/commit/500a4712bb42355eeb785ed5b9d71507384d18bc commit: 500a4712bb42355eeb785ed5b9d71507384d18bc branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-11-18T07:43:41+08:00 summary: gh-126167: Modify iOS Testbed to read arguments from

[Python-checkins] [3.13] gh-126167: Modify iOS Testbed to read arguments from Info.plist (GH-126169) (#126940)

2024-11-17 Thread freakboy3742
https://github.com/python/cpython/commit/2b2ad244c076588da401ffa68fc2cad346da6667 commit: 2b2ad244c076588da401ffa68fc2cad346da6667 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-11-18T08:50:54+08:00 summary:

[Python-checkins] gh-126898: Emscripten support: Use es6 modules (#126903)

2024-11-20 Thread freakboy3742
https://github.com/python/cpython/commit/1629d2ca56014beb2d46c42cc199a43ac97e3b97 commit: 1629d2ca56014beb2d46c42cc199a43ac97e3b97 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-21T15:10:46+11:00 summary: gh-126898: Emscripten support: Use es6 modules (#126903) Modify

[Python-checkins] gh-127111: Emscripten Make web example work again (#127113)

2024-12-02 Thread freakboy3742
https://github.com/python/cpython/commit/bfb0788bfcaab7474c1be0605552744e15082ee9 commit: bfb0788bfcaab7474c1be0605552744e15082ee9 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-03T07:30:24+08:00 summary: gh-127111: Emscripten Make web example work again (#127113

[Python-checkins] gh-126691: Remove --with-emscripten-target (#126787)

2024-11-15 Thread freakboy3742
https://github.com/python/cpython/commit/544b001b233ac57dfce17587ffbd10a70abe3ab0 commit: 544b001b233ac57dfce17587ffbd10a70abe3ab0 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-16T09:44:05+08:00 summary: gh-126691: Remove --with-emscripten-target (#126787) This

[Python-checkins] gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)

2024-12-04 Thread freakboy3742
https://github.com/python/cpython/commit/87faf0a9c4aa7f8eb5b6b6c8f6e8f5f99b1e3d9b commit: 87faf0a9c4aa7f8eb5b6b6c8f6e8f5f99b1e3d9b branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-05T08:44:50+08:00 summary: gh-127503: Emscripten make Python.sh function as proper Python

[Python-checkins] [3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces (GH-127575) (#127624)

2024-12-04 Thread freakboy3742
https://github.com/python/cpython/commit/1182c64181b2e3e75b9c602079b31fcdeadf1c3a commit: 1182c64181b2e3e75b9c602079b31fcdeadf1c3a branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-05T03:28:21Z summary: [3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to

[Python-checkins] gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED` (#127666)

2024-12-08 Thread freakboy3742
https://github.com/python/cpython/commit/be07edf511365ce554c0535b535bb5726266a17a commit: be07edf511365ce554c0535b535bb5726266a17a branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-09T09:34:28+08:00 summary: gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to

[Python-checkins] gh-127503 Don't propagate native PATH to Emscripten Python (#127633)

2024-12-08 Thread freakboy3742
https://github.com/python/cpython/commit/5876063d06ec55b10793f34bfe516c10f608665c commit: 5876063d06ec55b10793f34bfe516c10f608665c branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-09T10:01:37+08:00 summary: gh-127503 Don't propagate native PATH to Emscripten P

[Python-checkins] gh-127503: Fix realpath handling in emscripten cli (#127632)

2024-12-08 Thread freakboy3742
https://github.com/python/cpython/commit/d8d12b37b5e5acb354db84b07dab8de64a6b9475 commit: d8d12b37b5e5acb354db84b07dab8de64a6b9475 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-09T10:03:11+08:00 summary: gh-127503: Fix realpath handling in emscripten cli (#127632

[Python-checkins] gh-126925: Modify how iOS test results are gathered (#127592)

2024-12-08 Thread freakboy3742
https://github.com/python/cpython/commit/2041a95e68ebf6d13f867e214ada28affa830669 commit: 2041a95e68ebf6d13f867e214ada28affa830669 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-09T13:28:57+08:00 summary: gh-126925: Modify how iOS test results are gathered

[Python-checkins] gh-127627: Add `posix._emscripten_debugger` function (#127628)

2024-12-05 Thread freakboy3742
https://github.com/python/cpython/commit/25eee578c8e369b027da6d9d2725f29df6ef1cbd commit: 25eee578c8e369b027da6d9d2725f29df6ef1cbd branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-06T10:47:51+08:00 summary: gh-127627: Add `posix._emscripten_debugger` function (#127628

[Python-checkins] [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)

2024-12-08 Thread freakboy3742
https://github.com/python/cpython/commit/075c41d5f5b16701bda1140e7de5c2d5f90eebf8 commit: 075c41d5f5b16701bda1140e7de5c2d5f90eebf8 branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-09T14:39:11+08:00 summary: [3.13] gh-126925: Modify how iOS test results are gathered

[Python-checkins] gh-127146: Strip dash from Emscripten compiler version (#128557)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 commit: 61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-07T06:26:35+08:00 summary: gh-127146: Strip dash from Emscripten compiler version (#128557

[Python-checkins] gh-127146: Skip Emscripten tests with pending fixes (#128549)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/616692d465c4ef10baa592e41f3d9daeae4dddad commit: 616692d465c4ef10baa592e41f3d9daeae4dddad branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-07T06:25:29+08:00 summary: gh-127146: Skip Emscripten tests with pending fixes (#128549

[Python-checkins] [3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165) (#128575)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/bbe0b33d2a6e73fb488a72a61329dafd974cbba6 commit: bbe0b33d2a6e73fb488a72a61329dafd974cbba6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-01-07T05:36:00Z summary: [3.

[Python-checkins] gh-128146: Exclude os/log.h import on older macOS versions. (#128165)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/e837a1f71e832ce8f551a6fac05e346f654457e0 commit: e837a1f71e832ce8f551a6fac05e346f654457e0 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-01-07T13:12:58+08:00 summary: gh-128146: Exclude os/log.h import on older macOS versions

[Python-checkins] Emscripten: use better `_Py_Version` computation for worker module (#129757)

2025-02-06 Thread freakboy3742
https://github.com/python/cpython/commit/e2064d67504bc360c20e03eeea8b360d605cb439 commit: e2064d67504bc360c20e03eeea8b360d605cb439 branch: main author: Agriya Khetarpal <74401230+agriyakhetar...@users.noreply.github.com> committer: freakboy3742 date: 2025-02-07T12:55:27+08:00 summary: Emsc

[Python-checkins] [3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-127755) (#127806)

2024-12-10 Thread freakboy3742
https://github.com/python/cpython/commit/8b28dedc5856db82826087278b216d3ff3c06994 commit: 8b28dedc5856db82826087278b216d3ff3c06994 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-12-10T21:38:12Z summary: [3.

[Python-checkins] gh-127629: Add ctypes to the Emscripten build (#127683)

2024-12-09 Thread freakboy3742
https://github.com/python/cpython/commit/3b18af964da9814474a5db9e502962c7e0593e8d commit: 3b18af964da9814474a5db9e502962c7e0593e8d branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-10T10:32:58+08:00 summary: gh-127629: Add ctypes to the Emscripten build (#127683) Adds

[Python-checkins] gh-127146: Some expected failures in Emscripten time tests (#127843)

2024-12-11 Thread freakboy3742
https://github.com/python/cpython/commit/41f29e5d16c314790559e563ce5ca0334fcd54df commit: 41f29e5d16c314790559e563ce5ca0334fcd54df branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-12T09:11:00+08:00 summary: gh-127146: Some expected failures in Emscripten time tests

[Python-checkins] gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)

2024-12-10 Thread freakboy3742
https://github.com/python/cpython/commit/51216857ca8283f5b41c8cf9874238da56da4968 commit: 51216857ca8283f5b41c8cf9874238da56da4968 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-11T05:32:04+08:00 summary: gh-126821: Add versionadded annotation to

[Python-checkins] gh-127085: Add a test skip if multiprocessing isn't available (#128019)

2024-12-17 Thread freakboy3742
https://github.com/python/cpython/commit/b9a492b809d8765ee365a5dd3c6ba4e5130a80af commit: b9a492b809d8765ee365a5dd3c6ba4e5130a80af branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-17T08:18:33Z summary: gh-127085: Add a test skip if multiprocessing isn't avai

[Python-checkins] gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127992)

2024-12-17 Thread freakboy3742
https://github.com/python/cpython/commit/b92f101d0f19a1df32050b8502cfcce777b079b2 commit: b92f101d0f19a1df32050b8502cfcce777b079b2 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-18T07:17:09+08:00 summary: gh-127146: Emscripten Include compiler version in

[Python-checkins] gh-127845: Minor improvements to iOS test runner script (#127846)

2024-12-12 Thread freakboy3742
https://github.com/python/cpython/commit/ba2d2fda93a03a91ac6cdff319fd23ef51848d51 commit: ba2d2fda93a03a91ac6cdff319fd23ef51848d51 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-12-13T05:49:02+08:00 summary: gh-127845: Minor improvements to iOS test runner script

[Python-checkins] [3.13] gh-127845: Minor improvements to iOS test runner script (GH-127846) (#127892)

2024-12-12 Thread freakboy3742
https://github.com/python/cpython/commit/740e9ab545ed0edf3eb673cf2306ae07324f82ed commit: 740e9ab545ed0edf3eb673cf2306ae07324f82ed branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-12-12T22:17:58Z summary: [3.

[Python-checkins] gh-127146: Resolve some minor problems in Emscripten tests (#127565)

2024-12-03 Thread freakboy3742
https://github.com/python/cpython/commit/0f9107817022f0defac157e3795a4093a32ea320 commit: 0f9107817022f0defac157e3795a4093a32ea320 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-04T08:06:20+08:00 summary: gh-127146: Resolve some minor problems in Emscripten tests

[Python-checkins] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces (#127575)

2024-12-04 Thread freakboy3742
https://github.com/python/cpython/commit/6cf77949fba7b44f6885794b2028f091f42f5d6c commit: 6cf77949fba7b44f6885794b2028f091f42f5d6c branch: main author: Feodor Fitsner committer: freakboy3742 date: 2024-12-05T11:00:20+08:00 summary: gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow

[Python-checkins] gh-127111: Apply prettier formatter to Emscripten web example (#127551)

2024-12-04 Thread freakboy3742
https://github.com/python/cpython/commit/2f1cee8477e22bfc36a704310e4c0f409357e7e9 commit: 2f1cee8477e22bfc36a704310e4c0f409357e7e9 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-05T08:25:06+08:00 summary: gh-127111: Apply prettier formatter to Emscripten web example

[Python-checkins] gh-127146: Emscripten: Skip segfaults in test suite (#127151)

2024-12-04 Thread freakboy3742
https://github.com/python/cpython/commit/43634fc1fcc88b35171aa79258f767ba6477f764 commit: 43634fc1fcc88b35171aa79258f767ba6477f764 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-05T08:26:25+08:00 summary: gh-127146: Emscripten: Skip segfaults in test suite (#127151

[Python-checkins] gh-128627: Emscripten: Fix address calculation for wasm-gc trampoline (#128782)

2025-01-22 Thread freakboy3742
https://github.com/python/cpython/commit/960936fe90f9a0b947c7ed10f91582ff6664c0b8 commit: 960936fe90f9a0b947c7ed10f91582ff6664c0b8 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-23T08:02:04+08:00 summary: gh-128627: Emscripten: Fix address calculation for wasm-gc

[Python-checkins] gh-129248: Filter out the iOS log prefix from testbed runner output. (#129252)

2025-01-25 Thread freakboy3742
https://github.com/python/cpython/commit/a58083811a51764c47fbb7cbd67e87e1124d53e8 commit: a58083811a51764c47fbb7cbd67e87e1124d53e8 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-01-25T16:49:39+08:00 summary: gh-129248: Filter out the iOS log prefix from testbed

[Python-checkins] [3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (GH-129252) (#129283)

2025-01-25 Thread freakboy3742
https://github.com/python/cpython/commit/aa1beed8583bbabd4cbdf37942c53c374b8ec143 commit: aa1beed8583bbabd4cbdf37942c53c374b8ec143 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-01-25T09:12:32Z summary: [3.

[Python-checkins] gh-129156: Fix variable quoting in `android-env.sh` script (#129321)

2025-01-26 Thread freakboy3742
https://github.com/python/cpython/commit/a49225cc66680129f129d1fcf6e20afb37a1a877 commit: a49225cc66680129f129d1fcf6e20afb37a1a877 branch: main author: Zanie Blue committer: freakboy3742 date: 2025-01-27T10:53:24+08:00 summary: gh-129156: Fix variable quoting in `android-env.sh` script (#129321

[Python-checkins] [3.13] gh-129156: Fix variable quoting in `android-env.sh` script (GH-129321) (#129332)

2025-01-26 Thread freakboy3742
https://github.com/python/cpython/commit/98c25b8e1368dcd6ac698f3adc7ff2e893b6d9dd commit: 98c25b8e1368dcd6ac698f3adc7ff2e893b6d9dd branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2025-01-27T15:07:40+08:00 summary: [3.13] gh-129156: Fix variable quoting in `android-env.sh

[Python-checkins] gh-127146: Update test skips for Emscripten 4.0.1 (#129375)

2025-01-27 Thread freakboy3742
https://github.com/python/cpython/commit/8e57877e3f43e80762196f6869526d0c1585783a commit: 8e57877e3f43e80762196f6869526d0c1585783a branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-28T01:05:21Z summary: gh-127146: Update test skips for Emscripten 4.0.1 (#129375) Updates

[Python-checkins] gh-127146: Skip test_readinto_non_blocking on Emscripten (#129421)

2025-01-28 Thread freakboy3742
https://github.com/python/cpython/commit/789390872b16e1c8cc681605bf100d2d7b3e9111 commit: 789390872b16e1c8cc681605bf100d2d7b3e9111 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-29T07:30:42+08:00 summary: gh-127146: Skip test_readinto_non_blocking on Emscripten (#129421

[Python-checkins] gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)

2025-01-12 Thread freakboy3742
https://github.com/python/cpython/commit/d0ecbdd838034c1f061e9b4e9b54a900141458c3 commit: d0ecbdd838034c1f061e9b4e9b54a900141458c3 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-13T07:09:39+08:00 summary: gh-128627: Emscripten: Use wasm-gc based call adaptor if

[Python-checkins] [3.13] gh-130025: Correct handling of symlinks during iOS testbed framework installation. (GH-130026) (#130073)

2025-02-12 Thread freakboy3742
https://github.com/python/cpython/commit/32158ea476f36e5bf61bce7a3fd30b959c3f79cc commit: 32158ea476f36e5bf61bce7a3fd30b959c3f79cc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-02-13T14:47:05+08:00 summary:

[Python-checkins] gh-130025: Correct handling of symlinks during iOS testbed framework installation. (#130026)

2025-02-12 Thread freakboy3742
https://github.com/python/cpython/commit/625470a7d2c6aa79b5e60ffe17785ccc2547a090 commit: 625470a7d2c6aa79b5e60ffe17785ccc2547a090 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-02-13T14:03:43+08:00 summary: gh-130025: Correct handling of symlinks during iOS testbed

[Python-checkins] Replace non-breaking spaces with normal spaces (#130116)

2025-02-15 Thread freakboy3742
https://github.com/python/cpython/commit/798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 commit: 798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 branch: main author: AN Long committer: freakboy3742 date: 2025-02-16T09:33:14+08:00 summary: Replace non-breaking spaces with normal spaces (#130116) Using normal

  1   2   3   >