Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 |
| | |||
* | Convert raise statements in Lib/plat-{mac,os2emx}. | Collin Winter | 2007-08-23 |
| | |||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 |
| | |||
* | Re-gegernated with the new gensuitemodule. | Jack Jansen | 2003-06-13 |
| | |||
* | Oops, _propdeclarations and friends are needed: gensuitemodule uses them | Jack Jansen | 2003-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 Jansen | 2003-04-01 |
| | |||
* | Regenerated with Donovan Prestons patch #702620. | Jack Jansen | 2003-03-23 |
| | |||
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-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). |