summaryrefslogtreecommitdiff
path: root/bin/cleanarch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some obsolete command line scripts:Barry Warsaw2007-07-211-172/+0
| | | | | | | | | | | | | | | | | | | - bin/check_dbs because there are no more pickles - bin/convert because in MM3 everything will use $-strings and we'll do the conversion on import of the old list data - bin/mmshell because setuptools provides its own equivalent - bin/qrunner and bin/mailmanctl because the files were empty There are a bunch of scripts still left in bin/ which will eventually get removed. I'm leaving them for now because they're either helpers generally tangential to Mailman (msgfmt, po2template, pygettext, templ2pot, transcheck), or are using old interfaces that will go away soon (clone_member, convert, discard, fix_url, list_admins, remove_members, reset_pw, sync_members). Also moved bin/cleanarch into Mailman/bin/cleanarch.py and updated it to use optparse. Also added a small patch to genalias to standardize its help printing.
* Fixed bad escape '\0176' in re.msapiro2006-01-221-3/+4
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* main(): Add a fix for an mbox bug reported by Eric D. Christensen. Ifbwarsaw2003-04-171-10/+16
| | | | the line before the From_ line wasn't blank, add a blank line.
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
| | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr.
* main(): Tim Peters points out there's no reason to bump # of messagesbwarsaw2002-08-261-2/+0
| | | | after the loop because From_'s are headers, not separators.
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* docstring fixbwarsaw2001-12-301-1/+1
|
* intermediatebwarsaw2001-11-301-0/+163