[Buildbot-commits] [buildbot/buildbot] 81b3cd: Updating to use isinstance(str, basestring). using...
GitHub
noreply at github.com
Thu Jun 11 16:16:11 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 81b3cd5111e612429e3fd098928799ce5842807d
https://github.com/buildbot/buildbot/commit/81b3cd5111e612429e3fd098928799ce5842807d
Author: Jørn Lomax <northlomax at gmail.com>
Date: 2015-06-08 (Mon, 08 Jun 2015)
Changed paths:
M slave/buildslave/runprocess.py
Log Message:
-----------
Updating to use isinstance(str, basestring). using types.StringTypes is depreciated
Commit: 90b58c84f5453b108c4ae08dfd03d8587d371198
https://github.com/buildbot/buildbot/commit/90b58c84f5453b108c4ae08dfd03d8587d371198
Author: Jørn Lomax <northlomax at gmail.com>
Date: 2015-06-08 (Mon, 08 Jun 2015)
Changed paths:
M slave/buildslave/util.py
Log Message:
-----------
removed dependecy on types module
Commit: cfc0192c9f4104fddfaaf6a1b08c65afa422ae2a
https://github.com/buildbot/buildbot/commit/cfc0192c9f4104fddfaaf6a1b08c65afa422ae2a
Author: Jørn Lomax <northlomax at gmail.com>
Date: 2015-06-08 (Mon, 08 Jun 2015)
Changed paths:
M slave/buildslave/commands/fs.py
M slave/buildslave/commands/utils.py
M slave/buildslave/monkeypatches/testcase_assert.py
M slave/buildslave/scripts/create_slave.py
M slave/buildslave/scripts/runner.py
M slave/buildslave/scripts/stop.py
Log Message:
-----------
changed exceptions to "Exception as e:" syntax
Commit: 135314575866353d2d3d8f175aa0c9cc15818d17
https://github.com/buildbot/buildbot/commit/135314575866353d2d3d8f175aa0c9cc15818d17
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M slave/buildslave/commands/fs.py
M slave/buildslave/commands/utils.py
M slave/buildslave/monkeypatches/testcase_assert.py
M slave/buildslave/runprocess.py
M slave/buildslave/scripts/create_slave.py
M slave/buildslave/scripts/runner.py
M slave/buildslave/scripts/stop.py
M slave/buildslave/util.py
Log Message:
-----------
Merge pull request #1712 from jvlomax/master
Updating to use isinstance(str, basestring). using types.StringTypes …
Compare: https://github.com/buildbot/buildbot/compare/5c4af08fdcbc...135314575866
More information about the Commits
mailing list