aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py
Commit message (Collapse)AuthorAge
* Remove the Mac modulesBenjamin Peterson2008-05-12
|
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-23
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
|
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-13
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-12
| | | | | | | | | 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-01
|
* Regenerated with Donovan Prestons patch #702620.Jack Jansen2003-03-23
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30
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).