python: move Python idl to work with monitor_cond
[cascardo/ovs.git] / python / ovs / db / idl.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 usage of long type.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Terry Wilsonpython: Start fixing some Python 3 issues.
2016-01-08 Numan Siddiquepython: Fix the TypeError exception seen when idl.Idl...
2016-01-06 Russell Bryantpython: Restrict line length to 79 chars.
2016-01-05 Russell Bryantpython: Resolve some indentation warnings.
2016-01-05 Russell Bryantpython: Fix several pep8 whitespace errors.
2016-01-05 Russell Bryantpython: Resolve pep8 comparison errors.
2016-01-05 Russell Bryantpython: Fix invalid varable/function references.
2015-11-23 Shad Ansariovsdb-idl: Support for readonly columns that are fetche...
2015-06-25 Sumit Gargpython: Fix writing to non-"alert" column for newly...
2015-06-25 Sumit Gargpython: Fix attempt to use a bool as a function.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-27 Terry WilsonAllow subclasses of Idl to define a notification hook
2013-10-08 Ben Pfaffovsdb-idl: Remove write-only member 'commit_seqno'...
2013-04-08 Ben Pfaffpython.ovs.db.idl: Fix Row.delete() of a row already...
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: make SchemaHelper accept schema...
2012-09-13 Isaku Yamahatapython/ovs/db/idl: add counterpart of ovsdb_idl_add_table()
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-02 Ethan Jacksonpython: Implement new SchemaHelper class.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-08-25 Ben Pfaffovs.db.idl: Fix error message format arguments.
2011-08-25 Ben Pfaffovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
2011-08-24 Ben Pfaffovs.db.idl: Use top-level class to represent IDL rows.
2011-08-24 Ben Pfaffovs.db.idl: Actually use Idl.__modify_row()'s return...
2011-08-24 Ben Pfaffovs.db.idl: Improve error reporting for bad <row-update>s.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...