summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/ManPage.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,...Georg Brandl2010-11-261-220/+0
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-3/+3
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+4
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-185/+185
* Updated for Python 1.4Guido van Rossum1996-07-301-14/+14
* Renamed module tkinter to _tkinterJack Jansen1995-10-231-1/+2
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
* Use disabled state to enforce read-only state (bit painful since it meansGuido van Rossum1994-07-121-27/+19
* Rewritten somewhat again, distinguished between internal and externalGuido van Rossum1994-07-081-24/+67
* Always insert at 'end'Guido van Rossum1994-07-081-3/+3
* parsefile() now calls self.update() while filling the buffer,Guido van Rossum1994-07-081-60/+90
* Don't use self.text -- it's self now!Guido van Rossum1994-07-061-18/+18
* Initial revisionGuido van Rossum1994-07-061-0/+149