Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary imports | Neal Norwitz | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | SF bug 546078: IDLE calltips cause application error. | Tim Peters | 2002-04-22 | 1 | -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 Peters | 2001-01-17 | 1 | -2/+2 |
| | |||||
* | Mark Hammond writes: Tim's suggestion of copying the font for the | Guido van Rossum | 1999-06-10 | 1 | -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 Rossum | 1999-06-02 | 1 | -0/+70 |