summaryrefslogtreecommitdiffstats
path: root/Demo/threads/find.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-4/+4
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Remove apply()Neal Norwitz2006-03-171-3/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
| | | | From SF patch #852334.
* Note lack of speedup. Remove Irix reference. Remove silly extraGuido van Rossum2002-10-181-5/+6
| | | | | '/tmp' arg. Change predicate to look for world-writable non-symlink files.
* Whitespace normalization.Tim Peters2001-01-211-96/+96
|
* Add a sleep(0.00001) call to make sure all threads run.Guido van Rossum1998-03-261-0/+2
|
* Remove comment "SGI only"Guido van Rossum1996-07-301-1/+1
|
* Fixed for stricter argument matching rulesGuido van Rossum1994-05-161-3/+2
|
* Use time.time() instead of time.millitimer()Guido van Rossum1994-02-171-3/+3
|
* Initial revisionGuido van Rossum1993-12-171-0/+153