Distributed self-replicating programs in Python
Go to file
David Wilson 33412927f5 issue #369: refactor Connection to support reset()
Now the tests pass.
2018-10-29 19:34:50 +00:00
.github Add GitHub issue template. 2018-07-26 19:14:56 -07:00
.travis tests: split out ansible_tests requirements 2018-10-26 12:58:08 +01:00
ansible_mitogen issue #369: refactor Connection to support reset() 2018-10-29 19:34:50 +00:00
docs docs: update Changelog. 2018-10-26 13:59:06 +01:00
examples examples: fix mitogen-fuse on 2.x. 2018-07-12 20:16:44 +01:00
mitogen core: split out & extend Broker.sync_call() 2018-10-26 13:58:12 +01:00
tests issue #369: add Connection.reset() test. 2018-10-29 18:54:26 +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 Add license text everywhere. 2018-03-19 21:58:28 +05:45
README.md commented out travis badge 2018-07-21 13:15:30 -04:00
dev_requirements.txt tests: activate faulthandler if available 2018-10-29 15:25:15 +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