summaryrefslogtreecommitdiff
path: root/python/ovs/unixctl
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on python3-sixTimothy Redaelli2019-12-203-20/+11
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-1/+1
* Adapt to flake8-import-orderxurong000379972017-03-083-6/+6
* Python tests: Ported UNIX sockets to WindowsAlin Balutoiu2017-01-031-0/+4
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-021-0/+1
* python tests: Fixed ctl file name for WindowsPaul Boca2016-08-032-4/+15
* python: Drop use of types.FunctionType.Russell Bryant2016-02-021-3/+1
* python: Drop use of types.StringTypes.Russell Bryant2016-02-023-5/+7
* python: Drop unicode type.Russell Bryant2016-02-021-1/+2
* python: Stop using xrange().Russell Bryant2016-01-201-0/+2
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-052-0/+2
* python: Remove unused imports and variables.Russell Bryant2016-01-051-2/+0
* python: Break unixctl implementation into registry, client, and server.Ben Pfaff2012-05-223-0/+400