summaryrefslogtreecommitdiff
path: root/python/ovs/_json.c
Commit message (Expand)AuthorAgeFilesLines
* python-c-ext: Use designated initializers for type and module.Ilya Maximets2022-08-301-45/+11
* python-c-ext: Handle initialization failures.Ilya Maximets2022-07-291-1/+9
* python-c-ext: Fix a couple of build warnings.Timothy Redaelli2022-07-221-2/+2
* python-c-ext: Remove Python 2 support.Timothy Redaelli2022-07-221-33/+1
* python-c-ext: Fix memory leak in Parser_finishEric Lapointe2018-10-311-0/+1
* json: Use unnamed embedded union.Flavio Leitner2018-08-061-9/+9
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Add optional C extension wrapper for Python JSON parsingTerry Wilson2016-06-081-0/+268