summaryrefslogtreecommitdiffstats
path: root/Tools/idle/CallTipWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary importsNeal Norwitz2002-09-121-1/+0
|
* SF bug 546078: IDLE calltips cause application error.Tim Peters2002-04-221-0/+6
| | | | | | | | Assorted crashes on Windows and Linux when trying to display a very long calltip, most likely a Tk bug. Wormed around by clamping the calltip display to a maximum of 79 characters (why 79? why not ...). Bugfix candidate, for all Python releases.
* Whitespace normalization.Tim Peters2001-01-171-2/+2
|
* Mark Hammond writes: Tim's suggestion of copying the font for theGuido van Rossum1999-06-101-1/+2
| | | | | CallTipWindow from the text control makes sense, and actually makes the control look better IMO.
* Call tips by Mark Hammond (plus tiny fix by me.)Guido van Rossum1999-06-021-0/+70