Distributed self-replicating programs in Python
Go to file
David Wilson 045db6f689 Fix iter_read() FD leaks on 3.x; closes #418. 2018-11-04 20:18:23 +00:00
.github Update PULL_REQUEST_TEMPLATE.md. 2018-10-31 13:14:30 +00:00
.travis issue #409: Pythonize run_ansible_playbook.sh 2018-10-30 23:58:45 +00:00
ansible_mitogen issue #413: paper over harmless duplicate del_route() 2018-11-04 17:49:45 +00:00
docs docs: update Changelog; closes #413. 2018-11-04 17:51:51 +00:00
examples examples: fix mitogen-fuse on 2.x. 2018-07-12 20:16:44 +01:00
mitogen Fix iter_read() FD leaks on 3.x; closes #418. 2018-11-04 20:18:23 +00:00
tests tests: 3.x syntax compat for tests/data/stubs/ 2018-11-04 20:17:09 +00:00
.gitignore Add venvs/ to gitignore 2018-10-26 10:23:34 +01:00
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml tests: stop idiotic Travis TTY/pip progress bar spam 2018-10-26 12:30:40 +01:00
LICENSE
README.md Add cute demo GIF to README.md. 2018-11-01 22:08:15 +00:00
dev_requirements.txt issue #406: test for FD leak after every TestCase 2018-11-03 13:28:37 +00:00
preamble_size.py add --dump to preamble_size.py. 2018-08-18 16:44:00 +01:00
run_tests tests: make ansible/tests/ run in run_tests. 2018-10-02 20:43:48 +01:00
setup.cfg Ignore another annoying flake8 message. 2018-05-28 02:33:47 +01:00
setup.py Update trove classifiers. 2018-07-07 14:55:47 +01:00
tox.ini tests: Run tests on CPython 3.5 and 3.6 with Tox 2018-10-03 00:15:47 +01:00

README.md