Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -3/+3 |
| | |||||
* | Add close() method that breaks a cycle. | Guido van Rossum | 1999-06-25 | 1 | -0/+3 |
| | |||||
* | Mark Hammond writes: Here is another change that allows it to work for | Guido van Rossum | 1999-06-10 | 1 | -14/+37 |
| | | | | | class creation - tries to locate an __init__ function. Also updated the test code to reflect your new "***" change. | ||||
* | Append "..." if the appropriate flag (for varargs) in co_flags is set. | Guido van Rossum | 1999-06-09 | 1 | -1/+3 |
| | | | | Ditto "***" for kwargs. | ||||
* | Mark Hammond fixed some comments and improved the way the tip text is | Guido van Rossum | 1999-06-03 | 1 | -11/+12 |
| | | | | constructed. | ||||
* | My fix to Mark's code: restore the universal check on <KeyRelease>. | Guido van Rossum | 1999-06-02 | 1 | -14/+2 |
| | | | | Always cancel on <Key-Escape> or <ButtonPress>. | ||||
* | A version that Mark Hammond posted to the newsgroup. Has some newer | Guido van Rossum | 1999-06-02 | 1 | -27/+38 |
| | | | | | | stuff for getting the tip. Had to fix the Key-( and Key-) events for Unix. Will have to re-apply my patch for catching KeyRelease and ButtonRelease events. | ||||
* | Call tips by Mark Hammond (plus tiny fix by me.) | Guido van Rossum | 1999-06-02 | 1 | -0/+162 |