This series is in order of decreasing severity.  The first few patches,
especially the very first one, fix real bugs.  Later on, some of the
patches are small style issues.

Ben Pfaff (15):
  ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
  ovs.daemon: Add missing 'global' when setting _pidfile_dev,
    _pidfile_ino.
  ovs.daemon: Fix name of EALREADY error.
  ovs.daemon: Add missing format string argument.
  ovs.db.idl: Fix error message format arguments.
  ovs.json: Use Exception, which exists, instead of Error, which
    doesn't.
  ovs.jsonrpc: Fix static method Message.__validate_arg reference to
    'self'.
  ovs.jsonrpc: Fix static method Session.open() reference to 'self'.
  ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match with too few
    params.
  ovs.stream: Remove unused parameter from usage().
  python: Remove unused imports.
  ovs.db.types: Remove write-only variable from constraintsToEnglish().
  ovs.db.types: Always initialize ref_type attribute.
  python: Avoid "unused parameter" warnings from pychecker.
  python: Avoid shadowing standard or global names.

 python/ovs/daemon.py       |   32 +++++++++++++++++---------------
 python/ovs/db/data.py      |    5 -----
 python/ovs/db/idl.py       |    6 +++---
 python/ovs/db/schema.py    |    4 ++--
 python/ovs/db/types.py     |   12 +++++++-----
 python/ovs/fatal_signal.py |   10 +++++-----
 python/ovs/json.py         |   20 ++++++++++----------
 python/ovs/jsonrpc.py      |   25 ++++++++++++-------------
 python/ovs/ovsuuid.py      |    2 +-
 python/ovs/stream.py       |    3 +--
 python/ovs/util.py         |   16 ++++++++--------
 11 files changed, 66 insertions(+), 69 deletions(-)

-- 
1.7.4.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to