Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-126821: Add versionadded annotation to use_system_logger feature. (#127755) | Russell Keith-Magee | 2024-12-10 | 1 | -1/+1 |
| | | | Add versionadded annotation to use_system_logger feature. | ||||
* | gh-126925: Modify how iOS test results are gathered (#127592) | Russell Keith-Magee | 2024-12-09 | 1 | -32/+22 |
| | | | | | | | Adds a `use_system_log` config item to enable stdout/stderr redirection for Apple platforms. This log streaming is then used by a new iOS test runner script, allowing the display of test suite output at runtime. The iOS test runner script can be used by any Python project, not just the CPython test suite. | ||||
* | gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169) | Russell Keith-Magee | 2024-11-17 | 1 | -7/+7 |
| | | | Modify iOS Testbed to read arguments from Info.plist. | ||||
* | gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250) | Russell Keith-Magee | 2024-07-16 | 1 | -1/+1 |
| | | | | | Increases the default minimum iOS version to 13.0. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | gh-114099: Fix typos in iOS/README.rst (GH-118378) | Xie Yanbo | 2024-04-29 | 1 | -2/+2 |
| | |||||
* | Correct typo in iOS README (#118341) | Wulian233 | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 1 | -9/+50 |
| | | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930) | Russell Keith-Magee | 2024-03-07 | 1 | -17/+40 |
| | |||||
* | gh-114099: Add configure and Makefile targets to support iOS compilation. ↵ | Russell Keith-Magee | 2024-02-26 | 1 | -0/+321 |
(GH-115390) |