summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist
Commit message (Collapse)AuthorAgeFilesLines
* Added some help to OSX/Dist/README.txt, plus all the informationJack Jansen2003-11-201-2/+48
| | | | | from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt.
* Moved various files over from the release23-maint branch.Jack Jansen2003-11-194-29/+51
|
* Don't force boot-disk-only install, for reasons unknown it causes moreJack Jansen2003-07-232-5/+8
| | | | | problems than it solves. In stead, put a warning near the top of the welcome message. Fixes (or, rather works around) bug #764975.
* Scripts runs with pythonw no longer had full window manager access dueJack Jansen2003-07-231-1/+1
| | | | | to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116.
* Files used for the 2.3rc1+ binary installer. This one has the size problemJack Jansen2003-07-222-7/+9
| | | | | | | fixed. It also attempts to force boot-disk-only installs, but this seems to lead to a problem that you have to deselect and reselect the installation disk. If no-one comes up with a fix RSN I'll revert to the previous situation and explain in the readme that you cannot install on a non-system-disk.
* Files used for 2.3b2 macpython binary distribution.Jack Jansen2003-07-042-3/+4
|
* Cop out, and set things to be group-writeable recursively. The variousJack Jansen2003-06-203-1/+7
| | | | | xxxMODE flags don't cut it. Also set the umask to 2 before doing the compileall on the destination system.
* Install Demo and Tools too.Jack Jansen2003-06-191-0/+1
|
* - Create TMPDIR only if it doesn't exist yetJack Jansen2003-06-181-1/+4
| | | | - Set the installer to use our permissions, not influenced by the umask.
* Make sure the files in the installer have group "admin", otherwiseJack Jansen2003-06-171-0/+2
| | | | administrators can still not add packages.
* Allow passing a build directory on the command line. Also, if theJack Jansen2003-06-161-7/+25
| | | | | | build directory is found to exist we don't clean it up. We also use configure -C. All this lets us keep build directories, which graeatly speeds up the process of debugging installers.
* Only fix up pathnames in installed scripts when needed, i.e. when not installingJack Jansen2003-06-161-9/+10
| | | | to /. Pathnames are correct for installing to / since the DESTDIR patch.
* Example database for Package Manager.Jack Jansen2003-05-281-0/+51
|
* Pydoc also needs its #! line massaged. Fixes #733199.Jack Jansen2003-05-091-2/+8
|
* Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (andJack Jansen2003-05-091-1/+1
| | | | | | | | honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274.
* Merged 2.3b1 welcome message to the trunk.Jack Jansen2003-05-071-4/+17
|
* Merged 1.2.2.1 fixes:Jack Jansen2003-05-071-12/+14
| | | | | | - Don't generate README, but ask the user to provide it. - Create destination dir, if needed. - Updated for 2.3b1.
* The new bundlebuilder-generated applets contain an absolute referenceJack Jansen2003-04-291-1/+10
| | | | | | | to the Python used to create them (in the #! line). Therefore, when your Python installation is moved the applets become invalid. As the binary distribution is installed in a different place than where it was created we need to fix up the #! lines.
* Frank Vercruesse gave an okay on removing the copyright notice:Jack Jansen2003-03-251-1/+1
| | | | | "Hereby I make the script in question available under the terms and conditions of the latest Python License."
* Lots of tweaks to make this work in the new setting. Not fully tested yet.Jack Jansen2003-03-222-33/+44
|
* Tools to build a disk image with a binary installer for MacPython-OSX,Jack Jansen2003-03-215-0/+300
donated by Robin Dunn and the rest of the wxPythonMac crew. These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked in for reference.