summaryrefslogtreecommitdiff
path: root/Demo/tix
Commit message (Expand)AuthorAgeFilesLines
* Graft a89d654adaa2 from 3.2 branch. Fixes #15620.Georg Brandl2012-08-1140-0/+3175
|\
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
| * Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-0/+28
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-3040-3174/+0
* | Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-2114-0/+0
* | fix a lot of Tkinter importsBenjamin Peterson2009-01-0416-476/+476
* | remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-172-2/+2
* | Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+28
* | Remove apply()Neal Norwitz2006-03-171-2/+1
|/
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1815-350/+344
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-302-10/+15
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-6/+1
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-7/+8
* Sync tixwidgets from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-152/+147
* Patch #485959: Various changes to Tix demos.Martin v. Löwis2002-03-1714-302/+401
* SF #517447, correct syntax errorNeal Norwitz2002-03-011-2/+1
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-252-50/+193
* Patch #473002: Update Demo/tix tixwidgets.py et al.Martin v. Löwis2001-11-117-154/+542
* [].index() raises ValueError if the value is not in the list, so onlyFred Drake2001-05-111-1/+1
* [].index() raises ValueError if the value is not in the list, so onlyFred Drake2001-05-111-1/+1
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-2137-0/+2528