mitogen/mitogen
David Wilson 7d62c79ab7 docker: redirect stderr to stdout for nicer exceptions.
Unclear whether or not this is a hack, or whether it should be the
default for more connection methods. When enabled, the exception text
thrown when bootstrap fails includes the stderr text, which is
apparently always useful.
2018-08-18 16:43:59 +01:00
..
compat tokenize must parse under 3.x even if it won't run there 2018-07-07 14:55:47 +01:00
__init__.py Bump version for release. 2018-07-26 23:37:12 -07:00
core.py Support LXD; closes #339. 2018-08-18 16:43:59 +01:00
debug.py debug: give dump_to_logger() thread a name. 2018-07-09 15:33:44 +01:00
doas.py core: support for "doas" become_method 2018-07-12 14:54:41 -04:00
docker.py docker: redirect stderr to stdout for nicer exceptions. 2018-08-18 16:43:59 +01:00
fakessh.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
fork.py fork: public on_fork() function. 2018-07-30 00:45:40 -07:00
jail.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
lxc.py issue #339: minimal tests for lxc/lxd modules. 2018-08-18 16:43:59 +01:00
lxd.py Support LXD; closes #339. 2018-08-18 16:43:59 +01:00
master.py master: fix another case where built-in module loader throws ImportError 2018-07-08 21:45:50 +01:00
minify.py minify: avoid cStringIO use. 2018-07-07 14:55:47 +01:00
parent.py Support LXD; closes #339. 2018-08-18 16:43:59 +01:00
select.py select: add missing get(block=..) parameter. 2018-05-25 00:26:21 +01:00
service.py service: service pool threads should respect _profile_hook. 2018-07-26 18:40:56 -07:00
setns.py Support LXD; closes #339. 2018-08-18 16:43:59 +01:00
ssh.py issue #307: require partial line when matching interactive prompt. 2018-07-17 20:49:45 +01:00
su.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
sudo.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
unix.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
utils.py utils: handle duplicate log_to_file() calls. 2018-07-07 14:55:47 +01:00