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 c34f8dbef3 core: Fix Receiver.__iter__ loop termination.
Since the Message refactoring from a few weeks back, __iter__ has had
nothing to throw ChannelError if the remote sent _DEAD.
8 years ago
..
compat Initial commit. 8 years ago
__init__.py Whups, don't always enable profiling in mitogen.main() 8 years ago
core.py core: Fix Receiver.__iter__ loop termination. 8 years ago
debug.py issue #150: tidy up mitogen.debug output for use next time 8 years ago
docker.py issue #150: ansible: add basic Docker support. 8 years ago
fakessh.py issue #155: parent: move master.Context into parent. 8 years ago
fork.py issue #155: fork: nop out get_boot_command, it's become quite expensive 8 years ago
master.py issue #155: move connection factories to parent.py. 8 years ago
parent.py issue #155: parent: split out make_call_msg(). 8 years ago
service.py service: add basic security policy types. 8 years ago
ssh.py issue #141: unify connect deadline handling 8 years ago
sudo.py issue #141: remove reference to incomplete change 8 years ago
unix.py unix: simplify return statements. 8 years ago
utils.py ansible: redirect logging into display 'framework'. closes #111 8 years ago