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
Alex Willmer f95b37429f parent: Read preamble in first stage with os.fdopen()
SSH command size: 439 (+4 bytes)
Preamble size: 8941 (no change)

This _increases_ the size of the first stage, but
- Eliminates one of the two remaining uses of `sys`
- Reads the preamble as a byte-string, no call `.encode()`
   is needed on Python 3 before calling `_()`
8 years ago
..
compat Initial commit. 8 years ago
__init__.py docs: Replace google.com as target of get_url() 8 years ago
core.py Crank zlib.compress() upto 9 8 years ago
docker.py ansible: fix some flake8 errors 8 years ago
fakessh.py ansible: fix some flake8 errors 8 years ago
master.py Crank zlib.compress() upto 9 8 years ago
parent.py parent: Read preamble in first stage with os.fdopen() 8 years ago
service.py ansible: fix some flake8 errors 8 years ago
ssh.py ssh: CompressionLevel is a v1-only option. 8 years ago
sudo.py sudo: accept -n too (issue #108) 8 years ago
unix.py Log and track PIDs everywhere for Ansible. 8 years ago
utils.py ansible: redirect logging into display 'framework'. closes #111 8 years ago