summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/fullbuild.py
Commit message (Collapse)AuthorAgeFilesLines
* added CoreGraphics to build listJust van Rossum2001-12-131-0/+1
|
* added CarbonEventsJust van Rossum2001-12-121-0/+1
|
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-1/+1
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Added hfsplusapi module.Jack Jansen2001-11-061-0/+1
|
* Added _hotshot.Jack Jansen2001-10-231-0/+2
|
* Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵Jack Jansen2001-08-291-0/+4
| | | | used by the test suite.
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-271-5/+2
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-3/+3
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-44/+44
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* If genpluginprojects is called from fullbuild we set the Python source ↵Jack Jansen2001-08-161-0/+3
| | | | 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.
* Bit another bullet: all toolbox modules are now in dynamically loaded ↵Jack Jansen2001-08-071-3/+21
| | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
* Typo in the classic mlte build line.Jack Jansen2001-07-161-1/+1
|
* Added Mlte module (which, to my surprise, is available for classic ppc as well).Jack Jansen2001-07-131-0/+2
|
* Added CF module build and project generation (carbon only).Jack Jansen2001-06-261-0/+2
|
* Added dummy _tkinter module for Carbon, which explains that Tkinter isnt ↵Jack Jansen2001-03-201-1/+1
| | | | supported under Carbon.
* macostools.copy() now has an optional forcetype flag, which sets the ↵Jack Jansen2001-03-061-1/+1
| | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
* Also build Imaging for Carbon.Jack Jansen2001-03-011-17/+1
|
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵Jack Jansen2001-02-171-10/+15
| | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
* Added buttons for building interpreter, carbon standalone.Jack Jansen2001-02-121-10/+36
| | | | Added modules _testcapi, _weakref, _symtable.
* Ported the icglue module to carbon.Jack Jansen2001-01-291-1/+1
|
* ucnhash module has gone.Jack Jansen2001-01-251-2/+0
|
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵Jack Jansen2001-01-241-2/+2
| | | | waste uses a mixture between Waste 2.0 and Waste 1.3.
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
|
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
|
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
|
* Added support for forced project building.Jack Jansen2001-01-211-17/+42
| | | | Added carbon targets (mainly placeholders at the moment).
* Got rid of 68K support.Jack Jansen2001-01-031-59/+41
| | | | | Added optional generation of project files. Redesigned dialog.
* Use re in stead of regex.Jack Jansen2001-01-021-5/+5
|
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-121-2/+0
| | | | Drag moved to core toolbox modules (Win uses it).
* Updated for the new project names.Jack Jansen2000-12-031-70/+70
|
* Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵Jack Jansen2000-10-131-2/+5
| | | | has been on top of it.
* Better exit handling.Jack Jansen2000-10-121-1/+0
|
* Removed 68k support, added pyexpat, adapted for new NumPy.Jack Jansen2000-09-081-2/+2
|
* Use the new package-based scripting support.Jack Jansen2000-08-171-6/+16
|
* If any of the builds in a group fails offer to stop the fullbuild process ↵Jack Jansen2000-07-241-0/+9
| | | | and open the failing projects in codewarrior.
* Added the unchash module.Jack Jansen2000-07-071-2/+2
|
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* Nav removed (it has moved to the core toolbox modules).Jack Jansen2000-06-071-4/+0
|
* Don't build the _tkinter project from Build, only the one from ↵Jack Jansen2000-04-231-4/+6
| | | | Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder.
* Drag was missing from the modules built.Jack Jansen2000-04-081-0/+2
|
* added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr)Just van Rossum2000-03-281-0/+2
|
* Build the Nav module too.Jack Jansen2000-01-241-0/+2
|
* Modified for appearance.Jack Jansen1999-12-241-2/+2
|
* Added Qdoffs module.Jack Jansen1999-03-071-0/+2
|
* Added App module (appearance manager interface).Jack Jansen1999-03-041-0/+2
|
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-141-2/+1
| | | | resulting program is called PythonInterpreter.
* Build all plugins modules separately, the PlugIns.prj project seems toJack Jansen1999-02-121-2/+42
| | | | have stopped working.
* img modules are no longer in PlugIns folder.Jack Jansen1999-02-061-0/+2
|
* updated to the new numpy build setup -- jvrJust van Rossum1999-02-021-2/+8
|