aboutsummaryrefslogtreecommitdiffstats
path: root/misc/paths.py.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-20Removed no longer used import.Mark Sapiro1-2/+1
2008-11-30Python 2.4 is a minimum. Also, fix some autoconf complaints and removeBarry Warsaw1-4/+1
deprecation warnings regarding string exceptions.
2007-10-18Added a call to warnings.filterwarnings() to misc/paths.py.in to supress theMark Sapiro1-2/+6
Python 2.5 DeprecationWarning on string exceptions.
2006-10-12With python2.5, importing JapaneseCodecs triggers LookupError becausetkikuchi1-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.
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-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-08Arabic and Hebrew bi-directional (RFC-1556) encoding aliases.tkikuchi1-1/+9
IMHO They should be included in Python distribution. This is a temporary solution.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2003-12-30Backing out the switch to cjkcodecs. There were too many problemsbwarsaw1-5/+9
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-26TK's patch # 865661 chunk which replaces JapaneseCodecs-1.4.9 andbwarsaw1-13/+9
KoreanCodecs-2.0.5 with CJKCodecs-1.0.