[Buildbot-commits] [buildbot/buildbot] 61f815: Update __init__.py
GitHub
noreply at github.com
Mon Feb 9 11:56:18 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 61f8156e40697fea4739bd09ca92a6bc38d795a7
https://github.com/buildbot/buildbot/commit/61f8156e40697fea4739bd09ca92a6bc38d795a7
Author: Sezi <marek.sezemsky at gmail.com>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M slave/buildslave/__init__.py
Log Message:
-----------
Update __init__.py
Fix UnboundLocalError: local variable 'version' referenced before assignment
Commit: 489308b0ccaaaf590316384450a21dd66d01b6aa
https://github.com/buildbot/buildbot/commit/489308b0ccaaaf590316384450a21dd66d01b6aa
Author: Marek Sezemsky <marek.sezemsky at gmail.com>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M master/buildbot/__init__.py
M slave/buildslave/__init__.py
Log Message:
-----------
Synchronize __init__.py between buildbot and buildslave
Commit: 31e349ade75aebd3f8ae6630e49659b2ecadfb2b
https://github.com/buildbot/buildbot/commit/31e349ade75aebd3f8ae6630e49659b2ecadfb2b
Author: Marek Sezemsky <marek.sezemsky at gmail.com>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M master/buildbot/__init__.py
M slave/buildslave/__init__.py
Log Message:
-----------
Move correct imports to top of the __init__.py
No more duplicate 'import re', removed unused import for 'with', grouped
imports at the top:
https://www.python.org/dev/peps/pep-0008/#imports
"Imports are always put at the top of the file, just after any module comments
and docstrings, and before module globals and constants."
Commit: f874d1d22489b61559b5a471e2a44bc83e47e5c1
https://github.com/buildbot/buildbot/commit/f874d1d22489b61559b5a471e2a44bc83e47e5c1
Author: Marek Sezemsky <marek.sezemsky at gmail.com>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M master/buildbot/__init__.py
M slave/buildslave/__init__.py
Log Message:
-----------
Fix pep8 error: E302 expected 2 blank lines, found 1
Use two empty line as a block separator
Commit: 560f94b7aa99aba6bc722d57d1fc68925fe592ff
https://github.com/buildbot/buildbot/commit/560f94b7aa99aba6bc722d57d1fc68925fe592ff
Author: Marek Sezemsky <marek.sezemsky at gmail.com>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M master/buildbot/__init__.py
M slave/buildslave/__init__.py
Log Message:
-----------
Use with statement to read a VERSION file so it gets closed
(It was not a good idea to remove the with_statement import after all)
Commit: cfdcf735742dea333f21ff8098c7c6639a5bfb76
https://github.com/buildbot/buildbot/commit/cfdcf735742dea333f21ff8098c7c6639a5bfb76
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-02-09 (Mon, 09 Feb 2015)
Changed paths:
M master/buildbot/__init__.py
M slave/buildslave/__init__.py
Log Message:
-----------
Merge pull request #1523 from marek-sezemsky/patch-1
Update __init__.py
Compare: https://github.com/buildbot/buildbot/compare/13cac6fa35b5...cfdcf735742d
More information about the Commits
mailing list