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 cd098ef158 issue #183: re-raise StreamError in calling context.
This allows catching just StreamError regardless of via=None or
via=<context>. Deserves a more general solution, but it's easy to fix up
later.
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 issue #106: _unpickle_context() did not allow nameless contexts. 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 Add maximum message size checks. Closes #151. 8 years ago
fork.py issue #155: fix double-fork behaviour and test it this time. 8 years ago
master.py Introduce handler policy functions; closes #138. 8 years ago
parent.py issue #183: re-raise StreamError in calling context. 8 years ago
service.py issue #106: add Service.__repr__, reply to bad calls 8 years ago
ssh.py issue #183: make PasswordErrors subclass of StreamError. 8 years ago
sudo.py issue #183: make PasswordErrors subclass of StreamError. 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