Commit Graph

10 Commits (c9fb054bc8b51a15d2c54f75dc58d3cf542b41bc)

Author SHA1 Message Date
Matt Clay 797664d9cb Python 2.6 `str.format()` compatibility fixes. 8 years ago
Matt Clay 68aeaa58a8 Fix dangerous default args. (#29839) 8 years ago
Michael b65ebf3519 Fixed import of urlencode and pathname2url from urllib for python3 (#24424) 9 years ago
Matt Martz d3249e7875 pep8 fixes for contrib (#24344) 9 years ago
Matt Harris f8e73714f6 If the notes don't contain JSON, add the string to the notes key of _meta 10 years ago
Matt Harris e5493fa631 Added support for proxmox 4.x 10 years ago
Toshio Kuratomi 3db8070aa3 Fix urlopen usage to use open_url instead
Add a travis test for urlopen usage
10 years ago
Marius Gedminas 823677b490 Replace .iteritems() with six.iteritems()
Replace .iteritems() with six.iteritems() everywhere except in
module_utils (because there's no 'six' on the remote host).  And except
in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure
six is available there.
10 years ago
Marius Gedminas 3f9879aedb Use print() as function under contrib/
This fixes the remaining Python 3 syntax errors, so re-enable compileall
for contrib/ again.
10 years ago
Brian Coca d276b69b2a put proxmox inventory in correct dir and added to changelog 11 years ago