1. 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 21 years ago
  2. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  3. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  4. f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
  5. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  6. 202355a Build _AE too. by Jack Jansen · 22 years ago
  7. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  8. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  9. 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
  10. d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
  11. 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
  12. e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
  13. 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
  14. 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
  15. 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
  16. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  17. b7dd494 add ./ to configure command so it actually works verbatim by Just van Rossum · 22 years ago
  18. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  19. fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
  20. 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
  21. 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
  22. 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
  23. e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
  24. bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
  25. b05e056 On Jaguar the default mode for files in the installed product is 444 (or 555) by Jack Jansen · 22 years ago
  26. 278a3a2 Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
  27. 4684a09 - Install a symlink to the documentation (which lives in the framework) by Jack Jansen · 22 years ago
  28. 8120415 Try to cater for a source tree checked out with MacCVS in stead of by Jack Jansen · 22 years ago
  29. 7a1703d Updated for the current state of affairs. by Jack Jansen · 22 years ago
  30. 45c8e92 - Precompile py files in Mac subtree after installing by Jack Jansen · 22 years ago
  31. cb4321e By popular demand the frameworkinstall target now installs everything: by Jack Jansen · 22 years ago
  32. b2bb873 Quote the arguments, they may contain strings. by Jack Jansen · 22 years ago
  33. 0e0a479 Added an icon for .pyw files. by Jack Jansen · 22 years ago
  34. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  35. 0fdaee7 Added a lot more information on framework builds, the various .app's, by Jack Jansen · 22 years ago
  36. 337f85d Updated for the new path to Python.app. by Jack Jansen · 22 years ago
  37. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  38. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  39. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  40. be3e1f7 Python.app is now a hidden application, deep in the framework. It will by Jack Jansen · 22 years ago
  41. 0a3d606 Only show the UI for selecting options if the ALT key was depressed while by Jack Jansen · 22 years ago
  42. cce7e34 - Install into /Applications/Python in stead of into /Applications. by Jack Jansen · 22 years ago
  43. 40e2e51 Install into /Applications/Python in stead of into /Applications. by Jack Jansen · 22 years ago
  44. b7276cd Implemented starting Python in a terminal window. The implementation isn't by Jack Jansen · 22 years ago
  45. 3bbb617 First stab at the launcher application. This will be run when the user by Jack Jansen · 22 years ago
  46. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago
  47. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  48. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 22 years ago
  49. 77afbc0 Add Mac/Lib/lib-scriptpackages to sys.path too. by Jack Jansen · 22 years ago
  50. 2cce33f Added -Wno-long-double by Jack Jansen · 22 years ago
  51. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 22 years ago
  52. ab10ce6 Shell script that invokes Python.app from the command line. Called pythonw by Jack Jansen · 22 years ago
  53. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 22 years ago
  54. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 22 years ago
  55. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 22 years ago
  56. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 23 years ago
  57. b2fb202 Updated, and converted line-endings to unix-style (oops:-) by Jack Jansen · 23 years ago
  58. be67f8a removed debug print. by Jack Jansen · 23 years ago
  59. 408c16f Added a note about making sure the Lac/Lib directory is in sys.path. by Jack Jansen · 23 years ago
  60. c432cba Install the dialog resources into the application bundle. The EasyDialogs by Jack Jansen · 23 years ago
  61. 02646fe Oops, this file is very outdated. Removed. by Jack Jansen · 23 years ago
  62. 0511b76 Minimal instructions for using the Makefile here. Also a clear by Jack Jansen · 23 years ago
  63. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 23 years ago
  64. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  65. 7df9c60 Steven Majewski's instructions for building the toolbox modules for by Jack Jansen · 23 years ago