Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2003-06-15 | 1 | -1/+1 |
| | |||||
* | Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. | Brett Cannon | 2003-06-13 | 1 | -0/+5 |
| | |||||
* | dummy_thread modified to have interrupt_main and to behave appropriately when | Brett Cannon | 2003-06-13 | 1 | -0/+8 |
| | | | | | | | called. Added announcement in Misc/NEWS for thread.interrupt_main and mention of dummy_thread's change. | ||||
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -5/+1 |
| | | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807. | ||||
* | Make time.sleep calls go to 0 for common testing. | Brett Cannon | 2003-04-30 | 1 | -10/+15 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -5/+5 |
| | |||||
* | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 1 | -0/+167 |
622537), with some nitpicking editorial changes. |