summaryrefslogtreecommitdiff
path: root/src/mailman/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Move a module.Barry Warsaw2009-11-041-59/+0
|
* Wow. Put domains into the database.Barry Warsaw2009-07-161-2/+10
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* Many pylint cleanups.Barry Warsaw2009-06-301-0/+6
|
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-2/+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/+44
correctly regardless of how it's used.