summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/ReadMe.rtf
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-14/+33
| | | | | | | | | | system Python site-packages directory, to sys.path for macOS framework builds. The coupling between the two Python instances often caused confusion and, as of macOS 10.12, changes to the site-packages layout can cause pip component installations to fail. This change reverts the effects introduced in 2.7.0 by Issue #4865. If you are using a package with both the Apple system Python 2.7 and a user-installed Python 2.7, you will need to ensure that copies of the package are installed with both Python instances.
* Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
|
* Issue #23212: 2.7-specific OS X installer updatesNed Deily2015-01-091-1/+1
|
* Use rtf format files for legacy OS X installer builds.Ned Deily2014-12-131-0/+176
(Backport from 3.4 changes for Issue #17128.)