summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/buildapp.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace NormalizationKurt B. Kaiser2003-05-261-5/+5
| | | | Modified Files: PyShell.py ScriptBinding.py buildapp.py
* Added icon for IDLE on OS XTony Lownds2003-05-171-0/+1
|
* 1. The command-line arguments for subprocesses no longer need to beTony Lownds2003-05-131-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