aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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'.