summaryrefslogtreecommitdiff
path: root/mailman/commands/echo.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-48/+0
| | | | correctly regardless of how it's used.
* Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-041-1/+1
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-6/+7
|
* Checkpointing new command infrastructure.Barry Warsaw2008-08-121-2/+2
| | | | | | - Add join command - Add echo command - Add end command
* Update and reorganize the command queue runner so that it works with theBarry Warsaw2008-04-261-0/+47
plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.