ansible/library/commands
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-16 13:10:28 -04:00
..
command Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
raw Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
script Add creates= and removes= to the script: action 2014-02-18 12:52:09 +00:00
shell shell module: document removes option and sync with command module doc 2013-12-25 12:12:11 +01:00