Distributed self-replicating programs in Python
Go to file
David Wilson a52064a24f core: reordered find_module() test was broken (again)
e81b3bd0652b5eb125eb224ceca281b9d540dd5e

The whitelist check must happen /after/ the other checks, otherwise we
unconditionally retunr self for crap like 'ansible.module_utils.json'.
2018-07-07 14:55:47 +01:00
.travis issue #275: Don't use -U in ansible_tests.sh -- forces paramiko upgrade 2018-06-25 01:36:50 +01:00
ansible_mitogen utils: always enable microsecond logging. 2018-07-07 14:55:47 +01:00
docs parent: python_path setting depends on local or remote 2018-07-07 14:55:47 +01:00
examples Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
mitogen core: reordered find_module() test was broken (again) 2018-07-07 14:55:47 +01:00
tests tests: remove stray hard-coded interpreter. 2018-07-07 14:55:47 +01:00
.gitignore docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
ChangeLog docs: add initial ChangeLog. 2018-04-27 01:33:07 +01:00
LICENSE Add license text everywhere. 2018-03-19 21:58:28 +05:45
README.md README: move testing bits into tests directory. 2018-03-19 21:58:32 +05:45
dev_requirements.txt issue #275: bump ansible to 2.5.5 2018-06-25 01:36:55 +01:00
preamble_size.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 2018-04-04 16:00:09 +01:00
setup.cfg Ignore another annoying flake8 message. 2018-05-28 02:33:47 +01:00
setup.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
tox.ini Fix invocation of test runner by tox 2018-06-18 19:43:50 +01:00

README.md