mitogen/ansible_mitogen
David Wilson 87ddead0b2 issue #435, #362: ansible: avoid touching setrlimit() on target.
This replaces the previous method for capping poorly Popen()
performance, instead entirely monkey-patching the problem function
rather than simply working around it.
2018-12-08 02:41:04 +00:00
..
plugins issue #409: fix reference error in kubectl.py. 2018-10-31 12:39:43 +00:00
__init__.py
connection.py ansible: call on_fork() on broker shutdown; closes #420. 2018-11-05 14:28:19 +00:00
loaders.py issue #400: rework the monkeypatch. 2018-11-01 15:58:28 +00:00
logging.py issue #317: ansible: fix log filtering in several cases 2018-07-23 13:33:08 -07:00
mixins.py ansible: fix temp cleanup regression and add test; closes #397. 2018-10-23 14:42:44 +01:00
module_finder.py ansible: fix 3.x dependency scanning on OS X 2018-07-08 16:06:08 +01:00
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 2018-07-22 16:24:42 -07:00
planner.py ansible: temporary files take 5. 2018-10-02 19:19:30 +01:00
process.py ansible: copy GIL change from linear2 branch. 2018-09-08 20:53:11 +01:00
runner.py ansible: fix 3.x TypeError regression. 2018-11-07 02:28:06 +00:00
services.py issue #413: paper over harmless duplicate del_route() 2018-11-04 17:49:45 +00:00
strategy.py issue #400: rework the monkeypatch. 2018-11-01 15:58:28 +00:00
target.py issue #435, #362: ansible: avoid touching setrlimit() on target. 2018-12-08 02:41:04 +00:00