summaryrefslogtreecommitdiff
path: root/tests/json.at
Commit message (Expand)AuthorAgeFilesLines
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-49/+8
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-21/+14
* Test the Python C JSON extensionTerry Wilson2018-10-111-14/+21
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-241-9/+9
* json: Avoid signed integer overflow in parsing exponents.Ben Pfaff2018-07-051-1/+13
* json.at: Avoid to run $PYTHON when python is not availableTimothy Redaelli2018-04-061-1/+2
* python: Serial JSON via Python's json lib.Terry Wilson2016-07-261-6/+20
* json.at: Run for Python 2 and 3.Russell Bryant2016-02-221-6/+18
* json: Fix parsing of strings that end with a backslash.Ben Pfaff2014-06-251-0/+7
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+4
* tests: Fix tests with UCS-2 Python.Ethan Jackson2011-01-311-1/+16
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-3/+42
* Tests: Fix nonportable \" escape in printf(1) invocation.Ben Pfaff2010-07-141-1/+1
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-2/+2
* json: Export function to parse an individual JSON string.Ben Pfaff2010-01-261-1/+4
* json: Accurately parse very large real numbers.Ben Pfaff2009-12-161-0/+8
* json: Improve error reporting.Ben Pfaff2009-12-031-5/+9
* Implement JSON parsing and serialization.Ben Pfaff2009-11-041-0/+297