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 54452c4015 service: fix UnboundLocalError. 7 years ago
..
compat Import v2.7.11 tokenize.py for use on older Pythons; closes #189. 7 years ago
__init__.py
core.py Prevent construction of unicode Message.data 7 years ago
debug.py
docker.py
fakessh.py Add maximum message size checks. Closes #151. 7 years ago
fork.py issue #16: Python 2.4-3.x compatible exception handling. 7 years ago
master.py tests: 'fix' responder test. 7 years ago
parent.py Prevent construction of unicode Message.data 7 years ago
service.py service: fix UnboundLocalError. 7 years ago
ssh.py issue #16: initial smorgasbord of 3.x fixes. 7 years ago
sudo.py issue #183: make PasswordErrors subclass of StreamError. 7 years ago
unix.py issue #16: Python 2.4-3.x compatible exception handling. 7 years ago
utils.py