summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/CallTipWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace NormalizationKurt B. Kaiser2002-12-311-1/+1
|
* M CallTipWindow.pyKurt B. Kaiser2002-12-121-8/+12
| | | | | | | | M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others.
* Work around Mac OS X transient window issuesTony Lownds2002-09-231-0/+8
|
* Merge Py Idle changesKurt B. Kaiser2002-09-151-1/+6
| | | | | | | | | | | | | Rev 1.4 SF bug 546078: IDLE calltips cause application error. 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. Rev 1.5 Remove unnecessary imports
* py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalizationKurt B. Kaiser2001-07-121-2/+2
|
* Initial revisionDavid Scherer2000-08-151-0/+71