summaryrefslogtreecommitdiff
path: root/src/mailman/bin/master.py
Commit message (Expand)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-93/+129
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-5/+5
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-6/+6
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-6/+6
* Clean up the bin directory.Barry Warsaw2016-03-241-19/+11
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Remove the obsolete and mostly unimplemented onebounce script.Barry Warsaw2015-05-031-3/+3
* * The test suite now runs successfully again with PostgreSQL. Given byBarry Warsaw2015-04-221-5/+11
|\
| * Propagate the MAILMAN_EXTRA_TESTING_CFG env var to subprocessesAurélien Bompard2015-04-221-5/+5
|/
* change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-121-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Fix the passing of certain essential environment variables down from theBarry Warsaw2015-01-021-4/+11
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+0
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-191-2/+3
* Remove debugging.Barry Warsaw2014-11-161-1/+0
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-161-2/+9
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-2/+2
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`Barry Warsaw2012-12-231-0/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* * `bin/mailman start --force` option is fixed. (LP: #869317)Barry Warsaw2011-10-161-1/+0
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-0/+1
* Typos, left over crud, and a refactoring.Barry Warsaw2011-06-101-2/+2
* Major terminology shift:Barry Warsaw2011-06-011-95/+93
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* * Start to get rid of pylint; it's more trouble than it's worth and pyflakesBarry Warsaw2010-12-221-43/+47
* Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-4/+4
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+3
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-1/+1
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-15/+21
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-271-2/+2
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-7/+9
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-051-9/+8
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* When testing, the signal.pause() is a problem because the TestableMaster isBarry Warsaw2009-10-151-4/+8
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-061-8/+14
* Remove the special cases for pylint. Version 0.18 "works" out of the box now...Barry Warsaw2009-08-251-5/+66
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-2/+3
* Pick some lintBarry Warsaw2009-07-101-5/+0
* More lint picking.Barry Warsaw2009-07-041-8/+11
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-4/+2
* rsplit -> rpartitionBarry Warsaw2009-05-151-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+452