Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 1 | -17/+0 |
| | | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2003-05-26 | 1 | -5/+5 |
| | | | | Modified Files: PyShell.py ScriptBinding.py buildapp.py | ||||
* | Added icon for IDLE on OS X | Tony Lownds | 2003-05-17 | 1 | -0/+1 |
| | |||||
* | 1. The command-line arguments for subprocesses no longer need to be | Tony Lownds | 2003-05-13 | 1 | -0/+16 |
specialized for Mac OS X. 2. buildapp.py - a new file for building an application icon for IDLE on Mac OS X. See INSTALL.txt |