summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/withlist.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-161/+0
|
* Add some documentation.Barry Warsaw2016-04-231-15/+38
|
* Port some of the commands.Barry Warsaw2014-12-131-2/+2
|
* Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-2/+2
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-3/+3
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-9/+9
| | | | | | | | | | | "display_name" across the board. * `IMailingList.real_name` -> `IMailingList.display_name` * `IUser.real_name` -> `IUser.display_name` * `IAddress.real_name` -> `IAddress.display_name` * Schema changes: - real_name -> display_name (mailinglist, user, address)
* * IPython support in `bin/mailman shell` contributed by Andrea Crotti.Barry Warsaw2012-03-121-3/+16
| | | | (LP: #949926).
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+125