]> git.proxmox.com Git - ovs.git/history - python
faq: Update OVS/DPDK version table for OVS 2.11.
[ovs.git] / python /
2019-01-15 Terry WilsonUn-revert Work around Python/C JSON unicode differences
2019-01-15 Ilya Maximetspython: Escape backslashes while formatting logs.
2019-01-11 Ben Pfaffpython: Avoid flake8 warning for unused variables.
2019-01-11 Ben Pfaffpython: Fix invalid escape sequences.
2019-01-10 Ben Pfaffnroff: Fix fonts for h2, h3, h4.
2019-01-10 Ben Pfaffnroff: Increase width for .IP used for ordered lists.
2019-01-10 Ilya Maximetsstream: Allow timeout configuration for open_block.
2018-12-27 Ilya Maximetspython: jsonrpc: Pick new remote on disconnect.
2018-12-24 Ilya Maximetssocket-util: Report POLLHUP as an error while connectio...
2018-12-20 Ilya Maximetspython: Catch setsockopt exceptions for TCP stream.
2018-10-31 Eric Lapointepython-c-ext: Fix memory leak in Parser_finish
2018-10-15 Ilya MaximetsRevert "Test the Python C JSON extension"
2018-10-11 Terry WilsonWork around Python/C JSON unicode differences
2018-10-11 Terry WilsonTest the Python C JSON extension
2018-10-05 Lucas Alvares GomesPython: Make Row's __getattr__ less error prone
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-14 Numan Siddiquepython jsonrpc: Allow jsonrpc_session to have more...
2018-08-14 Numan Siddiqueovs python: ovs.stream.open_block() returns success...
2018-08-10 Terry WilsonAdd ovs.compat module to python package
2018-08-09 Ben Pfafftests: Don't log to syslog during tests.
2018-08-06 Flavio Leitnerjson: Use unnamed embedded union.
2018-07-06 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-07-06 Yifeng SunDNS: Add basic support for asynchronous DNS resolving
2018-06-05 Toms Attekapython: Update docstring in ovs.db.idl.Idl class.
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-04-19 Jakub Sitnickipython: Tighten the check if we need encoding
2018-04-18 Jakub Sitnickipython: Fix a double encoding attempt on an Unicode...
2018-04-17 Terry WilsonAdd multi-column index support for the Python IDL
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffreconnect: Add ability to do a number of retries withou...
2018-03-14 Ben Pfaffovsdb-idl: Use modern form of <monitor-requests>.
2018-03-14 Timothy Redaellipython: KeyError shouldn't be raised from __getattr__
2018-03-09 Guoshuai Lipython: Fix decoding error when the received data is...
2018-02-28 Daniel Alvarezpython: avoid useless JSON conversion to enhance perfor...
2018-02-16 Ben Pfaffovsdb-idlc: Add infrastructure for IDL schema extensions.
2018-02-16 Ben Pfaffovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extens...
2017-12-14 Ben Pfaffovsdb: Improve documentation.
2017-11-27 Ben Pfafftests: Convert soexpand build tool from Perl to Python.
2017-09-12 Alin Balutoiuwindows,python: remove dead code in send_wait
2017-09-12 Alin Balutoiuwindows,python: remove unnecessary code
2017-09-12 Alin Balutoiuwindows, python: create a different event for sockets
2017-09-12 Alin Balutoiuwindows,python: Add restrictions to named pipes
2017-08-23 Alin Balutoiuwindows, python: Remove code duplication in send/recv...
2017-08-23 Alin Balutoiuwindows, python: Fix event type returned from poller
2017-08-18 Alin Balutoiupython: fix python3 encode/decode on Windows
2017-08-09 Lance Richardsonpython: make python idl unicode-tolerant
2017-07-06 Jason WesselPython3 compatibility: fix integer problems
2017-06-01 Ben PfaffReplace most uses of and references to "ifconfig" by...
2017-05-23 Numan Siddiquepython ovs: Fix SSL exceptions with pyOpenSSL v0.13
2017-04-13 Lucas Alvares Gomespython: Allow tuning the session probe_interval from IDL
2017-03-09 xurong00037997Adapt to flake8-import-order
2017-03-08 Russell Bryantpython: List 3.5 as a supported version.
2017-02-17 Terry Wilsonpython: Prevent extra unexpected reply debug logs.
2017-02-15 Justin Pettitovsdb: Print enum elements for man pages in alphabetica...
2017-01-27 Alin Serdeanpython windows: Allow clients to read from server befor...
2017-01-25 Ben Pfaffovs-fields: New manpage to document Open vSwitch and...
2017-01-25 Ben Pfaffnroff: Improve formatting of ASCII diagrams.
2017-01-14 Guoshuai Lipython: Catch exception "SSL.SysCallError" for send...
2017-01-06 Joe Stringerpython: Fix nroff indentation for <dl> after <hN>.
2017-01-04 Guoshuai Lipython: Add TCP/SSL probes for OVSDB python lib
2017-01-03 Alin BalutoiuPython tests: Daemon ported to Windows
2017-01-03 Alin BalutoiuPython tests: Ported UNIX sockets to Windows
2017-01-03 Alin BalutoiuPython tests: Add winutils.py module
2016-12-20 Ben Pfaffovsdb-idl: Change interface to conditional monitoring.
2016-12-12 Guoshuai Lipython: Update comment to mention SSL support.
2016-12-12 Guoshuai Lipython: Reconnect SSL connections when ovsdb-server...
2016-12-02 Daniele Di Proiettopython: Add double newline after fuction or class ...
2016-10-19 Ben Pfaffovsdb-idlc: Eliminate <prefix>_init() function from...
2016-10-15 Amitabha BiswasPython-IDL: getattr after mutate fix
2016-10-05 Numan Siddiquepython: Add SSL support to the python ovs client library
2016-09-01 Ben Pfaffovsdb-idlc: Make set and map update operations take...
2016-08-30 Amitabha Biswasovsdb: Fix mutation of newly inserted rows from Python...
2016-08-26 Liran Schourovsdb: Fix reference to table's row on condition_add...
2016-08-15 Amitabha Biswasovsdb-idl: Fix bugs in Python IDL partial set and map.
2016-08-14 Ryan Moatspython: Add support for partial map and partial set...
2016-08-03 Paul Bocapython tests: Fixed abs_file_name function for Windows
2016-08-03 Paul Bocapython tests: Fixed OSError not iterable on Windows
2016-08-03 Paul Bocapython tests: Added fcntl module for Windows
2016-08-03 Paul Bocapython tests: Fixed ctl file name for Windows
2016-08-03 Paul Bocapython tests: Register signal handlers only on supporte...
2016-08-03 Paul Bocapython tests: Implemented signal.alarm for Windows
2016-07-27 Numan Siddiquepython: Send old values of the updated cols in notify...
2016-07-26 Terry Wilsonpython: Serial JSON via Python's json lib.
2016-07-25 Zong Kai LIpython: add set type for ovs.idl.data.Datum.from_python
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-19 Liran Schourlib: add monitor_cond_change API to C IDL lib
2016-07-19 Liran Schourpython: move Python idl to work with monitor_cond
2016-07-06 Daniele Di Proiettovlog.py: Remove redundant setLevel() if "/dev/log"...
2016-07-06 Paul Bocavlog test: Disable default syslog logger
2016-06-08 Terry WilsonAdd optional C extension wrapper for Python JSON parsing
2016-06-08 Terry WilsonEnsure significand remains an integer in Python3 json...
2016-05-20 Ofer Ben-Yacovpython: Add TCP passive-mode to IDL.
2016-04-15 Russell Bryantpython: Update Python version checks.
2016-04-12 Ben Pfaffovsdb: Force columns that contain weak references to...
2016-02-22 Russell BryantNEWS: Claim support for Python 3.
2016-02-10 Ben Pfaffvlog: Add vlog/close command.
2016-02-02 Russell Bryantpython: Deal with str and byte differences.
2016-02-02 Russell Bryantpython: Fix object comparisons in Python 3.
2016-02-02 Russell Bryantpython: Don't compare None and int.
2016-02-02 Russell Bryantpython: Remove reamining direct type comparisons.
next