Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-28 | Expand tabs in Python code. | Mark Sapiro | 1 | -13/+13 | |
2018-06-17 | Bump copyright dates. | Mark Sapiro | 7 | -7/+7 | |
2014-06-06 | Mailman's log files, request.pck files and heldmsg-* files are no | Mark Sapiro | 1 | -1/+1 | |
longer created world readable to protect against access by untrusted local users. | |||||
2012-09-06 | Fixed a bug where non-ascii characters in the real name in a subscription | Mark Sapiro | 1 | -0/+4 | |
request could throw a UnicodeEncodeError upon subscription approval and perhaps in other situations too. (LP: 1047100) | |||||
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -1/+0 | |
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1! | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2 | -7/+10 | |
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | |||||
2005-12-17 | Python 2.4 may fail to write 8bit (non-ascii) characters. | tkikuchi | 1 | -1/+6 | |
I think quoted-printable is the safest escape for logging. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 7 | -7/+7 | |
2005-07-17 | Whitespace normalization, and updates of copyright years. | bwarsaw | 1 | -4/+4 | |
2005-07-16 | [ 1235567 ] unicode() call failing, emails stuck in moderation queue | tkikuchi | 1 | -1/+1 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr |