summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Finder/Process_classes.py
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-291-152/+0
| | | | | 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-41/+41
|
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-281-38/+38
| | | | | | This is a first step towards regenerating the modules with newer, MacOSX, versions of these programs, and using the programmatic interface to get at the terminology in stead of poking in resource files.
* 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/+152
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).