summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/gensuitemodule.py
Commit message (Expand)AuthorAgeFilesLines
* An indenting error in the code made it miss some suites that have an applicationJack Jansen2003-06-181-2/+2
* - Allow access to poperties of the "application" OSA class directly fromJack Jansen2003-06-131-2/+12
* The identify() description didn't match the code. Fixed.Jack Jansen2003-04-161-1/+1
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-22/+20
* Detabbed.Jack Jansen2003-04-091-1067/+1081
* Properties (like enums) are not in the global namespace but only validJack Jansen2003-04-011-23/+23
* Turned the suite compiler into an object.Jack Jansen2003-04-011-254/+258
* - All messages are now dependent on the --verbose option.Jack Jansen2003-04-011-47/+85
* Classes have to be sorted by code, not name, and synonyms have toJack Jansen2003-03-301-2/+19
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-0/+1132