| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Don't call PyMac_OutputSeen if we have a custom console. Fix by
Alexandre Parenteau.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
- Better handling of menu bar save/restore.
- Override abort() so it honours the "keep console window" flag.
|
|
|
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.
|