aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-07It's not necessary to catch KeyError - dict is a SafeDict().Mark Sapiro1-1/+1
2010-09-07Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.Mark Sapiro1-2/+6
2006-02-23Improved fix for bug 1433673. When time.strptime returns tm_isdst = -1, usemsapiro1-0/+4
time.localtime(time.mktime()) to try again.
2006-02-19Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst ↵msapiro1-4/+7
is -1.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-09-16Python2.1 on BSD/OS 4.1 returns AttributeError for strptime.tkikuchi1-1/+1
2003-03-31Backporting from trunkbwarsaw1-4/+15