- 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 24 years ago
- 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 24 years ago
- 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- 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 · 24 years ago
- 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 · 24 years ago
- 654c8db Typo in the classic mlte build line. by Jack Jansen · 24 years ago
- 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 24 years ago
- f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 24 years ago
- 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- a647807 Also build Imaging for Carbon. by Jack Jansen · 24 years ago
- 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
- 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 24 years ago
- 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
- 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
- 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
- 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 24 years ago
- 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 24 years ago
- c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 24 years ago
- 1f5cd70 Added support for forced project building. by Jack Jansen · 24 years ago
- e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
- be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
- 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
- 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
- a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
- ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 25 years ago
- 6ab2cb6 Better exit handling. by Jack Jansen · 25 years ago
- 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 25 years ago
- 87426b9 Use the new package-based scripting support. by Jack Jansen · 25 years ago
- 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 · 25 years ago
- 89d017d Added the unchash module. by Jack Jansen · 25 years ago
- d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 25 years ago
- dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 25 years ago
- 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 · 25 years ago
- 6c38e5b Drag was missing from the modules built. by Jack Jansen · 25 years ago
- f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 25 years ago
- 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
- c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
- 6a51b37 Added Qdoffs module. by Jack Jansen · 26 years ago
- 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
- 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
- 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 26 years ago
- 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
- 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
- e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
- 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
- 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
- c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
- 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 27 years ago
- cf89f6f Removed unused import of addpack by Jack Jansen · 27 years ago
- 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 28 years ago
- faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 28 years ago
- 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 28 years ago
- ca0f88d Added zlib by Jack Jansen · 28 years ago
- 8b4c987 - toolboxmodules built first (others depend on it) by Jack Jansen · 28 years ago
- 0f00c5e - Use cfmfile to (finally) implement building fat Pythons by Jack Jansen · 28 years ago
- ab78656 Added calldll module by Jack Jansen · 28 years ago
- 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 28 years ago
- 52e87f3 Added icglue modules and (optionally) NumPy and PIL extensions by Jack Jansen · 28 years ago
- e1d325f Added gdbm plugins by Jack Jansen · 28 years ago
- 612db8f Removed addpack calls by Jack Jansen · 29 years ago
- d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 29 years ago
- b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 29 years ago
- a662cf4 Removed RunLibScript from build by Jack Jansen · 29 years ago
- 0579715 Fixed names of vairous plugins to build, added a couple and added by Jack Jansen · 29 years ago
- 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 29 years ago
- bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 29 years ago
- ee21706 Added waste and _tkinter modules by Jack Jansen · 29 years ago
- f04fa72 Changed to allow the user to do partial builds by Jack Jansen · 29 years ago
- 32cb80c Removed addpack calls for toolbox modules, re-binhexed resources (sigh) by Jack Jansen · 29 years ago
- 1023dff - AppleEvent timeout set to infinite - Continue even if a build fails by Jack Jansen · 29 years ago
- b39a5d7 Adapted to CW7, added MkPluginAlises by Jack Jansen · 30 years ago
- 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 30 years ago