summaryrefslogtreecommitdiffstats
path: root/Lib/_osx_support.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-251-7/+13
| | | | | 10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
* #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-5/+5
|
* Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-0/+488
tailoring for universal builds by factoring out common OS X-specific customizations from sysconfig, distutils.sysconfig, distutils.util, and distutils.unixccompiler into a new module _osx_support that can eventually also be used by packaging.