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.
mitogen/mitogen
David Wilson 785df88fa4 issue #186: core: remove long-forgotten hack.
This is likely to break something, it was definitely needed at some
point, but I never put much effort into figuring out why. Meanwhile,
Python appears to make find_module('ansible.module_utils.facts.')
requests in some circumstances, which causes us to indicate the module
exists while this hack exists.

So remove it, and let's see what breaks.
6 years ago
..
compat Import v2.7.11 tokenize.py for use on older Pythons; closes #189. 6 years ago
__init__.py docs: tidy ups 6 years ago
core.py issue #186: core: remove long-forgotten hack. 6 years ago
debug.py issue #196: debug: don't statically import master. 6 years ago
docker.py issue #186: initial version of subtree detachment. 6 years ago
fakessh.py docs: tidy ups 6 years ago
fork.py issue #254: fork: take care not to rely on FD numbers. 6 years ago
jail.py issue #186: initial version of subtree detachment. 6 years ago
lxc.py issue #186: initial version of subtree detachment. 6 years ago
master.py master: fix IdAllocator log messages. 6 years ago
minify.py parent: split out minify.py and add stub where master can install it. 6 years ago
parent.py tests: importer fixes 6 years ago
select.py select: add missing get(block=..) parameter. 6 years ago
service.py issue #186: move target._get_file into mitogen.service 6 years ago
setns.py issue #186: initial version of subtree detachment. 6 years ago
ssh.py fix host_keys= exception message 6 years ago
su.py issue #186: initial version of subtree detachment. 6 years ago
sudo.py issue #186: initial version of subtree detachment. 6 years ago
unix.py issue #132: initial unidirectional routing mode. 6 years ago
utils.py issue #218: core: add Secret and Blob types. 6 years ago