summaryrefslogtreecommitdiff
path: root/mailman/commands/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-22/+0
| | | | correctly regardless of how it's used.
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* Merge in command refactoring branch.Barry Warsaw2008-08-121-0/+2
|\ | | | | | | | | | | Begin to flesh out the tests for the join command. Refactor out notifications from the add_member() function.
| * Checkpointing new command infrastructure.Barry Warsaw2008-08-121-0/+1
|/ | | | | | - 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/+20
plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.