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 5135ff9068 issue #477: master: ability to override ModuleResponder output.
This is needed to cope Ansible 2.3 doing weird stuff as usual. It serves
up __init__.py for ansible and ansible.module_utils as hard-coded
namespace packages, the real ansible/__init__.py on disk is not 2.4
compatible.
5 years ago
.ci tests: CI should symlink all contents of ansible/hosts/ 5 years ago
.github github: tweak issue template. 5 years ago
ansible_mitogen ansible: merge away unused return values / functions. 5 years ago
docs docs: add another strace recipe 5 years ago
examples core: many docstring updates and an example substitute for Channel 5 years ago
mitogen issue #477: master: ability to override ModuleResponder output. 5 years ago
tests issue #477: Ansible 2.3 had stricter arg spec format. 5 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 6 years ago
.travis.yml Turn on Travis build notifcations, but send them to IRC. 5 years ago
LICENSE Add license text everywhere. 6 years ago
README.md Motivational shame badges back in README 5 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests Pythonize, split out and parallelize all jobs. 6 years ago
setup.cfg Ignore another annoying flake8 message. 6 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 6 years ago

README.md