summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages
Commit message (Collapse)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-3046-15569/+0
| | | | | | | 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).
* Regenerated with OSA class inheritance and fix for non-ascii chars.Jack Jansen2002-08-0742-818/+2217
|
* Fixed a mistake on my part when regenerating: removed a bogus import of ↵Jack Jansen2002-05-071-2/+0
| | | | | | Applscript_Suite. Bugfix candidate (I'll move it over myself).
* Regenerated.Jack Jansen2002-04-241-4/+4
| | | | Bugfix candidate.
* Second part of fix for #493826: regenerated suite modules so errn exists but ↵Jack Jansen2002-04-2333-1012/+687
| | | | | | == 0 doesn't signal an error. Bugfix candidate.
* Suite to talk to the OSX Terminal application.Jack Jansen2002-03-302-0/+345
|
* Regenerated to take advantage of new _builtinSuites package.Jack Jansen2002-01-2215-660/+588
|
* A "magic" suite that is the base suite for StdSuites. This solves a problem ↵Jack Jansen2002-01-222-0/+168
| | | | | | with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. Most of the code and ideas contributed by Michael j. Barber.
* quit() wasn't included in the suite. This is a quick manual patch to add it.Jack Jansen2001-10-231-1/+2
|
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-1723-95/+97
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Regenerated to take advantage of support for multiple names for a single ↵Jack Jansen2000-08-2210-105/+37
| | | | property.
* Added a package for the other browser too.Jack Jansen2000-08-206-0/+964
|
* Finder suite.Jack Jansen2000-08-2012-0/+3801
|
* Regenerated with fixes to gensuitemodule.Jack Jansen2000-08-206-44/+44
|
* Package with suites for talking to CodeWarrior.Jack Jansen2000-08-175-0/+3554
|
* Package with suites for talking to netscape.Jack Jansen2000-08-178-0/+1362
|
* The package with standard suites. These are used separately and as base ↵Jack Jansen2000-08-1710-0/+4440
classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).