| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #6470: Drop UNC prefix in FixTk.py | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 | 
| | | | | | Patch by Christop Gohlke and Amaury Forgeot d'Arc. | ||||
| * | #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. | Florent Xicluna | 2010-03-06 | 1 | -5/+5 | 
| | | |||||
| * | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -3/+3 | 
| | | |||||
| * | Issue #3881: Help Tcl to load even when started through the | Martin v. Löwis | 2009-01-24 | 1 | -0/+35 | 
| | | | | | unreadable local symlink to "Program Files" on Vista. | ||||
| * | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 1 | -0/+41 | 
| | | |||||
| * | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 1 | -8/+0 | 
| | | |||||
| * | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -0/+8 | 
| | | |||||
| * | Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. | Georg Brandl | 2008-05-16 | 1 | -41/+0 | 
| | | |||||
| * | Make it a bit easier to test Tcl/Tk and idle from a build dir. | Christian Heimes | 2007-12-18 | 1 | -0/+4 | 
| | | |||||
| * | Search for tix subdirectories. Fixes #564729. Will backport to 2.2. | Martin v. Löwis | 2002-11-09 | 1 | -9/+14 | 
| | | |||||
| * | Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. | Martin v. Löwis | 2002-02-24 | 1 | -10/+31 | 
| | | | | | Fixes #418173 and #219960. 2.2.1 candidate. | ||||
| * | Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et | Guido van Rossum | 2001-10-12 | 1 | -4/+9 | 
| | | | | | | al. if already set. Also adds TIX_LIBRARY (just in case). (Note that this is entirely Windows specific.) | ||||
| * | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 | 
| | | | | | Changed the landmark to tclIndex, which should occur in both. | ||||
| * | Work the Tcl version number in the path we search for. | Guido van Rossum | 2000-04-04 | 1 | -2/+3 | 
| | | |||||
| * | A version of FixTk.py that works with the way the installer now | Guido van Rossum | 2000-03-31 | 1 | -64/+4 | 
| | | | | | installs Tcl/Tk. | ||||
| * | This hopefully fixes the problem of having to set PATH | Guido van Rossum | 1999-01-04 | 1 | -0/+64 | 
| in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk which will hunt around in a few common places and then set PATH and try again, or else issue a big clarifying error message. | |||||
