summaryrefslogtreecommitdiff
path: root/src/mailman/bin/set_members.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove an obsolete script.Barry Warsaw2012-04-221-189/+0
| | | | - Fix up one more use of config.db global.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-1/+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-4/+2
| | | | package.
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-2/+5
| | | | IUserManager utility.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+189
correctly regardless of how it's used.