summaryrefslogtreecommitdiffstats
path: root/Mac/Contrib/BBPy/PythonSlave.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-129/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Case mismatch in "import Types". Apparently nobody has looked at this for a ↵Jack Jansen2001-08-301-2/+2
| | | | looooong time. Reported by Chris Smith.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-1/+1
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Initial revisionJack Jansen1998-08-181-0/+129