Walter Dörwald
aaab30e00c
Apply diff2.txt from SF patch http://www.python.org/sf/572113
...
(with one small bugfix in bgen/bgen/scantools.py)
This replaces string module functions with string methods
for the stuff in the Tools directory. Several uses of
string.letters etc. are still remaining.
2002-09-11 20:36:02 +00:00
Guido van Rossum
24989727b9
Use self.__class__ to instantiate a TreeNode item recursively, to
...
allow subclassing.
2002-05-27 13:35:05 +00:00
Guido van Rossum
38507ae614
Finally fix SF bug #441172 , using a variant of patch ##443626:
...
canceling an edit operation would not revert the value of the field.
The fix takes care to destroy the Entry object, as suggested in the
patch.
2001-08-11 04:37:07 +00:00
Guido van Rossum
aa6ed0c341
Moshe noticed an inconsistency in his comment, so I'm rephrasing it to
...
be clearer.
1999-08-11 14:55:43 +00:00
Guido van Rossum
292f2c53da
Patch inspired by Moshe Zadka to search for the Icons directory in the
...
same directory as __file__, rather than searching for it along sys.path.
This works better when idle is a package.
1999-08-11 02:01:00 +00:00
Guido van Rossum
30455f3050
Add destroy() method to recursively destroy a tree.
1999-06-25 17:07:57 +00:00
Guido van Rossum
3f75741844
Remove unnecessary reference to pyclbr from test() code.
1999-06-07 15:38:40 +00:00
Guido van Rossum
7419f4b290
Tree widget done right.
1999-06-01 18:19:17 +00:00