]> git.proxmox.com Git - ovs.git/history - python
[ Felix Moessbauer ]
[ovs.git] / python /
2021-02-19 Thomas GoirandMerge tag '2.15.0+ds1' into debian/victoria
2021-02-19 Thomas GoirandMerge tag 'v2.15.0' into master-dfsg
2021-01-09 Luca BoccassiMerge branch 'master-dfsg' into 2.15
2021-01-09 Luca BoccassiMerge commit 'def6eb1ea' into master-dfsg
2021-01-08 Thomas GoirandMerge tag '2.15.0_git20210104.def6eb1ea' into master...
2021-01-07 Ben Pfaffreconnect: Add Python implementation of received_attemp...
2020-11-26 Mark Graypython: Update build system to ensure dirs.py is created.
2020-11-16 Terry Wilsonpython: Don't raise an Exception on failure to connect...
2020-11-16 Mark Graypython: set ovs.dirs variables with build system values
2020-08-26 Greg Rosepython: Fixup python shebangs to python3.
2020-07-07 Ben Pfaffpython: Fix plural forms of OVSDB types.
2020-03-20 Terry WilsonHandle refTable values with setkey()
2020-03-17 Thomas GoirandMerge tag '2.13.0+dfsg1' into debian/2.13
2020-03-17 Thomas GoirandMerge tag '2.13.0' into master-dfsg
2020-02-13 Ihar Hrachyshkadocs: handle multi line headers for nroff
2019-12-20 Timothy RedaelliRemove dependency on python3-six
2019-09-27 Ben PfaffRequire Python 3 and remove support for Python 2.
2019-09-25 Terry WilsonAdd a __str__ method to idl.Row
2019-07-12 Terry WilsonShutdown SSL connection before closing socket
2019-07-11 Thomas GoirandMerge branch 'branch-2.11-ds' into debian/train
2019-03-22 Ted Elhouranipython: Monitor Database table to manage lifecycle...
2019-03-22 Timothy Redaellipython: Fix package requirements with old setuptools
2019-02-25 Ilya Maximetsvlog: Better handle syslog handler exceptions.
2019-02-25 Alin Gabriel SerdeanMerge pull request #276 from petrutlucian94/py_requirements
2019-02-25 Lucian PetrutUpdate Python package requirements
2019-02-12 Ilya Maximetspython: Fix E117 over-indented.
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-31 Thomas GoirandMerge tag '2.10.0+ds1' into debian/rocky
2018-08-31 Thomas GoirandMerge tag '2.10.0' into master-dfsg
2018-08-30 Thomas GoirandMerge tag '2.9.2+ds1' into debian/rocky
2018-08-30 Thomas GoirandMerge tag '2.9.2' into master-dfsg
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-15 Numan Siddiquepython jsonrpc: Allow jsonrpc_session to have more...
2018-08-15 Numan Siddiqueovs python: ovs.stream.open_block() returns success...
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-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-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-05-01 Terry WilsonAdd multi-column index support for the Python IDL
2018-05-01 Ben Pfaffreconnect: Add ability to do a number of retries withou...
2018-05-01 Ben Pfaffovsdb-idl: Use modern form of <monitor-requests>.
2018-05-01 Ben Pfaffovsdb-idlc: Add infrastructure for IDL schema extensions.
2018-05-01 Ben Pfaffovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extens...
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-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-14 Timothy Redaellipython: KeyError shouldn't be raised from __getattr__
2018-03-09 Guoshuai Lipython: Fix decoding error when the received data is...
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 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: 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-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: Remove code duplication in send/recv...
2017-08-23 Alin Balutoiuwindows, python: Fix event type returned from poller
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-18 Alin Balutoiupython: fix python3 encode/decode on Windows
2017-08-09 Lance Richardsonpython: make python idl unicode-tolerant
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
next