summaryrefslogtreecommitdiff
path: root/mailman/commands/cmd_set.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-360/+0
| | | | correctly regardless of how it's used.
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* Lots of changes to make bin/withlist work under a buildout environment.Barry Warsaw2008-12-201-1/+1
| | | | | | | | | | mailman.configuration -> mailman.config.config mailman.initialize -> mailma.core.initialize mailman.loginit -> mailman.core.logging (yay future absolute imports!) Convert all configurations to lazr.config, though some legacy still remains, and I haven't been able to remove Defaults.py yet. Added as_boolean() and as_log_level() helpers for explicit type conversion. Added a schema.cfg.
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* Update and reorganize the command queue runner so that it works with theBarry Warsaw2008-04-261-0/+360
plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.