summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/FixTk.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+2
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-5/+5
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-3/+3
* Issue #3881: Help Tcl to load even when started through theMartin v. Löwis2009-01-241-0/+35
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+41
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-41/+0
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-181-0/+4
* Search for tix subdirectories. Fixes #564729. Will backport to 2.2.Martin v. Löwis2002-11-091-9/+14
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY etGuido van Rossum2001-10-121-4/+9
* Also point TK_LIBRARY to the appropriate directory.Guido van Rossum2000-10-251-3/+4
* Work the Tcl version number in the path we search for.Guido van Rossum2000-04-041-2/+3
* A version of FixTk.py that works with the way the installer nowGuido van Rossum2000-03-311-64/+4
* This hopefully fixes the problem of having to set PATHGuido van Rossum1999-01-041-0/+64