[Buildbot-commits] [djmitche/buildbot] 3aeccf: fix: timezone name is returned in local encoding, ...
noreply at github.com
noreply at github.com
Tue Mar 30 19:42:39 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: 3aeccfc87ea5f8a532e990ed7f558f8f0b5f9ab5
http://github.com/djmitche/buildbot/commit/3aeccfc87ea5f8a532e990ed7f558f8f0b5f9ab5
Author: Tobias Oberstein <tobias.oberstein at tavendo.de>
Date: 2010-03-30 (Tue, 30 Mar 2010)
Changed paths:
M buildbot/status/web/base.py
M buildbot/status/web/waterfall.py
Log Message:
-----------
fix: timezone name is returned in local encoding, but unicode converter assumes ascii by default (fixes ''exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte'' problems. solution: provide locale encoding to unicode converter.
Commit: ba4e0e1bef51b8ac6875fdfd3fef568f672f9ec4
http://github.com/djmitche/buildbot/commit/ba4e0e1bef51b8ac6875fdfd3fef568f672f9ec4
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-03-30 (Tue, 30 Mar 2010)
Changed paths:
M buildbot/status/web/base.py
M buildbot/status/web/waterfall.py
Log Message:
-----------
Merge branch 'buildbot-git' of git://github.com/oberstet/buildbot
* 'buildbot-git' of git://github.com/oberstet/buildbot:
fix: timezone name is returned in local encoding, but unicode converter assumes ascii by default (fixes ''exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte'' problems. solution: provide locale encoding to unicode converter.
More information about the Commits
mailing list