Distributed self-replicating programs in Python
Go to file
David Wilson 28cd17cf56 issue #106: import skeletal new executor. 2018-03-30 15:55:38 +05:45
ansible_mitogen issue #106: import skeletal new executor. 2018-03-30 15:55:38 +05:45
docs docs: More getting started. 2018-03-30 13:05:47 +05:45
examples examples: more comments. 2018-03-30 12:50:12 +05:45
mitogen issue #174: select.error interface differs to OSError 2018-03-30 02:25:09 +05:45
tests issue #155: fix double-fork behaviour and test it this time. 2018-03-29 23:57:24 +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 tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too. 2018-03-29 07:26:12 +00: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 Add Google Cloud client to dev requirements 2018-03-19 21:58:35 +05:45
preamble_size.py issue #155: parent: move master.Context into parent. 2018-03-24 19:19:45 +05:45
setup.cfg Initial flake8 configuration. 2018-03-19 21:58:32 +05:45
setup.py setup: Scan project dir to find packages 2018-03-19 21:58:34 +05:45
test.sh core: fix call_function_test regression 2018-03-29 15:34:20 +05:45
tox.ini tests: Add Tox config for Python 2.6 and 2.7 2018-03-19 21:58:34 +05:45

README.md