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
Marc Hartmayer 819582e8ee tests: add test for passing user classes and instances
It's well known that unpickling data received from an untrusted source is not
secure. But since children trust the parents and ancestors, unpickling data
received from a parent or ancestor should be supported. Add a test for this use
case.
4 years ago
.ci Remove unused module imports 4 years ago
.github chore: Add issue templates for 0.2 vs 0.3 releases 5 years ago
ansible_mitogen ansible_mitogen: Allow mitogen_fetch to bypass slurp module 4 years ago
docs ansible_mitogen: Allow mitogen_fetch to bypass slurp module 4 years ago
examples Replace os.system() with subprocess.check_call() 4 years ago
mitogen mitogen.utils: Preserve docstring of functions decorated @with_router 4 years ago
scripts remove unused imports flagged by lgtm 7 years ago
tests tests: add test for passing user classes and instances 4 years ago
.gitignore Add tests/ansible/.*.pid to gitignore (for ansible_mitogen/process.py) 7 years ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 7 years ago
LICENSE Bump copyright year and use generic author name (testing Travis) 5 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 7 years ago
README.md Abandon Travis CI We have no credits, and its a PITA to maintain two CI platforms. The tests running on Travis provide very little extra coverage vs Azure Pipelines alone 4 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
preamble_size.py mitogen.parent: Remove tabs from minimized first stage 4 years ago
run_tests tests: Remove unittest2, use stdlib unittest 4 years ago
setup.cfg Declare universal wheel support 5 years ago
setup.py Python 3.10 support 4 years ago
tox.ini Python 3.10 support 4 years ago

README.md