summaryrefslogtreecommitdiff
path: root/src/mailman/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-262-6/+10
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-264-8/+13
* Remove the special cases for pylint. Version 0.18 "works" out of the box now...Barry Warsaw2009-08-252-5/+68
* Test updates and repair.xoBarry Warsaw2009-08-213-4/+7
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-212-187/+2
* mailmanctl must use absolute importsBarry Warsaw2009-08-171-0/+2
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-161-1/+17
* Add the 'mailman remove' command.Barry Warsaw2009-08-141-83/+0
* Remove old fileBarry Warsaw2009-08-131-130/+0
* bin/mailman help as an alias for bin/mailman --helpBarry Warsaw2009-08-091-1/+1
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-096-215/+92
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-262-3/+4
* Pick some lintBarry Warsaw2009-07-103-10/+3
* More lint picking.Barry Warsaw2009-07-041-8/+11
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-163-12/+8
* rsplit -> rpartitionBarry Warsaw2009-05-153-7/+7
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-111-2/+4
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-2/+2
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-031-6/+10
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-011-18/+17
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-10/+2
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-121-2/+11
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-124-19/+18
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2535-0/+6263