Commit Graph

  • 138878f956 Create patch set 2 Gerrit User 5638 2014-08-11 19:06:38 +0000
  • eca4d304db Use oslo libraries - i18n and utils Davanum Srinivas 2014-08-11 14:48:26 -0400
  • bf20f213b7 Update patch set 1 Gerrit User 3 2014-08-11 18:59:54 +0000
  • d9f341e086 Create change Gerrit User 5638 2014-08-11 18:59:53 +0000
  • f7cf384862 Use oslo libraries - i18n and utils Davanum Srinivas 2014-08-11 14:48:26 -0400
  • 9542b5d24f Update patch set 1 Gerrit User 6928 2014-08-11 17:20:09 +0000
  • feb1bc0e41 Update patch set 1 Gerrit User 12015 2014-08-08 23:07:51 +0000
  • c28cf4e4c3 Update patch set 1 Gerrit User 3 2014-08-08 20:29:40 +0000
  • c3da2a440c Update patch set 1 Gerrit User 3 2014-08-08 20:29:32 +0000
  • d0cad97dfb Update patch set 1 Gerrit User 3 2014-08-08 18:15:09 +0000
  • 0965f5d778 Update patch set 1 Gerrit User 6928 2014-08-08 18:15:08 +0000
  • 4c0a4e5cae Create change Gerrit User 6928 2014-08-08 18:15:08 +0000
  • 3d612afa8e Update patch set 1 Gerrit User 3 2014-08-08 18:15:08 +0000
  • 77febf3b9e Create change Gerrit User 6928 2014-08-08 18:15:08 +0000
  • 63d353e98c Migrate to oslo.utils Ben Nemec 2014-08-08 16:46:18 +0000
  • 8180116a89 Migrate to oslo.i18n Ben Nemec 2014-08-08 16:18:21 +0000
  • af8fafcf34 Get unit tests passing Ben Nemec 2014-07-14 21:36:11 +0000
  • 7e806ce1fe exported from oslo-incubator by graduate.sh Ben Nemec 2014-07-14 17:54:12 +0000
  • 8668f9c1a4 Added missing jsonutils.dump() function Ihar Hrachyshka 2014-07-07 15:02:10 +0200
  • 56336df6e1 pep8: fixed multiple violations Ihar Hrachyshka 2014-06-20 22:13:38 +0200
  • 547453cac8 Add kwargs to jsonutils.load(s) functions Nataliia Uvarova 2014-05-29 12:39:42 +0200
  • 3e3772963f Enforce unicode json output for jsonutils.load[s]() Ihar Hrachyshka 2014-04-30 14:53:15 +0200
  • 756b3935ac jsonutils.load() accepts file pointer, not string Ihar Hrachyshka 2014-04-30 17:25:59 +0200
  • 596487e5bc On Python <= 2.6, use simplejson if available Ihar Hrachyshka 2014-04-29 12:03:30 +0200
  • dd805353fa Use oslotest instead of common test module Victor Sergeyev 2014-04-15 13:05:35 +0300
  • 659c3aaf28 Python3: enable test_jsonutils.py Cyril Roelandt 2014-03-13 20:00:20 +0100
  • ad48c40528 Use six.moves.xmlrpc_client instead of xmlrpclib Cyril Roelandt 2014-02-27 14:03:24 +0100
  • 221eb70265 Translation Message improvements Luis A. Garcia 2013-10-31 16:44:59 +0000
  • 4ad655eb9c Python3 support for xmlrpclib Jay Pipes 2013-12-05 23:03:01 -0500
  • a2ff39f478 Use six.iteritems to make dict work on Python2/3 Chang Bo Guo 2013-11-28 02:38:03 -0800
  • c606de76c7 Remove vim header Joe Gordon 2013-10-11 13:55:09 -0700
  • e1f45ba7b1 Ensure that Message objects will be sent via RPC in unicode format Gary Kotton 2013-09-23 07:10:19 -0700
  • 127828a2f1 jsonutils: make types py3 compatible Julien Danjou 2013-08-22 14:23:31 +0200
  • bc3ed747f0 jsonutils: do not require xmlrpclib Julien Danjou 2013-08-22 14:15:14 +0200
  • 706caf96fc Make dependency on netaddr optional Dirk Mueller 2013-08-04 23:32:21 +0200
  • 9d858db885 Bump hacking to 0.7.0 Zhongyue Luo 2013-08-16 09:23:32 +0800
  • 62428f96d5 Replace using tests.utils with openstack.common.test Alexander Gorodnev 2013-08-09 05:34:55 -0400
  • 1e72b6c00f Enable H302 hacking check Ann Kamyshnikova 2013-06-25 17:12:58 +0400
  • f3ea43de32 Add netaddr.IPAddress support to to_primitive() Dan Smith 2013-06-25 10:19:42 -0700
  • c90c85212f python3: python3 binary/text data compatbility Chuck Short 2013-05-24 10:35:28 -0500
  • 7fa8325525 Convert unicode for python3 portability Chuck Short 2013-05-01 11:22:23 -0500
  • c69fb7f3d1 Optimise to_primitive common cases Stanislaw Pitucha 2013-04-08 15:03:55 +0100
  • 42a985906c Update to use flake8. Monty Taylor 2013-03-19 20:15:59 -0700
  • 0eaf73f822 Fix Copyright Headers - Rename LLC to Foundation Davanum Srinivas 2013-03-11 14:49:31 -0400
  • 8071f5636c Don't LOG.error on max_depth (by default). Dan Prince 2013-03-02 10:11:30 -0500
  • ccb665e6e1 to_primitive imposes what seems to be an arbitary data structure depth of 3, but there is at least on case in Nova (Security group Rules) which requires a depth beyond this. Phil Day 2013-02-11 10:52:35 +0000
  • b09aa29c88 Allow to_primitive to ignore datetimes Joe Gordon 2013-02-05 11:00:03 -0800
  • beb948b1d8 Replace direct use of testtools BaseTestCase. Monty Taylor 2013-01-23 09:59:46 -0500
  • bce3d83daf Use testtools as test base class. Monty Taylor 2013-01-22 19:54:57 -0500
  • 6c0493d95d Fixes import order errors Zhongyue Luo 2013-01-18 14:10:05 +0800
  • 42d5bb5417 Make project pyflakes clean. Monty Taylor 2012-11-21 10:53:18 -0800
  • 69aebcec45 Add missing convert_instances arg. Russell Bryant 2012-07-18 16:47:34 -0400
  • a91d35a3da Track to_primitive() depth after iteritems(). Russell Bryant 2012-07-18 16:15:52 -0400
  • a9ed13380c Update iteritems test case to actually test iteritems. Russell Bryant 2012-07-18 16:00:49 -0400
  • 1257534430 Use strtime() in to_primitive() for datetime objs. Russell Bryant 2012-07-16 10:30:25 -0400
  • 9f708c0eff Add 'filedecoder' method to the jsonutils wrapper module. Tim Daly Jr 2012-06-26 02:48:42 +0000
  • d27eaedae1 Make jsonutils.dumps more general Zhongyue Luo 2012-06-07 14:08:38 +0800
  • fc743535c8 Handle xmlrpclib.DateTime types when serializing to JSON Johannes Erdfelt 2012-06-07 23:22:17 +0000
  • cfd8bc5f84 Revert "Add a load function wrapper to jsonutils" Russell Bryant 2012-06-05 13:36:25 -0400
  • 35a991e279 Add a load function wrapper to jsonutils Zhongyue Luo 2012-06-03 18:00:00 +0800
  • c12013a3f0 Create openstack.common.jsonutils. Russell Bryant 2012-05-14 18:18:38 -0400