summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/osa/osasupport.py
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is notJack Jansen2003-12-101-1/+9
| | | | | | | a real subtype of Cm.ComponentInstance right now, it turns out that is too difficult. - OSA.OSAComponentInstance initializer does accept a Cm.ComponentInstance instance, though, so at least things are becoming useable.
* Make this module Python 2.3 compatible, and add a setup script that allowsJack Jansen2003-12-091-0/+3
| | | | it to be built for that python.
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-0/+1
| | | | Completely untested.
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-031-0/+94
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).