You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson 45b81009f3 parent: call TIOCSCTTY on FreeBSD. Closes #171 7 years ago
..
compat
__init__.py Whups, don't always enable profiling in mitogen.main() 7 years ago
core.py core: Fix Receiver.__iter__ loop termination. 7 years ago
debug.py issue #150: tidy up mitogen.debug output for use next time 7 years ago
docker.py issue #150: ansible: add basic Docker support. 7 years ago
fakessh.py issue #155: parent: move master.Context into parent. 7 years ago
fork.py fork: reseed Python/SSL PRNGs 7 years ago
master.py issue #155: move connection factories to parent.py. 7 years ago
parent.py parent: call TIOCSCTTY on FreeBSD. Closes #171 7 years ago
service.py service: add basic security policy types. 7 years ago
ssh.py ssh: Disable GlobalKnownHostsFile with host_key_checking is off 7 years ago
sudo.py
unix.py unix: simplify return statements. 7 years ago
utils.py