| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to click for CLI options | Barry Warsaw | 2017-07-22 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -14/+0 |
| | | |||||
| * | public() takes keyword arguments. | Barry Warsaw | 2016-04-04 | 1 | -8/+9 |
| | | |||||
| * | Clean up the interfaces directory. | Barry Warsaw | 2016-03-25 | 1 | -13/+13 |
| | | |||||
| * | First massive round of cleanups. | Barry Warsaw | 2016-03-23 | 1 | -0/+13 |
| | | | | | | | | | * Get rid of explicit __all__ settings and use the @public decorator. * Get rid of ^L's * Use expected_count argument for get_queue_messages() * Various code modernizations. * Other minor changes to make flake8 happy. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | 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 | -7/+0 |
| | | |||||
| * | * Improve test coverage a bit. | Barry Warsaw | 2014-11-11 | 1 | -2/+2 |
| | | | | | | * Shore up the coverage.ini file. * Fix up Link.__repr__() | ||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -2/+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 Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. | Barry Warsaw | 2013-08-25 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | This is the way to build the documentation now: | Barry Warsaw | 2011-09-23 | 1 | -5/+8 |
| | | | | | $ python setup.py build_sphinx | ||||
| * | Remove all pylint vestiges. | Barry Warsaw | 2011-08-03 | 1 | -1/+0 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Complete the conversion to restish. All the tests pass and we're now actually | Barry Warsaw | 2010-02-24 | 1 | -7/+0 |
| | | | | | | | RESTful. We have to use httplib2 to get DELETE and PUT. This is a prototype and could still use much cleanup. | ||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Pick lint. Down to 4137 lines of warnings. | Barry Warsaw | 2009-12-14 | 1 | -0/+1 |
| | | |||||
| * | Do not create the .mo files during setup. This makes things go much faster. | Barry Warsaw | 2009-11-24 | 1 | -2/+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. | ||||
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -0/+5 |
| | | | | | package. | ||||
| * | Play much more nicely with buildout, and use a better mechanism for declaring | Barry Warsaw | 2009-09-25 | 1 | -0/+9 |
| | | | | | | the namespace package. This gets things working on a fresh Ubuntu Karmic installation. | ||||
| * | Add initialization pre- and post- hooks, configurable in the config file. | Barry Warsaw | 2009-05-15 | 1 | -0/+31 |
| | | | | | | | | | | | | 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. | ||||
| * | Oops! | Barry Warsaw | 2009-03-29 | 1 | -31/+0 |
| | | |||||
| * | Add argparse 'cause I think this might end up being cool. | Barry Warsaw | 2009-03-29 | 1 | -0/+31 |
| | | | | | | | | | Refactor the finding of components so that it's much easier to find and register the ones that come with Mailman by default. Move all the old cmd_*.py commands into the attic. These will eventually be ported to the new framework. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+0 |
| correctly regardless of how it's used. | |||||
