remoto.git
2016-05-11 Alfredo Dezaupdate the changelog 0.0.28
2016-05-11 Alfredo Dezaversion 0.0.28
2016-05-06 Alfredo DezaMerge pull request #23 from BlaXpirit/fix-splitlines
2016-05-06 Oleh PrypinFix output splitting for Python 3
2016-03-22 Alfredo Dezaavoid doing a bare return
2016-03-11 Alfredo DezaMerge pull request #22 from ktdreyer/readme-logging...
2016-03-11 Ken DreyerREADME: typo in logging.basicConfig
2016-01-05 Alfredo DezaMerge pull request #21 from LaoQi/master
2016-01-05 LaoQifix option exit at process.check
2015-12-22 Alfredo Dezaupdate the changelog
2015-12-22 Alfredo Dezabump to 0.0.27 0.0.27
2015-12-22 Alfredo Dezadefine both err_read and out_read before looping over...
2015-12-15 Alfredo Dezabump the version 0.0.26
2015-12-15 Alfredo Dezaupdate the changelog
2015-12-15 Alfredo Dezacheck both out and error for output before quiting
2015-04-21 Alfredo Dezaspecify that the sudo detection is for remote commands...
2015-04-21 Alfredo Dezadocument ssh detection
2015-04-21 Alfredo Dezamake examples from the README work
2015-04-21 Alfredo DezaMerge pull request #18 from alfredodeza/issue13
2015-04-21 Alfredo Dezamake import_module return the module as well
2015-04-21 Alfredo Dezacreate tests for the import_module method
2015-04-21 Alfredo Dezaupdate the changelog with the process.run fix 0.0.25
2015-04-21 Alfredo Dezabump the version to 0.0.25
2015-04-21 Alfredo DezaMerge pull request #16 from alfredodeza/issue15
2015-04-21 Alfredo DezaLoop around stdout and stderr descriptors until they...
2015-01-19 Alfredo DezaMerge pull request #12 from ktdreyer/0.0.24-changelog
2015-01-05 Ken Dreyeradd changelog for 0.0.24
2015-01-05 Alfredo Dezabump to 0.0.24 0.0.24
2015-01-05 Alfredo DezaMerge pull request #11 from ktdreyer/include-tests...
2015-01-05 Ken Dreyerinclude tests in distribution package tarball
2015-01-05 Alfredo DezaMerge pull request #9 from ktdreyer/license-in-manifest
2015-01-02 Ken Dreyership the LICENSE file in the distribution
2014-10-28 Alfredo Dezaupdate the changelog 0.0.23
2014-10-28 Alfredo Dezabump the version
2014-10-28 Alfredo Dezabe faithful about stderr and stdout remote output order
2014-09-24 Alfredo Dezabump the version to 0.0.22 0.0.22
2014-09-24 Alfredo Dezacreate a sudo detection method to help better detect...
2014-09-24 Alfredo Dezacreate tests for the new sudo detection method
2014-09-09 Alfredo Dezaupdate the changelog 0.0.21
2014-09-09 Alfredo Dezabump version to 0.0.21
2014-09-09 Alfredo Dezado not clear all environment variables to set the ...
2014-09-09 Alfredo Dezatests for the new helper in process.py
2014-09-05 Alfredo Dezabump the version 0.0.20
2014-09-05 Alfredo Dezabump the changelog
2014-09-05 Alfredo Dezaadd tests for the needs_ssh fix
2014-09-05 Alfredo Dezadetect fqdn hosts against fqdn hosts
2014-07-10 Alfredo Dezafix foobared v 0.0.18 by using right execnet tag 0.0.19
2014-07-09 Alfredo Dezafix py33 error in setup.py
2014-07-09 Alfredo Dezabump the version to 0.0.18 0.0.18
2014-07-09 Alfredo Dezause the new fix in remoto
2014-06-27 Alfredo Dezaupdate vendor.py so we can call it on the cli
2014-06-27 Alfredo Dezaremove commented out code
2014-06-26 Alfredo Dezaupdate the changelog
2014-06-26 Alfredo Dezabump the version 0.0.17
2014-06-26 Alfredo Dezaremove execnet from source
2014-06-26 Alfredo Dezamess with sys.path so we can import vendor libraries
2014-06-26 Alfredo Dezafix to use relative imports in init
2014-06-26 Alfredo Dezause better metadata search in setup.py
2014-06-26 Alfredo Dezaadd ignores for execnet
2014-06-26 Alfredo Dezaensure we are testing remoto tests only in tox.ini
2014-06-26 Alfredo Dezapy3 compat in vendor.py
2014-06-26 Alfredo Dezamake sure vendor.py is included
2014-06-26 Alfredo Dezafallback on vendored libraries