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 d26fe5b993 issue #310: fix negative imports on Python 3.x.
On 3.x, Importer() can still have its methods called even if
load_module() raises ImportError.

Closes #310.
6 years ago
..
compat tokenize must parse under 3.x even if it won't run there 6 years ago
__init__.py Bump version for release. 6 years ago
core.py issue #310: fix negative imports on Python 3.x. 6 years ago
debug.py debug: give dump_to_logger() thread a name. 6 years ago
doas.py core: support for "doas" become_method 6 years ago
docker.py Initial Python 3.x port work. 6 years ago
fakessh.py Initial Python 3.x port work. 6 years ago
fork.py Initial Python 3.x port work. 6 years ago
jail.py Initial Python 3.x port work. 6 years ago
lxc.py Initial Python 3.x port work. 6 years ago
master.py master: fix another case where built-in module loader throws ImportError 6 years ago
minify.py minify: avoid cStringIO use. 6 years ago
parent.py issue #291: permit supplying a full Python argv. 6 years ago
select.py select: add missing get(block=..) parameter. 7 years ago
service.py core: fix NameError in Latch.put(), FileService exception 6 years ago
setns.py Fix setns.py syntax for 3.x 6 years ago
ssh.py issue #307: require partial line when matching interactive prompt. 6 years ago
su.py Initial Python 3.x port work. 6 years ago
sudo.py Initial Python 3.x port work. 6 years ago
unix.py Initial Python 3.x port work. 6 years ago
utils.py utils: handle duplicate log_to_file() calls. 6 years ago