summaryrefslogtreecommitdiff
path: root/src/mailman/options.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Many pylint cleanups.Barry Warsaw2009-06-301-1/+8
|
* Back out that last change in override order between the environment variableBarry Warsaw2009-05-151-2/+4
| | | | and -C.
* Add initialization pre- and post- hooks, configurable in the config file.Barry Warsaw2009-05-151-4/+2
| | | | | | | | | | | This lets you run a bit of Python at various stages of the initialization process. Move the warnings filters to the top mailman package __init__.py so you always get it. lazr.restful is too chatty. The environment variable $MAILMAN_CONFIG_FILE now overrides -C. Hmm, I think we really want it the original way.
* Work around the limitation in Python 2.6's OptionParser class's refusal toBarry Warsaw2009-02-041-4/+28
| | | | accept unicode options strings in its add_option() method.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+143
correctly regardless of how it's used.