summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Expand)AuthorAgeFilesLines
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-232-81/+87
* Various toolbox modules were generated in lib-dynload accidentallyJack Jansen2001-08-201-3/+3
* Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m...Jack Jansen2001-08-191-37/+41
* If genpluginprojects is called from fullbuild we set the Python source direct...Jack Jansen2001-08-162-1/+5
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-072-25/+36
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* 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-132-1/+5
* Added CF module build and project generation (carbon only).Jack Jansen2001-06-262-0/+5
* Simple script to regenerate all bgen-generated modules.Jack Jansen2001-05-221-0/+38
* Dynamically loaded toolbox modules don't need to link against each other anym...Jack Jansen2001-05-171-21/+26
* Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge...Jack Jansen2001-05-151-13/+13
* On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFM...Jack Jansen2001-03-291-5/+18
* Changed some of the dialogs to be a little clearer.Jack Jansen2001-03-291-1/+1
* Oops, ISO translation was off. Fixed.Jack Jansen2001-03-271-13/+13
* Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supp...Jack Jansen2001-03-201-1/+1
* Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.Jack Jansen2001-03-152-5/+12
* Finished implementation of removing incorrect preferences file.Jack Jansen2001-03-091-1/+3
* Detect that the preference file may be incorrect, and offer to remove it. Thi...Jack Jansen2001-03-082-2/+17
* macostools.copy() now has an optional forcetype flag, which sets the filetype...Jack Jansen2001-03-062-2/+2
* Re-try the file copy once if it fails. This works around an obscure and non-r...Jack Jansen2001-03-061-3/+9
* Also build Imaging for Carbon.Jack Jansen2001-03-011-17/+1
* Oops, need to import Res.Jack Jansen2001-02-281-1/+4
* If we can't find our splash dialog (i.e. we're probably running from source) ...Jack Jansen2001-02-281-4/+25
* Added Popt resource for "dont show console"Jack Jansen2001-02-274-1/+1
* Various tweaks to make it work on MacOSX.Jack Jansen2001-02-271-2/+9
* - Removed debugJack Jansen2001-02-172-2/+1
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and Configur...Jack Jansen2001-02-173-101/+81
* More modifications to bring the script output in line with the real thing.Jack Jansen2001-02-171-4/+34
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-10/+10
* Also create alias to PythonCoreCarbon.Jack Jansen2001-02-141-72/+3
* Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases.Jack Jansen2001-02-131-15/+53
* Added modules _testcapi, _weakref, _symtable.Jack Jansen2001-02-121-0/+3
* Added buttons for building interpreter, carbon standalone.Jack Jansen2001-02-122-11/+37
* Replaced by :Lib:cfmfile.py.Jack Jansen2001-02-081-236/+0
* Make balloon code dependent on existence of Help moduleJack Jansen2001-01-291-3/+10
* Removed device from the list of Qd incompatibilities. It should be there, but...Jack Jansen2001-01-291-1/+1
* Ported the icglue module to carbon.Jack Jansen2001-01-292-1/+3
* Added Help, Scrap and icglue missing methods.Jack Jansen2001-01-291-2/+19
* ucnhash module has gone.Jack Jansen2001-01-252-3/+0
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste...Jack Jansen2001-01-242-3/+16
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
* Ah well, why not check this in. A script to remove all .pyc files in a folder...Jack Jansen2001-01-231-0/+35
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
* Generate Carbon as well as classic PPC plugin projects. This module is finall...Jack Jansen2001-01-231-26/+62
* A script to search for methods that are missing in Carbon in PythonJack Jansen2001-01-231-0/+145
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-231-1/+1
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1