Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally fix SF bug #441172, using a variant of patch ##443626: | Guido van Rossum | 2001-08-11 | 1 | -0/+6 |
| | | | | | | 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. | ||||
* | Moshe noticed an inconsistency in his comment, so I'm rephrasing it to | Guido van Rossum | 1999-08-11 | 1 | -2/+1 |
| | | | | be clearer. | ||||
* | Patch inspired by Moshe Zadka to search for the Icons directory in the | Guido van Rossum | 1999-08-11 | 1 | -5/+11 |
| | | | | | same directory as __file__, rather than searching for it along sys.path. This works better when idle is a package. | ||||
* | Add destroy() method to recursively destroy a tree. | Guido van Rossum | 1999-06-25 | 1 | -0/+6 |
| | |||||
* | Remove unnecessary reference to pyclbr from test() code. | Guido van Rossum | 1999-06-07 | 1 | -2/+0 |
| | |||||
* | Tree widget done right. | Guido van Rossum | 1999-06-01 | 1 | -0/+462 |