[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 22ce84b2dafa4fd1165dfc1daf3b2f36a0ec3d0f Author: Ole Streicher Date: Mon Jan 11 09:32:43 2016 +0100 Dont create temporary output file; do the %26->& replacement in-memory diff --git

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 5fa8bf13933a7f57dc39757f52ae9a38ff78d075 Author: Ole Streicher Date: Mon Jan 11 09:04:38 2016 +0100 Replace print(.., file=f) with f.write() and most open/close sequences with 'with' diff --git

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 3f361d50736068d83d091bd785bac5b74e75517b Author: Ole Streicher Date: Mon Jan 11 09:06:19 2016 +0100 Remove unlink() calls: existing files are automatically truncated when open('w')ed diff --git

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit ee4f5e45ca5f13f4518ab5ad02e08bd387756b34 Author: Ole Streicher Date: Mon Jan 11 09:49:57 2016 +0100 use /usr/bin/env in bangpath to follow standard conventions diff --git a/webtools_py3/tasks_udd.py

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 2c2deb801ed584d0ebeaa449854eeb11c324fbe5 Author: Ole Streicher Date: Mon Jan 11 09:50:30 2016 +0100 Use os.path.join() instead of concatenating strings diff --git a/webtools_py3/tasks_udd.py

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f Author: Ole Streicher Date: Mon Jan 11 13:19:23 2016 +0100 Fix some formatting errors diff --git a/webtools_py3/tasks_udd.py b/webtools_py3/tasks_udd.py index

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit 24046d2dcb41f85f7e61a68c9f6aee830a4fafff Author: Ole Streicher Date: Mon Jan 11 10:07:41 2016 +0100 Remove unused local variable found_status diff --git a/webtools_py3/tasks_udd.py

[Blends-commit] [SCM] website branch, master, updated. 62b4b5d8b2d72459d39faf2a7c535e06ba4b8f6f

2016-01-11 Thread Ole Streicher
The following commit has been merged in the master branch: commit c9145c4c444f6adec6a06192513e4c8b72f41cf9 Author: Ole Streicher Date: Mon Jan 11 10:34:58 2016 +0100 print(...,file=stderr) --> stderr.write() diff --git a/webtools_py3/tasks_udd.py