Tim Peters
70c4378dbc
Whitespace normalization.
2001-01-17 08:48:39 +00:00
Guido van Rossum
e689f0087e
Add close() method that breaks a cycle.
1999-06-25 16:02:22 +00:00
Guido van Rossum
ea827e916c
Mark Hammond writes: Here is another change that allows it to work for
...
class creation - tries to locate an __init__ function. Also updated
the test code to reflect your new "***" change.
1999-06-10 14:20:26 +00:00
Guido van Rossum
2073177e01
Append "..." if the appropriate flag (for varargs) in co_flags is set.
...
Ditto "***" for kwargs.
1999-06-09 20:34:57 +00:00
Guido van Rossum
23c115f1c9
Mark Hammond fixed some comments and improved the way the tip text is
...
constructed.
1999-06-03 12:07:50 +00:00
Guido van Rossum
094189f108
My fix to Mark's code: restore the universal check on <KeyRelease>.
...
Always cancel on <Key-Escape> or <ButtonPress>.
1999-06-02 18:18:57 +00:00
Guido van Rossum
6290dabdbb
A version that Mark Hammond posted to the newsgroup. Has some newer
...
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.
1999-06-02 18:12:55 +00:00
Guido van Rossum
85b9735768
Call tips by Mark Hammond (plus tiny fix by me.)
1999-06-02 16:10:19 +00:00