summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code (#34828)Michael Scherer2018-01-231-33/+2
* utils/unicode: PEP8 compliancy (#24668)Dag Wieers2017-05-161-4/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-246/+30
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-9/+6
* Typo fix: Kuraotmi -> Kuratomivlna2016-06-061-1/+1
* Information on when to use to_str() and what a native string isToshio Kuratomi2015-10-191-0/+25
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Move to_str alias into ansible.utils.unicodeMarius Gedminas2015-10-151-0/+7
* Fix to_bytes(None) on Python 3Marius Gedminas2015-08-271-1/+1
* Making the switch to v2James Cammarata2015-05-031-16/+21
* Didn't port isbasestring/isunicodestring from kitchen so switch to isinstanceToshio Kuratomi2015-02-121-4/+4
* Add v2's unicode.py to utils so we can use unicode_wrap in the filter_pluginsToshio Kuratomi2015-02-021-0/+248