summaryrefslogtreecommitdiff
path: root/Lib/_osx_support.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)stratakis2018-12-191-1/+1
* Fix misplaced positional argument in OS X support library (#1134)Jack McCracken2017-04-141-1/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-5/+5
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-6/+6
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-2/+10
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-191-1/+1
* Issue #14499: Fix several problems with OS X universal build support:Ned Deily2013-10-181-7/+13
* #18705: merge with 3.3.Ezio Melotti2013-08-171-5/+5
|\
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-5/+5
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-1/+1
|/
* Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-0/+488