summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-043-7/+7
* Add -q/--quiet, suggested by Scott Brown, which suppresses all statusbwarsaw2001-08-011-12/+26
* Update the example in the docstring to reflect the new MemberAdaptor API.bwarsaw2001-07-291-6/+6
* Another step towards conversion to MemberAdaptor API. Usebwarsaw2001-07-291-27/+3
* Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarilybwarsaw2001-07-271-13/+32
* intermediatebwarsaw2001-07-261-0/+32
* This script isn't necessary any more. It twiddled the archivebwarsaw2001-07-261-95/+0
* Dang, the usual oversight.bwarsaw2001-07-261-1/+1
* dolist(): Remove the settings of the attributes archive_directory andbwarsaw2001-07-261-7/+1
* Module docstring consistency.bwarsaw2001-07-261-1/+1
* main(): Use ArchiveFileName() instead of private_archive_file_dir tobwarsaw2001-07-261-4/+3
* SCRIPTS: Add fix_url.py as a bin/withlist script for modifyingbwarsaw2001-07-261-1/+1
* main(): John Read's suggestion to include messages about whatbwarsaw2001-07-251-0/+3
* main(): Print a slightly more informative error message if thebwarsaw2001-07-251-1/+5
* check_privs(): Fix the error message to be a single stringbwarsaw2001-07-251-7/+26
* check_privs(): new function that drops root privileges (if we have them) andtwouters2001-07-241-0/+12
* Rewrite docstring for clarity, and to describe the newbwarsaw2001-07-201-58/+106
* main(): DeleteMember() -> ApprovedDeleteMember()bwarsaw2001-07-191-1/+1
* main(): Don't print an empty 'done' message if no languages were sucessfullytwouters2001-07-191-2/+3
* dolist(): A start on conversion to the MemberAdaptor API (but it needsbwarsaw2001-07-191-2/+5
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-195-10/+14
* - Add missing import of 'errno'twouters2001-07-181-1/+2
* Added the --marshal/-m and --pickle/-p flags, and the ability to dumpbwarsaw2001-07-111-12/+75
* SCRIPTS: added mailmanctl and qrunner.bwarsaw2001-07-051-1/+1
* intermediatebwarsaw2001-07-051-0/+96
* intermediatebwarsaw2001-07-051-0/+169
* move_language_templates(): if the TEMPLATE_DIR/gtemplate couldn't bebwarsaw2001-07-031-1/+6
* checkcgi(): Calculate the directory for the cgi-bin scripts, sincebwarsaw2001-07-021-2/+3
* Syncing with latest Python cvs version (#, flags should be printedbwarsaw2001-06-281-1/+4
* main(): Improved the readability of a message.bwarsaw2001-05-311-1/+1
* Updated a comment.bwarsaw2001-05-311-5/+5
* do_output(): The categories strings should not be translated.bwarsaw2001-05-251-2/+2
* The newlang program was renamed addlang. The rmlang program was removed.bwarsaw2001-05-251-1/+1
* Sync with Python 2.2 CVS's revision 1.18 of this file. This fixes abwarsaw2001-05-241-33/+45
* The latest copy from the Python 2.2a0 CVS tree.bwarsaw2001-05-221-11/+22
* newlang is replaced by addlangbwarsaw2001-05-211-120/+0
* The pygettext.py script from the Python distribution. Included herebwarsaw2001-05-201-0/+496
* We don't need this script any more. To remove language support from abwarsaw2001-05-201-125/+0
* Renamed from `newlang'. Two reasons why I didn't like the old name:bwarsaw2001-05-201-0/+120
* main(): Use mm_cfg.MAILMAN_OWNER as the originator of the mail messagebwarsaw2001-05-201-3/+2
* Updated for new template structure. The only thing we need to do tobwarsaw2001-05-191-40/+35
* To main changes: add a -f/--force switch, and scan all the templatebwarsaw2001-05-181-63/+166
* Added change_pwbwarsaw2001-05-111-1/+1
* intermediatebwarsaw2001-05-111-0/+197
* main(): Before we write to the aliases.db file, we must drop anbwarsaw2001-05-111-1/+9
* Add genaliases to list of SCRIPTS.bwarsaw2001-05-101-1/+1
* intermediatebwarsaw2001-05-101-0/+2
* A script to regenerate both the data/aliases.db hash file and thebwarsaw2001-05-101-0/+83
* main(): When -q/--quiet isn't given, restore prompting before sendingbwarsaw2001-05-101-6/+47
* checkwalk(): More special casing for the qfile directories. Thesebwarsaw2001-05-091-21/+42