summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/macosxSupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-07-241-4/+4
|
* Fix for bug #1517996: Class and Path browsers show Tk menuRonald Oussoren2006-07-231-0/+76
| | | | | This patch replaces the menubar that is used by AquaTk for windows without a menubar of their own by one that is more appropriate for IDLE.
* Add missing svn:eol-style property to text files.Tim Peters2006-06-111-36/+36
|
* Whitespace normalization.Tim Peters2006-06-111-36/+36
|
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-0/+36
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.