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/tests/ansible/lib/modules
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
..
bash_return_paths.sh issue #164: rename lib/modules 7 years ago
custom_bash_old_style_module.sh issue #195: handle non-ASCII scripts in runner.py. 7 years ago
custom_bash_want_json_module.sh issue #164: rename lib/modules 7 years ago
custom_binary_single_null issue #164: rename lib/modules 7 years ago
custom_perl_json_args_module.pl issue #164: rename lib/modules 7 years ago
custom_perl_want_json_module.pl issue #164: rename lib/modules 7 years ago
custom_python_detect_environment.py Initial Python 3.x port work. 6 years ago
custom_python_external_module.py issue #217: tests: import (unused) module_utils tests. 7 years ago
custom_python_external_pkg.py issue #217: tests: import (unused) module_utils tests. 7 years ago
custom_python_json_args_module.py Initial Python 3.x port work. 6 years ago
custom_python_leaky_class_vars.py tests: clean up remaining reg tests 7 years ago
custom_python_new_style_missing_interpreter.py Initial Python 3.x port work. 6 years ago
custom_python_new_style_module.py Initial Python 3.x port work. 6 years ago
custom_python_want_json_module.py Initial Python 3.x port work. 6 years ago
mitogen_test_gethostbyname.py ansible: reload /etc/resolv.conf for each task. 7 years ago