OpenStack library utils
Go to file
Doug Hellmann 6e0b86164b Improve performance of strutils.mask_password
Only apply substitution patterns related to key values that appear in
the string.

Replace .*? in patterns with more explicit patterns that don't require
backtracing.

Add a performance test script for future testing work, with references
to large data files that can be downloaded but that we don't want to
check into the source repository because of their sizes.

Change-Id: Ic3ed252d181c93b8a0db465db6c8c4a7ca97da42
Related-bug: #1408362
2015-01-07 14:12:26 -05:00
doc/source Move files out of the namespace package 2015-01-06 17:07:36 -05:00
oslo Move files out of the namespace package 2015-01-06 17:07:36 -05:00
oslo.utils/locale Imported Translations from Transifex 2014-12-10 06:12:09 +00:00
oslo_utils Improve performance of strutils.mask_password 2015-01-07 14:12:26 -05:00
tests Move files out of the namespace package 2015-01-06 17:07:36 -05:00
tools Improve performance of strutils.mask_password 2015-01-07 14:12:26 -05:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
openstack-common.conf Switch to oslo.i18n and remove any dependency on oslo-incubator 2014-07-15 19:04:05 +00:00
requirements.txt Merge "Add pbr to installation requirements" 2014-11-19 23:07:58 +00:00
setup.cfg Move files out of the namespace package 2015-01-06 17:07:36 -05:00
setup.py Updated from global requirements 2014-08-30 08:35:42 +00:00
test-requirements.txt Updated from global requirements 2014-11-16 15:06:21 +00:00
tox.ini Move files out of the namespace package 2015-01-06 17:07:36 -05:00

README.rst

oslo.utils

oslo.utils library