summaryrefslogtreecommitdiff
path: root/src/mailman/options.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the obsolete and mostly unimplemented onebounce script.Barry Warsaw2015-05-031-168/+0
| | | | | Move the options base class to utilities (even though only the master uses it). Remove other obsolete and unused code.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* Checkpointing.Barry Warsaw2014-11-301-1/+1
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Remove all pylint vestiges.Barry Warsaw2011-08-031-2/+0
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* 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.