summaryrefslogtreecommitdiff
path: root/src/mailman/docs/message.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-48/+0
|
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-1/+2
| | | | | | | | * Fix a few small typos in exception handlers. * Move the initialization of the Zope Component Architecture into the first initialization step. The only reason we couldn't do that previously was because the domain object referenced the config, causing a circularity problem. Refactor the Domain implementation to avoid that.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-1/+1
|
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-3/+2
| | | | | | | | | 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/+48
correctly regardless of how it's used.