community.general/lib/ansible
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
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
module_utils Be sure to return to the old directory if cwd is set in run_command 2014-03-13 16:24:29 -05:00
playbook Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
runner Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
utils Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
color.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
constants.py Validate SSL certs accessed through urllib* 2014-03-10 16:06:52 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00