| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
and the biggest in size, but probably the easiest. Hunting through the
source code comes next.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
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.
|