summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Modified to allow it to run in MachoPython in a reasonable way. It stillJack Jansen2002-03-301-10/+17
| | | | needs a decent commandline interface, though.
* Weaklink most toolbox modules, improving backward compatibility. Modules ↵Jack Jansen2002-03-241-12/+25
| | | | | | will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate.
* - Weaklink InterfaceLib in _Res moduleJack Jansen2002-03-221-3/+6
| | | | | | | - forgot to pass libraryflags and stdlibraryflags on to ppc/carbon project generation. First half of fix to 531398.
* Modifed for new included expat.Jack Jansen2002-03-141-6/+14
|
* Get rid of keyword list and use keyword.iskeyword() function (which I wasn't ↵Jack Jansen2002-01-241-7/+3
| | | | aware of previously).
* "yield" is also a keyword. Spotted by Neal Norwitz.Jack Jansen2002-01-241-1/+1
|
* (Much) better list of Python keywords, supplied by Michael J. Barber.Jack Jansen2002-01-231-3/+5
|
* Newer names for various error include files.Jack Jansen2002-01-221-2/+2
|
* Build _tkinter for Carbon too.Jack Jansen2002-01-221-2/+2
|
* Identify() enum values. This was changed in 1.14, but I don't think it is a ↵Jack Jansen2002-01-221-1/+5
| | | | good idea.
* CodeWarrior includes Waste and Internet Config nowadays, obviating the need ↵Jack Jansen2002-01-111-18/+35
| | | | for separate downloads.
* The import of the scanner can also fail, cater for that.Jack Jansen2001-12-141-1/+4
|
* added CoreGraphics to build listJust van Rossum2001-12-131-0/+1
|
* added non-support for CoreGraphics...Just van Rossum2001-12-131-0/+5
|
* added CarbonEventsJust van Rossum2001-12-122-0/+2
|
* Not being able to copy PythonCore to the system-folder is not a fatal error, ↵Jack Jansen2001-12-072-4/+8
| | | | | | on OSX the user may not have permission to do so. Also give a more informative message in this case. Fixes bug 475253.
* Link more modules with weak import, and add CarbonAccessors.o to all ↵Jack Jansen2001-12-051-6/+7
| | | | relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1.
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-302-7/+12
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Added hfsplusapi module.Jack Jansen2001-11-062-0/+2
|
* Added _hotshot.Jack Jansen2001-10-232-0/+3
|
* Updated the Popt resources for the applets to the newest version.Jack Jansen2001-09-014-0/+0
|
* Added preferences/startup options for division warningJack Jansen2001-09-012-7/+9
| | | | and accepting unix-style newlines on input.
* Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵Jack Jansen2001-08-292-0/+7
| | | | used by the test suite.
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-274-18/+9
| | | | needed).
* These have long outlived there usefulness, in my opinion. Moved to Unsupported.Jack Jansen2001-08-275-201/+0
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-2510-29/+29
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-232-81/+87
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* Various toolbox modules were generated in lib-dynload accidentallyJack Jansen2001-08-201-3/+3
| | | | in stead of in Carbon. Fixed.
* Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox ↵Jack Jansen2001-08-191-37/+41
| | | | modules this is overridden to put them in :Mac:Lib:Carbon.
* If genpluginprojects is called from fullbuild we set the Python source ↵Jack Jansen2001-08-162-1/+5
| | | | 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-072-25/+36
| | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
* 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 ↵Jack Jansen2001-05-171-21/+26
| | | | anymore, due to the new glue code that ties them together.
* Bah, somehow the macroman<->iso-latin-1 translation got lost during the ↵Jack Jansen2001-05-151-13/+13
| | | | merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tomorrow. If it is... well...
* On OSX always copy PythonCore. It turns out an orphaned alias in ↵Jack Jansen2001-03-291-5/+18
| | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
* 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 ↵Jack Jansen2001-03-201-1/+1
| | | | supported under Carbon.
* Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.Jack Jansen2001-03-152-5/+12
| | | | Don't do sys.prefix==os.getcwd() check unless we're an applet.
* 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. ↵Jack Jansen2001-03-082-2/+17
| | | | This isn't finished yet.
* macostools.copy() now has an optional forcetype flag, which sets the ↵Jack Jansen2001-03-062-2/+2
| | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
* Re-try the file copy once if it fails. This works around an obscure and ↵Jack Jansen2001-03-061-3/+9
| | | | non-reproducibe bug in GUSI.
* 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
| | | | go into interactive mode: print what we're doing and ask about carbon/classic configure.