mitogen/mitogen
David Wilson d0075e7e50 parent: --with-pydebug bootstrap could fail due to corrupted stream
Due to first stage writin 'XXX refs' on exit. So close stderr as last
step of first stage.
2019-01-27 01:14:27 +00:00
..
compat issue #408: fix mitogen.compat.tokenize 2.4 compatibility. 2019-01-20 13:00:20 +00:00
__init__.py Bump version for release. 2018-10-23 16:14:40 +01:00
core.py issue #477: fix another Threading.getName() call. 2019-01-26 00:34:23 +00:00
debug.py issue #61: remove duplicate method (reported by LGTM) 2019-01-20 19:39:04 +00:00
doas.py issue #61: unused import (reported by LGTM) 2019-01-20 19:44:21 +00:00
docker.py docker: redirect stderr to stdout for nicer exceptions. 2018-08-18 16:43:59 +01:00
fakessh.py parent: handle masters with blank sys.executable; closes #356. 2018-10-02 21:15:46 +01:00
fork.py issue #477: make mitogen.fork unsupported on Py<2.6. 2019-01-25 23:47:08 +00:00
jail.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
kubectl.py kubectl: paper over importer issue by removing unicode. 2018-11-02 00:28:12 +00:00
lxc.py Add EOF error hints for LXC/LXD; closes #373. 2018-10-30 22:39:35 +00:00
lxd.py Add EOF error hints for LXC/LXD; closes #373. 2018-10-30 22:39:35 +00:00
master.py issue #477: document master.Router.max_message_size. 2019-01-26 01:05:46 +00:00
minify.py docs: many more fixes/merges. 2018-08-18 16:44:00 +01:00
parent.py parent: --with-pydebug bootstrap could fail due to corrupted stream 2019-01-27 01:14:27 +00:00
select.py select: Python 2.x required __nonzero__ for bool(Select) 2018-12-11 23:16:26 +00:00
service.py issue #477: 2.4 stat() returned int timestamps not float. 2019-01-26 00:37:11 +00:00
setns.py setns: decode utility command output for 3.x. 2018-11-05 17:25:59 +00:00
ssh.py issue #477: Py2.4 startswith() did not support tuples. 2019-01-26 03:25:11 +00:00
su.py issue #477: add basic su_test and Py2.4 polyfill. 2019-01-27 00:56:19 +00:00
sudo.py issue #61: unused import (reported by LGTM) 2019-01-20 19:47:20 +00:00
unix.py unix: add Listener.__repr__. 2019-01-19 22:44:11 +00:00
utils.py issue #477: promote setup_gil() to mitogen.utils 2019-01-26 02:06:33 +00:00