summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-033-1/+185
| | | | Added some new demos. Fixed a few others.
* Added mboxconvert.pyGuido van Rossum1994-09-052-0/+114
|
* Description of what's hereGuido van Rossum1994-08-301-0/+22
|
* Moved mpzpi.py to scripts subdirectoryGuido van Rossum1994-08-191-3/+0
|
* Add test for mpz moduleGuido van Rossum1994-08-192-0/+35
|
* Added pathfixGuido van Rossum1994-08-191-0/+1
|
* newslist.py: Added search for .newslistrc.py;Guido van Rossum1994-08-191-0/+7
| | | | | pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
* Tree displaying classGuido van Rossum1994-08-081-0/+23
|
* AttrDialog.py: some structural changesGuido van Rossum1994-08-032-29/+45
| | | | listtree.py: "Print" -> "List" in description
* Made refile work -- basically set exportselection to 0 for list ofGuido van Rossum1994-07-131-8/+5
| | | | | folders, then fix minor bugs and remove debug print statement. Also needs a fix to mhlib.py
* 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
| | | | open relevant dialogs on double click
* 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
| | | | Added readonly options, used for .class field.
* Use disabled state to enforce read-only state (bit painful since it meansGuido van Rossum1994-07-121-27/+19
| | | | | switching states each time we insert some text but has to be done this way since else class bindings might allow editing...)
* 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
| | | | into *.[ln123456789]
* 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
| | | | | | Added case sensitive searching; Added explicit buttons for man page display and search (in addition to <Return> and double clicking in the listbox)
* Rewritten somewhat again, distinguished between internal and externalGuido van Rossum1994-07-081-24/+67
| | | | | methods (internal ones start with '_'), asynchronous transfers are now killed synchronously (i.e. after t.kill(), t.busy() is false immediately).
* 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
| | | | so you can read the top of the man page while the rest is being parsed
* 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
|
* Initial revisionGuido van Rossum1994-06-271-0/+119
|
* Fix initial fill color of squareGuido van Rossum1994-06-201-1/+1
| | | | .,
* Adapt to new Tkinter.pyGuido van Rossum1994-06-201-27/+32
|
* Moved tk.record() to record whole commands instead of linesGuido van Rossum1994-06-201-1/+1
|
* Adapted to new Tkinter.py.Guido van Rossum1994-06-201-13/+12
|
* Initial revisionGuido van Rossum1994-06-206-0/+809
|
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
|
* Quentin's latest versionGuido van Rossum1994-05-271-70/+119
|
* Initial revisionGuido van Rossum1994-05-272-0/+368
|
* Added optional lock parameter to condition class.Guido van Rossum1994-05-181-7/+114
| | | | Added mrsw (multiple-reader-single-writer) lock.
* Added semaphores; fix event.wait().Guido van Rossum1994-05-171-4/+51
|
* Initial revisionGuido van Rossum1994-05-162-0/+497
|
* Added bug.py and condition.pyGuido van Rossum1994-05-161-2/+7
|
* Don't use thread.exit_prog(); set a global variable to stop otherGuido van Rossum1994-05-161-2/+8
| | | | thread
* Don't use thread.exit_prog; let child die if EOF readGuido van Rossum1994-05-161-1/+2
|
* Fixed for stricter argument matching rulesGuido van Rossum1994-05-161-3/+2
|
* Added pindent.pyGuido van Rossum1994-05-151-0/+1
|
* Added ifdef.pyGuido van Rossum1994-05-091-0/+1
|
* Initial revisionGuido van Rossum1994-05-031-0/+84
|