1. 663dd79 added CoreGraphics to build list by Just van Rossum · 23 years ago
  2. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  3. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  4. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  5. 6f1da00 Added _hotshot. by Jack Jansen · 23 years ago
  6. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
  7. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  8. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  9. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
  10. e791a64 If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. by Jack Jansen · 23 years ago
  11. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
  12. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  13. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  14. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  15. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  16. 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
  17. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  18. 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 · 23 years ago
  19. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 23 years ago
  20. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  21. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  22. 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
  23. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 24 years ago
  24. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 24 years ago
  25. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 24 years ago
  26. 1f5cd70 Added support for forced project building. by Jack Jansen · 24 years ago
  27. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  28. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  29. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  30. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  31. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  32. 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
  33. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  34. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  35. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  36. 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
  37. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  38. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  39. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  40. 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
  41. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  42. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  43. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  44. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  45. 6a51b37 Added Qdoffs module. by Jack Jansen · 25 years ago
  46. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 25 years ago
  47. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  48. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 25 years ago
  49. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  50. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
  51. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
  52. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
  53. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
  54. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  55. 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
  56. cf89f6f Removed unused import of addpack by Jack Jansen · 26 years ago
  57. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago
  58. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  59. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  60. ca0f88d Added zlib by Jack Jansen · 27 years ago
  61. 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 27 years ago
  62. 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 27 years ago
  63. ab78656 Added calldll module by Jack Jansen · 27 years ago
  64. 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 28 years ago
  65. 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
  66. e1d325f Added gdbm plugins by Jack Jansen · 28 years ago
  67. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  68. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  69. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  70. a662cf4 Removed RunLibScript from build by Jack Jansen · 28 years ago
  71. 0579715 Fixed names of vairous plugins to build, added a couple and added by Jack Jansen · 28 years ago
  72. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
  73. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  74. ee21706 Added waste and _tkinter modules by Jack Jansen · 28 years ago
  75. f04fa72 Changed to allow the user to do partial builds by Jack Jansen · 28 years ago
  76. 32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) by Jack Jansen · 28 years ago
  77. 1023dff - AppleEvent timeout set to infinite - Continue even if a build fails by Jack Jansen · 28 years ago
  78. b39a5d7 Adapted to CW7, added MkPluginAlises by Jack Jansen · 29 years ago
  79. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago