summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources
Commit message (Collapse)AuthorAgeFilesLines
* ring in 2017 for PythonBenjamin Peterson2017-01-021-2/+2
|
* 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.
* Update copyrights for 2016.Ned Deily2016-01-011-1/+1
|
* 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
|
* Update copyright dates in OS X installer.Ned Deily2015-01-011-9/+5
|
* Use rtf format files for legacy OS X installer builds.Ned Deily2014-12-134-68/+4
| | | | (Backport from 3.4 changes for Issue #17128.)
* Fix typo in OS X installer readmes.Ned Deily2014-12-102-2/+2
|
* Update the deprecated plain text version of the OS X installerNed Deily2014-12-101-1/+20
| | | | | readme to match the rtf one and update the installer build instructions README.
* Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.Ned Deily2014-12-103-13/+243
| | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores.
* Remove line breaks in OS X installer README screen.Ned Deily2014-11-221-15/+3
|
* Add downloads page link to OS X installer README screens.Ned Deily2014-11-222-3/+6
|
* Update OS X installer documentation files for 2.7.9.Ned Deily2014-11-153-89/+155
|
* Document changes to OS X installer configurations for 2.7.7.Ned Deily2014-05-172-5/+31
| | | | | | | | | | | | | | As of 2.7.8, the 32-bit-only installer will support OS X 10.5 and later systems as is currently done for Python 3.x installers. For 2.7.7 only, we will provide three installers: the legacy deprecated 10.3+ 32-bit-only format; the newer 10.5+ 32-bit-only format; and the unchanged 10.6+ 64-/32-bit format. Although binary installers will no longer be available from python.org as of 2.7.8, it will still be possible to build from source on 10.3.9 and 10.4 systems if necessary.
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-052-23/+18
| | | | | | | Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
* Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-252-25/+40
| | | | | | | 64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
* Issue #14018: Backport OS X installer updates from 3.3.Ned Deily2013-01-291-7/+23
|
* Merged revisions 88003 via svnmerge fromNed Deily2011-01-302-29/+49
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. ........
* Remove some traces of 'MacPython'Ronald Oussoren2009-05-192-8/+5
|
* Fix for issue 5226.Ronald Oussoren2009-03-042-9/+8
|
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-1/+1
| | | | | | | This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build).
* MacOSX: Add a message to the first screen of the installer that tellsRonald Oussoren2006-06-221-2/+5
| | | | users how to avoid updates to their shell profile.
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-073-0/+46