summaryrefslogtreecommitdiff
path: root/python/automake.mk
Commit message (Expand)AuthorAgeFilesLines
* python: Add unit tests for filtering engine.Adrian Moreno2022-07-151-0/+1
* python: Add unit tests to datapath parsing.Adrian Moreno2022-07-151-0/+1
* python: Add unit tests for openflow parsing.Adrian Moreno2022-07-151-1/+3
* python: Add unit tests for ListParser.Adrian Moreno2022-07-151-1/+2
* python: Introduce unit tests.Adrian Moreno2022-07-151-2/+7
* python: Add flow filtering syntax.Adrian Moreno2022-07-151-0/+1
* python: Add ovs datapath flow parsing.Adrian Moreno2022-07-151-0/+1
* python: Introduce OpenFlow Flow parsing.Adrian Moreno2022-07-151-0/+2
* python: Add flow base class.Adrian Moreno2022-07-151-0/+1
* build-aux: Generate ofp field decoders.Adrian Moreno2022-07-151-0/+7
* build-aux: Split extract-ofp-fields.Adrian Moreno2022-07-151-2/+5
* python: Add list parser.Adrian Moreno2022-07-151-0/+1
* python: Add generic Key-Value parser.Adrian Moreno2022-07-151-1/+5
* python: Add Python bindings TODO file.Dumitru Ceara2022-06-281-0/+2
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-261-12/+12
* python: set ovs.dirs variables with build system valuesMark Gray2020-11-161-6/+7
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-7/+2
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-11/+0
* Test the Python C JSON extensionTerry Wilson2018-10-111-0/+11
* Add multi-column index support for the Python IDLTerry Wilson2018-04-171-2/+8
* tests: Convert soexpand build tool from Perl to Python.Ben Pfaff2017-11-261-1/+2
* Python tests: Add winutils.py moduleAlin Balutoiu2017-01-031-1/+2
* python tests: Added fcntl module for WindowsPaul Boca2016-08-031-0/+1
* Add optional C extension wrapper for Python JSON parsingTerry Wilson2016-06-081-0/+3
* python: Run flake8 at build time.Russell Bryant2016-01-051-0/+7
* Makefiles: Stop distributing files because building them requires Python.Ben Pfaff2015-06-231-1/+1
* python: Add setuptools for Python lib for PyPI.Terry Wilson2015-04-141-0/+11
* ovsdb-doc: Factor out nroff formatting into a separate Python module.Ben Pfaff2015-02-191-0/+6
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-4/+4
* dirs: dbdir default must be based on sysconfdir.Ben Pfaff2012-08-031-6/+23
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-0/+1
* ovs-l3ping: A new test utility that allows to detect L3 tunneling issuesAnsis Atteka2012-07-021-0/+1
* python: Break unixctl implementation into registry, client, and server.Ben Pfaff2012-05-221-1/+3
* Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.Ben Pfaff2012-05-221-2/+0
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1
* ovs-test: Enhancements to the ovs-test toolAnsis Atteka2012-04-181-1/+2
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-4/+0
* python: Fix "make distcheck" error on version.py.Ben Pfaff2012-03-121-6/+6
* python: Make build number format consistent with C.Ethan Jackson2012-03-071-1/+4
* python: Port unixctl to Python.Ethan Jackson2012-03-021-2/+4
* python: New method to retrieve OVS version at runtime.Ethan Jackson2012-03-021-0/+8
* tests: Add code coverage for Python.Ethan Jackson2012-03-021-1/+3
* ovs-test: A new tool that allows to diagnose connectivity and performance issuesAnsis Atteka2011-11-181-0/+56