Distributed self-replicating programs in Python
Go to file
David Wilson d58b5ad777 core: prevent creation of unicode Message.data
Was triggering a crash indirectly due to Ansible passing us Unicode
strings. Needs a better fix.
2018-03-19 21:58:34 +05:45
ansible_mitogen docs: Convert all URLs that support https:// 2018-03-19 21:58:33 +05:45
docs issue #139: mention relating buffering issue 2018-03-19 21:58:34 +05:45
examples issue #140: import reproduction 2018-03-19 21:58:34 +05:45
mitogen core: prevent creation of unicode Message.data 2018-03-19 21:58:34 +05:45
tests parent: Precompute preamble sizes for first stage 2018-03-19 21:58:34 +05:45
.gitignore Some gitignore extras 2018-03-19 21:58:29 +05:45
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml Remove overall build timeout from .travis.yml. 2018-03-19 21:58:28 +05:45
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 Move django test script into permanent test 2018-03-19 21:58:28 +05:45
preamble_size.py docs: fix preamble_size.py after whitelist changes 2018-03-19 21:58:29 +05:45
setup.cfg Initial flake8 configuration. 2018-03-19 21:58:32 +05:45
setup.py issue #93: enable use_2to3 to see what happens 2018-03-19 21:58:31 +05:45
test.sh tests: Find all *_test.py scripts and run them 2018-03-19 21:58:33 +05:45

README.md