Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | 'verify' iff it's used by a test module... | ||||
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -70/+70 |
| | |||||
* | Use random instead of whrandom. | Guido van Rossum | 1998-05-20 | 1 | -8/+8 |
| | |||||
* | Nit: round delays to 0.1 second. | Guido van Rossum | 1997-07-18 | 1 | -2/+2 |
| | |||||
* | Use the new regrtest harness | Barry Warsaw | 1997-01-13 | 1 | -4/+1 |
| | |||||
* | (test_thread.py): modifications to quiet it up when not running as a script. | Barry Warsaw | 1996-12-16 | 1 | -6/+16 |
| | | | | (testall.py): added test_thread to the list of regression tests. | ||||
* | added barrier test (by Tim Peters) | Guido van Rossum | 1994-05-23 | 1 | -2/+67 |
| | |||||
* | Module to test threads | Guido van Rossum | 1994-04-14 | 1 | -0/+41 |