| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix coverage, deprecate, but run non-plugin (post|pre)_hooks.pluggable-components | J08nY | 2017-08-07 | 1 | -1/+1 |
| * | Ignore plugin started subprocesses in master main loop. | J08nY | 2017-08-07 | 1 | -0/+7 |
| * | Convert to click for CLI options | Barry Warsaw | 2017-07-22 | 1 | -93/+129 |
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| * | Fix the Flake8 ignore tags | Aurélien Bompard | 2016-11-21 | 1 | -5/+5 |
| * | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 1 | -6/+6 |
| * | Don't use `flake8: noqa`. | Barry Warsaw | 2016-04-01 | 1 | -6/+6 |
| * | Clean up the bin directory. | Barry Warsaw | 2016-03-24 | 1 | -19/+11 |
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| * | Remove the obsolete and mostly unimplemented onebounce script. | Barry Warsaw | 2015-05-03 | 1 | -3/+3 |
| * | * The test suite now runs successfully again with PostgreSQL. Given by | Barry Warsaw | 2015-04-22 | 1 | -5/+11 |
| |\ |
|
| | * | Propagate the MAILMAN_EXTRA_TESTING_CFG env var to subprocesses | Aurélien Bompard | 2015-04-22 | 1 | -5/+5 |
| |/ |
|
| * | change bin/mailman to mailman everwhere in docs | Abhilash Raj | 2015-03-12 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Fix the passing of certain essential environment variables down from the | Barry Warsaw | 2015-01-02 | 1 | -4/+11 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -4/+0 |
| * | Fix a few issues with `python2 -3` compatibility. | Barry Warsaw | 2014-11-19 | 1 | -2/+3 |
| * | Remove debugging. | Barry Warsaw | 2014-11-16 | 1 | -1/+0 |
| * | Make sure runner subprocesses get covered during `tox -e coverage`. | Barry Warsaw | 2014-11-16 | 1 | -2/+9 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -2/+2 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | * Improve the --help text for the `start`, `stop`, `restart`, and `reopen` | Barry Warsaw | 2012-12-23 | 1 | -0/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * `bin/mailman start --force` option is fixed. (LP: #869317) | Barry Warsaw | 2011-10-16 | 1 | -1/+0 |
| * | * Moderating a message with Action.accept now sends the message. (LP: #827697) | Barry Warsaw | 2011-08-22 | 1 | -0/+1 |
| * | Typos, left over crud, and a refactoring. | Barry Warsaw | 2011-06-10 | 1 | -2/+2 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -95/+93 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | * Start to get rid of pylint; it's more trouble than it's worth and pyflakes | Barry Warsaw | 2010-12-22 | 1 | -43/+47 |
| * | Upgrade from using the locknix package to using flufl.lock. | Barry Warsaw | 2010-11-27 | 1 | -4/+4 |
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -3/+3 |
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 1 | -1/+1 |
| * | More fixes to the start up procedure. The root cause of the fix is that when | Barry Warsaw | 2010-03-28 | 1 | -15/+21 |
| * | Checkpointint support for different path layouts, allowing us to optionally | Barry Warsaw | 2010-01-27 | 1 | -2/+2 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| * | * Refactor the language manager off of the config object and into a utility. | Barry Warsaw | 2009-12-10 | 1 | -7/+9 |
| * | * Mostly eradicate mentions of mailmanctl. | Barry Warsaw | 2009-12-05 | 1 | -9/+8 |
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| * | When testing, the signal.pause() is a problem because the TestableMaster is | Barry Warsaw | 2009-10-15 | 1 | -4/+8 |
| * | Move mailmanctl start and stop commands into bin/mailman. | Barry Warsaw | 2009-10-06 | 1 | -8/+14 |
| * | Remove the special cases for pylint. Version 0.18 "works" out of the box now... | Barry Warsaw | 2009-08-25 | 1 | -5/+66 |
| * | A start on the 'mailman' subcommand layout, with the help of argparse. Right | Barry Warsaw | 2009-08-09 | 1 | -2/+3 |
| * | Pick some lint | Barry Warsaw | 2009-07-10 | 1 | -5/+0 |
| * | More lint picking. | Barry Warsaw | 2009-07-04 | 1 | -8/+11 |
| * | Refactor __import__'s into a separate utility module. | Barry Warsaw | 2009-05-16 | 1 | -4/+2 |
| * | rsplit -> rpartition | Barry Warsaw | 2009-05-15 | 1 | -1/+1 |
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+452 |