summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_jsonutils.py
Commit message (Expand)AuthorAgeFilesLines
* Add netaddr.IPAddress support to to_primitive()Dan Smith2013-06-271-0/+6
* python3: python3 binary/text data compatbilityChuck Short2013-05-311-2/+3
* Update to use flake8.Monty Taylor2013-03-241-1/+1
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* to_primitive imposes what seems to be an arbitary data structurePhil Day2013-02-121-0/+26
* Allow to_primitive to ignore datetimesJoe Gordon2013-02-071-0/+4
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-3/+3
* Use testtools as test base class.Monty Taylor2013-01-241-3/+3
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Track to_primitive() depth after iteritems().Russell Bryant2012-07-181-0/+18
* Update iteritems test case to actually test iteritems.Russell Bryant2012-07-181-11/+4
* Use strtime() in to_primitive() for datetime objs.Russell Bryant2012-07-161-3/+3
* Add 'filedecoder' method to the jsonutils wrapper module.Tim Daly Jr2012-06-261-0/+5
* Handle xmlrpclib.DateTime types when serializing to JSONJohannes Erdfelt2012-06-071-0/+7
* Create openstack.common.jsonutils.Russell Bryant2012-05-151-0/+118