community.general/lib/ansible/modules/files
Dag Wieers 976d876e55 Ensure unicode characters in zip-compressed filenames work correctly (#4702)
* Ensure unicode characters in zip-compressed filenames work correctly

Another corner-case we are fixing hoping it doesn't break anything else.

This fixes:
- The correct encoding of unicode paths internally (so the filenames we scrape from the output and is returned by zipfile match)
- Disable LANG=C for the unzip command (because it breaks the unicode output, unlike on gtar)

* Fix for python3 and other suggestions from @abadger
2016-12-08 11:25:03 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Add acl freebsd (#3656) 2016-12-08 11:24:52 -05:00
assemble.py unsafe writes! (#4314) 2016-12-08 11:24:49 -05:00
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-12-08 11:24:59 -05:00
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 2016-12-08 11:24:35 -05:00
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-12-08 11:24:59 -05:00
find.py find.py: Editing contains description to say regex (#4452) 2016-12-08 11:24:51 -05:00
ini_file.py added backup_file to module returns (#4723) 2016-12-08 11:25:02 -05:00
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-12-08 11:24:57 -05:00
replace.py Declare empty diff dict ahead of time (#4646) 2016-12-08 11:24:59 -05:00
stat.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 2016-12-08 11:24:59 -05:00
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 2016-12-08 11:24:48 -05:00
template.py restored incorrectly removed docs, jinja2 override 2016-12-08 11:24:37 -05:00
unarchive.py Ensure unicode characters in zip-compressed filenames work correctly (#4702) 2016-12-08 11:25:03 -05:00
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 2016-12-08 11:24:29 -05:00