Commit Graph

2154 Commits (cab0b2cb9a9e7a8331cd1162cbeea8b198a8fa48)
 

Author SHA1 Message Date
David Wilson cab0b2cb9a issue #477: add mitogen_py24 CI test type.
Butcher the crap out of run_tests because we don't have/want/need
coverage on 2.4.
5 years ago
David Wilson 767331d76f issue #477: disable Django parts of module_finder_test on 2.4. 5 years ago
David Wilson b6634194af issue #477: clean up globals after unix_test. 5 years ago
David Wilson 30d933b299 issue #477: remove unused pytest bits from importer_test. 5 years ago
David Wilson 69c27a33fc issue #477: remove fork use from unix_test. 5 years ago
David Wilson 2e4d7b15d7 parent: don't kill child when profiling=True 5 years ago
David Wilson fedd294f96 issue #485: import new throuhgput bench 5 years ago
David Wilson 6281f231cb issue #477: more fork removal 5 years ago
David Wilson 29cb6cb4f8 issue #477: Py2.4 startswith() did not support tuples. 5 years ago
David Wilson 25bffc424d issue #477: util/fakessh/two_three_compat fixes. 5 years ago
David Wilson 61297c24e5 issue #477: call_function_test fixes for 2.4. 5 years ago
David Wilson dd30a907ce issue #477: promote setup_gil() to mitogen.utils
This is since ansible_mitogen/process.py is 2.6-only, and I want to use
setup_gil() in 2.4 code.
5 years ago
David Wilson cef7c1ccc7 issue #477: fix lxc_test any polyfill import. 5 years ago
David Wilson f420d876f2 issue #477: stop using fork in responder_test. 5 years ago
David Wilson 9d5b3d9e02 issue #477: stop using fork in service_test. 5 years ago
David Wilson f1a712fad3 issue #477: Python<2.5 ioctl() request parameter was signed. 5 years ago
David Wilson 101e1c17b1 issue #477: stop using fork() in parent_test, compatible enumerate(). 5 years ago
David Wilson 9f10695ee2 issue #477: Popen.terminate() polyfill for Py2.4. 5 years ago
David Wilson b7f39f26cd issue #477: stop using .fork() in router_test, one small 2.4 fix. 5 years ago
David Wilson 4ca3051e39 issue #477: document master.Router.max_message_size. 5 years ago
David Wilson 9248b6d2b6 issue #477: old Py zlib did not include extended exception text. 5 years ago
David Wilson b831b4ab31 issue #477: stop using router.fork() in receiver_test 5 years ago
David Wilson a33767d31e issue #477: any() polyfill for lxc_test. 5 years ago
David Wilson 3b4f184298 issue #477: replace type(e) -> __class__ for an exception
Due to old style exception classes.
5 years ago
David Wilson b985224ff6 issue #477: old Mock does not throw side_effect exceptions from a list 5 years ago
David Wilson a8716972fb issue #477: 2.4 stat() returned int timestamps not float. 5 years ago
David Wilson 19eafc5755 issue #477: set().union(a, b, ..) unsupported on Py2.4. 5 years ago
David Wilson e460d648d5 issue #477: Logger.log(extra=) unsupported on Py2.4. 5 years ago
David Wilson 1f59bcc313 issue #477: fix another Threading.getName() call. 5 years ago
David Wilson bd81b6fd6e issue #477: %f date format requires Py2.6 or newer. 5 years ago
David Wilson 6a2f88d6a3 issue #477: make mitogen.fork unsupported on Py<2.6. 5 years ago
David Wilson 112caa94f9 issue #477: Py2.4 dep scanner bytecode difference 5 years ago
David Wilson 155f26723d Drop 'alpha' trove classifier 5 years ago
David Wilson bba5d82fc4 issue #477: fix another str/bytes mixup. 5 years ago
David Wilson d6dcb8d010 issue #477: blacklist 'thread' module to avoid roundtrip on 2.x->3.x 5 years ago
David Wilson c9ff4c6506 issue #477: fix 3.x failure in new target.set_file_mode() function. 5 years ago
David Wilson aa5d37af89 issue #477: fix 3.x failure in new target.set_file_mode() function. 5 years ago
David Wilson 51294db52d issue #477: fix 2 runner tests on Ansible 2.7. 5 years ago
David Wilson 84a0424749 issue #477: fix 3.x test regressions. 5 years ago
David Wilson 01db198122 issue #477: fix new KwargsTest on Python 3.x. 5 years ago
David Wilson d4897d37bb issue #477: ModuleFinder now returns Unicode module names. 5 years ago
David Wilson 4c1ddf6fc1 issue #477: Python3 does not have Pickler.dispatch. 5 years ago
David Wilson 7ecd5d8ba3 issue #477: ModuleFinder test fixes. 5 years ago
David Wilson c443244986 issue #477: Ansible 2.3 compatible regression/all.yml. 5 years ago
David Wilson 532ae92029 issue #477: Ansible 2.3 requires placeholder module for assert_equals 5 years ago
David Wilson 572db1a385 issue #477: build a CentOS 5/Py2.4 container + playbook compat fixes. 5 years ago
David Wilson a31718a6bc issue #477: use PY24 constant rather than explicit test. 5 years ago
David Wilson bc434a4f99 issue #477: backport mitogen.master to Python 2.4. 5 years ago
David Wilson ffd46e9f1c issue #477: parent: make iter_read() log disconnect reason. 5 years ago
David Wilson 81f15028a7 issue #477: backport ansible_mitogen.runner to 2.4. 5 years ago