summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/echo.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-30/+0
|
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-1/+1
|
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-0/+1
|
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-1/+0
| | | | | | Expose the database store on .store instead of ._store A few other cleanups.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-3/+3
|
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
| | | | | | | | | Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+30
correctly regardless of how it's used.