You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
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.
11 years ago
..
cloud Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
database Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
files Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
internal
inventory
messaging
monitoring Fixup shell handling in monit module. 11 years ago
net_infrastructure Fix regression in dnsmadeeasy module caused by fetch_url change 11 years ago
network Remove validate_certs parameter from fetch_url calls 11 years ago
notification Adding validate_certs to all modules that use fetch_url 11 years ago
packaging Correct check_mode conditional logic 11 years ago
source_control Fix documentation for accept_hostkey 11 years ago
system Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
utilities
web_infrastructure