summaryrefslogtreecommitdiff
path: root/src/mailman/bin/version.py
Commit message (Collapse)AuthorAgeFilesLines
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-48/+0
| | | | | | | | | | | | | now the only subcommand is 'lists' which displays all mailing lists like the old bin/list_lists command did (which is now removed). Remove bin/version since 'bin/mailman --version' does this for us. Simplify the calculation of the bin scripts; there will be many fewer of them. Extend i18n to use a class based structure. By default, all i18n strings are dedented after translation and substitution, which improves command line help. The class structure allows for overriding this behavior.
* Pick some lintBarry Warsaw2009-07-101-0/+3
|
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-011-18/+17
| | | | | | | Add infrastructure that the first REST interface will use, i.e. providing the Mailman and Python versions. Update bin/version
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+46
correctly regardless of how it's used.