summaryrefslogtreecommitdiff
path: root/python/samba/graph.py
Commit message (Expand)AuthorAgeFilesLines
* python: fix mutable default argumentsRob van der Linde2023-02-231-1/+3
* python: remove all 'from __future__ import division'Douglas Bagnall2021-04-281-1/+0
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* py/graph: use 2.6 compatible check for set membershipDouglas Bagnall2019-03-201-1/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-5/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-4/+4
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-2/+2
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-5/+5
* python/samba: enclose map.values with list (py2/py3)Noel Power2018-06-201-1/+1
* python/samba: Another object.next() to next(object) py2/py3 converstionNoel Power2018-06-201-3/+3
* python/graph: don't crash colourer on bad linkDouglas Bagnall2018-06-101-0/+2
* python/graph: use '>' for excessive numbers, not '+'Douglas Bagnall2018-06-101-1/+1
* python/graph: add full_matrix graph functionDouglas Bagnall2018-06-101-0/+162
* python/graph: rework shorten_vertex_names to not need edgesDouglas Bagnall2018-06-101-61/+62
* python/samba/graph: use look up table for ascii-art charsetsDouglas Bagnall2018-06-101-12/+28
* python/graph: tweak colour schemes for distance chartsDouglas Bagnall2018-06-101-2/+2
* samba-tool viusalize: mark RODCs in distance matrixDouglas Bagnall2018-05-311-1/+7
* samba-tool visualize: group (and colour) DCs by siteDouglas Bagnall2018-05-311-7/+22
* python/samba: Py2/Py3 compat change '/' to '//' to ensure int resultNoel Power2018-04-301-2/+3
* graph: fix divide for py3Joe Guo2018-04-131-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-5/+5
* python/graph: module for generating ASCII and graphviz visualisationsDouglas Bagnall2018-01-131-0/+621