Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | Wait for visibility before setting a grab. Fixes #946153. | Martin v. Löwis | 2004-08-03 | 1 | -0/+1 |
| | |||||
* | Patch #911176: Move test function into __main__ | Martin v. Löwis | 2004-03-22 | 1 | -12/+12 |
| | |||||
* | Give in to the tab police. | Guido van Rossum | 1998-03-20 | 1 | -78/+78 |
| | |||||
* | Do a better job of keeping the dialog visible when the master window | Guido van Rossum | 1997-12-28 | 1 | -0/+8 |
| | | | | is near or beyond the edge of the screen. Patch by Skip Montanaro. | ||||
* | Don't use tktools, dummy! Reworded test message slightly. | Guido van Rossum | 1996-07-21 | 1 | -5/+31 |
| | |||||
* | new simple dialog module, incompatible | Guido van Rossum | 1996-06-17 | 1 | -0/+77 |