summaryrefslogtreecommitdiff
path: root/src/mailman/bin/add_members.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-186/+0
| | | | | * Use the IListManager() adapter instead of hanging the list manager off of config.db. This makes the code somewhat cleaner.
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-2/+2
| | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+186
correctly regardless of how it's used.