summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tkconstants.py
Commit message (Expand)AuthorAgeFilesLines
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+110
* 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-110/+0
* Patch #805976: Add DOTBOX and UNDERLINE.Martin v. Löwis2003-09-201-0/+5
* Add HIDDEN. Fixes #777664.Martin v. Löwis2003-08-091-0/+2
* -- added a couple of missing Tkinter constants (canvas item styles,Fredrik Lundh2000-08-091-0/+22
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-091-1/+0
* NSEW is also valid for -stickyBarry Warsaw1998-10-011-0/+1
* Added NS and EW constants, which are meaningful values for grid'sBarry Warsaw1998-10-011-1/+3
* Added SOLID definition.Guido van Rossum1997-12-161-0/+2
* Added ALL='all'.Guido van Rossum1996-11-201-0/+1
* added listbox selection modesGuido van Rossum1995-10-111-0/+6
* Initial revisionGuido van Rossum1995-09-071-0/+70