ansible/lib/ansible
Toshio Kuratomi 8fd7f4b121 Wrap some filters so they return unicode.
The rules are -- if the filter returns str type and the str may contain
non-ascii characters then wrap it to convert to unicode type.  Not
needed if the function already returns unicode type or only returns
ascii characters
2015-02-02 19:11:12 -08:00
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 2014-12-23 13:14:14 -08:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Merge pull request #9672 from quinot/topic/lineno-in-inventory-err 2015-01-29 12:36:30 -05:00
module_utils Merge pull request #10129 from RadishTheHut/memfacts-fix 2015-01-30 07:44:58 -08:00
modules Update the modules 2015-02-02 10:25:59 -08:00
playbook Merge pull request #9404 from mmoya/configure-retry-files 2015-01-30 15:14:27 -05:00
runner Wrap some filters so they return unicode. 2015-02-02 19:11:12 -08:00
utils Add v2's unicode.py to utils so we can use unicode_wrap in the filter_plugins 2015-02-02 19:09:08 -08:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py Be explicit about unicode str transformation 2015-02-02 13:37:31 -08:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py changed default for new retry path to be teh same as current 2015-01-30 15:18:58 -05:00
errors.py
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00