pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / python / samba / graph.py
2019-03-20 Douglas Bagnallpy/graph: use 2.6 compatible check for set membership
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-06-19 Noel Powerpython/samba: enclose map.values with list (py2/py3)
2018-06-19 Noel Powerpython/samba: Another object.next() to next(object...
2018-06-10 Douglas Bagnallpython/graph: don't crash colourer on bad link
2018-06-10 Douglas Bagnallpython/graph: use '>' for excessive numbers, not '+'
2018-06-10 Douglas Bagnallpython/graph: add full_matrix graph function
2018-06-10 Douglas Bagnallpython/graph: rework shorten_vertex_names to not need...
2018-06-10 Douglas Bagnallpython/samba/graph: use look up table for ascii-art...
2018-06-10 Douglas Bagnallpython/graph: tweak colour schemes for distance charts
2018-05-30 Douglas Bagnallsamba-tool viusalize: mark RODCs in distance matrix
2018-05-30 Douglas Bagnallsamba-tool visualize: group (and colour) DCs by site
2018-04-30 Noel Powerpython/samba: Py2/Py3 compat change '/' to '//' to...
2018-04-13 Joe Guograph: fix divide for py3
2018-04-13 Joe Guopython: bulk replace dict.iteritems to items for py3
2018-01-13 Douglas Bagnallpython/graph: module for generating ASCII and graphviz...