summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-293/+0
|
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-6/+6
|
* Fix test_scriptpackage with pure will power.Guido van Rossum2006-04-211-4/+10
| | | | | | | | | | I really don't know why I bother; these are all generated files. But I don't recall how to regenerate them nor how to fix the generator. The hardest part was fixing two mutual recursive imports; somehow changing "import foo" into "from . import foo" where foo and bar import each other AND both are imported from __init__.py caused things to break. Bah.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-5/+5
|
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-131-13/+55
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-177/+194
| | | | | | | | | 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-35/+18
|
* Regenerated again, now clases are sorted by code, and with synonyms afterJack Jansen2003-03-301-0/+245
the primary name.