| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that we're on Python 3.4, we don't need enum34. | Barry Warsaw | 2015-04-28 | 1 | -1/+0 |
| * | use falcon >= 0.3rc1 till a stable release | Abhilash Raj | 2015-04-28 | 1 | -1/+1 |
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -1/+0 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+1 |
| * | Update the setup.py, tox.ini, template.py and documentation for the switch to | Barry Warsaw | 2014-12-22 | 1 | -2/+2 |
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -0/+1 |
| * | Trunk merge. | Barry Warsaw | 2014-11-02 | 1 | -1/+2 |
| |\ |
|
| | * | 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 |
| * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 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 |
| * | 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 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -0/+1 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Rip out lazr.restful and replace it with restish. This simpifies a lot of the | Barry Warsaw | 2010-02-23 | 1 | -3/+2 |
| * | 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 |
| * | * Switch to distribute from setuptools. | Barry Warsaw | 2009-11-23 | 1 | -5/+2 |
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -0/+1 |
| * | Use lazr.smtptest instead of our own SMTPServer and test SMTPd. | Barry Warsaw | 2009-10-15 | 1 | -0/+1 |
| * | 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 |
| * | 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 now... | Barry Warsaw | 2009-08-25 | 1 | -0/+2 |
| * | A start on the 'mailman' subcommand layout, with the help of argparse. Right | Barry Warsaw | 2009-08-09 | 1 | -2/+1 |
| * | Integrate pylint and Sphinx documentation buildout targets. | Barry Warsaw | 2009-06-30 | 1 | -0/+3 |