summaryrefslogtreecommitdiff
path: root/Mailman/configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-248/+0
* Update mailmanctl for the new master.py script. Fortunately, we can simplifyBarry Warsaw2008-02-251-10/+6
* Added a test for the built-in pipeline. Fixed some broken handler names inBarry Warsaw2008-02-171-0/+1
* Reorganize the Handler architecture to a pipeline architecture with plugins.Barry Warsaw2008-02-171-0/+1
* Rename 'prep queue' to 'pipeline queue'.Barry Warsaw2008-02-081-1/+2
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Use a more efficient way of deleting rows from a table, which coincidentallyBarry Warsaw2008-01-141-7/+11
* Merge cleanup branchBarry Warsaw2007-11-171-0/+3
|\
| * Initial pylint/pyflakes cleanupBarry Warsaw2007-11-171-0/+1
|/
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-5/+8
* Eradicate mm_cfg.pyBarry Warsaw2007-09-291-2/+2
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-12/+14
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-2/+5
* The start of a message store definition. Whether this will end up being usedBarry Warsaw2007-07-221-0/+1
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-42/+79
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-0/+1
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-40/+32
* Convert the Switchboard test in test_runners.py to a doctest. Add anBarry Warsaw2007-06-271-0/+8
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-0/+1
* Another round of merges of my Pycon branch...bwarsaw2007-04-171-0/+2
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-051-8/+39
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-1/+7
* Postfix LMTP related brushups.tkikuchi2006-11-261-1/+1
* Convert dumpdb to mmshell and configuration object. Convert htmlformat.pybwarsaw2006-11-041-144/+155
* Updated the mmshell scripts so all use the configuration.py config objectmsapiro2006-10-241-143/+144
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-1/+1
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-161-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-1/+41
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-0/+103