summaryrefslogtreecommitdiffstats
path: root/openstack/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Rename utils.py to strutils.pyZhongyue Luo2012-11-301-59/+0
* Make project pyflakes clean.Monty Taylor2012-11-281-9/+0
* updating sphinx documentationJoe Heck2012-11-181-0/+4
* Move utils.execute to its own module.Michael Still2012-11-011-76/+0
* Import order clean-upZhongyue Luo2012-10-291-1/+1
* Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-261-44/+0
* Added a method for parsing host:port pairs.Eugene Kirpichov2012-09-111-0/+44
* Remove unused importsJoe Gordon2012-07-261-1/+0
* Fix missing gettextutils in several modules.Eric Windisch2012-07-121-0/+1
* Update common code to support pep 1.3.Gary Kotton2012-06-181-5/+5
* Change behavior in utils.import_object().Russell Bryant2012-04-111-20/+0
* Move auth_str_equal() to a new authutils module.Russell Bryant2012-04-111-24/+0
* Create openstack.common.timeutils.Russell Bryant2012-04-041-49/+0
* Make 'yes' also a true booleanSean Dague2012-03-221-2/+2
* Add auth_str_equal() to common utils.Russell Bryant2012-03-191-0/+24
* Promote more complete support for ISO 8601 time.Eoghan Glynn2012-02-201-3/+20
* PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-5/+5
* Split functions to avoid eventlet import.Monty Taylor2012-02-061-18/+0
* import should not return an instance of the classJason Kölker2011-12-021-2/+1
* use isinstance and types.*Jason Kölker2011-12-011-2/+2
* port execute and utcnow functions from novaJason Kölker2011-09-281-0/+103
* pull parse_mailmap str_dict_replace from novaJason Kölker2011-09-271-0/+19
* reog from import mergeJason Kölker2011-09-271-0/+89