summaryrefslogtreecommitdiffstats
path: root/src/python/pyabc.i
Commit message (Collapse)AuthorAgeFilesLines
* fixes to pyabc kill mechanismBaruch Sterin2011-02-271-28/+691
|
* 1. Replace system() with a function that responds to SIGINT. 2. Add ↵Baruch Sterin2011-02-011-27/+15
| | | | functions to cleanup temporary files on SIGINT. 3. Fix bugs related to signal handling.
* pyabc: make the SIGINT signal handler clean up by sending SIGINT to child ↵Baruch Sterin2011-01-131-61/+111
| | | | processes registered by the python code. Also provide functions to block SIGINT and unblock it, to allow for critical sections where signals are blocked
* initial commit of public abcAlan Mishchenko2010-11-011-0/+330