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 96ff1444f0 Micro-optimization: replace s.find(x)==0 with s.startswith(x)
timeit shows a speedup of ~1.4x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
12 years ago
..
cloud Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
commands
database Update comments about redis config. 12 years ago
files Fixed template validation docs and example. 12 years ago
internal Make async jid's unique per host 12 years ago
inventory
messaging
monitoring
net_infrastructure Version bump, bigip_facts + changelog 12 years ago
network
notification Fix documentation for twilio module. 12 years ago
packaging Revert "add yum module downgrade support" 12 years ago
source_control Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 12 years ago
system Micro-optimization: replace s.find(x)==0 with s.startswith(x) 12 years ago
utilities Acclerate improvements 12 years ago
web_infrastructure