summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/toolbox/aetools.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved toolbox to lib-toolbox, Sjoerd-style.Jack Jansen1997-12-181-224/+0
|
* - Added classes to support class/property generation by gensuitemoduleJack Jansen1997-08-081-9/+13
| | | | - Fixed Property class: selector is a 'type', not an 'enum'
* - Added optional "start" argument to TalkTo initialializer, whichJack Jansen1996-09-201-4/+20
| | | | | | starts the app (if needed). - Added aetools.Error, which is returned in case of server-generated errors (better than MacOS.Error, which was raised previously)
* Added missing get() methodJack Jansen1996-01-291-0/+24
|
* Modified/recreated to use keyword argumentsJack Jansen1995-10-031-0/+1
|
* minor fixJack Jansen1995-07-291-1/+1
|
* Split aepack and aetypes off from aetools (it was getting too big)Jack Jansen1995-07-171-463/+90
| | | | | Added support for all basic types mentioned in Apple Event Registry Added support for automatically-generated suites.
* Rather massive changes:Jack Jansen1995-06-051-1/+1
| | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
* another round... ported to __SC__Guido van Rossum1995-02-191-0/+2
|
* more support for different kinds of objectsGuido van Rossum1995-02-051-177/+431
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+296