aboutsummaryrefslogtreecommitdiffstats
path: root/bin/export.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw1-4/+3
I've modified the patch to improve some of the stylistic issues.
2007-01-02Ensure that exported XML is written in utf-8, at least if we're writing to abwarsaw1-5/+7
file other than stdout. Fix a typo in getting the digest style. Update copyright years.
2006-12-30Port from the trunk: include the widget_type in the <options> tag.bwarsaw1-3/+27
2006-12-30Added the ability to specify a password hashing scheme for output ofbwarsaw1-10/+61
user passwords. Default is 'none' which disables passwords altogether in the resulting XML. Other choices include: plain -- output passwords in plain text sha -- sha1 hash of password ssha -- sha1 hash salted with 4 random bytes (only available if os.urandom() works)
2006-12-29Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting tobwarsaw1-0/+305
upgrade from Mailman 2.1 to the trunk -- after the merge of the SQLAlchemy code -- will need this. Note that I don't intend to implement import in MM2.1. This script is a little diffferent than what's on the trunk, but functionally (and schema-wise) equivalent.