summaryrefslogtreecommitdiff
path: root/cloudinit/distros/parsers
AgeCommit message (Expand)Author
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2019-08-16cloudinit/distros/parsers/sys_conf: add docstring to SysConfDaniel Watkins
2017-06-12net: Allow for NetworkManager configurationRyan McCabe
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-04-12Remove (and/or fix) URL shortener referencesJon Grimm
2017-03-07net: do not raise exception for > 3 nameserversLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2013-03-19appease pylint and pep8Scott Moser
2012-11-12Pylint and pep8 cleanups.Joshua Harlow
2012-11-12Cleanup of /etc/hosts ordering and pep8/pylint adjustments.Joshua Harlow
2012-10-11Add some more sysconfig tests + pylint cleanups.Joshua Harlow
2012-10-11Fix the single item string quoting function.Joshua Harlow
2012-10-11Handle the case where the value contains shellJoshua Harlow
2012-10-11Update to use pipes.quote to ensure that Joshua Harlow
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10System config niceness!Joshua Harlow