| Commit message (Expand) | Author | Age | Files | Lines |
* | - Removed debug | Jack Jansen | 2001-02-17 | 2 | -2/+1 |
|
|
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and Configur... | Jack Jansen | 2001-02-17 | 3 | -101/+81 |
|
|
* | More modifications to bring the script output in line with the real thing. | Jack Jansen | 2001-02-17 | 1 | -4/+34 |
|
|
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 1 | -10/+10 |
|
|
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -72/+3 |
|
|
* | Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. | Jack Jansen | 2001-02-13 | 1 | -15/+53 |
|
|
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 1 | -0/+3 |
|
|
* | Added buttons for building interpreter, carbon standalone. | Jack Jansen | 2001-02-12 | 2 | -11/+37 |
|
|
* | Replaced by :Lib:cfmfile.py. | Jack Jansen | 2001-02-08 | 1 | -236/+0 |
|
|
* | Make balloon code dependent on existence of Help module | Jack Jansen | 2001-01-29 | 1 | -3/+10 |
|
|
* | Removed device from the list of Qd incompatibilities. It should be there, but... | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
|
|
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 2 | -1/+3 |
|
|
* | Added Help, Scrap and icglue missing methods. | Jack Jansen | 2001-01-29 | 1 | -2/+19 |
|
|
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 2 | -3/+0 |
|
|
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste... | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
|
|
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
|
|
* | Added the GrafPort attributes that are unavailable under Carbon. | Jack Jansen | 2001-01-24 | 1 | -0/+5 |
|
|
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
|
|
* | Ah well, why not check this in. A script to remove all .pyc files in a folder... | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
|
|
* | Added the actual builds of the carbon projects. | Jack Jansen | 2001-01-23 | 1 | -1/+23 |
|
|
* | Generate Carbon as well as classic PPC plugin projects. This module is finall... | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
|
|
* | A script to search for methods that are missing in Carbon in Python | Jack Jansen | 2001-01-23 | 1 | -0/+145 |
|
|
* | Sigh... First test before committing. InvalWindowRect and friends are window ... | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
|
|
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
|
|
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 2 | -17/+42 |
|
|
* | Added a force option (to force project generation, the default is now to only... | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
|
|
* | Use relative path for outputdir. | Jack Jansen | 2001-01-03 | 1 | -1/+19 |
|
|
* | Got rid of 68K support. | Jack Jansen | 2001-01-03 | 2 | -59/+41 |
|
|
* | Use re in stead of regex. | Jack Jansen | 2001-01-02 | 3 | -31/+34 |
|
|
* | Updated for new universal headers (oops... this was loooong due). | Jack Jansen | 2001-01-01 | 1 | -165/+856 |
|
|
* | Minor clarficiations in the dialogs about which errno file is wanted when (I ... | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
|
|
* | New .mcp names for tkinter and imgmodules projects. | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
|
|
* | Changed the search path for pyexpat to include all of the expat folder. | Jack Jansen | 2000-12-29 | 1 | -1/+1 |
|
|
* | Various tweaks. It now returns the exact same files as Matthias' tool 95% of ... | Jack Jansen | 2000-12-14 | 1 | -28/+55 |
|
|
* | Oops, interaction() returned a single value in stead of a tuple (I thought th... | Jack Jansen | 2000-12-14 | 1 | -3/+2 |
|
|
* | First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. | Jack Jansen | 2000-12-14 | 1 | -0/+164 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
|
|
* | Updated for the new project names. | Jack Jansen | 2000-12-03 | 1 | -70/+70 |
|
|
* | Got it working for all important plugins, and moved it from Build to scripts. | Jack Jansen | 2000-12-03 | 1 | -0/+108 |
|
|
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
|
|
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
|
|
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 1 | -0/+0 |
|
|
* | Call SchedParams(1,0) so the dialog is correctly re-enabled after something h... | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
|
|
* | Added some of the new Numeric modules (which weren't rebuilt). | Jack Jansen | 2000-10-13 | 1 | -0/+1 |
|
|
* | If we're installing to another partition than the system partition offer to c... | Jack Jansen | 2000-10-13 | 2 | -1/+16 |
|
|
* | Better exit handling. | Jack Jansen | 2000-10-12 | 2 | -2/+1 |
|
|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 2 | -12/+30 |
|
|
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 3 | -164/+0 |
|
|
* | The logic for finding long matches before short ones was wrong (why did I nev... | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
|
|