Matt Clay
8a735679b4
Remove Travis and update references to Shippable. ( #17649 )
2016-09-19 13:36:57 -07:00
Avi Wollman
c80b774631
Typo fix
2016-09-14 12:26:18 -04:00
Toshio Kuratomi
4ed88512e4
Move uses of to_bytes, to_text, to_native to use the module_utils version ( #17423 )
...
We couldn't copy to_unicode, to_bytes, to_str into module_utils because
of licensing. So once created it we had two sets of functions that did
the same things but had different implementations. To remedy that, this
change removes the ansible.utils.unicode versions of those functions.
2016-09-06 22:54:17 -07:00
Toshio Kuratomi
b8a8027b7d
We've decided that python-3.5 is the minimum python version ( #17270 )
2016-08-29 09:12:37 -07:00
Toshio Kuratomi
0a39700b36
Fix octal output in a few more places ( #17250 )
...
Fix filetree lookup plugin for python3 (octal output and selinux API
takes native strings)
2016-08-25 14:58:35 -07:00
Toshio Kuratomi
3833b21ab5
Update python3 docs for some of the recent decisions about porting ( #17169 )
2016-08-20 13:17:38 -07:00
Toshio Kuratomi
8789cfb514
Update the way we make a module be tested for py3 syntax compliance
2016-05-18 18:37:30 -07:00
Toshio Kuratomi
c37252eeca
Update python3 module porting doc with new location of pycompat
2016-05-18 17:03:48 -07:00
Toshio Kuratomi
b9aafb6f89
Add six to developing_modules documentation
2016-05-14 07:56:06 -07:00
Toshio Kuratomi
9a69354b6a
Start a document for developing modules for python3
2016-05-14 07:35:22 -07:00