This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 8b0302e lnttool: Fix lnt submit error handling new c601a58 docs/Makefile: Change html target back to not copying the fil [...] new de604a8 Fix remaining pycodestyle/pep8 warnings, add lint script
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: deployment/app_wrapper.py | 4 +- docs/Makefile | 7 +- examples/functions.py | 39 +-- lnt/formats/JSONFormat.py | 19 +- lnt/formats/PlistFormat.py | 14 +- lnt/formats/__init__.py | 18 +- lnt/lnttool/admin.py | 2 +- lnt/lnttool/convert.py | 2 +- lnt/lnttool/import_report.py | 3 +- lnt/lnttool/main.py | 6 +- lnt/server/db/migrations/upgrade_0_to_1.py | 9 +- lnt/server/db/migrations/upgrade_6_to_7.py | 3 +- lnt/server/db/regression.py | 18 +- lnt/server/db/rules/rule_testhook.py | 1 + .../db/rules/rule_update_fixed_regressions.py | 1 + lnt/server/db/rules/rule_update_profile_stats.py | 3 +- lnt/server/db/rules_manager.py | 1 + lnt/server/db/search.py | 6 +- lnt/server/db/testsuitedb.py | 10 +- lnt/server/db/v4db.py | 2 +- lnt/server/ui/api.py | 2 +- lnt/server/ui/app.py | 1 + lnt/server/ui/globals.py | 2 +- lnt/server/ui/profile_views.py | 20 +- lnt/server/ui/util.py | 24 +- lnt/server/ui/views.py | 48 ++-- lnt/testing/__init__.py | 2 + lnt/testing/profile/__init__.py | 3 +- lnt/testing/profile/perf.py | 19 +- lnt/testing/profile/profile.py | 70 +++-- lnt/testing/profile/profilev1impl.py | 16 +- lnt/testing/profile/profilev2impl.py | 159 +++++++----- lnt/testing/util/compilers.py | 1 + lnt/tests/builtintest.py | 4 +- lnt/tests/compile.py | 140 +++++----- lnt/tests/nt.py | 282 ++++++++++++--------- lnt/tests/test_suite.py | 88 ++++--- lnt/util/ImportData.py | 4 +- lnt/util/ServerUtil.py | 2 +- lnt/util/async_ops.py | 2 +- lnt/util/stats.py | 47 ++-- lnt/util/wsgi_restart.py | 8 +- setup.py | 79 +++--- tests/lnttool/submit.shtest | 2 +- utils/lint.sh | 7 + 45 files changed, 688 insertions(+), 512 deletions(-) create mode 100755 utils/lint.sh