aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2018-06-16enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM1-1/+4
2016-12-05Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET ↵Mark Sapiro1-1/+3
= yes.
2016-02-27Added switch to disable the l10n cset recoding.Mark Sapiro1-3/+8
2016-02-22Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM1-2/+25
(for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
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