summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Un-revert Work around Python/C JSON unicode differencesTerry Wilson2019-01-152-6/+13
* python: Escape backslashes while formatting logs.Ilya Maximets2019-01-151-1/+1
* python: Avoid flake8 warning for unused variables.Ben Pfaff2019-01-112-2/+2
* python: Fix invalid escape sequences.Ben Pfaff2019-01-116-8/+8
* nroff: Fix fonts for h2, h3, h4.Ben Pfaff2019-01-101-5/+5
* nroff: Increase width for .IP used for ordered lists.Ben Pfaff2019-01-101-1/+1
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-3/+13
* python: jsonrpc: Pick new remote on disconnect.Ilya Maximets2018-12-271-3/+6
* socket-util: Report POLLHUP as an error while connection completion checking.Ilya Maximets2018-12-241-1/+1
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* python-c-ext: Fix memory leak in Parser_finishEric Lapointe2018-10-311-0/+1
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-153-24/+6
* Work around Python/C JSON unicode differencesTerry Wilson2018-10-111-2/+7
* Test the Python C JSON extensionTerry Wilson2018-10-112-4/+17
* Python: Make Row's __getattr__ less error proneLucas Alvares Gomes2018-10-051-1/+1
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-1/+7
* python jsonrpc: Allow jsonrpc_session to have more than one remote.Numan Siddique2018-08-142-9/+49
* ovs python: ovs.stream.open_block() returns success even if the remote is unr...Numan Siddique2018-08-143-6/+45
* Add ovs.compat module to python packageTerry Wilson2018-08-101-1/+2
* tests: Don't log to syslog during tests.Ben Pfaff2018-08-091-3/+5
* json: Use unnamed embedded union.Flavio Leitner2018-08-061-9/+9
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-2/+2
* python: Update docstring in ovs.db.idl.Idl class.Toms Atteka2018-06-051-11/+12
* Embrace anonymous unions.Ben Pfaff2018-05-251-4/+4
* python: Tighten the check if we need encodingJakub Sitnicki2018-04-191-5/+2
* python: Fix a double encoding attempt on an Unicode stringJakub Sitnicki2018-04-181-4/+0
* Add multi-column index support for the Python IDLTerry Wilson2018-04-1710-13/+3848
* reconnect: Add ability to do a number of retries without backoff.Ben Pfaff2018-03-241-18/+35
* ovsdb-idl: Use modern form of <monitor-requests>.Ben Pfaff2018-03-141-2/+3
* python: KeyError shouldn't be raised from __getattr__Timothy Redaelli2018-03-141-1/+5
* python: Fix decoding error when the received data is larger than 4096.Guoshuai Li2018-03-091-2/+3
* python: avoid useless JSON conversion to enhance performanceDaniel Alvarez2018-02-281-7/+5
* ovsdb-idlc: Add infrastructure for IDL schema extensions.Ben Pfaff2018-02-161-11/+26
* ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.Ben Pfaff2018-02-161-2/+9
* ovsdb: Improve documentation.Ben Pfaff2017-12-141-7/+8
* tests: Convert soexpand build tool from Perl to Python.Ben Pfaff2017-11-262-1/+58
* windows,python: remove dead code in send_waitAlin Balutoiu2017-09-131-2/+0
* windows,python: remove unnecessary codeAlin Balutoiu2017-09-131-23/+18
* windows, python: create a different event for socketsAlin Balutoiu2017-09-131-8/+11
* windows,python: Add restrictions to named pipesAlin Balutoiu2017-09-131-0/+59
* windows, python: Remove code duplication in send/recv functionsAlin Balutoiu2017-08-231-42/+36
* windows, python: Fix event type returned from pollerAlin Balutoiu2017-08-231-1/+8
* python: fix python3 encode/decode on WindowsAlin Balutoiu2017-08-182-31/+15
* python: make python idl unicode-tolerantLance Richardson2017-08-093-6/+12
* Python3 compatibility: fix integer problemsJason Wessel2017-07-061-0/+2
* Replace most uses of and references to "ifconfig" by "ip".Ben Pfaff2017-06-013-17/+44
* python ovs: Fix SSL exceptions with pyOpenSSL v0.13Numan Siddique2017-05-231-1/+0
* python: Allow tuning the session probe_interval from IDLLucas Alvares Gomes2017-04-132-5/+18
* Adapt to flake8-import-orderxurong000379972017-03-0822-59/+76
* python: List 3.5 as a supported version.Russell Bryant2017-03-081-0/+1