python: move Python idl to work with monitor_cond
[cascardo/ovs.git] / python / ovs / db / data.py
2016-07-19 Liran Schourpython: move Python idl to work with monitor_cond
2016-02-02 Russell Bryantpython: Fix object comparisons in Python 3.
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-02-02 Russell Bryantpython: Drop usage of long type.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2014-04-04 Ben Pfaffovsdb: Remove SPECS in favor of referring to RFC 7047.
2013-06-05 Andy HillFix misspellings in comments and docs.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffpython: Accept multiple forms of strings and lists...
2011-09-23 Ben Pfaffpython: Change 'clone' function names to 'copy'.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-09-23 Ben Pfaffovs.db.data: Make Datum.check_constraints() work.
2011-09-23 Ben Pfaffovs.db.data: Fix Atom.new()'s handling of Boolean values.
2011-08-25 Ben Pfaffpython: Remove unused imports.
2011-08-24 Ben Pfaffpython: Use enumerate() builtin function to simplify...
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Join a list of strings instead of concatenating...
2011-08-24 Ben Pfaffovs.db.data: Fix bugs in Atom.is_default() and Datum...
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...