Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bundle a new version of python-six for compatibility along with some code to ↵six-compat | Toshio Kuratomi | 2015-10-16 | 1 | -1/+1 |
| | | | | make it easy for distributions to override the bunndled copy if they have a new enough version. | ||||
* | Move to_str alias into ansible.utils.unicode | Marius Gedminas | 2015-10-15 | 1 | -0/+7 |
| | | | | | @abadger suggested on IRC that it's useful enough to go into ansible.utils.unicode. | ||||
* | Fix to_bytes(None) on Python 3 | Marius Gedminas | 2015-08-27 | 1 | -1/+1 |
| | | | | | | You cannot call bytes(obj) to get a simple representation of obj on Python 3! E.g. bytes(42) returns a byte string with 42 NUL characters instead of b'42'. | ||||
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -16/+21 |
| | |||||
* | Didn't port isbasestring/isunicodestring from kitchen so switch to isinstance | Toshio Kuratomi | 2015-02-12 | 1 | -4/+4 |
| | |||||
* | Add v2's unicode.py to utils so we can use unicode_wrap in the filter_plugins | Toshio Kuratomi | 2015-02-02 | 1 | -0/+248 |