1. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  2. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  3. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  4. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  5. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 23 years ago
  6. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  7. cbb5d49 ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. by Jack Jansen · 24 years ago
  8. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 24 years ago
  9. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  10. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  11. 8c98266 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 24 years ago
  12. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 24 years ago
  13. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 24 years ago
  14. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 24 years ago
  15. 1f5cd70 Added support for forced project building. by Jack Jansen · 24 years ago
  16. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  17. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  18. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  19. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  20. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  21. 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
  22. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  23. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  24. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  25. 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
  26. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  27. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  28. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  29. 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
  30. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  31. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  32. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  33. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  34. 6a51b37 Added Qdoffs module. by Jack Jansen · 25 years ago
  35. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 25 years ago
  36. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  37. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 26 years ago
  38. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  39. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
  40. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
  41. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
  42. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
  43. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  44. 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
  45. cf89f6f Removed unused import of addpack by Jack Jansen · 26 years ago
  46. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago
  47. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  48. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  49. ca0f88d Added zlib by Jack Jansen · 27 years ago
  50. 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 27 years ago
  51. 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 27 years ago
  52. ab78656 Added calldll module by Jack Jansen · 28 years ago
  53. 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 28 years ago
  54. 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
  55. e1d325f Added gdbm plugins by Jack Jansen · 28 years ago
  56. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  57. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  58. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  59. a662cf4 Removed RunLibScript from build by Jack Jansen · 28 years ago
  60. 0579715 Fixed names of vairous plugins to build, added a couple and added by Jack Jansen · 28 years ago
  61. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
  62. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  63. ee21706 Added waste and _tkinter modules by Jack Jansen · 28 years ago
  64. f04fa72 Changed to allow the user to do partial builds by Jack Jansen · 28 years ago
  65. 32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) by Jack Jansen · 28 years ago
  66. 1023dff - AppleEvent timeout set to infinite - Continue even if a build fails by Jack Jansen · 29 years ago
  67. b39a5d7 Adapted to CW7, added MkPluginAlises by Jack Jansen · 29 years ago
  68. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago