index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
vlog.py: Remove redundant setLevel() if "/dev/log" doesn't exist.
Daniele Di Proietto
2016-07-06
1
-3
/
+2
*
vlog test: Disable default syslog logger
Paul Boca
2016-07-06
1
-0
/
+1
*
Add optional C extension wrapper for Python JSON parsing
Terry Wilson
2016-06-08
4
-2
/
+331
*
Ensure significand remains an integer in Python3 json parser
Terry Wilson
2016-06-08
1
-1
/
+1
*
python: Add TCP passive-mode to IDL.
Ofer Ben-Yacov
2016-05-20
2
-11
/
+24
*
python: Update Python version checks.
Russell Bryant
2016-04-15
2
-9
/
+3
*
ovsdb: Force columns that contain weak references to be immutable.
Ben Pfaff
2016-04-11
1
-1
/
+7
*
NEWS: Claim support for Python 3.
Russell Bryant
2016-02-22
1
-1
/
+5
*
vlog: Add vlog/close command.
Ben Pfaff
2016-02-10
1
-1
/
+10
*
python: Deal with str and byte differences.
Russell Bryant
2016-02-02
3
-0
/
+18
*
python: Fix object comparisons in Python 3.
Russell Bryant
2016-02-02
2
-0
/
+38
*
python: Don't compare None and int.
Russell Bryant
2016-02-02
1
-1
/
+1
*
python: Remove reamining direct type comparisons.
Russell Bryant
2016-02-02
7
-26
/
+26
*
python: Use six.unichr().
Russell Bryant
2016-02-02
1
-1
/
+1
*
python: Drop use of sys.maxint.
Russell Bryant
2016-02-02
4
-18
/
+18
*
python: Don't use StringIO directly.
Russell Bryant
2016-02-02
1
-2
/
+1
*
python: Drop use of types.FunctionType.
Russell Bryant
2016-02-02
1
-3
/
+1
*
python: Drop use of types.StringTypes.
Russell Bryant
2016-02-02
3
-5
/
+7
*
python: Drop unicode type.
Russell Bryant
2016-02-02
8
-38
/
+60
*
python: Drop usage of long type.
Russell Bryant
2016-02-02
7
-34
/
+52
*
python: Convert dict iterators.
Russell Bryant
2016-01-21
8
-40
/
+50
*
python: Stop using xrange().
Russell Bryant
2016-01-20
6
-1
/
+12
*
python: Fix xmlrpclib imports.
Russell Bryant
2016-01-20
2
-4
/
+7
*
python: Fix print function compatibility.
Russell Bryant
2016-01-12
2
-17
/
+21
*
python: Stop use of tuple parameter unpacking
Russell Bryant
2016-01-12
1
-2
/
+2
*
python: Start fixing some Python 3 issues.
Terry Wilson
2016-01-12
9
-46
/
+49
*
python: Fix the TypeError exception seen when idl.Idl parses lock reply
Numan Siddique
2016-01-08
1
-1
/
+1
*
python: Restrict line length to 79 chars.
Russell Bryant
2016-01-05
3
-12
/
+23
*
python: Resolve some indentation warnings.
Russell Bryant
2016-01-05
3
-15
/
+24
*
python: Add missing Apache License headers.
Russell Bryant
2016-01-05
3
-0
/
+36
*
python: Inherit from object.
Russell Bryant
2016-01-05
1
-1
/
+1
*
python: Fix several pep8 whitespace errors.
Russell Bryant
2016-01-05
10
-21
/
+27
*
python: Resolve pep8 comparison errors.
Russell Bryant
2016-01-05
5
-8
/
+10
*
python: Resolve pep8 blank line errors.
Russell Bryant
2016-01-05
8
-1
/
+15
*
python: Fix invalid varable/function references.
Russell Bryant
2016-01-05
2
-1
/
+8
*
python: Remove unused imports and variables.
Russell Bryant
2016-01-05
3
-15
/
+3
*
python: Run flake8 at build time.
Russell Bryant
2016-01-05
1
-0
/
+7
*
ovsdb-idl: Support for readonly columns that are fetched on-demand
Shad Ansari
2015-11-23
1
-4
/
+82
*
nroff: Add support for <b>...</b> and <i>...</i> inline markup.
Ben Pfaff
2015-09-29
1
-2
/
+2
*
nroff: Support inline XML inside <pre> blocks.
Ben Pfaff
2015-09-29
1
-12
/
+14
*
nroff: Allow comments in more contexts.
Ben Pfaff
2015-08-26
1
-3
/
+8
*
nroff: Add support for 'diagram' XML element for protocol headers.
Ben Pfaff
2015-08-03
1
-0
/
+97
*
xml2nroff: Allow comments in block XML.
Ben Pfaff
2015-07-12
1
-0
/
+2
*
nroff: Fix style of names.
Ben Pfaff
2015-07-06
1
-28
/
+28
*
python: Fix issue with probes for JSONRPC connections
Sumit Garg
2015-06-25
1
-1
/
+1
*
python: Fix writing to non-"alert" column for newly inserted row.
Sumit Garg
2015-06-25
1
-1
/
+1
*
python: Fix attempt to use a bool as a function.
Sumit Garg
2015-06-25
1
-1
/
+1
*
Makefiles: Stop distributing files because building them requires Python.
Ben Pfaff
2015-06-23
1
-1
/
+1
*
Increase prerequisite from Python 2.4 to Python 2.7.
Ben Pfaff
2015-06-23
4
-2952
/
+1
*
nroff: Fix the escape of '.'.
Ben Pfaff
2015-06-23
1
-1
/
+1
[next]