Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
time.localtime(time.mktime()) to try again. | |||||
2006-02-19 | Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst ↵ | msapiro | 1 | -4/+7 | |
is -1. | |||||
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 | |