aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET ↵Mark Sapiro2016-12-051-1/+3
| | | | = yes.
* Added switch to disable the l10n cset recoding.Mark Sapiro2016-02-271-3/+8
|
* Fixed l10n to use correct charset for command-line scripts.Mark Sapiro2016-02-271-3/+26
|\
| * Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM2016-02-221-2/+25
|/ | | | | (for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
* It's not necessary to catch KeyError - dict is a SafeDict().Mark Sapiro2010-09-071-1/+1
|
* Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.Mark Sapiro2010-09-071-2/+6
|
* Improved fix for bug 1433673. When time.strptime returns tm_isdst = -1, usemsapiro2006-02-231-0/+4
| | | | time.localtime(time.mktime()) to try again.
* Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst ↵msapiro2006-02-191-4/+7
| | | | is -1.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Python2.1 on BSD/OS 4.1 returns AttributeError for strptime.tkikuchi2004-09-161-1/+1
|
* Backporting from trunkbwarsaw2003-03-311-4/+15
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+129
'Release_2_1-maint'.