summaryrefslogtreecommitdiff
path: root/python/ovs/json.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on python3-sixTimothy Redaelli2019-12-201-13/+5
* Un-revert Work around Python/C JSON unicode differencesTerry Wilson2019-01-151-4/+6
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-2/+2
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-6/+4
* Test the Python C JSON extensionTerry Wilson2018-10-111-4/+6
* python: make python idl unicode-tolerantLance Richardson2017-08-091-2/+7
* Adapt to flake8-import-orderxurong000379972017-03-081-0/+1
* python: Serial JSON via Python's json lib.Terry Wilson2016-07-261-96/+10
* Add optional C extension wrapper for Python JSON parsingTerry Wilson2016-06-081-0/+11
* Ensure significand remains an integer in Python3 json parserTerry Wilson2016-06-081-1/+1
* python: Remove reamining direct type comparisons.Russell Bryant2016-02-021-2/+2
* python: Use six.unichr().Russell Bryant2016-02-021-1/+1
* python: Drop use of sys.maxint.Russell Bryant2016-02-021-1/+1
* python: Don't use StringIO directly.Russell Bryant2016-02-021-2/+1
* python: Drop unicode type.Russell Bryant2016-02-021-9/+16
* python: Drop usage of long type.Russell Bryant2016-02-021-9/+12
* python: Convert dict iterators.Russell Bryant2016-01-211-1/+2
* python: Stop using xrange().Russell Bryant2016-01-201-0/+2
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-121-1/+1
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-1/+1
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-051-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* json: Correct position tracking in JSON parser implementations.Ben Pfaff2012-04-261-9/+11
* json.py: Typo in parsing code.Ben Pfaff2011-09-261-1/+1
* python: Style cleanup.Ethan Jackson2011-09-241-9/+45
* ovs.json: Remove commented-out debug code.Ben Pfaff2011-09-231-3/+0
* ovs.json: Actually implement the "pretty" option for serialization.Ben Pfaff2011-09-231-38/+74
* python: Avoid shadowing standard or global names.Ben Pfaff2011-09-231-3/+3
* python: Avoid "unused parameter" warnings from pychecker.Ben Pfaff2011-09-231-6/+6
* ovs.json: Use Exception, which exists, instead of Error, which doesn't.Ben Pfaff2011-08-251-1/+1
* python: Use enumerate() builtin function to simplify counted iteration.Ben Pfaff2011-08-241-6/+2
* ovs.json: Optimize __dump_string().Ben Pfaff2011-08-241-9/+1
* python: Make invalid UTF-8 sequence messages consistent across Python versions.Ben Pfaff2011-07-061-1/+2
* tests: Fix the two Python XFAIL tests.Ben Pfaff2011-05-241-4/+2
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-0/+528