python: Serial JSON via Python's json lib.
[cascardo/ovs.git] / python / ovs / json.py
2016-07-26 Terry Wilsonpython: Serial JSON via Python's json lib.
2016-06-08 Terry WilsonAdd optional C extension wrapper for Python JSON parsing
2016-06-08 Terry WilsonEnsure significand remains an integer in Python3 json...
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
2016-02-02 Russell Bryantpython: Use six.unichr().
2016-02-02 Russell Bryantpython: Drop use of sys.maxint.
2016-02-02 Russell Bryantpython: Don't use StringIO directly.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-02-02 Russell Bryantpython: Drop usage of long type.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-20 Russell Bryantpython: Stop using xrange().
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Terry Wilsonpython: Start fixing some Python 3 issues.
2016-01-05 Russell Bryantpython: Fix several pep8 whitespace errors.
2016-01-05 Russell Bryantpython: Resolve pep8 comparison errors.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2011-09-26 Ben Pfaffjson.py: Typo in parsing code.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffovs.json: Remove commented-out debug code.
2011-09-23 Ben Pfaffovs.json: Actually implement the "pretty" option for...
2011-09-23 Ben Pfaffpython: Avoid shadowing standard or global names.
2011-09-23 Ben Pfaffpython: Avoid "unused parameter" warnings from pychecker.
2011-08-25 Ben Pfaffovs.json: Use Exception, which exists, instead of Error...
2011-08-24 Ben Pfaffpython: Use enumerate() builtin function to simplify...
2011-08-24 Ben Pfaffovs.json: Optimize __dump_string().
2011-07-06 Ben Pfaffpython: Make invalid UTF-8 sequence messages consistent...
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...