summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.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
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-131-0/+13
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-113/+135
| | | | | | | | | 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-48/+26
|
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-291-227/+41
| | | | | which sometimes seems to result in different terminology. It does seem to be mostly compatible, though.
* Sigh: didn't catch all lists that needed to be sorted. Regenerated again.Jack Jansen2003-03-281-109/+109
|
* Regenerated with Donovan Prestons patch #702620.Jack Jansen2003-03-231-1/+1
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+380
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).