summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/module_common.py
Commit message (Expand)AuthorAgeFilesLines
* ansible/executor: PEP8 compliancy (#24695)Dag Wieers2017-05-301-16/+17
* Convert some more base64 strings to text for winrm, to support async and beco...Matt Martz2017-05-181-3/+3
* Base changes required to allow winrm to work on py3 (#24744)Matt Martz2017-05-171-4/+10
* display path to module_utils files in verbosity vvv.Toshio Kuratomi2017-04-171-8/+14
* fix Windows env handling (#22927)Matt Davis2017-03-231-2/+3
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+12
* Complete rewrite of Windows exec wrapper (#21510)Matt Davis2017-02-171-27/+52
* Module utils default path (#20913)Toshio Kuratomi2017-02-021-2/+14
* Combine jimi-c and bcoca's ideas and work on hooking module-utils into Plugin...Toshio Kuratomi2017-01-311-36/+43
* Allow OSError to skip scriptdir removalToshio Kuratomi2017-01-051-1/+12
* Fix for AnsiballZ when the remote clock is behind (#18660)Toshio Kuratomi2016-11-291-1/+14
* open anziballs payload 'wb' for py3Adrian Likins2016-10-031-2/+2
* Ensure parent tempdir's existence (#17585)Monty Taylor2016-09-151-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-15/+27
* Move queuing tasks to a background threadJames Cammarata2016-08-311-4/+4
* Workaround for Ubuntu Python3 looking for modules in wrong places (#17211)Toshio Kuratomi2016-08-241-0/+21
* (re)allow ansible_python_interpreter to contain more than 1 arg (#16247)Lukas Pirl2016-07-261-9/+4
* No longer try to import __version__ from release.py. (#16817)Toshio Kuratomi2016-07-251-1/+3
* Find places where ziploader is used and change them to ansiballz so that peop...Toshio Kuratomi2016-07-211-24/+24
* tkuratomi bugfix for BOMs in powershell modulesnitzmahone2016-07-111-0/+6
* Don't check that we import basic.py in new-style modules (#16613)Toshio Kuratomi2016-07-061-14/+0
* Remove doubled instantiation of the zipfile (#16609)Toshio Kuratomi2016-07-061-1/+1
* Workaround bad interaction with .pth files. (#16238)Toshio Kuratomi2016-06-131-1/+16
* Port urls.py to python3 and other byte vs text fixes (#16124)Toshio Kuratomi2016-06-041-16/+26
* Ship constants to the modules via internal module params rather than a second...Toshio Kuratomi2016-05-121-16/+2
* modify_module does not need to return module_path, as the calling code alread...Matt Martz2016-05-121-2/+2
* Make _is_binary use already read module_data, move _is_binary check to the to...Matt Martz2016-05-121-7/+5
* Move binary module detection into executor/module_common.pyMatt Martz2016-05-121-4/+15
* Fix the mapping of module_name to LocksToshio Kuratomi2016-04-291-2/+24
* Fix ziploader for the cornercase of ansible invoking ansible.Toshio Kuratomi2016-04-291-3/+4
* Handle "/usr/bin/env python" style ansible_*interpreter settings.Toshio Kuratomi2016-04-271-4/+15
* Have test-module clean up the local temp dir when it exitsToshio Kuratomi2016-04-241-0/+1
* Don't include "ansible" in the module output as there are a few files in the ...Toshio Kuratomi2016-04-241-1/+1
* Push debug files into a subdirectory to keep things cleaner.Toshio Kuratomi2016-04-241-3/+11
* Add debug usage to comments in the ziploader wrapper and don't strip comments...Toshio Kuratomi2016-04-241-20/+54
* Make ziploader handle python packages as well as python modulesToshio Kuratomi2016-04-191-35/+123
* Merge pull request #15419 from nitzmahone/module_debug_arg_overrideToshio Kuratomi2016-04-191-3/+32
|\
| * add _load_params debug overrides for module args/file passed on cmdlinenitzmahone2016-04-181-3/+32
* | A couple fixes for ziploader:Toshio Kuratomi2016-04-181-3/+8
|/
* Fix when debug commands are run on the wrapper and the wrapper as a file in t...Toshio Kuratomi2016-04-131-1/+1
* Make the ziploader wrapper work with PY3Toshio Kuratomi2016-04-121-5/+10
* excommunicate fixToshio Kuratomi2016-04-121-1/+1
* python-2.4's -m is severely limited.Toshio Kuratomi2016-04-121-22/+23
* Move module arg passing from the environment to stdin (from the wrapper to th...Toshio Kuratomi2016-04-121-50/+76
* Controller-side module caching.Toshio Kuratomi2016-04-121-26/+58
* First whack at a recursive and ast based ziploader. I'm afraid this one may ...Toshio Kuratomi2016-04-121-16/+56
* Fix encoding string to show up in wrapperToshio Kuratomi2016-04-121-3/+4
* Add "excommunicate" debug optionToshio Kuratomi2016-04-071-1/+21
* Add BSD license information to the ZIPLOADER_TEMPLATE string since itToshio Kuratomi2016-04-061-0/+27
* Ziploader subprocess.PopenToshio Kuratomi2016-04-061-10/+42