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 7ff4e6694c issue #536: rework how 2.3-compatible simplejson is served
Regardless of the version of simplejson loaded in the master, load up
the ModuleResponder cache with our 2.4-compatible version.

To cope with simplejson being loaded due to modules like ec2_group that
try to import it before importing 'json', also update target.py to
remove it from the whitelist if a local 'json' module import succeeds.
6 years ago
.ci .ci: add verbiage for run_batches() too. 6 years ago
.github .github: add some more questions to issue template 6 years ago
ansible_mitogen issue #536: rework how 2.3-compatible simplejson is served 6 years ago
docs docs: duplicate word 6 years ago
examples core: many docstring updates and an example substitute for Channel 6 years ago
mitogen issue #536: rework how 2.3-compatible simplejson is served 6 years ago
scripts misc: rename to scripts. tab completion!! 6 years ago
tests tests/ansible: Spec.become_method() test & mitogen_via= fix. 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml issue #477: travis.yml typo. 6 years ago
LICENSE Add license text everywhere. 7 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 6 years ago
README.md Motivational shame badges back in README 6 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py stable: fix preamble_size on stable docs. 6 years ago
run_tests Allow independant control of coverage erase and reporting 6 years ago
setup.cfg Ignore another annoying flake8 message. 6 years ago
setup.py Drop 'alpha' trove classifier 6 years ago
tox.ini Aggregate code coverage data across tox all runs 6 years ago

README.md