[Buildbot-commits] [djmitche/buildbot] 1f7c70: Remove email.MIMEMultipart workaround for versions...
noreply at github.com
noreply at github.com
Sat Jan 30 19:06:46 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: 1f7c70765fdddb49ccac5bf814729a873bbd7b0b
http://github.com/djmitche/buildbot/commit/1f7c70765fdddb49ccac5bf814729a873bbd7b0b
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date: 2010-01-30 (Sat, 30 Jan 2010)
Changed paths:
M buildbot/status/mail.py
Log Message:
-----------
Remove email.MIMEMultipart workaround for versions less than python-2.2.2
Commit: 58d2fa449a23aa269d6d0341737f043cd9a3646a
http://github.com/djmitche/buildbot/commit/58d2fa449a23aa269d6d0341737f043cd9a3646a
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date: 2010-01-30 (Sat, 30 Jan 2010)
Changed paths:
M buildbot/status/builder.py
Log Message:
-----------
Remove bz2.BZ2File workaround for versions less than python-2.3
Commit: ab500d1b26280b2b188d0fb72d85dbbf4315f1f6
http://github.com/djmitche/buildbot/commit/ab500d1b26280b2b188d0fb72d85dbbf4315f1f6
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date: 2010-01-30 (Sat, 30 Jan 2010)
Changed paths:
M buildbot/status/builder.py
Log Message:
-----------
Remove gzip.GzipFile workaround for versions less than python-2.4
Commit: e11c5c60beb2aeb10c1fe6288d4dab6ba2cccf67
http://github.com/djmitche/buildbot/commit/e11c5c60beb2aeb10c1fe6288d4dab6ba2cccf67
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date: 2010-01-30 (Sat, 30 Jan 2010)
Changed paths:
M buildbot/status/mail.py
Log Message:
-----------
set is a builtin type in python-2.4
Commit: 456a22f1ed5412d94096407bf0a254950de9a5c9
http://github.com/djmitche/buildbot/commit/456a22f1ed5412d94096407bf0a254950de9a5c9
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-01-30 (Sat, 30 Jan 2010)
Changed paths:
M buildbot/status/builder.py
M buildbot/status/mail.py
Log Message:
-----------
Merge branch 'python24_fixes' of git://github.com/krajaratnam/buildbot
* 'python24_fixes' of git://github.com/krajaratnam/buildbot:
set is a builtin type in python-2.4
Remove gzip.GzipFile workaround for versions less than python-2.4
Remove bz2.BZ2File workaround for versions less than python-2.3
Remove email.MIMEMultipart workaround for versions less than python-2.2.2
More information about the Commits
mailing list