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 b92545e61a minify: avoid cStringIO use.
On 2.7 it was "accidentally fine" because the buffer object the StringIO
was initialized from happened to look like ASCII, but in 2.6 either
UCS-2 or UCS-4 is used for that buffer, and so the result was junk.

Just use the io module everywhere if we can, falling back to pure-Python
StringIO for Python<2.6.
8 years ago
..
compat tokenize must parse under 3.x even if it won't run there 8 years ago
__init__.py Initial Python 3.x port work. 8 years ago
core.py core: remove needless size prefix from core_src_fd. 8 years ago
debug.py Get integration tests running under 2.6. 8 years ago
docker.py Initial Python 3.x port work. 8 years ago
fakessh.py Initial Python 3.x port work. 8 years ago
fork.py Initial Python 3.x port work. 8 years ago
jail.py Initial Python 3.x port work. 8 years ago
lxc.py Initial Python 3.x port work. 8 years ago
master.py master: fix resolve_relpath() 8 years ago
minify.py minify: avoid cStringIO use. 8 years ago
parent.py core: remove needless size prefix from core_src_fd. 8 years ago
select.py select: add missing get(block=..) parameter. 8 years ago
service.py service: remove stray debug 8 years ago
setns.py Fix setns.py syntax for 3.x 8 years ago
ssh.py parent: python_path setting depends on local or remote 8 years ago
su.py Initial Python 3.x port work. 8 years ago
sudo.py Initial Python 3.x port work. 8 years ago
unix.py Initial Python 3.x port work. 8 years ago
utils.py utils: handle duplicate log_to_file() calls. 8 years ago