| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | A new crop of names. | bwarsaw | 2001-07-27 | 1 | -0/+3 |
| * | send_i18n_digests(): Cut-n-paste errors: self->mlist. | bwarsaw | 2001-07-27 | 1 | -2/+2 |
| * | NumRequestsPending(): Only subtract one from the number of keys if | bwarsaw | 2001-07-27 | 1 | -1/+3 |
| * | Japanese should use the euc-jp encoding for web pages. | bwarsaw | 2001-07-27 | 1 | -1/+1 |
| * | The latest catalog merges with mailman.pot and binary catalog | bwarsaw | 2001-07-27 | 4 | -7635/+10542 |
| * | Japanese binary catalog. | bwarsaw | 2001-07-27 | 1 | -0/+0 |
| * | French binary catalog. | bwarsaw | 2001-07-27 | 1 | -0/+0 |
| * | Updated catalog template, generated with all the latest patches to the | bwarsaw | 2001-07-27 | 1 | -2299/+2703 |
| * | Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarily | bwarsaw | 2001-07-27 | 1 | -13/+32 |
| * | Big rewrite of the .pot, .po generation rules. This should hopefully | bwarsaw | 2001-07-27 | 1 | -14/+14 |
| * | Ignore all *.files files. | bwarsaw | 2001-07-27 | 1 | -2/+1 |
| * | Reorder the imports so mm_cfg is always the first module imported | bwarsaw | 2001-07-27 | 6 | -9/+30 |
| * | Ousmane's update based on my rewrite of the English template's last | bwarsaw | 2001-07-27 | 1 | -9/+8 |
| * | LC_DESCRIPTIONS: Rewrite this stanza for clarity. Use add_language() | bwarsaw | 2001-07-26 | 1 | -5/+10 |
| * | Mailman French catalog. | bwarsaw | 2001-07-26 | 1 | -0/+6515 |
| * | French template updates, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 10 | -121/+278 |
| * | French translation of unsub.txt, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+23 |
| * | French translation of private.html, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+46 |
| * | French translation of article.html, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+54 |
| * | Daniel Buchmann observes that the last paragraph is worded incorrectly | bwarsaw | 2001-07-26 | 1 | -8/+5 |
| * | Japanese templates, care of Tokio Kikuchi. | bwarsaw | 2001-07-26 | 30 | -0/+1040 |
| * | Oops! I added this in the wrong directory. It's moved to LC_MESSAGES. | bwarsaw | 2001-07-26 | 1 | -5752/+0 |
| * | Japanese catalog, care of Tokio Kikuchi | bwarsaw | 2001-07-26 | 2 | -0/+11504 |
| * | LANGUAGES: add ja (Japanese) | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | poll_newsgroup(): work around Python 2.0 restriction on continue inside try | twouters | 2001-07-26 | 1 | -1/+8 |
| * | New script, for use with bin/withlist which resets a list's | bwarsaw | 2001-07-26 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+32 |
| * | This script isn't necessary any more. It twiddled the archive | bwarsaw | 2001-07-26 | 1 | -95/+0 |
| * | Dang, the usual oversight. | bwarsaw | 2001-07-26 | 2 | -2/+2 |
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | dolist(): Remove the settings of the attributes archive_directory and | bwarsaw | 2001-07-26 | 1 | -7/+1 |
| * | Module docstring consistency. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Use ArchiveFileName() instead of private_archive_file_dir to | bwarsaw | 2001-07-26 | 1 | -4/+3 |
| * | SCRIPTS: Add fix_url.py as a bin/withlist script for modifying | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | html_TOC(): Use archive_dir() instead of the archive_directory | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | InitVars(): Do not set list attributes public_archive_file_dir, | bwarsaw | 2001-07-26 | 1 | -36/+19 |
| * | ZapOldVars(): Rewrite a bit more succinctly, and add the following | bwarsaw | 2001-07-26 | 1 | -7/+7 |
| * | Lock(): If /any/ exception (not just MMUnknownListError) is raised | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | GetConfigInfo(): Create the `admin' local variable that the following | bwarsaw | 2001-07-25 | 1 | -0/+3 |
| * | poll_newsgroup(): Untested patch so that newsgroup messages with | bwarsaw | 2001-07-25 | 1 | -1/+8 |
| * | main(): John Read's suggestion to include messages about what | bwarsaw | 2001-07-25 | 1 | -0/+3 |
| * | main(): Print a slightly more informative error message if the | bwarsaw | 2001-07-25 | 1 | -1/+5 |
| * | check_privs(): Fix the error message to be a single string | bwarsaw | 2001-07-25 | 1 | -7/+26 |
| * | check_privs(): new function that drops root privileges (if we have them) and | twouters | 2001-07-24 | 1 | -0/+12 |
| * | __handlesubscription(): Use the new ApprovedAddMember() interface. | bwarsaw | 2001-07-20 | 1 | -1/+8 |
| * | AddMember(): Cut-and-paste typo; mlist -> self; fullname -> name | bwarsaw | 2001-07-20 | 1 | -3/+10 |