summaryrefslogtreecommitdiff
path: root/src/mailman/bin/qrunner.py
Commit message (Expand)AuthorAgeFilesLines
* Major terminology shift:Barry Warsaw2011-06-011-281/+0
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+1
* Refactor, and add a missing import.Barry Warsaw2010-08-231-0/+1
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-8/+4
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-2/+3
* A bit of clean up.Barry Warsaw2010-02-131-1/+5
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-051-16/+16
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-0/+10
* Pick some lintBarry Warsaw2009-07-101-5/+0
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-5/+4
* rsplit -> rpartitionBarry Warsaw2009-05-151-5/+5
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-111-2/+4
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-2/+2
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-031-6/+10
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+269