summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Make build number format consistent with C.Ethan Jackson2012-03-072-4/+7
* stream-unix: Do not bind a name for client sockets.Ben Pfaff2012-03-071-13/+5
* python socket_util: Use correct fatal_signal function on error path.Ben Pfaff2012-03-071-5/+1
* python socket_util: Don't try to unbind None bind_path.Ben Pfaff2012-03-071-5/+5
* python: Implement new SchemaHelper class.Ethan Jackson2012-03-021-1/+73
* python: Port unixctl to Python.Ethan Jackson2012-03-022-2/+310
* python: Add ovs_error() helper function to Python.Ethan Jackson2012-03-023-5/+56
* python: New method to retrieve OVS version at runtime.Ethan Jackson2012-03-022-0/+9
* tests: Add code coverage for Python.Ethan Jackson2012-03-021-1/+3
* jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson2012-03-021-1/+4
* daemon: Better log when fork child dies early from signals.Ben Pfaff2011-11-281-6/+12
* ovs-test: A new tool that allows to diagnose connectivity and performance issuesAnsis Atteka2011-11-187-2/+632
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-6/+15
* ovs.db.types: Consistently use commas in formatting large numbers.Ben Pfaff2011-10-121-8/+11
* ovs.daemon: Fix bug introduced by "pychecker" warning fixes.Ben Pfaff2011-09-291-1/+1
* ovs.daemon: Fix semantics of --pidfile option.Ben Pfaff2011-09-291-1/+1
* python: Upgrade to vlog.Ethan Jackson2011-09-278-95/+106
* python: Upgrade daemon module to argparse.Ethan Jackson2011-09-271-17/+34
* stream.py: Make usage() function return a string.Ethan Jackson2011-09-271-11/+7
* python: Create new vlog module.Ethan Jackson2011-09-272-0/+201
* python: Backport argparse to older platforms.Ethan Jackson2011-09-273-0/+2947
* json.py: Typo in parsing code.Ben Pfaff2011-09-261-1/+1
* python: Style cleanup.Ethan Jackson2011-09-2417-111/+242
* ovsuuid.py: Fix use of undefined symbol.Ethan Jackson2011-09-241-1/+1
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-234-144/+1006
* ovs.db.types: Add table reference to ovs.db.types.BaseType.Ben Pfaff2011-09-232-31/+33
* python: Accept multiple forms of strings and lists when parsing JSON.Ben Pfaff2011-09-235-16/+17
* python: Change 'clone' function names to 'copy'.Ben Pfaff2011-09-232-6/+6
* ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.Ben Pfaff2011-09-234-52/+46
* ovs.jsonrpc: Include result in Message.__str__() output.Ben Pfaff2011-09-231-0/+2
* ovs.db.data: Make Datum.check_constraints() work.Ben Pfaff2011-09-231-3/+3
* ovs.db.data: Fix Atom.new()'s handling of Boolean values.Ben Pfaff2011-09-231-1/+1
* ovs.json: Remove commented-out debug code.Ben Pfaff2011-09-231-3/+0
* ovs.json: Actually implement the "pretty" option for serialization.Ben Pfaff2011-09-231-38/+74
* python: Avoid shadowing standard or global names.Ben Pfaff2011-09-236-25/+25
* python: Avoid "unused parameter" warnings from pychecker.Ben Pfaff2011-09-232-7/+7
* ovs.db.types: Always initialize ref_type attribute.Ben Pfaff2011-09-231-0/+4
* daemon.py: Silence return warning.Ethan Jackson2011-09-161-3/+5
* daemon.py: Don't shadow built-in 'file' variable.Ethan Jackson2011-09-161-12/+12
* daemon.py: Whitespace cleanup.Ethan Jackson2011-09-161-5/+29
* Mark "uninstall-local" targets phony.Ben Pfaff2011-09-151-1/+1
* ovs.db.types: Remove write-only variable from constraintsToEnglish().Ben Pfaff2011-08-251-2/+0
* python: Remove unused imports.Ben Pfaff2011-08-252-6/+0
* ovs.stream: Remove unused parameter from usage().Ben Pfaff2011-08-251-1/+1
* ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match with too few params.Ben Pfaff2011-08-251-1/+1
* ovs.jsonrpc: Fix static method Session.open() reference to 'self'.Ben Pfaff2011-08-251-1/+1
* ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.Ben Pfaff2011-08-251-7/+6
* ovs.json: Use Exception, which exists, instead of Error, which doesn't.Ben Pfaff2011-08-251-1/+1
* ovs.db.idl: Fix error message format arguments.Ben Pfaff2011-08-251-2/+2
* ovs.daemon: Add missing format string argument.Ben Pfaff2011-08-251-1/+1