summaryrefslogtreecommitdiffstats
path: root/openstack/common/jsonutils.py
Commit message (Expand)AuthorAgeFilesLines
* Add netaddr.IPAddress support to to_primitive()Dan Smith2013-06-271-0/+3
* Convert unicode for python3 portabilityChuck Short2013-05-061-3/+5
* Optimise to_primitive common casesStanislaw Pitucha2013-04-091-16/+42
* Don't LOG.error on max_depth (by default).Dan Prince2013-03-021-6/+0
* to_primitive imposes what seems to be an arbitary data structurePhil Day2013-02-121-3/+10
* Allow to_primitive to ignore datetimesJoe Gordon2013-02-071-21/+13
* Make project pyflakes clean.Monty Taylor2012-11-281-1/+1
* Add missing convert_instances arg.Russell Bryant2012-07-181-1/+3
* Track to_primitive() depth after iteritems().Russell Bryant2012-07-181-1/+1
* Use strtime() in to_primitive() for datetime objs.Russell Bryant2012-07-161-1/+3
* Add 'filedecoder' method to the jsonutils wrapper module.Tim Daly Jr2012-06-261-1/+5
* Make jsonutils.dumps more generalZhongyue Luo2012-06-081-2/+2
* Handle xmlrpclib.DateTime types when serializing to JSONJohannes Erdfelt2012-06-071-0/+7
* Revert "Add a load function wrapper to jsonutils"Russell Bryant2012-06-061-8/+3
* Add a load function wrapper to jsonutilsZhongyue Luo2012-06-041-3/+8
* Create openstack.common.jsonutils.Russell Bryant2012-05-151-0/+133