summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/brownian.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the lock; it's no longer needed.Guido van Rossum1998-06-301-15/+5
|
* Protect all uses of the random generator with a lock.Guido van Rossum1998-05-281-8/+24
| | | | Particles break out of their loop when the main loop exits.
* An example of a multi-threaded Tkinter program.Guido van Rossum1998-05-281-0/+44