Georg Brandl
|
2067bfdf25
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
2008-05-25 13:05:15 +00:00 |
Collin Winter
|
6f2df4d5e1
|
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
|
2007-07-17 20:59:35 +00:00 |
Guido van Rossum
|
b940e113bf
|
SF patch 1631942 by Collin Winter:
(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
|
2007-01-10 16:19:56 +00:00 |
Neal Norwitz
|
d91085598f
|
Remove apply()
|
2006-03-17 08:00:19 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Guido van Rossum
|
b50e1dee86
|
Note lack of speedup. Remove Irix reference. Remove silly extra
'/tmp' arg. Change predicate to look for world-writable non-symlink
files.
|
2002-10-18 18:20:33 +00:00 |
Tim Peters
|
172c40b20a
|
Whitespace normalization.
|
2001-01-21 07:07:30 +00:00 |
Guido van Rossum
|
07af9a7ddd
|
Add a sleep(0.00001) call to make sure all threads run.
|
1998-03-26 20:09:16 +00:00 |
Guido van Rossum
|
2108a50465
|
Remove comment "SGI only"
|
1996-07-30 19:07:18 +00:00 |
Guido van Rossum
|
3ac5b00d40
|
Fixed for stricter argument matching rules
|
1994-05-16 09:26:24 +00:00 |
Guido van Rossum
|
e69d3fec87
|
Use time.time() instead of time.millitimer()
|
1994-02-17 12:36:58 +00:00 |
Guido van Rossum
|
1b789f9fe0
|
Initial revision
|
1993-12-17 14:45:06 +00:00 |