| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -1132/+0 |
|
|
* | - Added an is_scriptable method to test applications for having | Jack Jansen | 2003-03-29 | 1 | -12/+55 |
|
|
* | - Prefer using events (in stead of poking around in resource files) to | Jack Jansen | 2003-03-29 | 1 | -13/+19 |
|
|
* | Sometimes a class is used as a base class of itself. Obviously there's | Jack Jansen | 2003-03-29 | 1 | -2/+6 |
|
|
* | Sigh: didn't catch all lists that needed to be sorted. | Jack Jansen | 2003-03-28 | 1 | -4/+22 |
|
|
* | - Sort various lists (list of events, OSA-classes, etc) before generating | Jack Jansen | 2003-03-28 | 1 | -10/+25 |
|
|
* | If GetAppTerminology fails (which seems to be the usual case on OSX?) | Jack Jansen | 2003-03-26 | 1 | -11/+45 |
|
|
* | Modified to accept a command line argument too. | Jack Jansen | 2003-03-26 | 1 | -4/+8 |
|
|
* | Frank Vercruesse gave an okay on removing the copyright notice: | Jack Jansen | 2003-03-25 | 1 | -1/+1 |
|
|
* | Not all objects have an _propdict and _privpropdict, so cater for that. | Jack Jansen | 2003-03-23 | 1 | -3/+3 |
|
|
* | Lots of tweaks to make this work in the new setting. Not fully tested yet. | Jack Jansen | 2003-03-22 | 2 | -33/+44 |
|
|
* | Tools to build a disk image with a binary installer for MacPython-OSX, | Jack Jansen | 2003-03-21 | 5 | -0/+300 |
|
|
* | Give a better error message when a string of the wrong size is | Jack Jansen | 2003-03-21 | 2 | -5/+9 |
|
|
* | Generate all the standard OSA suite packages. Has absolute pathname | Jack Jansen | 2003-03-21 | 1 | -0/+44 |
|
|
* | Got rid of the "enum not found" interaction, and added code to allow | Jack Jansen | 2003-03-21 | 1 | -20/+43 |
|
|
* | Allow gensuitemodule to be run non-interactively, from the OSX command | Jack Jansen | 2003-03-21 | 1 | -22/+79 |
|
|
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -5/+5 |
|
|
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ... | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
|
|
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -6/+7 |
|
|
* | GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by | Jack Jansen | 2003-03-19 | 1 | -2/+2 |
|
|
* | Get rid of Mac.pth: plat-mac is now added through the normal mechanism. | Jack Jansen | 2003-03-17 | 2 | -4/+0 |
|
|
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 4 | -25/+41 |
|
|
* | - Don't ask for bring-to-front when quitting through an appleevent. | Jack Jansen | 2003-03-16 | 1 | -6/+4 |
|
|
* | Lots of textual changes suggested by Matthew Moelter. | Jack Jansen | 2003-03-16 | 1 | -13/+13 |
|
|
* | Add a simple Apple Help book to the framework. | Jack Jansen | 2003-03-11 | 1 | -5/+14 |
|
|
* | Adding MacPython online help. Only the basics are installed, with a | Jack Jansen | 2003-03-11 | 21 | -0/+493 |
|
|
* | This file was terribly outdated. The example is still silly (and won't | Jack Jansen | 2003-03-11 | 1 | -65/+28 |
|
|
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 2 | -4/+10 |
|
|
* | Removed unused variable | Jack Jansen | 2003-03-07 | 1 | -1/+0 |
|
|
* | Got PythonStandalone to work again, mainly for debugging purposes (it's much ... | Jack Jansen | 2003-03-07 | 2 | -6/+6 |
|
|
* | First try to use the OSATerminology module to get the terminology | Jack Jansen | 2003-03-06 | 1 | -9/+36 |
|
|
* | Various tweaks by Jack because of the different module name, adaptation | Jack Jansen | 2003-03-06 | 1 | -43/+74 |
|
|
* | Module to get OSA terminology description through the "official channels", | Jack Jansen | 2003-03-06 | 1 | -0/+70 |
|
|
* | Fix for bug #697546: don't auto-register the Python documentation | Jack Jansen | 2003-03-05 | 1 | -1/+3 |
|
|
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
|
|
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
|
|
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 2 | -2/+2 |
|
|
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 3 | -8/+11 |
|
|
* | Don't call AEInteractWithUser unconditionally on a quit appleevent. The | Jack Jansen | 2003-03-03 | 1 | -2/+0 |
|
|
* | Check modes on install and temporary directories. Fixes #693230. | Jack Jansen | 2003-02-28 | 1 | -1/+1 |
|
|
* | Removed silly print. | Jack Jansen | 2003-02-28 | 1 | -1/+0 |
|
|
* | StdFilterProc() uses InOut parameters. | Jack Jansen | 2003-02-27 | 2 | -5/+14 |
|
|
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 |
|
|
* | In Mac OS X framework builds don't assume that the executable will be | Jack Jansen | 2003-02-25 | 1 | -6/+6 |
|
|
* | Fix building of Idle applet. | Jack Jansen | 2003-02-24 | 1 | -5/+1 |
|
|
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
|
|
* | Added a linkmodel attribute, showing how Python was built. This is so | Jack Jansen | 2003-02-23 | 1 | -0/+13 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 12 | -30/+41 |
|
|
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|