summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* strutils bool_from_string, allow specified defaultSteven Hardy2014-01-142-3/+7
* Utilizes assertIsNone and assertIsNotNoneZhongyue Luo2013-10-111-1/+1
* Fix spelling errors in commentsStanislav Kudriashev2013-12-261-1/+1
* Use hacking import_exceptions for gettextutils._Joe Gordon2013-12-202-2/+2
* Correct invalid docstringsBrant Knudson2013-12-151-6/+6
* Fix a bug in safe_encode where it returns a bytes object in py3Abhishek Chanda2013-12-161-2/+8
* Fix typo in parameter documentation (timeutils)Dirk Mueller2013-12-111-2/+2
* Avoid TypeError in is_older_than, is_newer_thanMichael Wilson2013-12-092-0/+16
* Remove vim headerJoe Gordon2013-10-1110-19/+0
* Use py3kcompat urlutils functions instead of urlparseNoorul Islam K M2013-11-231-3/+3
* Add helper method total_seconds in timeutils.pyChang Bo Guo2013-11-122-0/+14
* Do not name variables as builtinsAlvaro Lopez Garcia2013-11-131-4/+4
* Use six.text_type instead of unicode function in testsChang Bo Guo2013-11-111-1/+1
* Fix typos in osloChang Bo Guo2013-11-021-2/+2
* Adjust import order according to PEP8 imports ruleChang Bo Guo2013-11-051-1/+2
* python3: use six.text_types for unicode()Chuck Short2013-10-181-2/+2
* Don't shadow strBen Nemec2013-10-181-36/+36
* Fix timeutils.set_override_time not defaulting to current wall timekgriffs2013-09-192-2/+19
* Fix misused assertTrue in unit testsChang Bo Guo2013-09-171-9/+9
* Optimize timeutils.utcnow_ts()kgriffs2013-08-292-6/+19
* excutils: replace unicode by six.uJulien Danjou2013-08-231-1/+1
* excutils: use six.reraise to re-raiseJulien Danjou2013-08-231-1/+3
* Replace using tests.utils part2Sergey Kraynev2013-08-191-3/+10
* Bump hacking to 0.7.0Zhongyue Luo2013-08-162-17/+17
* Replace using tests.utils with openstack.common.testAlexander Gorodnev2013-08-094-9/+9
* BaseException.message is deprecated since Python 2.6Johannes Erdfelt2013-07-262-5/+6
* Enable H302 hacking checkAnn Kamyshnikova2013-06-252-2/+2
* Add conditional exception reraiseBen Nemec2013-07-022-11/+35
* python3: Add python3 compatibility.Chuck Short2013-06-271-2/+3
* Make AMQP based RPC consumer threads more robustRaymond Pekowski2013-06-252-0/+142
* Add network_utils.urlsplitJulien Danjou2013-06-192-0/+34
* Remove useless logging in networks_utilsJulien Danjou2013-06-191-5/+0
* python3: Fix traceback while running python3.Chuck Short2013-06-171-8/+10
* Refactors to_bytesZhongyue Luo2013-06-071-21/+23
* Add slugify to strutilsAlessio Ababilov2013-06-102-0/+45
* Enable hacking H404 test.Dina Belova2013-06-034-22/+18
* Added common code into fileutils and strutils.Ghe Rivero2013-06-032-0/+71
* Enable hacking H402 testSergey Lukjanov2013-06-022-5/+5
* Enable hacking H403 testSergey Lukjanov2013-05-301-1/+2
* Enable hacking H201 testSergey Lukjanov2013-05-291-2/+2
* Add 't', 'y', and `strict` to `bool_from_string`Rick Harris2013-05-132-14/+92
* Handle ints passed to `boolean_from_string`Rick Harris2013-05-102-6/+21
* Removes leading zeros on integers in test_timeutilsZhongyue Luo2013-05-101-13/+13
* Convert unicode strings for python3 portabilityChuck Short2013-05-011-47/+35
* Do not import openstack.common.log in strutilsAlessio Ababilov2013-04-291-5/+0
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-2/+2
* Replaces standard logging with common loggingZhongyue Luo2013-04-092-2/+5
* Removes unused imports in the tests moduleZhongyue Luo2013-03-201-2/+0
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-119-9/+9
* support ISO 8601 micro-second precisionGuang Yee2013-02-282-6/+25