1. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  2. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  3. 29eb8c3 Do an actual test for xcodebuild, in stead of relying on the user to by Jack Jansen · 21 years ago
  4. a775dd1 the "idle" script has moved from Lib/idlelib to Tools/scripts. by Jack Jansen · 21 years ago
  5. 6045b9c Temporary fix for buildon on both Panther and Jaguar. by Jack Jansen · 21 years ago
  6. 47e8f16 Upped version by Jack Jansen · 21 years ago
  7. dffeaf4 Scripts runs with pythonw no longer had full window manager access due by Jack Jansen · 21 years ago
  8. 8851c62 removed trailing tabs in several places, including after the final newline by Fred Drake · 22 years ago
  9. dd614fd Fixed lots of minor issues found by Edward Moy: incorrect version by Jack Jansen · 22 years ago
  10. 276b290 Added missing newline at end of file. by Jack Jansen · 22 years ago
  11. e2ff8be Moved the IDE tutorial to a directory with a shorter name. The long by Jack Jansen · 22 years ago
  12. d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 22 years ago
  13. 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 22 years ago
  14. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 22 years ago
  15. d3295ba Patch #755147 by Brian Lenihan: by Jack Jansen · 22 years ago
  16. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 22 years ago
  17. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 22 years ago
  18. 54e7d2c Get rid of Mac.pth: plat-mac is now added through the normal mechanism. by Jack Jansen · 22 years ago
  19. 82f1d2c Add a simple Apple Help book to the framework. by Jack Jansen · 22 years ago
  20. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 22 years ago
  21. ec43f64 Fix building of Idle applet. by Jack Jansen · 22 years ago
  22. 4ccf3e1 Undid half of the previous checkin: continue using BuildApplet for most by Jack Jansen · 22 years ago
  23. d780036 Use bundlebuilder directly to build applets. by Jack Jansen · 22 years ago
  24. 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 22 years ago
  25. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  26. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  27. 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
  28. 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
  29. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  30. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  31. 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
  32. e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
  33. bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
  34. 4684a09 - Install a symlink to the documentation (which lives in the framework) by Jack Jansen · 22 years ago
  35. 8120415 Try to cater for a source tree checked out with MacCVS in stead of by Jack Jansen · 22 years ago
  36. 45c8e92 - Precompile py files in Mac subtree after installing by Jack Jansen · 22 years ago
  37. cb4321e By popular demand the frameworkinstall target now installs everything: by Jack Jansen · 22 years ago
  38. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  39. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  40. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  41. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  42. be3e1f7 Python.app is now a hidden application, deep in the framework. It will by Jack Jansen · 22 years ago
  43. cce7e34 - Install into /Applications/Python in stead of into /Applications. by Jack Jansen · 22 years ago
  44. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 23 years ago
  45. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 23 years ago
  46. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 23 years ago
  47. 2cce33f Added -Wno-long-double by Jack Jansen · 23 years ago
  48. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 23 years ago
  49. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 23 years ago
  50. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 23 years ago
  51. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 23 years ago
  52. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 23 years ago
  53. be67f8a removed debug print. by Jack Jansen · 23 years ago
  54. c432cba Install the dialog resources into the application bundle. The EasyDialogs by Jack Jansen · 23 years ago
  55. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 23 years ago
  56. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago