summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+0
| | | | how I think about them anyway.
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-53/+0
| | | | | | | | 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.
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-291-3/+2
| | | | directly.
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-091-1/+1
|
* Get rid of the mailman.handlers entry point.Barry Warsaw2009-03-091-2/+2
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+54
correctly regardless of how it's used.