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 410016ff47 Initial Python 3.x port work.
* ansible: use unicode_literals everywhere since it only needs to be
  compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
  functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
  Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
6 years ago
..
compat Initial Python 3.x port work. 6 years ago
__init__.py Initial Python 3.x port work. 6 years ago
core.py Initial Python 3.x port work. 6 years ago
debug.py Get integration tests running under 2.6. 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 Initial Python 3.x port work. 6 years ago
minify.py Initial Python 3.x port work. 6 years ago
parent.py Initial Python 3.x port work. 6 years ago
select.py select: add missing get(block=..) parameter. 6 years ago
service.py Initial Python 3.x port work. 6 years ago
setns.py Initial Python 3.x port work. 6 years ago
ssh.py Initial Python 3.x port work. 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 Initial Python 3.x port work. 6 years ago