Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-12-05 | Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET =... | Mark Sapiro | 1 | -1/+3 |
2016-02-27 | Added switch to disable the l10n cset recoding. | Mark Sapiro | 1 | -3/+8 |
2016-02-22 | Importing locale patch for command line utils, from RHEL6 rpm source | Yasuhito FUTATSUKI at POEM | 1 | -2/+25 |
2010-09-07 | It's not necessary to catch KeyError - dict is a SafeDict(). | Mark Sapiro | 1 | -1/+1 |
2010-09-07 | Fixed i18n._() to catch exceptions due to bad formats. Bug #632660. | Mark Sapiro | 1 | -2/+6 |
2006-02-23 | Improved fix for bug 1433673. When time.strptime returns tm_isdst = -1, use | msapiro | 1 | -0/+4 |
2006-02-19 | Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst i... | msapiro | 1 | -4/+7 |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 |
2004-09-16 | Python2.1 on BSD/OS 4.1 returns AttributeError for strptime. | tkikuchi | 1 | -1/+1 |
2003-03-31 | Backporting from trunk | bwarsaw | 1 | -4/+15 |