summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido
Commit message (Expand)AuthorAgeFilesLines
* Trivial change in prompt label suggested by Case Roole.Guido van Rossum1997-11-241-1/+1
* Typo discovered by Case Roole.Guido van Rossum1997-10-071-1/+1
* Be more careful with closing fd's 0,1,2.Guido van Rossum1997-10-071-3/+5
* Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a moreGuido van Rossum1997-09-151-7/+35
* Correct off-by-two-pixels error.Guido van Rossum1997-08-221-1/+1
* Add try-finally around main loop.Guido van Rossum1997-08-141-2/+5
* Checked in some new Tk demos that I wrote a while ago.Guido van Rossum1997-04-034-0/+1047
* A different winning animation.Guido van Rossum1996-12-301-6/+8
* Actually, *this* fixes the last bug.Guido van Rossum1996-12-301-2/+7
* Considerably restructured. This fixes the one remaining bug.Guido van Rossum1996-12-301-319/+322
* Solitaire game, like the one that comes with Windows.Guido van Rossum1996-12-291-0/+627
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-278-8/+8
* Updated for Python 1.4Guido van Rossum1996-07-3010-387/+293
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
* Removed broken tst.pyGuido van Rossum1996-04-261-80/+0
* Renamed module tkinter to _tkinterJack Jansen1995-10-232-4/+5
* idraw on top of an imageGuido van Rossum1995-10-111-0/+23
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
* Initial revisionGuido van Rossum1995-09-071-0/+13
* added hello worldGuido van Rossum1995-04-101-0/+17
* demonstrate shell in a Tk windowGuido van Rossum1995-01-101-0/+164
* update pathnamesGuido van Rossum1994-10-117-8/+10
* Micro portability changesGuido van Rossum1994-10-062-1/+4
* AttrDialog.py: some structural changesGuido van Rossum1994-08-032-29/+45
* Made refile work -- basically set exportselection to 0 for list ofGuido van Rossum1994-07-131-8/+5
* Added comment about need of OO styleGuido van Rossum1994-07-131-0/+2
* Change remote operation -- display the widget tree in a listbox andGuido van Rossum1994-07-131-4/+22
* Initial revisionGuido van Rossum1994-07-131-0/+36
* Added names to demo widgets; added RemoteWidgetDialog.Guido van Rossum1994-07-121-9/+79
* Added names to all widgetsGuido van Rossum1994-07-121-12/+26
* correct typoGuido van Rossum1994-07-121-1/+1
* Complete redesign for more code sharing.Guido van Rossum1994-07-121-101/+177
* Use disabled state to enforce read-only state (bit painful since it meansGuido van Rossum1994-07-121-27/+19
* Initial revisionGuido van Rossum1994-07-121-0/+283
* Add menu to change directories -- also generalize acceptable names from *.nGuido van Rossum1994-07-111-16/+40
* Use guido's PythonGuido van Rossum1994-07-081-1/+1
* Initial revisionGuido van Rossum1994-07-081-0/+144
* Adapted to new async ManPage interface (kill, busy);Guido van Rossum1994-07-081-38/+56
* 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-062-0/+332
* Misc changes by SteenGuido van Rossum1994-07-061-6/+5
* * kill.py: Don't use the exec Tcl command.Guido van Rossum1994-07-061-6/+7
* Initial revisionGuido van Rossum1994-06-282-0/+244