summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* python: socket-util: Split inet_open_active function and use connect_ex.Timothy Redaelli2021-11-031-14/+22
* python: idl: Avoid sending transactions when the DB is not synced up.Terry Wilson2021-10-121-0/+5
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-242-21/+45
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-232-0/+24
* python: Add cooperative_yield() API method to Idl.Terry Wilson2021-07-161-0/+11
* python: Update bundled sortedcontainers to 2.4.0.Timothy Redaelli2021-07-165-1856/+2494
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-0/+16
* python: Fix Idl.run change_seqno update.Bodo Petermann2021-07-071-5/+6
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-227-25/+7
* python: idl: Allow retry even when using a single remote.Ilya Maximets2021-06-111-2/+1
* xml2nroff: Fix formatting of action headers in ovs-actions(7) manpage.Ben Pfaff2021-05-061-4/+3
* python: Send notifications after the transaction ends.Terry Wilson2021-03-151-15/+24
* reconnect: Add Python implementation of received_attempt(), and test.Ben Pfaff2021-01-072-3/+23
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-263-13/+22
* python: Don't raise an Exception on failure to connect via SSL.Terry Wilson2020-11-161-2/+13
* python: set ovs.dirs variables with build system valuesMark Gray2020-11-163-37/+8
* python: Fixup python shebangs to python3.Greg Rose2020-08-261-2/+2
* python: Fix plural forms of OVSDB types.Ben Pfaff2020-07-071-1/+10
* Handle refTable values with setkey()Terry Wilson2020-03-201-2/+1
* docs: handle multi line headers for nroffIhar Hrachyshka2020-02-131-1/+8
* Remove dependency on python3-sixTimothy Redaelli2019-12-2016-154/+107
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-7/+2
* Add a __str__ method to idl.RowTerry Wilson2019-09-251-0/+6
* Shutdown SSL connection before closing socketTerry Wilson2019-07-121-0/+8
* python: Monitor Database table to manage lifecycle of IDL client.Ted Elhourani2019-03-222-15/+207
* python: Fix package requirements with old setuptoolsTimothy Redaelli2019-03-221-2/+2
* vlog: Better handle syslog handler exceptions.Ilya Maximets2019-02-251-11/+17
* Update Python package requirementsLucian Petrut2019-02-251-1/+2
* python: Fix E117 over-indented.Ilya Maximets2019-02-123-3/+3
* 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