summaryrefslogtreecommitdiff
path: root/src/mailman/bin/create_list.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old fileBarry Warsaw2009-08-131-130/+0
|
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-1/+2
| | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API.
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-3/+3
| | | | | | | 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/+129
correctly regardless of how it's used.