1. b340acf Use new file dialogs. by Jack Jansen · 21 years ago
  2. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  3. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  4. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  5. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
  6. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  7. fd372aa Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, by Jack Jansen · 22 years ago
  8. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  9. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  10. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 22 years ago
  11. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 22 years ago
  12. 663dd79 added CoreGraphics to build list by Just van Rossum · 23 years ago
  13. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  14. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  15. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  16. 6f1da00 Added _hotshot. by Jack Jansen · 23 years ago
  17. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
  18. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  19. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  20. 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
  21. 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
  22. 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
  23. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  24. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  25. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  26. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  27. 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
  28. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  29. 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
  30. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 23 years ago
  31. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  32. 41eb3c7 ucnhash module has gone. by Jack Jansen · 23 years ago
  33. 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 · 23 years ago
  34. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 23 years ago
  35. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 23 years ago
  36. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 23 years ago
  37. 1f5cd70 Added support for forced project building. by Jack Jansen · 23 years ago
  38. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  39. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  40. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  41. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  42. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  43. 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
  44. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  45. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  46. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  47. 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
  48. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  49. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  50. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  51. 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
  52. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  53. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  54. 6448c35 Build the Nav module too. by Jack Jansen · 24 years ago
  55. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  56. 6a51b37 Added Qdoffs module. by Jack Jansen · 25 years ago
  57. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 25 years ago
  58. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  59. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 25 years ago
  60. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 25 years ago
  61. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 25 years ago
  62. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 25 years ago
  63. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 25 years ago
  64. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 25 years ago
  65. c9bda41 Updated for new build and plugin paths by Jack Jansen · 25 years ago
  66. 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
  67. cf89f6f Removed unused import of addpack by Jack Jansen · 26 years ago
  68. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago
  69. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  70. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  71. ca0f88d Added zlib by Jack Jansen · 27 years ago
  72. 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 27 years ago
  73. 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 27 years ago
  74. ab78656 Added calldll module by Jack Jansen · 27 years ago
  75. 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 27 years ago
  76. 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
  77. e1d325f Added gdbm plugins by Jack Jansen · 28 years ago
  78. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  79. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  80. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  81. a662cf4 Removed RunLibScript from build by Jack Jansen · 28 years ago
  82. 0579715 Fixed names of vairous plugins to build, added a couple and added by Jack Jansen · 28 years ago
  83. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
  84. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  85. ee21706 Added waste and _tkinter modules by Jack Jansen · 28 years ago
  86. f04fa72 Changed to allow the user to do partial builds by Jack Jansen · 28 years ago
  87. 32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) by Jack Jansen · 28 years ago
  88. 1023dff - AppleEvent timeout set to infinite - Continue even if a build fails by Jack Jansen · 28 years ago
  89. b39a5d7 Adapted to CW7, added MkPluginAlises by Jack Jansen · 29 years ago
  90. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago