summaryrefslogtreecommitdiff
path: root/python/samba/kcc/graph_utils.py
Commit message (Expand)AuthorAgeFilesLines
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* python/kcc/graph_utils: short-cut edge failure test without edgesDouglas Bagnall2018-06-101-0/+3
* python kcc/graph_utils: don't debug in colourDouglas Bagnall2018-05-311-5/+3
* kcc graph verifiers: improve messagesDouglas Bagnall2018-05-311-10/+15
* kcc graph verifier: use __doc__ description for error explanationDouglas Bagnall2018-05-311-4/+4
* kcc.graph_utils: shift debug noise out of verify()Douglas Bagnall2018-05-311-26/+17
* kcc/kcc_utils: convert dict.keys to listJoe Guo2018-04-131-1/+1
* kcc/graph_utils: port string.translate for py3Joe Guo2018-04-131-1/+1
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-3/+4
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* samba_kcc: use new graph module for writing dot filesDouglas Bagnall2018-01-131-30/+7
* samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall2017-06-231-0/+4
* KCC: pep8 -- remove an extra line in graph_utilsDouglas Bagnall2015-06-121-1/+0
* KCC: remove "forest_of_rings" verification checkDouglas Bagnall2015-06-121-6/+0
* KCC: write dot files in a deterministic, user specified placeDouglas Bagnall2015-06-121-12/+17
* KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}Douglas Bagnall2015-06-121-0/+367