[ovs-git] Open vSwitch: json.py: Typo in parsing code. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Sep 26 18:47:56 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  cd1b3f63f360286a80392e20ce454362ce335056 (commit)
       via  26bb0f31299d3f8eb06551d6a219846929c27149 (commit)
       via  b17a80ee405da3843710f428b4f83015dc35c342 (commit)
       via  bfa29793ece6fc683e97b5bf9a66e46ecef7df35 (commit)
       via  4ad07e6063e68eeb1768fc751ddd4833bdb8f3c1 (commit)
      from  e75a14703b902feacf665e6893b0565e409ca175 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd1b3f63f360286a80392e20ce454362ce335056
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cd1b3f63f360286a80392e20ce454362ce335056
Author: Ben Pfaff <blp at nicira.com>
		
json.py: Typo in parsing code.
		


commit 26bb0f31299d3f8eb06551d6a219846929c27149
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=26bb0f31299d3f8eb06551d6a219846929c27149
Author: Ethan Jackson <ethan at nicira.com>
		
python: Style cleanup.
		
This patch does minor style cleanups to the code in the python and
tests directory.  There's other code floating around that could use
similar treatment, but updating it is not convenient at the moment.


commit b17a80ee405da3843710f428b4f83015dc35c342
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b17a80ee405da3843710f428b4f83015dc35c342
Author: Ethan Jackson <ethan at nicira.com>
		
test-reconnect: Fix use of undefined symbol.
		


commit bfa29793ece6fc683e97b5bf9a66e46ecef7df35
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bfa29793ece6fc683e97b5bf9a66e46ecef7df35
Author: Ethan Jackson <ethan at nicira.com>
		
test-ovsdb.py: Remove unused import.
		


commit 4ad07e6063e68eeb1768fc751ddd4833bdb8f3c1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4ad07e6063e68eeb1768fc751ddd4833bdb8f3c1
Author: Ethan Jackson <ethan at nicira.com>
		
ovsuuid.py: Fix use of undefined symbol.
		
Found by pychecker.


-----------------------------------------------------------------------

Summary of changes:
 python/ovs/db/data.py      |   24 ++++++++----
 python/ovs/db/error.py     |    1 +
 python/ovs/db/idl.py       |   43 ++++++++++++++--------
 python/ovs/db/parser.py    |   15 ++++++--
 python/ovs/db/schema.py    |    7 +++-
 python/ovs/db/types.py     |   84 +++++++++++++++++++++++++++-----------------
 python/ovs/fatal_signal.py |   16 ++++++++
 python/ovs/json.py         |   54 +++++++++++++++++++++++-----
 python/ovs/jsonrpc.py      |   20 ++++++----
 python/ovs/ovsuuid.py      |    3 +-
 python/ovs/poller.py       |   14 ++++----
 python/ovs/process.py      |    4 ++-
 python/ovs/reconnect.py    |   41 +++++++++++----------
 python/ovs/socket_util.py  |    9 +++++
 python/ovs/stream.py       |   17 +++++----
 python/ovs/timeval.py      |    2 +
 python/ovs/util.py         |    1 +
 tests/test-json.py         |   10 ++++--
 tests/test-ovsdb.py        |   24 +++++++++++-
 tests/test-reconnect.py    |   58 ++++++++++++++++++++----------
 20 files changed, 311 insertions(+), 136 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list