FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-137586: Replace 'osascript' with 'open' on macOS in webbrowser by secengjeff · Pull Request #146439 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-137586: Replace 'osascript' with 'open' on macOS in webbrowser
- #146439
#146439
Merged
hugovk
merged 27 commits into
python:main
python/cpython:main
from
secengjeff:gh-137586-macosx-open
secengjeff/cpython:gh-137586-macosx-open
Copy head branch name to clipboard
May 6, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
gh-137586: Replace 'osascript' with 'open' on macOS in webbrowser
#146439
hugovk
merged 27 commits into
python:main
python/cpython:main
from
secengjeff:gh-137586-macosx-open
secengjeff/cpython:gh-137586-macosx-open
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2026
gh-137586: Add MacOSX browser class using /usr/bin/open, deprecate MacOSXOSAScript
Show description for 00fa6c7
secengjeff
committed
00fa6c7
View commit details
Copy full SHA for 00fa6c7
Browse repository at this point
gh-137586: Add tests for MacOSX browser class and MacOSXOSAScript deprecation
Show description for f697cd5
secengjeff
committed
f697cd5
View commit details
Copy full SHA for f697cd5
Browse repository at this point
gh-137586: Document MacOSXOSAScript deprecation in webbrowser docs
secengjeff
committed
7781033
View commit details
Copy full SHA for 7781033
Browse repository at this point
gh-137586: Add NEWS entries for MacOSX webbrowser change
secengjeff
committed
6066221
View commit details
Copy full SHA for 6066221
Browse repository at this point
gh-137586: Fix NEWS entry class references with ! prefix to suppress Sphinx lookup
secengjeff
committed
d54293f
View commit details
Copy full SHA for d54293f
Browse repository at this point
gh-137586: Fix MacOSXOSAScriptTest for MacOSX registration change
Show description for 080197e
secengjeff
committed
080197e
View commit details
Copy full SHA for 080197e
Browse repository at this point
gh-137586: Use bundle IDs in MacOSX to prevent file injection via OS handler
Show description for fdd6649
secengjeff
committed
fdd6649
View commit details
Copy full SHA for fdd6649
Browse repository at this point
gh-137586: Load AppKit before NSWorkspace lookup in _macos_default_browser_bundle_id
Show description for 8e1eef4
secengjeff
committed
8e1eef4
View commit details
Copy full SHA for 8e1eef4
Browse repository at this point
Commits on Apr 6, 2026
gh-137586: Register chromium, opera, microsoft-edge in register_standard_browsers on macOS
Show description for e193626
secengjeff
and
claude
committed
e193626
View commit details
Copy full SHA for e193626
Browse repository at this point
gh-137586: Fix Microsoft Edge bundle ID on macOS (com.microsoft.edgemac)
secengjeff
committed
98dd1d8
View commit details
Copy full SHA for 98dd1d8
Browse repository at this point
gh-137586: Replace _macos_default_browser_bundle_id with plistlib to address memory and os.fork() concerns
secengjeff
committed
bdfc2e6
View commit details
Copy full SHA for bdfc2e6
Browse repository at this point
gh-137586: Rename MacOSX to MacOS
secengjeff
committed
614078f
View commit details
Copy full SHA for 614078f
Browse repository at this point
gh-137586: Use frozendict for MacOS._BUNDLE_IDS
secengjeff
committed
c77f4b8
View commit details
Copy full SHA for c77f4b8
Browse repository at this point
gh-137586: Update webbrowser.rst for MacOS class, fix version directives
secengjeff
committed
c725927
View commit details
Copy full SHA for c725927
Browse repository at this point
gh-137586: Revert frozendict for MacOS._BUNDLE_IDS pending frozendict release
secengjeff
committed
1316dbf
View commit details
Copy full SHA for 1316dbf
Browse repository at this point
gh-137586: Fix MacOSXOSAScript mangled to MacOSOSAScript in test rename
secengjeff
committed
612d276
View commit details
Copy full SHA for 612d276
Browse repository at this point
Commits on Apr 23, 2026
Update Misc/NEWS.d/next/Library/2026-03-26-01-42-20.gh-issue-137586.KmHRwR.rst
Show description for 386af23
secengjeff
and
hugovk
authored
386af23
View commit details
Copy full SHA for 386af23
Browse repository at this point
Update Misc/NEWS.d/next/Security/2026-03-26-01-42-15.gh-issue-137586.j3SkOm.rst
Show description for e4e89f1
secengjeff
and
hugovk
authored
e4e89f1
View commit details
Copy full SHA for e4e89f1
Browse repository at this point
Update Doc/library/webbrowser.rst
Show description for b513903
secengjeff
and
hugovk
authored
b513903
View commit details
Copy full SHA for b513903
Browse repository at this point
Update Doc/library/webbrowser.rst
Show description for aacbceb
secengjeff
and
hugovk
authored
aacbceb
View commit details
Copy full SHA for aacbceb
Browse repository at this point
gh-137586: Fix MacOS plist fallback, builtins.open shadow, add Brave
Show description for a6d76d6
secengjeff
committed
a6d76d6
View commit details
Copy full SHA for a6d76d6
Browse repository at this point
Merge branch 'main' into gh-137586-macosx-open
secengjeff
authored
5a4fdad
View commit details
Copy full SHA for 5a4fdad
Browse repository at this point
gh-137586: Address hugovk review comments
Show description for de9ec77
secengjeff
committed
de9ec77
View commit details
Copy full SHA for de9ec77
Browse repository at this point
lazy import plistlib
gpshead
committed
6ddf67f
View commit details
Copy full SHA for 6ddf67f
Browse repository at this point
gh-137586: Address hugovk post-approval concerns
Show description for f874d67
secengjeff
committed
f874d67
View commit details
Copy full SHA for f874d67
Browse repository at this point
gh-137586: Fix Sphinx ref.class warnings in whatsnew/3.15.rst
Show description for 3b390bb
secengjeff
committed
3b390bb
View commit details
Copy full SHA for 3b390bb
Browse repository at this point
Commits on May 6, 2026
Merge branch 'main' into gh-137586-macosx-open
hugovk
authored
21b5499
View commit details
Copy full SHA for 21b5499
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL