1. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  2. 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
  3. 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
  4. 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
  5. 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
  6. 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 20 years ago
  7. 7637574 On startup, attempt to set the working directory to $HOME. by Jack Jansen · 20 years ago
  8. 29eb8c3 Do an actual test for xcodebuild, in stead of relying on the user to by Jack Jansen · 20 years ago
  9. a775dd1 the "idle" script has moved from Lib/idlelib to Tools/scripts. by Jack Jansen · 21 years ago
  10. c09857a Added some help to OSX/Dist/README.txt, plus all the information by Jack Jansen · 21 years ago
  11. 6045b9c Temporary fix for buildon on both Panther and Jaguar. by Jack Jansen · 21 years ago
  12. 652b28c Moved various files over from the release23-maint branch. by Jack Jansen · 21 years ago
  13. 47e8f16 Upped version by Jack Jansen · 21 years ago
  14. 1fb83c1 Don't force boot-disk-only install, for reasons unknown it causes more by Jack Jansen · 21 years ago
  15. dffeaf4 Scripts runs with pythonw no longer had full window manager access due by Jack Jansen · 21 years ago
  16. f753816 Files used for the 2.3rc1+ binary installer. This one has the size problem by Jack Jansen · 21 years ago
  17. 8851c62 removed trailing tabs in several places, including after the final newline by Fred Drake · 21 years ago
  18. dd614fd Fixed lots of minor issues found by Edward Moy: incorrect version by Jack Jansen · 21 years ago
  19. 276b290 Added missing newline at end of file. by Jack Jansen · 21 years ago
  20. 078afc8 Files used for 2.3b2 macpython binary distribution. by Jack Jansen · 21 years ago
  21. ebab26a Skip noticed that the document talks about "setting PythonLauncher as the by Jack Jansen · 21 years ago
  22. 42fbc69 Tooltip for tab/space consistency check was the wrong way around. Spotted by Jack Jansen · 21 years ago
  23. e2ff8be Moved the IDE tutorial to a directory with a shorter name. The long by Jack Jansen · 21 years ago
  24. 01d49fa Slight clarification on running the examples from the Finder. by Jack Jansen · 21 years ago
  25. 006ebeb By default build docs, don't download them. by Jack Jansen · 21 years ago
  26. d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 21 years ago
  27. d7cccdd Added a field that allows the user to set sys.argv-style arguments by Jack Jansen · 21 years ago
  28. b6b988b Cop out, and set things to be group-writeable recursively. The various by Jack Jansen · 21 years ago
  29. 7c0d7ba Updated. by Jack Jansen · 21 years ago
  30. c30d7c3 At startup, test that PythonLauncher is the default application for files by Jack Jansen · 21 years ago
  31. 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 21 years ago
  32. 8cf644d Install Demo and Tools too. by Jack Jansen · 21 years ago
  33. 7b9a386 MacPython-2.3 has progressed so far that building a set of Mac 2.3 by Jack Jansen · 21 years ago
  34. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  35. fc3542f - Create TMPDIR only if it doesn't exist yet by Jack Jansen · 21 years ago
  36. 53e54fd Make sure the files in the installer have group "admin", otherwise by Jack Jansen · 21 years ago
  37. 7006fa1 Allow passing a build directory on the command line. Also, if the by Jack Jansen · 21 years ago
  38. e537065 Only fix up pathnames in installed scripts when needed, i.e. when not installing by Jack Jansen · 21 years ago
  39. d3295ba Patch #755147 by Brian Lenihan: by Jack Jansen · 21 years ago
  40. 20b15bb Example database for Package Manager. by Jack Jansen · 21 years ago
  41. f7c8220 Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus by Jack Jansen · 21 years ago
  42. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  43. bc06fea Pydoc also needs its #! line massaged. Fixes #733199. by Jack Jansen · 21 years ago
  44. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  45. e9709e7 Merged 2.3b1 welcome message to the trunk. by Jack Jansen · 21 years ago
  46. a6872b8 Merged 1.2.2.1 fixes: by Jack Jansen · 21 years ago
  47. 8ddc3f0 The new bundlebuilder-generated applets contain an absolute reference by Jack Jansen · 21 years ago
  48. 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 22 years ago
  49. 57c914c Lots of tweaks to make this work in the new setting. Not fully tested yet. by Jack Jansen · 22 years ago
  50. 8806d47 Tools to build a disk image with a binary installer for MacPython-OSX, by Jack Jansen · 22 years ago
  51. 54e7d2c Get rid of Mac.pth: plat-mac is now added through the normal mechanism. by Jack Jansen · 22 years ago
  52. 08801db The MacPython introductory help is now called MacPython Help, and the by Jack Jansen · 22 years ago
  53. 82f1d2c Add a simple Apple Help book to the framework. by Jack Jansen · 22 years ago
  54. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 22 years ago
  55. ec43f64 Fix building of Idle applet. by Jack Jansen · 22 years ago
  56. cef2f7c Use pythonw as the default interpreter also for .py scripts (overridable by Jack Jansen · 22 years ago
  57. 4ccf3e1 Undid half of the previous checkin: continue using BuildApplet for most by Jack Jansen · 22 years ago
  58. 3d3b746 Optionally honour #! paths in scripts. Fixes #676358. by Jack Jansen · 22 years ago
  59. d2c684f Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least by Jack Jansen · 22 years ago
  60. f68043c Got building documentation from source to work. by Jack Jansen · 22 years ago
  61. d780036 Use bundlebuilder directly to build applets. by Jack Jansen · 22 years ago
  62. 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 22 years ago
  63. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  64. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  65. f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
  66. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  67. 202355a Build _AE too. by Jack Jansen · 22 years ago
  68. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  69. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  70. 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
  71. d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
  72. 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
  73. e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
  74. 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
  75. 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
  76. 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
  77. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  78. b7dd494 add ./ to configure command so it actually works verbatim by Just van Rossum · 22 years ago
  79. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  80. fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
  81. 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
  82. 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
  83. 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
  84. e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
  85. bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
  86. b05e056 On Jaguar the default mode for files in the installed product is 444 (or 555) by Jack Jansen · 22 years ago
  87. 278a3a2 Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
  88. 4684a09 - Install a symlink to the documentation (which lives in the framework) by Jack Jansen · 22 years ago
  89. 8120415 Try to cater for a source tree checked out with MacCVS in stead of by Jack Jansen · 22 years ago
  90. 7a1703d Updated for the current state of affairs. by Jack Jansen · 22 years ago
  91. 45c8e92 - Precompile py files in Mac subtree after installing by Jack Jansen · 22 years ago
  92. cb4321e By popular demand the frameworkinstall target now installs everything: by Jack Jansen · 22 years ago
  93. b2bb873 Quote the arguments, they may contain strings. by Jack Jansen · 22 years ago
  94. 0e0a479 Added an icon for .pyw files. by Jack Jansen · 22 years ago
  95. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  96. 0fdaee7 Added a lot more information on framework builds, the various .app's, by Jack Jansen · 22 years ago
  97. 337f85d Updated for the new path to Python.app. by Jack Jansen · 22 years ago
  98. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  99. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  100. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago