| Commit message (Expand) | Author | Age | Files | Lines |
* | Do an actual test for xcodebuild, in stead of relying on the user to | Jack Jansen | 2004-06-02 | 1 | -3/+5 |
|
|
* | the "idle" script has moved from Lib/idlelib to Tools/scripts. | Jack Jansen | 2003-11-27 | 1 | -2/+2 |
|
|
* | Temporary fix for buildon on both Panther and Jaguar. | Jack Jansen | 2003-11-19 | 1 | -1/+5 |
|
|
* | Upped version | Jack Jansen | 2003-11-19 | 1 | -1/+1 |
|
|
* | Scripts runs with pythonw no longer had full window manager access due | Jack Jansen | 2003-07-23 | 1 | -2/+2 |
|
|
* | removed trailing tabs in several places, including after the final | Fred Drake | 2003-07-07 | 1 | -8/+7 |
|
|
* | Fixed lots of minor issues found by Edward Moy: incorrect version | Jack Jansen | 2003-07-04 | 1 | -1/+1 |
|
|
* | Added missing newline at end of file. | Jack Jansen | 2003-07-04 | 1 | -1/+2 |
|
|
* | Moved the IDE tutorial to a directory with a shorter name. The long | Jack Jansen | 2003-07-02 | 1 | -1/+1 |
|
|
* | Give compileall a -d option so it works correctly in the face of | Jack Jansen | 2003-06-21 | 1 | -2/+2 |
|
|
* | Installation of PythonLauncher has been failing silently, probably since | Jack Jansen | 2003-06-20 | 1 | -2/+2 |
|
|
* | Added a target frameworkinstallextras (OSX framework build specific, | Jack Jansen | 2003-06-19 | 1 | -0/+8 |
|
|
* | Patch #755147 by Brian Lenihan: | Jack Jansen | 2003-06-16 | 1 | -5/+5 |
|
|
* | Fixed the DESTDIR modifications to also allow MacOSX framework builds | Jack Jansen | 2003-05-25 | 1 | -48/+55 |
|
|
* | Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and | Jack Jansen | 2003-05-09 | 1 | -1/+2 |
|
|
* | Get rid of Mac.pth: plat-mac is now added through the normal mechanism. | Jack Jansen | 2003-03-17 | 1 | -2/+0 |
|
|
* | Add a simple Apple Help book to the framework. | Jack Jansen | 2003-03-11 | 1 | -5/+14 |
|
|
* | In Mac OS X framework builds don't assume that the executable will be | Jack Jansen | 2003-02-25 | 1 | -6/+6 |
|
|
* | Fix building of Idle applet. | Jack Jansen | 2003-02-24 | 1 | -5/+1 |
|
|
* | Undid half of the previous checkin: continue using BuildApplet for most | Jack Jansen | 2003-02-18 | 1 | -14/+8 |
|
|
* | Use bundlebuilder directly to build applets. | Jack Jansen | 2003-02-12 | 1 | -7/+34 |
|
|
* | Install "python$(VERSION)" into /usr/local as the symlink to the framework, | Jack Jansen | 2003-01-28 | 1 | -2/+4 |
|
|
* | Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now | Jack Jansen | 2002-12-30 | 1 | -80/+4 |
|
|
* | Changed folder name for apps from Python to MacPython-$(VERSION) (for a | Jack Jansen | 2002-12-25 | 1 | -1/+1 |
|
|
* | Build PythonLauncher for MacPython-OSX 2.2 as well. | Jack Jansen | 2002-11-20 | 1 | -2/+4 |
|
|
* | - Building IDE is optional on waste being available, similar to building | Jack Jansen | 2002-11-11 | 1 | -21/+28 |
|
|
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 1 | -33/+5 |
|
|
* | Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. | Jack Jansen | 2002-09-12 | 1 | -1/+21 |
|
|
* | Generate pythonw.sh on the fly. | Jack Jansen | 2002-09-02 | 1 | -5/+7 |
|
|
* | Pass -x badsyntax to compileall. | Jack Jansen | 2002-09-02 | 1 | -4/+4 |
|
|
* | Fix for Jaguar: use ln for installing symlinks, install no longer works. | Jack Jansen | 2002-08-30 | 1 | -2/+2 |
|
|
* | - Install a symlink to the documentation (which lives in the framework) | Jack Jansen | 2002-08-28 | 1 | -0/+4 |
|
|
* | Try to cater for a source tree checked out with MacCVS in stead of | Jack Jansen | 2002-08-15 | 1 | -6/+36 |
|
|
* | - Precompile py files in Mac subtree after installing | Jack Jansen | 2002-08-09 | 1 | -28/+34 |
|
|
* | By popular demand the frameworkinstall target now installs everything: | Jack Jansen | 2002-08-09 | 1 | -17/+21 |
|
|
* | Build the IDE last, as it may fail because of waste missing. | Jack Jansen | 2002-08-02 | 1 | -1/+1 |
|
|
* | When building the IDE check that waste is available, to forestall | Jack Jansen | 2002-08-02 | 1 | -0/+5 |
|
|
* | Also create BuildApplet. It's useful enough as a standalone application. | Jack Jansen | 2002-08-02 | 1 | -1/+6 |
|
|
* | Added one call to Py_Main(), for OSX framework builds only, that will get the | Jack Jansen | 2002-08-02 | 1 | -16/+2 |
|
|
* | Python.app is now a hidden application, deep in the framework. It will | Jack Jansen | 2002-08-01 | 1 | -30/+29 |
|
|
* | - Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -8/+23 |
|
|
* | Got rid of symlink target, and in stead have "make dontinstallmacsubtree" | Jack Jansen | 2002-07-08 | 1 | -8/+8 |
|
|
* | Patch #557719 by Tony Lownds, slightly massaged by me: streamline the | Jack Jansen | 2002-06-21 | 1 | -10/+25 |
|
|
* | Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read | Jack Jansen | 2002-05-23 | 1 | -3/+14 |
|
|
* | Added -Wno-long-double | Jack Jansen | 2002-03-29 | 1 | -1/+2 |
|
|
* | Added target "installunixprograms" which installs python and pythonw in | Jack Jansen | 2002-03-29 | 1 | -2/+22 |
|
|
* | Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug | Jack Jansen | 2002-01-27 | 1 | -3/+5 |
|
|
* | Also install the Tools directory on "make installmacsubtree". | Jack Jansen | 2002-01-21 | 1 | -1/+40 |
|
|
* | Added a note that you have to add Mac/Lib to sys.path after doing | Jack Jansen | 2002-01-18 | 1 | -0/+3 |
|
|
* | Include errors.rsrc in the Python.app resource file, so the error strings | Jack Jansen | 2002-01-15 | 1 | -2/+6 |
|
|