ansible/files
Toshio Kuratomi 7e79c59d38 to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630)
On python3, we want to use the surrogateescape error handler if
available for filesystem paths and the like.  On python2, have to use
strict in these circumstances.  Use the new error strategy for to_text,
to_bytes, and to_native that allows this.
2016-09-01 04:19:15 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py Add acl freebsd (#3656) 2016-08-23 11:11:34 -04:00
assemble.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
copy.py Clarify what checksum algorithm is used by copy modules (#4198) 2016-08-27 17:11:17 +02:00
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 2016-06-06 15:27:18 -04:00
file.py file module: add clarification on state=absent re files that do not exist. 2016-08-01 15:16:52 -04:00
find.py find.py: Editing contains description to say regex (#4452) 2016-08-17 11:53:05 -04:00
ini_file.py also match on tabs in ini_file (fixes #106) (#4067) 2016-06-30 18:15:49 -04:00
lineinfile.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-09-01 04:19:15 -07:00
replace.py Implemented file content diff for replace module (#4479) 2016-08-30 11:56:35 +02:00
stat.py fix error in documentation for stat checksum (#4582) 2016-08-27 21:25:26 -04:00
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 2016-08-08 08:59:25 -07:00
template.py restored incorrectly removed docs, jinja2 override 2016-06-15 17:01:46 -04:00
unarchive.py Fix multiple issues with unzip and gtar support (#4131) 2016-08-25 14:25:21 +01:00
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 2016-05-18 07:01:53 -07:00