summaryrefslogtreecommitdiff
path: root/python/ovs
Commit message (Expand)AuthorAgeFilesLines
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-024-0/+7
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-193-71/+82
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-14/+24
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-052-3/+96
* ovsdb-idlc: Make set and map update operations take const arguments.Ben Pfaff2016-08-311-1/+13
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-1/+7
* ovsdb: Fix reference to table's row on condition_add|remove_clauseLiran Schour2016-08-261-3/+10
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-61/+57
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-11/+185
* python tests: Fixed abs_file_name function for WindowsPaul Boca2016-08-031-2/+4
* python tests: Fixed OSError not iterable on WindowsPaul Boca2016-08-031-0/+6
* python tests: Added fcntl module for WindowsPaul Boca2016-08-031-0/+42
* python tests: Fixed ctl file name for WindowsPaul Boca2016-08-032-4/+15
* python tests: Register signal handlers only on supported types on WindowsPaul Boca2016-08-031-2/+6
* python tests: Implemented signal.alarm for WindowsPaul Boca2016-08-031-0/+23
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-6/+13
* python: Serial JSON via Python's json lib.Terry Wilson2016-07-261-96/+10
* python: add set type for ovs.idl.data.Datum.from_pythonZong Kai LI2016-07-251-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-6/+24
* python: move Python idl to work with monitor_condLiran Schour2016-07-182-20/+168
* vlog.py: Remove redundant setLevel() if "/dev/log" doesn't exist.Daniele Di Proietto2016-07-061-3/+2
* vlog test: Disable default syslog loggerPaul Boca2016-07-061-0/+1
* Add optional C extension wrapper for Python JSON parsingTerry Wilson2016-06-082-0/+279
* Ensure significand remains an integer in Python3 json parserTerry Wilson2016-06-081-1/+1
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-202-11/+24
* python: Update Python version checks.Russell Bryant2016-04-152-9/+3
* ovsdb: Force columns that contain weak references to be immutable.Ben Pfaff2016-04-111-1/+7
* vlog: Add vlog/close command.Ben Pfaff2016-02-101-1/+10
* python: Deal with str and byte differences.Russell Bryant2016-02-023-0/+18
* python: Fix object comparisons in Python 3.Russell Bryant2016-02-022-0/+38
* python: Don't compare None and int.Russell Bryant2016-02-021-1/+1
* python: Remove reamining direct type comparisons.Russell Bryant2016-02-027-26/+26
* python: Use six.unichr().Russell Bryant2016-02-021-1/+1
* python: Drop use of sys.maxint.Russell Bryant2016-02-024-18/+18
* python: Don't use StringIO directly.Russell Bryant2016-02-021-2/+1
* 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-028-38/+60
* python: Drop usage of long type.Russell Bryant2016-02-025-31/+49
* python: Convert dict iterators.Russell Bryant2016-01-217-39/+49
* python: Stop using xrange().Russell Bryant2016-01-205-1/+11
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-128-45/+48
* python: Fix the TypeError exception seen when idl.Idl parses lock replyNuman Siddique2016-01-081-1/+1
* python: Restrict line length to 79 chars.Russell Bryant2016-01-052-7/+13
* python: Resolve some indentation warnings.Russell Bryant2016-01-052-12/+21
* python: Add missing Apache License headers.Russell Bryant2016-01-052-0/+24
* python: Inherit from object.Russell Bryant2016-01-051-1/+1
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-058-14/+20
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-055-8/+10