summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.Ned Deily2016-03-081-3/+3
|
* Issue #25136: Add reference to 'xcode-select --install' to Mac README.Ned Deily2016-02-241-1/+4
|
* Change OS X installer builds targeted for 10.10 and above to buildNed Deily2016-02-241-2/+7
| | | | | | | | | and link with a private copy of OpenSSL, like installers targeted for 10.5 already do, since Apple has deprecated use of the system OpenSSL and removed its header files from the Xcode 7 SDK. Note that this configuration is not currently used to build any python.org-supplied installers and that the private copy of OpenSSL requires its own root certificates.
* Issue #26417: Prevent spurious errors and incorrect defaults whenNed Deily2016-02-233-175/+19
| | | | | installing IDLE 2.7 on OS X: default configuration settings are no longer installed from OS X specific copies.
* Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.Ned Deily2016-02-152-21/+7
|
* Update copyrights for 2016.Ned Deily2016-01-015-8/+8
|
* Issue #25798: Update OS X 10.5+ 32-bit-only installer to buildNed Deily2015-12-062-11/+13
| | | | and link with OpenSSL 1.0.2e.
* Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.Ned Deily2015-07-242-4/+4
|
* Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-042-4/+4
|
* Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
|
* Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-192-11/+11
|
* Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.Ned Deily2015-03-062-14/+18
|
* Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.Ned Deily2015-02-061-3/+3
| | | | (currently only used for builds with <= 10.5 deployment targets)
* Issue #23212: 2.7-specific OS X installer updatesNed Deily2015-01-092-2/+2
|
* Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.Ned Deily2015-01-092-10/+12
| | | | (currently only used for builds with <= 10.5 deployment targets)
* Update copyright dates in OS X installer.Ned Deily2015-01-015-16/+12
|
* Use rtf format files for legacy OS X installer builds.Ned Deily2014-12-135-74/+10
| | | | (Backport from 3.4 changes for Issue #17128.)
* Issue #23032: Fix installer build failures on OS X 10.4 TigerNed Deily2014-12-111-0/+7
| | | | by disabling assembly code in the OpenSSL build.
* 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-102-45/+36
| | | | | 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-105-36/+498
| | | | | | | | | | 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
|
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-2/+27
| | | | | | | | | | | | | | The backport of ensurepip to 2.7.9 allows pip to optionally be installed or upgraded using the bundled pip provided by the new ensurepip module. The option can be specified persistently using the configure option: ./configure --with-ensurepip[=upgrade|install|no] It can also be overridden on either the "install" or "altinstall" targets: make [alt]install ENSUREPIP=[upgrade|install|no] For Python 2, the default option is "no" (do not install pip).
* Update OS X installer documentation files for 2.7.9.Ned Deily2014-11-153-89/+155
|
* Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.Ned Deily2014-11-152-23/+88
|
* Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
| | | | vestigial Makefile step.
* Document 2.7.9 changes in OS X installer build requirements:Ned Deily2014-09-051-6/+15
| | | | | | because the Doc Makefile has been changed to no longer download sphinx and its dependencies, build-installer.py now requires that there be an externally-supplied sphinx-build available.
* Update OS X installer build script for changes to documentation build:Ned Deily2014-09-051-11/+5
| | | | | as of 2.7.9, doc builds require an externally installed sphinx-build like 3.4+ builds do.
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-11/+13
|
* Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
|
* Document changes to OS X installer configurations for 2.7.7.Ned Deily2014-05-174-97/+228
| | | | | | | | | | | | | | 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 #21187: Fix OS X installer fail-to-build with Xcode 5.1.Ned Deily2014-04-091-1/+1
|
* Issue #20644: Keep build-installer.py in sync across active versions.Ned Deily2014-04-091-77/+50
|
* Add references for Xcode and the Python Developer's GuideNed Deily2014-02-121-0/+7
| | | | to the internal Mac/README file.
* Issue #20437: Fixed 43 potential bugs when deleting objects references.Serhiy Storchaka2014-02-092-4/+2
|
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-1615-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* Update copyright dates in Mac plists.Ned Deily2014-01-014-7/+7
|
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-054-55/+24
| | | | | | | 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 #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9Ned Deily2013-10-282-2/+19
| | | | screen refresh problem.
* Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
| | | | | | | | | | Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
* Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.Ned Deily2013-10-251-8/+48
|
* Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-251-1/+1
| | | | | | of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
* Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-254-27/+143
| | | | | | | 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.
* Update OS X installer for building on 10.9.Ned Deily2013-10-191-0/+1
|
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-2/+2
|
* Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-101/+83
| | | | | This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
* Issue #12990: The "Python Launcher" on OSX could not launch python scripts ↵Ronald Oussoren2013-07-061-1/+1
| | | | that have paths that include wide characters.
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-302-12/+21
| | | | | OS X 10.8 systems because the Apple-deprecated QuickDraw headers have been removed from Xcode 4. Skip building it in this case.
* Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
| | | | found by Serhiy Storchaka and Matthew Barnett