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/files
Michael Scherer 15f8c6835b Fix unarchive on python3
Since handler.files_in_archive is a list of files coming from
various executables output, that's a bytes list, and we use it
with dest who is a str. So we need to convert that to native
type.
9 years ago
..
__init__.py package files 11 years ago
acl.py Bulk spelling improvement to modules-core (#5225) 9 years ago
assemble.py Fix assemble module for python3 9 years ago
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 9 years ago
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 10 years ago
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 9 years ago
find.py Bulk spelling improvement to modules-core (#5225) 9 years ago
ini_file.py Bulk spelling improvement to modules-core (#5225) 9 years ago
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 9 years ago
replace.py Declare empty diff dict ahead of time (#4646) 9 years ago
stat.py Bulk spelling improvement to modules-core (#5225) 9 years ago
synchronize.py Bulk spelling improvement to modules-core (#5225) 9 years ago
template.py restored incorrectly removed docs, jinja2 override 10 years ago
unarchive.py Fix unarchive on python3 9 years ago
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 10 years ago