FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-114099: Additions to standard library to support iOS by freakboy3742 · Pull Request #117052 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-114099: Additions to standard library to support iOS
- #117052
#117052
Merged
ned-deily
merged 39 commits into
python:main
python/cpython:main
from
freakboy3742:ios-platform-changes
freakboy3742/cpython:ios-platform-changes
Copy head branch name to clipboard
Mar 28, 2024
Conversation
Commits
39
(39)
Checks
Files changed
Merged
gh-114099: Additions to standard library to support iOS
#117052
ned-deily
merged 39 commits into
python:main
python/cpython:main
from
freakboy3742:ios-platform-changes
freakboy3742/cpython:ios-platform-changes
Copy head branch name to clipboard
Commits
Commits on Mar 19, 2024
Mark a concurrency test as requiring fork.
freakboy3742
committed
760751b
View commit details
Copy full SHA for 760751b
Browse repository at this point
Lower the marshalling stack depth for iOS.
freakboy3742
committed
b41f9a4
View commit details
Copy full SHA for b41f9a4
Browse repository at this point
Add iOS webbrowser support.
freakboy3742
committed
0f3e9bc
View commit details
Copy full SHA for 0f3e9bc
Browse repository at this point
Updates to site and sysconfig modules for iOS support.
freakboy3742
committed
1a9d965
View commit details
Copy full SHA for 1a9d965
Browse repository at this point
Update platform module to provide ios_ver.
freakboy3742
committed
c7fe185
View commit details
Copy full SHA for c7fe185
Browse repository at this point
Add changenote.
freakboy3742
committed
732c4da
View commit details
Copy full SHA for 732c4da
Browse repository at this point
Correct some consistency issues.
freakboy3742
committed
97a081d
View commit details
Copy full SHA for 97a081d
Browse repository at this point
Modify testios Makefile target to output failures once.
freakboy3742
committed
95c367d
View commit details
Copy full SHA for 95c367d
Browse repository at this point
Avoid calling iOS APIs on tvOS/watchOS.
freakboy3742
committed
3d6d875
View commit details
Copy full SHA for 3d6d875
Browse repository at this point
Commits on Mar 20, 2024
Add a record for the new stdlib module.
freakboy3742
committed
d12cfa0
View commit details
Copy full SHA for d12cfa0
Browse repository at this point
Add protection against running platform.ios_ver on macOS/Linux, which have objc dylibs.
freakboy3742
committed
95d11fb
View commit details
Copy full SHA for 95d11fb
Browse repository at this point
Improve markup in the description of ios_ver()
freakboy3742
committed
48f4c1a
View commit details
Copy full SHA for 48f4c1a
Browse repository at this point
Use a namedtuple for ios_ver().
freakboy3742
committed
f584d29
View commit details
Copy full SHA for f584d29
Browse repository at this point
Ensure the minimum iOS version is used in sysconfig.get_platform()
freakboy3742
committed
9515f75
View commit details
Copy full SHA for 9515f75
Browse repository at this point
Commits on Mar 21, 2024
Apply suggestions from code review
Show description for cf0b5ff
freakboy3742
and
hugovk
authored
cf0b5ff
View commit details
Copy full SHA for cf0b5ff
Browse repository at this point
Commits on Mar 22, 2024
Correct the documentation of ios_ver()
freakboy3742
committed
96aa042
View commit details
Copy full SHA for 96aa042
Browse repository at this point
Clarified some discrepancies in the platform module.
freakboy3742
committed
24b3662
View commit details
Copy full SHA for 24b3662
Browse repository at this point
Simplify getpath handling.
freakboy3742
committed
a4e09c9
View commit details
Copy full SHA for a4e09c9
Browse repository at this point
Modify webbrowser module to use _ios_support as a helper.
freakboy3742
committed
41a3c1a
View commit details
Copy full SHA for 41a3c1a
Browse repository at this point
Simplify sysconfig schemes for iOS.
freakboy3742
committed
84ba760
View commit details
Copy full SHA for 84ba760
Browse repository at this point
Commits on Mar 24, 2024
Apply suggestions from code review
Show description for 4194849
freakboy3742
and
mhsmith
authored
4194849
View commit details
Copy full SHA for 4194849
Browse repository at this point
More documentation tweaks.
freakboy3742
committed
9a91933
View commit details
Copy full SHA for 9a91933
Browse repository at this point
Add protection for missing ctypes to webbrowser module.
freakboy3742
committed
e6550b7
View commit details
Copy full SHA for e6550b7
Browse repository at this point
Commits on Mar 25, 2024
Simplifications and clarifications to sysconfig.
freakboy3742
committed
8654376
View commit details
Copy full SHA for 8654376
Browse repository at this point
Merge branch 'main' into ios-platform-changes
freakboy3742
committed
7a4dcaf
View commit details
Copy full SHA for 7a4dcaf
Browse repository at this point
Correct the naming of the IPHONEOS_DEPLOYMENT_TARGET variable.
freakboy3742
committed
4451326
View commit details
Copy full SHA for 4451326
Browse repository at this point
Added clarifying comment around IPHONEOS_DEPLOYMENT_TARGET
freakboy3742
committed
4386a7a
View commit details
Copy full SHA for 4386a7a
Browse repository at this point
Commits on Mar 27, 2024
Merge branch 'main' into ios-platform-changes
freakboy3742
committed
c1a1f0b
View commit details
Copy full SHA for c1a1f0b
Browse repository at this point
Removed the hard-coded development team.
freakboy3742
committed
61559ac
View commit details
Copy full SHA for 61559ac
Browse repository at this point
Account for some testing edge cases picked up in review.
freakboy3742
committed
abc2034
View commit details
Copy full SHA for abc2034
Browse repository at this point
Disable --with-ensurepip for iOS.
freakboy3742
committed
096078a
View commit details
Copy full SHA for 096078a
Browse repository at this point
Merge branch 'main' into ios-platform-changes
freakboy3742
committed
44bbf79
View commit details
Copy full SHA for 44bbf79
Browse repository at this point
Correct merge of test_platform.
freakboy3742
committed
7419002
View commit details
Copy full SHA for 7419002
Browse repository at this point
Commits on Mar 28, 2024
Always display iOS test output.
freakboy3742
committed
c121d5f
View commit details
Copy full SHA for c121d5f
Browse repository at this point
Make test suite resilient to the absence of ctypes.
freakboy3742
committed
1ac4b26
View commit details
Copy full SHA for 1ac4b26
Browse repository at this point
Make webbrowser skip resilient across platforms.
freakboy3742
committed
857a0c3
View commit details
Copy full SHA for 857a0c3
Browse repository at this point
Account for ABI suffix in header directory
Show description for aa65dc2
ned-deily
committed
aa65dc2
View commit details
Copy full SHA for aa65dc2
Browse repository at this point
test_refcount_errors requires subprocess
ned-deily
committed
61e51ff
View commit details
Copy full SHA for 61e51ff
Browse repository at this point
Merge branch 'main' into ios-platform-changes
ned-deily
authored
2ee4aba
View commit details
Copy full SHA for 2ee4aba
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL