summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A new crop of names.bwarsaw2001-07-271-0/+3
* send_i18n_digests(): Cut-n-paste errors: self->mlist.bwarsaw2001-07-271-2/+2
* NumRequestsPending(): Only subtract one from the number of keys ifbwarsaw2001-07-271-1/+3
* Japanese should use the euc-jp encoding for web pages.bwarsaw2001-07-271-1/+1
* The latest catalog merges with mailman.pot and binary catalogbwarsaw2001-07-274-7635/+10542
* Japanese binary catalog.bwarsaw2001-07-271-0/+0
* French binary catalog.bwarsaw2001-07-271-0/+0
* Updated catalog template, generated with all the latest patches to thebwarsaw2001-07-271-2299/+2703
* Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarilybwarsaw2001-07-271-13/+32
* Big rewrite of the .pot, .po generation rules. This should hopefullybwarsaw2001-07-271-14/+14
* Ignore all *.files files.bwarsaw2001-07-271-2/+1
* Reorder the imports so mm_cfg is always the first module importedbwarsaw2001-07-276-9/+30
* Ousmane's update based on my rewrite of the English template's lastbwarsaw2001-07-271-9/+8
* LC_DESCRIPTIONS: Rewrite this stanza for clarity. Use add_language()bwarsaw2001-07-261-5/+10
* Mailman French catalog.bwarsaw2001-07-261-0/+6515
* French template updates, care of Ousmane Wilane.bwarsaw2001-07-2610-121/+278
* French translation of unsub.txt, care of Ousmane Wilane.bwarsaw2001-07-260-0/+0
* intermediatebwarsaw2001-07-261-0/+23
* French translation of private.html, care of Ousmane Wilane.bwarsaw2001-07-260-0/+0
* intermediatebwarsaw2001-07-261-0/+46
* French translation of article.html, care of Ousmane Wilane.bwarsaw2001-07-260-0/+0
* intermediatebwarsaw2001-07-261-0/+54
* Daniel Buchmann observes that the last paragraph is worded incorrectlybwarsaw2001-07-261-8/+5
* Japanese templates, care of Tokio Kikuchi.bwarsaw2001-07-2630-0/+1040
* Oops! I added this in the wrong directory. It's moved to LC_MESSAGES.bwarsaw2001-07-261-5752/+0
* Japanese catalog, care of Tokio Kikuchibwarsaw2001-07-262-0/+11504
* LANGUAGES: add ja (Japanese)bwarsaw2001-07-261-1/+1
* poll_newsgroup(): work around Python 2.0 restriction on continue inside trytwouters2001-07-261-1/+8
* New script, for use with bin/withlist which resets a list'sbwarsaw2001-07-260-0/+0
* 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-262-2/+2
* main(): Use archive_dir() instead of the archive_directory attribute.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(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
* html_TOC(): Use archive_dir() instead of the archive_directorybwarsaw2001-07-261-1/+1
* InitVars(): Do not set list attributes public_archive_file_dir,bwarsaw2001-07-261-36/+19
* ZapOldVars(): Rewrite a bit more succinctly, and add the followingbwarsaw2001-07-261-7/+7
* Lock(): If /any/ exception (not just MMUnknownListError) is raisedbwarsaw2001-07-261-1/+1
* GetConfigInfo(): Create the `admin' local variable that the followingbwarsaw2001-07-251-0/+3
* poll_newsgroup(): Untested patch so that newsgroup messages withbwarsaw2001-07-251-1/+8
* 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
* __handlesubscription(): Use the new ApprovedAddMember() interface.bwarsaw2001-07-201-1/+8
* AddMember(): Cut-and-paste typo; mlist -> self; fullname -> namebwarsaw2001-07-201-3/+10