summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Netscape/Text.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-122/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-131-1/+1
|
* Oops, _propdeclarations and friends are needed: gensuitemodule uses themJack Jansen2003-04-121-52/+72
| | | | | | | | | 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-42/+22
|
* Regenerated again, now clases are sorted by code, and with synonyms afterJack Jansen2003-03-301-36/+36
| | | | the primary name.
* Sigh: didn't catch all lists that needed to be sorted. Regenerated again.Jack Jansen2003-03-281-22/+22
|
* Regenerated (from resource files) with sorting version of gensuitemodule.Jack Jansen2003-03-281-40/+40
| | | | | | 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/+122
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).