COMMITS
/ Lib/_osx_support.py February 24, 2026
December 18, 2023
R
gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH-112942)
Ronald Oussoren committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
July 1, 2021
D
bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
Dong-hee Na committed
May 3, 2021
N
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki committed
November 22, 2020
R
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
Ronald Oussoren committed
R
bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280)
Ronald Oussoren committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
April 22, 2020
J
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root committed
December 19, 2018
S
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis committed
April 14, 2017
J
Fix misplaced positional argument in OS X support library (#1134)
Jack McCracken committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
June 2, 2016
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
June 25, 2014
N
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily committed
April 19, 2014
N
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily committed
October 19, 2013
N
Issue #14499: Fix several problems with OS X universal build support:
Ned Deily committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 5, 2012
J
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea committed
July 21, 2012
N
Issue #15184: Ensure consistent results of OS X configuration
Ned Deily committed