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.
ansible/lib/ansible/utils
Matt Martz f8654de851
Ensure that data within a tuple is marked as unsafe (#65918)
* Use is_sequence, and Mapping throughout, add support for tuples. Fixes #65722

* Address tests

* Remove unused import

* Add changelog

* Add docstring for clarity

* Argh, linting fix

* Not chasing this rabbit

* wrap_var doesn't return a ref to the original item

* no ref tests

* Remove unused import
6 years ago
..
__init__.py limit extensions for files in group/host_vars dir 11 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
collection_loader.py Make sorting in collection_loader match plugin loader (#65776) 6 years ago
color.py fix utils.color.stringc: enclosure non printable sequences in SOH,STX (#64751) 6 years ago
context_objects.py Move the arguments module into cli/ and context_objects into utils 7 years ago
display.py display - Fix up tracebacks on 3rd party loggers when log path is set (#65582) 6 years ago
encrypt.py Minor typos (#50371) 7 years ago
hashing.py Enable additional pylint rules and resolve issues found. (#47221) 7 years ago
helpers.py preserve same order as inventory manager when using host lookup (#55331) 7 years ago
jsonrpc.py Pickle non-str objects to survive connection return (#63110) 6 years ago
listify.py Python 3.8 collections compatibility fixes. 7 years ago
multiprocessing.py Explicitly use multiprocessing fork start method (#63581) 6 years ago
path.py Get copy tests passing with split controller/target (#58516) 7 years ago
plugin_docs.py add subdir support to collection loading (#60682) 6 years ago
py3compat.py config encode errors should not be fatal (#63311) 6 years ago
sentinel.py Fieldattribute inheritance with defaults (#50891) 7 years ago
shlex.py Update module_utils.six to latest (#22855) 9 years ago
singleton.py Add a Singleton metaclass, use it with Display (#48935) 7 years ago
ssh_functions.py Fix encoding error with path to ssh 8 years ago
unicode.py Remove deprecated code (#34828) 8 years ago
unsafe_proxy.py Ensure that data within a tuple is marked as unsafe (#65918) 6 years ago
vars.py vars: Fail with warning for extra_vars filename without @ sign (#59915) 6 years ago