summaryrefslogtreecommitdiff
path: root/src/mailman/bin/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-7/+2
|
* Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-131-4/+4
|\
| * change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-121-1/+1
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Major terminology shift:Barry Warsaw2011-06-012-51/+53
| | | | | | | | | | | | | | | | | * Queue runners are now called just 'Runners' since several of them don't manage queue directories. * Ban the term 'qrunner' too. * The master queue runner watcher should now just be called the 'master' or the 'master runner'. * bin/qrunner -> bin/runner * mailman.qrunner log file -> mailman.runner * master-qrunner.lck -> master.lck * master-qrunner.pid -> master.pid Also: * Remove some obsolete files * Begin the .txt -> .rst renaming
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-3/+4
|
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-051-3/+3
| | | | * In most human readable text, qrunner -> queue runner
* When testing, the signal.pause() is a problem because the TestableMaster isBarry Warsaw2009-10-151-1/+1
| | | | | never killed with a signal. In the real-world, it is though. So put the .pause() in a method that can be overridden by TestableMaster.
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-061-0/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+49
correctly regardless of how it's used.