summaryrefslogtreecommitdiffstats
path: root/Mac/Python/pyGUSISIOUX.cp
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-239/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-13/+0
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre ↵Jack Jansen2002-01-111-4/+6
| | | | 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.