Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-18 | Added a call to warnings.filterwarnings() to misc/paths.py.in to supress the | Mark Sapiro | 1 | -2/+6 | |
Python 2.5 DeprecationWarning on string exceptions. | |||||
2006-10-12 | With python2.5, importing JapaneseCodecs triggers LookupError because | tkikuchi | 1 | -3/+18 | |
'iso2022_jp' does not exist in japanese (but 'iso_2022_jp'). We try to test Japanese (and Korean) codecs before changing path order and do not import japanese/korean if the codecs already exist in python distribution. (as in 2.4 and 2.5) Importing japanese/korean is going away in mailman-2.2. | |||||
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -6/+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! | |||||
2006-07-26 | Update to email 2.5.8 | bwarsaw | 3 | -1/+1 | |
2006-03-06 | Changed email package to 2.5.7. Backed out workaround set_payload() method | msapiro | 3 | -3/+4 | |
from Message.py | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -1/+2 | |
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-11-08 | Arabic and Hebrew bi-directional (RFC-1556) encoding aliases. | tkikuchi | 1 | -1/+9 | |
IMHO They should be included in Python distribution. This is a temporary solution. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 4 | -4/+4 | |
2005-04-29 | update to email 2.5.6 | bwarsaw | 2 | -0/+0 | |
2005-04-29 | Use email-2.5.6 | bwarsaw | 1 | -2/+2 | |
2004-11-28 | JapaneseCodecs update. | tkikuchi | 3 | -1/+1 | |
http://www.python.jp/Zope/download/JapaneseCodecs | |||||
2004-10-02 | Closing: | tkikuchi | 1 | -1/+4 | |
[ 799166 ] install-sh doesn't support multiple sources [ 946554 ] configure does not check for gettext/msgmerge | |||||
2004-05-14 | update to email 2.5.5 | bwarsaw | 2 | -0/+0 | |
2004-05-14 | Update to email 2.5.5 | bwarsaw | 1 | -2/+2 | |
2003-12-30 | Backing out the switch to cjkcodecs. There were too many problems | bwarsaw | 6 | -8/+14 | |
with this including - couldn't get correct, backwards compatible, working fixes into Python in time - some controversy over whether cjkcodecs are best for Japanese. As we're running out of time, we'll keep the status quo from Mailman 2.1.3 here. | |||||
2003-12-29 | Replace CJKCodecs-1.0.tar.gz with cjkcodecs-1.0.2.tar.gz. Remove an | bwarsaw | 4 | -1/+1 | |
outdated email package. Update cvsignore. | |||||
2003-12-29 | Updated for cjkcodecs 1.0.2 | bwarsaw | 1 | -1/+1 | |
2003-12-26 | TK's patch # 865661 chunk which replaces JapaneseCodecs-1.4.9 and | bwarsaw | 6 | -16/+13 | |
KoreanCodecs-2.0.5 with CJKCodecs-1.0. | |||||
2003-12-01 | Add a PKGDIR variable which allows the builder to specify an alternative | bwarsaw | 1 | -2/+3 | |
directory to unpack the distutils packages. You need to specify it on the make command like, e.g. "make PKGDIR=/tmp install". Closes SF # 784700. | |||||
2003-09-25 | Typo | bwarsaw | 1 | -1/+1 | |
2003-09-22 | Backporting from the HEAD -- email 2.5.4 | bwarsaw | 1 | -1/+1 | |
2003-09-22 | This commit was manufactured by cvs2svn to create branch | 1 | -0/+0 | ||
'Release_2_1-maint'. | |||||
2003-04-24 | Fix the path to the pidfile. Closes SF bug # 726415, John Dennis. | bwarsaw | 1 | -5/+5 | |
2003-03-31 | Use email 2.5.1 | bwarsaw | 1 | -0/+0 | |
2003-03-31 | This commit was manufactured by cvs2svn to create branch | 2 | -0/+376 | ||
'Release_2_1-maint'. | |||||
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -9/+11 | |
Ademar de Souza Reis Jr |