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
Martin Krizek 164881d871 Remove UnsafeProxy (#59711)
* Remove UnsafeProxy

Move the work from UnsafeProxy to wrap_var and add support for bytes.
Where wrap_var is not needed, use AnsibleUnsafeBytes/AnsibleUnsafeText
directly.

Fixes #59606

* item is not always text

* Address issues from reviews

* ci_complete
5 years ago
..
__init__.py
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 8 years ago
collection_loader.py patch ansible-connection collection plugin loading (#59119) 5 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 7 years ago
context_objects.py Move the arguments module into cli/ and context_objects into utils 6 years ago
display.py Fix issue with empty cow_whitelist (#59946) 5 years ago
encrypt.py Minor typos (#50371) 6 years ago
hashing.py Enable additional pylint rules and resolve issues found. (#47221) 6 years ago
helpers.py preserve same order as inventory manager when using host lookup (#55331) 6 years ago
jsonrpc.py Don't fail if ConnectionError has no code (#53455) 6 years ago
listify.py Python 3.8 collections compatibility fixes. 6 years ago
path.py Get copy tests passing with split controller/target (#58516) 5 years ago
plugin_docs.py Fix loading namespaced doc_fragments from collections (#55249) 6 years ago
py3compat.py Python 3.8 collections compatibility fixes. 6 years ago
sentinel.py Fieldattribute inheritance with defaults (#50891) 6 years ago
shlex.py Update module_utils.six to latest (#22855) 8 years ago
singleton.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago
ssh_functions.py Fix encoding error with path to ssh 7 years ago
unicode.py Remove deprecated code (#34828) 7 years ago
unsafe_proxy.py Remove UnsafeProxy (#59711) 5 years ago
vars.py move extravars and option vars loading into VM (#51070) 6 years ago