* Fix test issue with py3 * Remove vendored execnet * Include tests when building * Strip carriage-returns from messages in logs
0.0.29
------ 17-May-2016 * Catch possible errors when remotes are missing the right Python interpreter
0.0.28
------ 11-May-2016 * Avoid needless list comprehension that caused issues with Python 3 * Do not bare return when clients expect a three item tuple always * Fix an issue where ``process.check`` would need to raise exit but the response had an error.
22-Dec-2015
0.0.27
------ 22-Dec-2015 * Fix a problem where stderr/stdout variables would be undefined on certain conditions when running a remote command.
0.0.26
------ 15-Dec-2015 * Fix (issue 19) where stdout and stderr would be prematurely ended and not fully logged.
0.0.25
------ 21-Apr-2015 * Fix (issue 15) where a child process could finish but output would not be flushed to stdout/stderr.