summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-254/+0
|
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-3/+3
|
* Fix test_scriptpackage with pure will power.Guido van Rossum2006-04-211-1/+1
| | | | | | | | | | 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.
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-131-0/+2
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-153/+186
| | | | | | | | | 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-83/+50
|
* Regenerated with the new way to get terminology (through AppleEvents),Jack Jansen2003-03-291-145/+44
| | | | | 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-134/+134
|
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-281-32/+32
| | | | | | 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-40/+76
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+317
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).