Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson f87d55d11c Merge remote-tracking branch 'origin/dmw'
* origin/dmw:
  issue #415: replace default Poller with select.poll()
  issue #415: add IPC latency bench.
  issue #408: fix test fallout.
  issue #408: update Changelog; closes #408.
  issue #408: 2.4 compat: replace iter_read with explicit generator
  issue #408: 2.4 compat: remove ternary if use in master.py.
  issue #408: use compatible method to get thread ID.
  issue #408: fix mitogen.compat.tokenize 2.4 compatibility.
  issue #436: decode debug log lines on Python 3.
  issue #461: Ansible 2.3 placeholder modules for action plug-ins.
  issue #461: Ansible 2.3-compatible _get_candidate_temp_dirs().
  issue #461: Ansible 2.3 did not have _load_name.
7 years ago
.ci tests: pin idna to last supporting 2.6-compat version. 7 years ago
.github .github: suggest file attachments for large logs 7 years ago
ansible_mitogen issue #461: Ansible 2.3-compatible _get_candidate_temp_dirs(). 7 years ago
docs issue #415: replace default Poller with select.poll() 7 years ago
examples examples: add Select lifetimes to example. 7 years ago
mitogen issue #415: replace default Poller with select.poll() 7 years ago
tests issue #415: add IPC latency bench. 7 years ago
.gitignore Add venvs/ to gitignore 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml Turn on Travis build notifcations, but send them to IRC. 7 years ago
LICENSE Add license text everywhere. 8 years ago
README.md Add cute demo GIF to README.md. 7 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
preamble_size.py add --dump to preamble_size.py. 7 years ago
run_tests Pythonize, split out and parallelize all jobs. 7 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py Update trove classifiers. 8 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 7 years ago

README.md