Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -4/+4 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 Norwitz | 2006-03-17 | 1 | -3/+2 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | Note lack of speedup. Remove Irix reference. Remove silly extra | Guido van Rossum | 2002-10-18 | 1 | -5/+6 |
| | | | | | '/tmp' arg. Change predicate to look for world-writable non-symlink files. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-21 | 1 | -96/+96 |
| | |||||
* | Add a sleep(0.00001) call to make sure all threads run. | Guido van Rossum | 1998-03-26 | 1 | -0/+2 |
| | |||||
* | Remove comment "SGI only" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed for stricter argument matching rules | Guido van Rossum | 1994-05-16 | 1 | -3/+2 |
| | |||||
* | Use time.time() instead of time.millitimer() | Guido van Rossum | 1994-02-17 | 1 | -3/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-12-17 | 1 | -0/+153 |