summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add Python's Tools/i18n/msgfmt.py so we can build .mo files instead ofbwarsaw2003-04-212-1/+204
* main(): Close SF bug # 611185 -- removing any stale list locks whenbwarsaw2003-04-191-28/+43
* Remove all traces of -c / --change-msg. This is an anachronism thatbwarsaw2003-04-191-43/+1
* main(): Add a fix for an mbox bug reported by Eric D. Christensen. Ifbwarsaw2003-04-171-10/+16
* Fixed exception name typo in docstring example.bwarsaw2003-04-171-6/+6
* main(): Long options --start and --end both take arguments. Fixes SF bugbwarsaw2003-04-061-1/+1
* scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678bwarsaw2003-04-021-6/+6
* Typobwarsaw2003-03-311-1/+1
* Formattingbwarsaw2003-03-221-5/+5
* If -n and -N are not given, then the list defaults are used.bwarsaw2003-03-221-17/+24
* main(): Add a -q/--quiet flag to suppress some of the more verbose output.bwarsaw2003-03-221-19/+33
* Simone's patch for bug #658261, "transcheck error for double %".bwarsaw2003-03-171-4/+11
* Use True/False where appropriate.bwarsaw2003-03-141-16/+29
* Fixed typo in docstring. Closes SF bug # 697321 by Ricardo Kustner.bwarsaw2003-03-141-11/+11
* safe(): Fix typos.bwarsaw2003-03-131-7/+7
* More fixes for "funny" characters in real names.bwarsaw2003-03-111-7/+15
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* check_for_site_list(), main(): Complain loudly and refuse to start ifbwarsaw2003-02-041-1/+15
* main(): Fix some dumb coding bugs.bwarsaw2003-01-031-3/+3
* addall(): Fixed NameError, closing bug #650711 reported by Cabelbwarsaw2002-12-241-1/+1
* Tokio Kikuchi's patch #656097 for bug #655144; setting languagebwarsaw2002-12-241-0/+3
* main(): Once we know which mailing list we're talking about, set thebwarsaw2002-12-121-0/+1
* Added --nouserack, --noadminack switchesbwarsaw2002-12-101-6/+24
* Add machinery for list_ownersbwarsaw2002-12-041-1/+2
* do_output(): Fix UnboundLocalError when trying to write to a file webwarsaw2002-12-041-1/+1
* intermediatebwarsaw2002-12-041-0/+120
* remove_old_sources(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-4/+5
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-9/+12
* remove_it(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Update docstring.bwarsaw2002-12-021-1/+1
* Because of oddities in permissions, it is possible that when you runbwarsaw2002-12-021-0/+6
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-5/+10
* do_input(): Fix setting of subscribe_policy based on the value ofbwarsaw2002-12-021-4/+13
* Added a --wipe switch which deletes the generated html archivebwarsaw2002-12-021-3/+16
* Patch #482934 by David Gibbs, adds a -b/--bare switch to print justbwarsaw2002-11-191-15/+25
* Added a -q / --quiet option.bwarsaw2002-11-181-3/+9
* checkwalk(): Fix permissions on -article database files, which must bebwarsaw2002-11-121-0/+14
* Fix -h/--help and also sprinkle reminders to run bin/check_permsbwarsaw2002-11-081-0/+5
* Need to install a new configure script to pick up bin/b4b5-archfixbwarsaw2002-11-071-1/+1
* A fixer of MM2.1b4 archives.bwarsaw2002-11-071-0/+91
* checkwalk(): Make sure py, pyc, and pyo files are at least 644.bwarsaw2002-11-051-0/+11
* One more patch...bwarsaw2002-10-281-0/+2
* usage(): Default argument.bwarsaw2002-10-281-1/+1
* Use the autoconf substitution for the #! line.bwarsaw2002-10-281-1/+1
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-2127-54/+162
* In the LogStdErr() call, we don't need to pass in the tee argument,bwarsaw2002-10-212-2/+2
* main(): If we get an exception (any exception) while unshunting abwarsaw2002-10-211-4/+10
* dolist(): Add a check for consistency between the bounce_info andbwarsaw2002-10-201-5/+28
* checkdata(): This should probably check request.db.tmp too.bwarsaw2002-10-201-1/+2