summaryrefslogtreecommitdiffstats
path: root/Mac/Python/pyGUSISIOUX.cp
Commit message (Collapse)AuthorAgeFilesLines
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-251-0/+2
| | | | | - Better handling of menu bar save/restore. - Override abort() so it honours the "keep console window" flag.
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-111-0/+209
delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.