summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/osa/_OSAmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* This is a backport of the fix in rev. 59369.Ronald Oussoren2007-12-051-0/+5
| | | | | | This patch doesn't remove the wrappers for OSADebug* API's but only defines them when configure detects that the API's are present in the system's header files.
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-15/+16
| | | | they are now _self, _args and _kwds.
* - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is notJack Jansen2003-12-101-63/+68
| | | | | | | 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.
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-031-0/+1226
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).