| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | SafeDict.__getitem__(): Use isinstance() instead of a comparison to | bwarsaw | 2001-10-09 | 1 | -3/+7 |
| * | ClearBounceInfo(), RegisterBounce(): Rename argument `email' to `member'. | bwarsaw | 2001-10-09 | 1 | -59/+39 |
| * | ParseMailCommands(): addheader() -> add_header(). | bwarsaw | 2001-10-05 | 1 | -4/+4 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | process(): Remove the last vestige of the string module. Also, make | bwarsaw | 2001-10-04 | 1 | -3/+4 |
| * | Add the Passwords module. | bwarsaw | 2001-10-04 | 1 | -0/+1 |
| * | The minimal gui elements for the passwords subcategory. | bwarsaw | 2001-10-04 | 1 | -0/+26 |
| * | show_results(): Fix the calculation for splitting the left column into | bwarsaw | 2001-10-04 | 1 | -13/+8 |
| * | process(): Dan Mick discovers a hold over from the mimelib days. | bwarsaw | 2001-10-04 | 1 | -6/+2 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | list_exists(): This has to know about config.pck and config.pck.last files. | bwarsaw | 2001-10-04 | 1 | -5/+10 |
| * | AuthContextInfo(): Python's standard Cookie.py doesn't allow colons in | bwarsaw | 2001-10-04 | 1 | -2/+2 |
| * | Switch to using binary cpickles as the config file data format. | bwarsaw | 2001-10-04 | 1 | -47/+70 |
| * | ADMIN_CATEGORIES: Split password page off of the general page into its | bwarsaw | 2001-10-04 | 1 | -4/+6 |
| * | DisableBouncingAddress(): Fixed a syslog() call, using its new | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | Add `de' language for German translations. | bwarsaw | 2001-10-03 | 1 | -0/+1 |
| * | process(): SF bug # 465477 indicates that using mboxfp.tell() won't | bwarsaw | 2001-10-01 | 1 | -2/+3 |
| * | process(): Get the message's text, sans Unix-From by using the email | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | DumperSwitchboard: New class to provide a public interface for reading | bwarsaw | 2001-10-01 | 1 | -0/+10 |
| * | change_options(): Only print the "Successfully Removed:" message if | bwarsaw | 2001-10-01 | 1 | -4/+5 |
| * | FormatUsers(): Don't use string interpolation to pluralize the word | bwarsaw | 2001-10-01 | 1 | -13/+11 |
| * | Move the site-packages hackery back here from paths.py.in, otherwise | bwarsaw | 2001-10-01 | 1 | -0/+8 |
| * | prepare_message(): Remove X-Trace: and NNTP-Posting-Host: headers, | bwarsaw | 2001-10-01 | 1 | -5/+5 |
| * | cgi.py from Python 2.2 | bwarsaw | 2001-10-01 | 1 | -117/+168 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 6 | -20/+13 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -12/+12 |
| * | Use cStringIO directly instead of our own hack-around StringIO | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 4 | -34/+26 |
| * | Mostly cosmetic. | bwarsaw | 2001-10-01 | 2 | -13/+2 |
| * | process(): Fixed typo in IOError error code comparison. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -3/+4 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -2/+4 |
| * | Add the code that would be used if personalized digests were | bwarsaw | 2001-10-01 | 1 | -1/+46 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 2 | -18/+7 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 21 | -161/+83 |
| * | Use cStringIO directly instead of our own hack-around StringIO | bwarsaw | 2001-10-01 | 1 | -2/+1 |
| * | Use Python's default Cookie.py module instead of our own copy. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -37/+45 |
| * | Move the path hacking stuff to misc/paths.py.in | bwarsaw | 2001-10-01 | 1 | -9/+0 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -5/+5 |
| * | process(): Watch out for when the bounce has no X-Mailer: header. | bwarsaw | 2001-09-10 | 1 | -1/+1 |
| * | Add Russian language hooks for when Mikhail Sobolev is ready with his | bwarsaw | 2001-09-08 | 1 | -0/+1 |
| * | Bump DATA_FILE_VERSION so existing lists will pick up one_last_digest. | bwarsaw | 2001-09-08 | 1 | -1/+1 |
| * | InitVars(): For new lists, set one_last_digest to {}. Found by both | bwarsaw | 2001-09-08 | 1 | -0/+1 |
| * | __handlepost(): When a message is approved by the moderator, log a | bwarsaw | 2001-09-05 | 1 | -2/+6 |
| * | _dispose(): Reorganize the big if/elif/else switch so that it never | bwarsaw | 2001-09-05 | 1 | -9/+7 |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Fixed | bwarsaw | 2001-09-05 | 1 | -3/+3 |
| * | Convert all `reason' strings from class docstrings to attributes on | bwarsaw | 2001-09-04 | 1 | -16/+17 |
| * | HoldMessage: Let's do this the non-clever way (which was causing too | bwarsaw | 2001-09-04 | 1 | -3/+7 |
| * | Add missing import of Mailman.Utils | twouters | 2001-09-04 | 1 | -0/+1 |