summaryrefslogtreecommitdiff
path: root/python/samba/kcc/graph_utils.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-10python/kcc/graph_utils: short-cut edge failure test without edgesDouglas Bagnall1-0/+3
2018-05-31python kcc/graph_utils: don't debug in colourDouglas Bagnall1-5/+3
2018-05-31kcc graph verifiers: improve messagesDouglas Bagnall1-10/+15
2018-05-31kcc graph verifier: use __doc__ description for error explanationDouglas Bagnall1-4/+4
2018-05-31kcc.graph_utils: shift debug noise out of verify()Douglas Bagnall1-26/+17
2018-04-13kcc/kcc_utils: convert dict.keys to listJoe Guo1-1/+1
2018-04-13kcc/graph_utils: port string.translate for py3Joe Guo1-1/+1
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2018-01-13samba_kcc: use new graph module for writing dot filesDouglas Bagnall1-30/+7
2017-06-23samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall1-0/+4
2015-06-12KCC: pep8 -- remove an extra line in graph_utilsDouglas Bagnall1-1/+0
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall1-6/+0
2015-06-12KCC: write dot files in a deterministic, user specified placeDouglas Bagnall1-12/+17
2015-06-12KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}Douglas Bagnall1-0/+367