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
/
ovs
/
json.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency on python3-six
Timothy Redaelli
2019-12-20
1
-13
/
+5
*
Un-revert Work around Python/C JSON unicode differences
Terry Wilson
2019-01-15
1
-4
/
+6
*
python: Fix invalid escape sequences.
Ben Pfaff
2019-01-11
1
-2
/
+2
*
Revert "Test the Python C JSON extension"
Ilya Maximets
2018-10-15
1
-6
/
+4
*
Test the Python C JSON extension
Terry Wilson
2018-10-11
1
-4
/
+6
*
python: make python idl unicode-tolerant
Lance Richardson
2017-08-09
1
-2
/
+7
*
Adapt to flake8-import-order
xurong00037997
2017-03-08
1
-0
/
+1
*
python: Serial JSON via Python's json lib.
Terry Wilson
2016-07-26
1
-96
/
+10
*
Add optional C extension wrapper for Python JSON parsing
Terry Wilson
2016-06-08
1
-0
/
+11
*
Ensure significand remains an integer in Python3 json parser
Terry Wilson
2016-06-08
1
-1
/
+1
*
python: Remove reamining direct type comparisons.
Russell Bryant
2016-02-02
1
-2
/
+2
*
python: Use six.unichr().
Russell Bryant
2016-02-02
1
-1
/
+1
*
python: Drop use of sys.maxint.
Russell Bryant
2016-02-02
1
-1
/
+1
*
python: Don't use StringIO directly.
Russell Bryant
2016-02-02
1
-2
/
+1
*
python: Drop unicode type.
Russell Bryant
2016-02-02
1
-9
/
+16
*
python: Drop usage of long type.
Russell Bryant
2016-02-02
1
-9
/
+12
*
python: Convert dict iterators.
Russell Bryant
2016-01-21
1
-1
/
+2
*
python: Stop using xrange().
Russell Bryant
2016-01-20
1
-0
/
+2
*
python: Start fixing some Python 3 issues.
Terry Wilson
2016-01-12
1
-1
/
+1
*
python: Fix several pep8 whitespace errors.
Russell Bryant
2016-01-05
1
-1
/
+1
*
python: Resolve pep8 comparison errors.
Russell Bryant
2016-01-05
1
-1
/
+1
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
json: Correct position tracking in JSON parser implementations.
Ben Pfaff
2012-04-26
1
-9
/
+11
*
json.py: Typo in parsing code.
Ben Pfaff
2011-09-26
1
-1
/
+1
*
python: Style cleanup.
Ethan Jackson
2011-09-24
1
-9
/
+45
*
ovs.json: Remove commented-out debug code.
Ben Pfaff
2011-09-23
1
-3
/
+0
*
ovs.json: Actually implement the "pretty" option for serialization.
Ben Pfaff
2011-09-23
1
-38
/
+74
*
python: Avoid shadowing standard or global names.
Ben Pfaff
2011-09-23
1
-3
/
+3
*
python: Avoid "unused parameter" warnings from pychecker.
Ben Pfaff
2011-09-23
1
-6
/
+6
*
ovs.json: Use Exception, which exists, instead of Error, which doesn't.
Ben Pfaff
2011-08-25
1
-1
/
+1
*
python: Use enumerate() builtin function to simplify counted iteration.
Ben Pfaff
2011-08-24
1
-6
/
+2
*
ovs.json: Optimize __dump_string().
Ben Pfaff
2011-08-24
1
-9
/
+1
*
python: Make invalid UTF-8 sequence messages consistent across Python versions.
Ben Pfaff
2011-07-06
1
-1
/
+2
*
tests: Fix the two Python XFAIL tests.
Ben Pfaff
2011-05-24
1
-4
/
+2
*
Implement initial Python bindings for Open vSwitch database.
Ben Pfaff
2010-08-25
1
-0
/
+528