| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 1 | -0/+1 |
| | | |||||
| * | replace storm with sqlalchemy as dependency | Abhilash Raj | 2014-09-05 | 1 | -1/+1 |
| | | |||||
| * | * Use ``setuptools`` instead of ``distribute``, since the latter is defunct. | Barry Warsaw | 2014-04-15 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Use the ``enum34`` package instead of ``flufl.enum``. | Barry Warsaw | 2013-08-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -1/+1 |
| | | | |||||
| * | | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. | Barry Warsaw | 2013-08-25 | 1 | -2/+2 |
| |/ | |||||
| * | Remove unnecessary install_requires. | Barry Warsaw | 2013-01-05 | 1 | -1/+0 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -2/+2 |
| | | | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506 | ||||
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -0/+1 |
| | | | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization. | ||||
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -0/+1 |
| | | | | | Beta testers can can safely remove `$var_dir/queue/news`. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 1 | -0/+1 |
| | | |||||
| * | * Build the Sphinx documentation with `python setup.py build_sphinx` instead | Barry Warsaw | 2011-10-05 | 1 | -3/+0 |
| | | | | | | of bin/docs from buildout. * Ensure foreign_keys are ON (probably unnecessary). | ||||
| * | Factor out bounce detection to flufl.bounce. | Barry Warsaw | 2011-07-15 | 1 | -0/+1 |
| | | |||||
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Queue runners are now called just 'Runners' since several of them don't manage queue directories. * Ban the term 'qrunner' too. * The master queue runner watcher should now just be called the 'master' or the 'master runner'. * bin/qrunner -> bin/runner * mailman.qrunner log file -> mailman.runner * master-qrunner.lck -> master.lck * master-qrunner.pid -> master.pid Also: * Remove some obsolete files * Begin the .txt -> .rst renaming | ||||
| * | Fixed version number regexp. | Barry Warsaw | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Upgrade from using the locknix package to using flufl.lock. | Barry Warsaw | 2010-11-27 | 1 | -1/+1 |
| | | |||||
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+0 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | checkpoint | Barry Warsaw | 2010-07-16 | 1 | -1/+1 |
| | | |||||
| * | We are not compatible with zope.testing 4.x. | Barry Warsaw | 2010-06-15 | 1 | -0/+1 |
| | | |||||
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 1 | -1/+1 |
| | | |||||
| * | Complete the conversion to restish. All the tests pass and we're now actually | Barry Warsaw | 2010-02-24 | 1 | -0/+1 |
| | | | | | | | RESTful. We have to use httplib2 to get DELETE and PUT. This is a prototype and could still use much cleanup. | ||||
| * | Rip out lazr.restful and replace it with restish. This simpifies a lot of the | Barry Warsaw | 2010-02-23 | 1 | -3/+2 |
| | | | | | | REST architecture, at the expense of a few features, and less support. So far so good though. | ||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add dependency. | Barry Warsaw | 2009-11-29 | 1 | -0/+1 |
| | | |||||
| * | Do not create the .mo files during setup. This makes things go much faster. | Barry Warsaw | 2009-11-24 | 1 | -12/+12 |
| | | | | | | The tests do require a partial French translation for digester.txt, so just include the bare minimum, already msgfmt'd in the mailman.testing package. | ||||
| * | * Switch to distribute from setuptools. | Barry Warsaw | 2009-11-23 | 1 | -5/+2 |
| | | | | | * Remove the dependency on setuptools_bzr and use a MANIFEST.in instead | ||||
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -0/+1 |
| | | | | | package. | ||||
| * | Use lazr.smtptest instead of our own SMTPServer and test SMTPd. | Barry Warsaw | 2009-10-15 | 1 | -0/+1 |
| | | | | | | Update the lazr.restful IWebServiceConfiguration implementation to include the new hop_by_hop_headers attribute, by way of BaseWSGIWebServiceConfiguration. | ||||
| * | Bye bye mailmanctl, long live 'bin/mailman start' | Barry Warsaw | 2009-10-09 | 1 | -1/+1 |
| | | |||||
| * | Re-enable setuptools_bzr | Barry Warsaw | 2009-09-25 | 1 | -3/+3 |
| | | |||||
| * | Re-enable __version__ | Barry Warsaw | 2009-09-25 | 1 | -2/+1 |
| | | |||||
| * | Play much more nicely with buildout, and use a better mechanism for declaring | Barry Warsaw | 2009-09-25 | 1 | -15/+21 |
| | | | | | | the namespace package. This gets things working on a fresh Ubuntu Karmic installation. | ||||
| * | Instead of using an adapter, use a utility to get the mailing list manager. | Barry Warsaw | 2009-08-26 | 1 | -1/+2 |
| | | |||||
| * | Remove the special cases for pylint. Version 0.18 "works" out of the box ↵ | Barry Warsaw | 2009-08-25 | 1 | -0/+2 |
| | | | | | | | now, except that it has a bug where it can't handle "from __future__ import absolute_import". Robustify master.py so that we can't get into a situation where the pid dictionary changes size during iteration. No test, but this should be fixed. | ||||
| * | A start on the 'mailman' subcommand layout, with the help of argparse. Right | Barry Warsaw | 2009-08-09 | 1 | -2/+1 |
| | | | | | | | | | | | | | | now the only subcommand is 'lists' which displays all mailing lists like the old bin/list_lists command did (which is now removed). Remove bin/version since 'bin/mailman --version' does this for us. Simplify the calculation of the bin scripts; there will be many fewer of them. Extend i18n to use a class based structure. By default, all i18n strings are dedented after translation and substitution, which improves command line help. The class structure allows for overriding this behavior. | ||||
| * | Integrate pylint and Sphinx documentation buildout targets. | Barry Warsaw | 2009-06-30 | 1 | -0/+3 |
| | | | | | | | | | * bin/lint.sh runs the linter (be very afraid) * bin/docs runs Sphinx over the documentation (needs refining) src/sphinxconf.py is an ugly hack to hook the buildout recipe so that we can ignore text files in our tree that are not documentation. | ||||
| * | Checking pointing all the ZCA and restful wiring that I really don't | Barry Warsaw | 2009-04-02 | 1 | -0/+3 |
| | | | | | understand. Cargo culting FTW. | ||||
| * | Get rid of the mailman.scrubber entry point. | Barry Warsaw | 2009-03-10 | 1 | -2/+1 |
| | | |||||
| * | Get rid of the mailman.rules entry point. | Barry Warsaw | 2009-03-09 | 1 | -1/+0 |
| | | |||||
| * | Get rid of the mailman.handlers entry point. | Barry Warsaw | 2009-03-09 | 1 | -1/+0 |
| | | |||||
| * | Get rid of mailman.commands entry point. | Barry Warsaw | 2009-03-09 | 1 | -9/+1 |
| | | |||||
| * | Remove the mailman.database setup.py plugin, instead opting for defining the | Barry Warsaw | 2009-03-05 | 1 | -1/+0 |
| | | | | | database class in the configuration file. | ||||
| * | Checkpointing the conversion of automatic responses away from pickles. | Barry Warsaw | 2009-02-16 | 1 | -0/+1 |
| | | |||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -2/+5 |
| | | | | | correctly regardless of how it's used. | ||||
| * | Defaults module is mostly eradicated, converted to lazr.config. The test | Barry Warsaw | 2009-01-05 | 1 | -1/+0 |
| | | | | | suite does not yet work though. | ||||
