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 9fe14e841c parent: reap the child process if connection fails
For example if no response is received in :attr:`connect_timeout`
seconds, the child would be left running.
6 years ago
..
compat Import v2.7.11 tokenize.py for use on older Pythons; closes #189. 6 years ago
__init__.py Whups, don't always enable profiling in mitogen.main() 6 years ago
core.py issue #195: MITOGEN_DUMP_THREAD_STACKS=1 6 years ago
debug.py issue #195: comment out stack pruning code 6 years ago
docker.py issue #150: ansible: add basic Docker support. 6 years ago
fakessh.py Add maximum message size checks. Closes #151. 6 years ago
fork.py Mostly implement hybrid TTY/socket mode for sudo and SSH. 6 years ago
master.py tests: 'fix' responder test. 6 years ago
parent.py parent: reap the child process if connection fails 6 years ago
service.py ansible: always display Mitogen errors and warnings. 6 years ago
ssh.py Mostly implement hybrid TTY/socket mode for sudo and SSH. 6 years ago
sudo.py Mostly implement hybrid TTY/socket mode for sudo and SSH. 6 years ago
unix.py issue #16: Python 2.4-3.x compatible exception handling. 6 years ago
utils.py ansible: redirect logging into display 'framework'. closes #111 6 years ago