summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/gensuitemodule.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect logic in determining whether we should initializeJack Jansen2002-08-071-2/+1
* - If an OSA identifier is a Python reserved word we now append an _Jack Jansen2002-08-071-8/+10
* Don't be over-enthusiastic with the ascii() calls: we don't need it ifJack Jansen2002-08-071-19/+19
* Donovan Preston's patch #538395, with some mods by me.Jack Jansen2002-08-071-30/+86
* First part of fix for #493826: if 'errn' key exists in return value this does...Jack Jansen2002-04-231-1/+1
* Modified to allow it to run in MachoPython in a reasonable way. It stillJack Jansen2002-03-301-10/+17
* Get rid of keyword list and use keyword.iskeyword() function (which I wasn't ...Jack Jansen2002-01-241-7/+3
* "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
* Identify() enum values. This was changed in 1.14, but I don't think it is a g...Jack Jansen2002-01-221-1/+5
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Only output the code to alias properties if the names aren't the same.Jack Jansen2000-08-221-0/+2
* - identify() enum names.Jack Jansen2000-08-201-2/+3
* Enums we cannot find are set to None, and enumsubst understands this (no subs...Jack Jansen2000-08-201-4/+5
* Fixed event inheritance code (which didn't work at all).Jack Jansen2000-08-201-117/+239
* Generate packages in stead of separate modules. The package main module impor...Jack Jansen2000-08-171-22/+120
* Fixed multi-arg appends.Jack Jansen2000-03-071-1/+1
* Generate class, property and comparison code (finally!). The resultingJack Jansen1997-08-081-41/+201
* raise aetools.Error in stead of MacOS.Error on server-generated errorsJack Jansen1996-09-201-1/+1
* Fixed code generated for an argument of type ****Jack Jansen1996-04-161-1/+2
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-201-5/+0
* Changed creator from PYTH to PythJack Jansen1996-03-181-1/+1
* Fixed bug in optional argument error checking (and generated allJack Jansen1995-10-091-5/+11
* Modified/recreated to use keyword argumentsJack Jansen1995-10-031-36/+22
* Added prompt to getfile dialogJack Jansen1995-08-141-1/+1
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-171-0/+474