summaryrefslogtreecommitdiff
path: root/src/mailman/core/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-3/+5
* Fix signal handler exception.Barry Warsaw2017-02-011-14/+15
* Handle PEP 475 fallout.Barry Warsaw2017-01-281-2/+13
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-1/+1
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-5/+3
* Clean up the core directory.Barry Warsaw2016-03-241-8/+4
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Even if we're not loading a user-defined mailman.cfg file (i.e. the user ranBarry Warsaw2015-01-021-5/+6
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-3/+12
* Checkpointing.Barry Warsaw2014-11-301-8/+7
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-1/+25
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-3/+10
|\
| * changeSandesh Kumar Agrawal2013-01-171-1/+0
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-2/+9
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-111-2/+8
* General code cleanup.Barry Warsaw2012-04-251-4/+3
* * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw2012-02-261-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* Major terminology shift:Barry Warsaw2011-06-011-5/+6
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-0/+249