summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/archiver.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-35/+0
|
* More documentation updatesBarry Warsaw2010-09-101-2/+3
|
* Cleanup.Barry Warsaw2009-11-041-1/+0
|
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-211-1/+1
| | | | | | | | means commit() is now transaction.commit() in doctests. Add tests of extended domain creation, which exposes the need to unlock the database (via transaction.abort()) so that the foreground test process doesn't lock the background REST server process.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-1/+2
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+34
correctly regardless of how it's used.