Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pylint - dealt with redefined-outer-name and redefined-built in warnings | James Ennis | 2018-03-14 | 1 | -4/+4 |
* | pylint - dealt with global-statement warning | James Ennis | 2018-03-14 | 1 | -2/+2 |
* | pylint - dealt with broad-except and bare-except warnings | James Ennis | 2018-03-14 | 1 | -1/+1 |
* | _signals.terminator_handler: wrap handlers in trys | Angelos Evripiotis | 2017-12-22 | 1 | -1/+14 |
* | _signals: always pop handlers, and restore states | Angelos Evripiotis | 2017-12-13 | 1 | -19/+23 |
* | _signals: note os._exit() on terminate | Angelos Evripiotis | 2017-12-13 | 1 | -0/+4 |
* | _signals.py: Cleaning up blocked() context manager and adding ignored() | Tristan Van Berkom | 2017-06-25 | 1 | -20/+33 |
* | _signals.py: Added blocked() context manager | Tristan Van Berkom | 2017-05-30 | 1 | -0/+39 |
* | _signals.py: More reliable suspend/resume context manager | Tristan Van Berkom | 2017-04-08 | 1 | -32/+34 |
* | _signals.py: Adding new file to handle per process unix signals | Tristan Van Berkom | 2017-04-07 | 1 | -0/+123 |