summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/echo.rst
Commit message (Collapse)AuthorAgeFilesLines
* Port some of the commands.Barry Warsaw2014-12-131-1/+1
|
* Checkpointing.Barry Warsaw2014-11-301-1/+1
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-5/+5
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * Added a `help` email command.Barry Warsaw2012-03-011-5/+6
| | | | | | | Also: - updated the 'join' command's descriptions - email commands should now have a short_description. The description (i.e. long description) should not repeat this information.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+30