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
Dag Wieers 1cda0b1819 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
8 years ago
..
__init__.py package files 10 years ago
acl.py Add acl freebsd (#3656) 8 years ago
assemble.py unsafe writes! (#4314) 8 years ago
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 9 years ago
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
find.py find.py: Editing contains description to say regex (#4452) 8 years ago
ini_file.py added backup_file to module returns (#4723) 8 years ago
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 8 years ago
replace.py Declare empty diff dict ahead of time (#4646) 8 years ago
stat.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 8 years ago
template.py restored incorrectly removed docs, jinja2 override 9 years ago
unarchive.py Ensure unicode characters in zip-compressed filenames work correctly (#4702) 8 years ago
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 9 years ago