summaryrefslogtreecommitdiffstats
path: root/Mac/Python/pyGUSISIOUX.cp
Commit message (Collapse)AuthorAgeFilesLines
* backport of 1.4:Jack Jansen2002-02-241-4/+6
| | | | | Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau.
* Mods by Alexandre Parenteau to allow embedding programs to disable the ↵Jack Jansen2001-10-081-39/+78
| | | | | | MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app. Things don't fully work yet, but at least it doesn't break anything.
* - 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.