summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py
Commit message (Collapse)AuthorAgeFilesLines
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
| | | | Thanks to Wummel for the patch
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
|
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-131-1/+5
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-437/+477
| | | | | | | | | to lookup properties declared in base classes. Looking at it I'm not sure what the official scope if the property codes is, maybe it is only the (OSA) class in which they are used. But giving them global scope hasn't been a problem so far. Regenerated the standard suites, which are now also space-indented.
* Regenerated with property names with _Prop_ prepended.Jack Jansen2003-04-011-89/+49
|
* Regenerated again, now clases are sorted by code, and with synonyms afterJack Jansen2003-03-301-0/+578
the primary name.