summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/utilities/logic/async_wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* refactoring asyncBrian Coca2017-02-061-1/+1
* Update async_wrapper.py to remove own temp dir. (#5719)Matt Clay2016-12-081-2/+15
* Support script interpreters in async_wrapper. (#5703)Matt Clay2016-12-081-0/+17
* replace type() with isinstance() (#5541)jctanner2016-12-081-1/+1
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* add JSON junk filter to async_wrapper (#5107)Matt Davis2016-12-081-2/+62
* removed chdir / as it breaks tasksBrian Coca2016-12-081-1/+1
* Don't change to root dir in async_wrapper (#4779)Monty Taylor2016-12-081-1/+0
* Python 3 fixes for async_wrapper and async_status. (#4671)Matt Clay2016-12-081-1/+6
* Make async_wrapper ignore '_' as an argsfile. (#4678)Matt Clay2016-12-081-3/+4
* Shows messages for uncaught exceptions from called modules in async_wrapper o...James S. Martin2016-12-081-0/+1
* Ensure async wrapper and status return consistent fieldsJames Cammarata2016-12-081-2/+2
* Use os.rename() in async_wrapperDavid Shrewsbury2016-12-081-5/+12
* reverted need for module utils importsBrian Coca2016-12-081-6/+3
* added missing importBrian Coca2016-12-081-0/+3
* exception ans sys.exit fixesBrian Coca2016-12-081-6/+2
* Fix exception handling in async_wrapperToshio Kuratomi2016-12-081-2/+2
* Py2.4: SystemExit in async_wrapper is not an error - compatibility fixBrano Zarnovican2016-12-081-0/+6
* Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exce...@2016-12-081-16/+20
* Allow async to not need an args file since new-style modules have args embeddedToshio Kuratomi2016-12-081-2/+5
* code cleanup and reoorg, renamed vars and functions to actual purpose reneabl...Brian Coca2016-12-081-106/+108
* Move internal category to utilities to remove one more category from the left...Michael DeHaan2016-12-081-0/+200