summaryrefslogtreecommitdiffstats
path: root/Mac/OSX
Commit message (Expand)AuthorAgeFilesLines
* Started on documentation for building a MacOSX binary installer.Jack Jansen2002-09-061-1/+28
* Generate pythonw.sh on the fly.Jack Jansen2002-09-021-5/+7
* Pass -x badsyntax to compileall.Jack Jansen2002-09-021-4/+4
* Fix for Jaguar: use ln for installing symlinks, install no longer works.Jack Jansen2002-08-301-2/+2
* On Jaguar the default mode for files in the installed product is 444 (or 555)Jack Jansen2002-08-301-0/+1
* Distutils-based script by Bill Fancher to download the Python documentationJack Jansen2002-08-281-0/+166
* - Install a symlink to the documentation (which lives in the framework)Jack Jansen2002-08-281-0/+4
* Try to cater for a source tree checked out with MacCVS in stead ofJack Jansen2002-08-151-6/+36
* Updated for the current state of affairs.Jack Jansen2002-08-121-20/+27
* - Precompile py files in Mac subtree after installingJack Jansen2002-08-091-28/+34
* By popular demand the frameworkinstall target now installs everything:Jack Jansen2002-08-091-17/+21
* Quote the arguments, they may contain strings.Jack Jansen2002-08-071-1/+1
* Added an icon for .pyw files.Jack Jansen2002-08-022-0/+15
* Build the IDE last, as it may fail because of waste missing.Jack Jansen2002-08-021-1/+1
* Added a lot more information on framework builds, the various .app's,Jack Jansen2002-08-021-2/+87
* Updated for the new path to Python.app.Jack Jansen2002-08-021-1/+1
* When building the IDE check that waste is available, to forestallJack Jansen2002-08-021-0/+5
* Also create BuildApplet. It's useful enough as a standalone application.Jack Jansen2002-08-021-1/+6
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-022-43/+24
* Python.app is now a hidden application, deep in the framework. It willJack Jansen2002-08-012-32/+31
* Only show the UI for selecting options if the ALT key was depressed whileJack Jansen2002-08-011-18/+7
* - Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-8/+23
* Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-3/+2
* Implemented starting Python in a terminal window. The implementation isn'tJack Jansen2002-07-315-6/+177
* First stab at the launcher application. This will be run when the userJack Jansen2002-07-2924-0/+1413
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-212-10/+27
* Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to readJack Jansen2002-05-231-3/+14
* Add Mac/Lib/lib-scriptpackages to sys.path too.Jack Jansen2002-03-301-2/+4
* Added -Wno-long-doubleJack Jansen2002-03-291-1/+2
* Added target "installunixprograms" which installs python and pythonw inJack Jansen2002-03-291-2/+22
* Shell script that invokes Python.app from the command line. Called pythonwJack Jansen2002-03-291-0/+2
* Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bugJack Jansen2002-01-271-3/+5
* Also install the Tools directory on "make installmacsubtree".Jack Jansen2002-01-211-1/+40
* Added a note that you have to add Mac/Lib to sys.path after doingJack Jansen2002-01-182-0/+7
* Include errors.rsrc in the Python.app resource file, so the error stringsJack Jansen2002-01-151-2/+6
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
* removed debug print.Jack Jansen2001-09-111-1/+0
* Added a note about making sure the Lac/Lib directory is in sys.path.Jack Jansen2001-09-111-2/+8
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
* Oops, this file is very outdated. Removed.Jack Jansen2001-09-081-116/+0
* Minimal instructions for using the Makefile here. Also a clearJack Jansen2001-09-061-0/+28
* Added targets to install the application, and to install mac-additionsJack Jansen2001-09-061-1/+113
* Rudimentary makefile for building the executable to go into aJack Jansen2001-09-051-0/+18
* Steven Majewski's instructions for building the toolbox modules forJack Jansen2001-02-161-0/+116