aboutsummaryrefslogtreecommitdiff
path: root/python/ovs/json.py
AgeCommit message (Expand)Author
2011-09-26json.py: Typo in parsing code.Ben Pfaff
2011-09-24python: Style cleanup.Ethan Jackson
2011-09-23ovs.json: Remove commented-out debug code.Ben Pfaff
2011-09-23ovs.json: Actually implement the "pretty" option for serialization.Ben Pfaff
2011-09-23python: Avoid shadowing standard or global names.Ben Pfaff
2011-09-23python: Avoid "unused parameter" warnings from pychecker.Ben Pfaff
2011-08-25ovs.json: Use Exception, which exists, instead of Error, which doesn't.Ben Pfaff
2011-08-24python: Use enumerate() builtin function to simplify counted iteration.Ben Pfaff
2011-08-24ovs.json: Optimize __dump_string().Ben Pfaff
2011-07-06python: Make invalid UTF-8 sequence messages consistent across Python versions.Ben Pfaff
2011-05-24tests: Fix the two Python XFAIL tests.Ben Pfaff
2010-08-25Implement initial Python bindings for Open vSwitch database.Ben Pfaff