Mirror of mitogen
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.
 
 
 
Go to file
David Wilson 9b7991cd45 issue #118: log exceptions for emulated commands, fix AttributeError in helpers.py
Turns out Ansible can't be trusted to actually check the result
dictionary everywhere it expects one, so put the real exception text
into -vvv output too.
8 years ago
ansible_mitogen issue #118: log exceptions for emulated commands, fix AttributeError in helpers.py 8 years ago
docs docs: So many typos 8 years ago
examples ansible: repro for issue #118. 8 years ago
mitogen Log and track PIDs everywhere for Ansible. 8 years ago
tests README: move testing bits into tests directory. 8 years ago
.gitignore Some gitignore extras 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml Remove overall build timeout from .travis.yml. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt Move django test script into permanent test 8 years ago
preamble_size.py docs: fix preamble_size.py after whitelist changes 8 years ago
setup.cfg Initial flake8 configuration. 8 years ago
setup.py issue #93: enable use_2to3 to see what happens 8 years ago
test.sh test.sh: make it work on OS X out of the box 8 years ago

README.md