summaryrefslogtreecommitdiff
path: root/src/mailman/bin/import.py
Commit message (Collapse)AuthorAgeFilesLines
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-313/+0
| | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599)
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-2/+0
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-2/+2
| | | | package.
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-2/+2
| | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+315
correctly regardless of how it's used.