1. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  2. c158bb2 Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-). by Jack Jansen · 24 years ago
  3. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  4. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  5. 61c64c9 Various tweaks. It now returns the exact same files as Matthias' tool 95% of the time. by Jack Jansen · 24 years ago
  6. f0d7508 Oops, interaction() returned a single value in stead of a tuple (I thought that bug was loooong fixed??!?). by Jack Jansen · 24 years ago
  7. 581fa78 First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. by Jack Jansen · 24 years ago
  8. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  9. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  10. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
  11. 3e3eb3e Oops, all the options were off-by-one. Reported by Tom Bridgman. by Jack Jansen · 24 years ago
  12. 635a044 Fixed balloon help for options. Sort-of reported by Russell Finn. by Jack Jansen · 24 years ago
  13. 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
  14. ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 24 years ago
  15. 8c94d5e Added some of the new Numeric modules (which weren't rebuilt). by Jack Jansen · 24 years ago
  16. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  17. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  18. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  19. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  20. eb43b30 The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed. by Jack Jansen · 24 years ago
  21. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  22. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 24 years ago
  23. 6aa92c5 - identify() enum names. by Jack Jansen · 24 years ago
  24. 51f3570 Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it. by Jack Jansen · 24 years ago
  25. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  26. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 24 years ago
  27. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  28. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 24 years ago
  29. bc66f95 If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior. by Jack Jansen · 24 years ago
  30. 919d326 Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). by Jack Jansen · 24 years ago
  31. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  32. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  33. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  34. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  35. 31e2d73 The applets need more memory nowadays, it seems (because of navservices, maybe?). Give them 4M, that should be okay for a while. by Jack Jansen · 24 years ago
  36. caaa982 Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process. by Jack Jansen · 24 years ago
  37. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  38. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  39. bfbf113 Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. by Jack Jansen · 24 years ago
  40. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  41. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  42. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  43. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  44. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  45. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  46. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  47. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago
  48. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  49. 29e5184 Typo fixed in docstring; removed unneccesary import. (jvr) by Just van Rossum · 25 years ago
  50. f98e692 removed two redundant lines -- jvr by Just van Rossum · 25 years ago
  51. 6a51b37 Added Qdoffs module. by Jack Jansen · 25 years ago
  52. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
  53. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  54. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 26 years ago
  55. 7f1653c new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr by Just van Rossum · 26 years ago
  56. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 26 years ago
  57. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  58. 33a5d7e Just's script to find non-7-bit-clean charactres in a source tree (slightly by Jack Jansen · 26 years ago
  59. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
  60. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
  61. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
  62. e590a95 removed turd resources left by my former MacCVS client -- jvr by Just van Rossum · 26 years ago
  63. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
  64. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 26 years ago
  65. 786cb11 Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr by Just van Rossum · 26 years ago
  66. 292f4c4 added "delay console window until needed" preference by Just van Rossum · 26 years ago
  67. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  68. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  69. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
  70. d0f0637 Script to synchronize files with / in their name and their _s_ counterparts. by Just van Rossum · 26 years ago
  71. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  72. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  73. c590095 Binhextree doesn't binhex anymore, it just copies the projects around. This by Jack Jansen · 26 years ago
  74. 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
  75. b44f1cc Build a full standalone application from a python script (Just) by Jack Jansen · 26 years ago
  76. 015b70e Common code used to the buildtools module (Just) by Jack Jansen · 26 years ago
  77. fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
  78. 804fdc8 Use dialog auto-placement whenever appropriate. by Jack Jansen · 26 years ago
  79. 955a2f5 If there's no comment for an error we use the symbolic name as the by Jack Jansen · 26 years ago
  80. cf89f6f Removed unused import of addpack by Jack Jansen · 26 years ago
  81. bca57e6 Moved some code around: occasionally the SetCreatorFileType didn't by Jack Jansen · 26 years ago
  82. ae3407a Added Sndihooks module by Jack Jansen · 26 years ago
  83. ff170fb Default button on main window wasn't set correctly by Jack Jansen · 27 years ago
  84. 73c804a Added some debug prints (if enabled by setting DEBUG) by Jack Jansen · 27 years ago
  85. 8554e30 BuildApplet will now also update old applets by Jack Jansen · 27 years ago
  86. 666ff8c Build balloon help for EditPythonPrefs by Jack Jansen · 27 years ago
  87. bb74862 Fixup sys.path to be able to find macostools by Jack Jansen · 27 years ago
  88. b95901e Implemented balloon help for EditPythonPrefs by Jack Jansen · 27 years ago
  89. 80b5329 Added Help module by Jack Jansen · 27 years ago
  90. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago
  91. 3b3a287 Major overhaul: this is now little more than a user interface, the by Jack Jansen · 27 years ago
  92. d024083 Run NumPy installer, if present. by Jack Jansen · 27 years ago
  93. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  94. 04fb06f Names changed by Jack Jansen · 27 years ago
  95. 09dcff7 Put all prints inside "if verbose:" by Jack Jansen · 27 years ago
  96. ebacc2e Removed debug print by Jack Jansen · 27 years ago
  97. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  98. 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 27 years ago
  99. e3fa874 Modified for CW Pro 1 projects. Convention used: .mu files are old by Jack Jansen · 27 years ago
  100. 6654422 Generate class, property and comparison code (finally!). The resulting by Jack Jansen · 27 years ago