summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Convert dict iterators.Russell Bryant2016-01-218-40/+50
* python: Stop using xrange().Russell Bryant2016-01-206-1/+12
* python: Fix xmlrpclib imports.Russell Bryant2016-01-202-4/+7
* python: Fix print function compatibility.Russell Bryant2016-01-122-17/+21
* python: Stop use of tuple parameter unpackingRussell Bryant2016-01-121-2/+2
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-129-46/+49
* python: Fix the TypeError exception seen when idl.Idl parses lock replyNuman Siddique2016-01-081-1/+1
* python: Restrict line length to 79 chars.Russell Bryant2016-01-053-12/+23
* python: Resolve some indentation warnings.Russell Bryant2016-01-053-15/+24
* python: Add missing Apache License headers.Russell Bryant2016-01-053-0/+36
* python: Inherit from object.Russell Bryant2016-01-051-1/+1
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-0510-21/+27
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-055-8/+10
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-058-1/+15
* python: Fix invalid varable/function references.Russell Bryant2016-01-052-1/+8
* python: Remove unused imports and variables.Russell Bryant2016-01-053-15/+3
* python: Run flake8 at build time.Russell Bryant2016-01-051-0/+7
* ovsdb-idl: Support for readonly columns that are fetched on-demandShad Ansari2015-11-231-4/+82
* nroff: Add support for <b>...</b> and <i>...</i> inline markup.Ben Pfaff2015-09-291-2/+2
* nroff: Support inline XML inside <pre> blocks.Ben Pfaff2015-09-291-12/+14
* nroff: Allow comments in more contexts.Ben Pfaff2015-08-261-3/+8
* nroff: Add support for 'diagram' XML element for protocol headers.Ben Pfaff2015-08-031-0/+97
* xml2nroff: Allow comments in block XML.Ben Pfaff2015-07-121-0/+2
* nroff: Fix style of names.Ben Pfaff2015-07-061-28/+28
* python: Fix issue with probes for JSONRPC connectionsSumit Garg2015-06-251-1/+1
* python: Fix writing to non-"alert" column for newly inserted row.Sumit Garg2015-06-251-1/+1
* python: Fix attempt to use a bool as a function.Sumit Garg2015-06-251-1/+1
* Makefiles: Stop distributing files because building them requires Python.Ben Pfaff2015-06-231-1/+1
* Increase prerequisite from Python 2.4 to Python 2.7.Ben Pfaff2015-06-234-2952/+1
* nroff: Fix the escape of '.'.Ben Pfaff2015-06-231-1/+1
* ovn-nbctl: Take default database target from OVN_NB_DB in environment.Ben Pfaff2015-06-161-1/+1
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-1/+41
* python: Add setuptools for Python lib for PyPI.Terry Wilson2015-04-144-0/+60
* socket-util: Use correct address family in set_dscp(), instead of guessing.Ben Pfaff2015-02-201-14/+15
* ovsdb-doc: Factor out nroff formatting into a separate Python module.Ben Pfaff2015-02-193-0/+191
* vlog: Fix "/dev/log" testYAMAMOTO Takashi2015-02-031-1/+1
* vlog: Don't fail syslog initialization in chroot.Gurucharan Shetty2015-01-291-3/+10
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-3/+32
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-28/+28
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-4/+4
* socket_util.py: Make set_dscp() python 2.4.3 compatible.Gurucharan Shetty2014-06-241-2/+2
* timeval: Add monotonic time functionality for NetBSD and FreeBSD.Ryan Wilson2014-06-051-7/+27
* timeval: Import ctypes Python library within a try statement.Ryan Wilson2014-05-301-8/+8
* timeval: Use monotonic time in OVS Python timeval library.Ryan Wilson2014-05-301-1/+33
* vlog: Use python 2.4 compatible functions.Gurucharan Shetty2014-05-051-2/+2
* Python Logging Formatting ImprovementsDave Tucker2014-04-281-12/+116
* ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff2014-04-041-2/+2
* socket-util: Fix set_dscp for IPv6YAMAMOTO Takashi2014-02-261-1/+14
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-9/+29
* daemon: Cleanup some functions.Gurucharan Shetty2014-01-241-11/+0