summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-111-0/+8
| | | | | runner flag to indicate whether the qrunner parent process should intercept signals or not. The REST server should not intercept signals.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+119
correctly regardless of how it's used.