summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/aepack.py
Commit message (Collapse)AuthorAgeFilesLines
* Donovan Preston's patch #538395, with some mods by me.Jack Jansen2002-08-071-10/+43
| | | | | | | | | | | | This patch makes inheritance for OSA classes work. The implementation is a bit convoluted, but I don't immedeately see a simpler way of doing it. I added calls to ascii() everywhere we output strings that may contain non-ascii characters (Python has gotten very picky since the encoding patch:-). I also removed Donovan's different way of opening resource files: I don't seem to need it.
* Got rid of obsolete way to get at various toolbox types.Jack Jansen2002-03-301-5/+3
|
* Added support for unicode strings (utxt).Jack Jansen2002-02-051-0/+7
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* Moved here from lib-toolbox, where they should never have been in the first ↵Jack Jansen2001-08-191-0/+347
place (all the other stuff there wa generated with bgen).