| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+1 |
| | | |||||
| * | Fix test failure for test_tcl on OS/X and Windows if a | David Ascher | 2004-03-26 | 1 | -7/+1 |
| | | | | | | | | | | | | version of Tcl other than ActiveTcl is installed (ActiveTcl included TclX, other Tcl distros didn't). I'm removing the package loading test because it's hard to come up with a package that is guaranteed to be in any Tcl installation. Special-casing darwin and windows is ok since that leaves the only Tk platform (X) which the test was trying to address. | ||||
| * | Cleanup: remove test file after it is used. | Neal Norwitz | 2004-02-29 | 1 | -0/+1 |
| | | |||||
| * | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
| | | |||||
| * | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -0/+159 |
| Allow the user to create Tkinter.Tcl objects which are just like Tkinter.Tk objects except that they do not initialize Tk. This is useful in circumstances where the script is being run on machines that do not have an X server running -- in those cases, Tk initialization fails, even if no window is ever created. Includes documentation change and tests. Tested on Linux, Solaris and Windows. Reviewed by Martin von Loewis. | |||||
