-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-114099: Additions to standard library to support iOS #117052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
760751b
Mark a concurrency test as requiring fork.
freakboy3742 b41f9a4
Lower the marshalling stack depth for iOS.
freakboy3742 0f3e9bc
Add iOS webbrowser support.
freakboy3742 1a9d965
Updates to site and sysconfig modules for iOS support.
freakboy3742 c7fe185
Update platform module to provide ios_ver.
freakboy3742 732c4da
Add changenote.
freakboy3742 97a081d
Correct some consistency issues.
freakboy3742 95c367d
Modify testios Makefile target to output failures once.
freakboy3742 3d6d875
Avoid calling iOS APIs on tvOS/watchOS.
freakboy3742 d12cfa0
Add a record for the new stdlib module.
freakboy3742 95d11fb
Add protection against running platform.ios_ver on macOS/Linux, which…
freakboy3742 48f4c1a
Improve markup in the description of ios_ver()
freakboy3742 f584d29
Use a namedtuple for ios_ver().
freakboy3742 9515f75
Ensure the minimum iOS version is used in sysconfig.get_platform()
freakboy3742 cf0b5ff
Apply suggestions from code review
freakboy3742 96aa042
Correct the documentation of ios_ver()
freakboy3742 24b3662
Clarified some discrepancies in the platform module.
freakboy3742 a4e09c9
Simplify getpath handling.
freakboy3742 41a3c1a
Modify webbrowser module to use _ios_support as a helper.
freakboy3742 84ba760
Simplify sysconfig schemes for iOS.
freakboy3742 4194849
Apply suggestions from code review
freakboy3742 9a91933
More documentation tweaks.
freakboy3742 e6550b7
Add protection for missing ctypes to webbrowser module.
freakboy3742 8654376
Simplifications and clarifications to sysconfig.
freakboy3742 7a4dcaf
Merge branch 'main' into ios-platform-changes
freakboy3742 4451326
Correct the naming of the IPHONEOS_DEPLOYMENT_TARGET variable.
freakboy3742 4386a7a
Added clarifying comment around IPHONEOS_DEPLOYMENT_TARGET
freakboy3742 c1a1f0b
Merge branch 'main' into ios-platform-changes
freakboy3742 61559ac
Removed the hard-coded development team.
freakboy3742 abc2034
Account for some testing edge cases picked up in review.
freakboy3742 096078a
Disable --with-ensurepip for iOS.
freakboy3742 44bbf79
Merge branch 'main' into ios-platform-changes
freakboy3742 7419002
Correct merge of test_platform.
freakboy3742 c121d5f
Always display iOS test output.
freakboy3742 1ac4b26
Make test suite resilient to the absence of ctypes.
freakboy3742 857a0c3
Make webbrowser skip resilient across platforms.
freakboy3742 aa65dc2
Account for ABI suffix in header directory
ned-deily 61e51ff
test_refcount_errors requires subprocess
ned-deily 2ee4aba
Merge branch 'main' into ios-platform-changes
ned-deily File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add changenote.
- Loading branch information
commit 732c4da60295f4b165e94002a5ffe3326d7e9d53
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2024-03-19-14-35-57.gh-issue-114099.siNSpK.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Standard library was modified to allow for iOS platform differences. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.