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 4a20a57552 core: wrap selects in EINTR handlers
This isn't nearly enough, but it catches the most common victim of
EINTR.
8 years ago
..
compat Rename package. 8 years ago
__init__.py Add mitogen.main() decorator mainly for docs and demo use. 8 years ago
core.py core: wrap selects in EINTR handlers 8 years ago
fakessh.py fakessh: restore unpickle() semantics. 8 years ago
master.py master: use queue-like Latch in Select() too. 8 years ago
parent.py importer: warn on duplicate request, simplify preload logic 8 years ago
service.py service: initial version 8 years ago
ssh.py Split up parent and master modules 8 years ago
sudo.py Split up parent and master modules 8 years ago
unix.py unix: add small explainer note until real docs exist 8 years ago
utils.py utils: support log_to_file(usec=True) 8 years ago