Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. | Brett Cannon | 2003-06-13 | 1 | -4/+12 |
| | |||||
* | dummy_thread modified to have interrupt_main and to behave appropriately when | Brett Cannon | 2003-06-13 | 1 | -1/+17 |
| | | | | | | | called. Added announcement in Misc/NEWS for thread.interrupt_main and mention of dummy_thread's change. | ||||
* | Whitespace normalization. | Tim Peters | 2003-01-29 | 1 | -5/+5 |
| | |||||
* | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 1 | -0/+116 |
622537), with some nitpicking editorial changes. |