summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/brownian.py
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-301-50/+0
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
* 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
* An example of a multi-threaded Tkinter program.Guido van Rossum1998-05-281-0/+44