index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
graph.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
python: Fix invalid escape sequences
Joseph Sutton
1
-1
/
+1
2023-02-23
python: fix mutable default arguments
Rob van der Linde
1
-1
/
+3
2021-04-28
python: remove all 'from __future__ import division'
Douglas Bagnall
1
-1
/
+0
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2019-03-20
py/graph: use 2.6 compatible check for set membership
Douglas Bagnall
1
-1
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-5
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
1
-4
/
+4
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
1
-5
/
+5
2018-06-20
python/samba: enclose map.values with list (py2/py3)
Noel Power
1
-1
/
+1
2018-06-20
python/samba: Another object.next() to next(object) py2/py3 converstion
Noel Power
1
-3
/
+3
2018-06-10
python/graph: don't crash colourer on bad link
Douglas Bagnall
1
-0
/
+2
2018-06-10
python/graph: use '>' for excessive numbers, not '+'
Douglas Bagnall
1
-1
/
+1
2018-06-10
python/graph: add full_matrix graph function
Douglas Bagnall
1
-0
/
+162
2018-06-10
python/graph: rework shorten_vertex_names to not need edges
Douglas Bagnall
1
-61
/
+62
2018-06-10
python/samba/graph: use look up table for ascii-art charsets
Douglas Bagnall
1
-12
/
+28
2018-06-10
python/graph: tweak colour schemes for distance charts
Douglas Bagnall
1
-2
/
+2
2018-05-31
samba-tool viusalize: mark RODCs in distance matrix
Douglas Bagnall
1
-1
/
+7
2018-05-31
samba-tool visualize: group (and colour) DCs by site
Douglas Bagnall
1
-7
/
+22
2018-04-30
python/samba: Py2/Py3 compat change '/' to '//' to ensure int result
Noel Power
1
-2
/
+3
2018-04-13
graph: fix divide for py3
Joe Guo
1
-1
/
+1
2018-04-13
python: bulk replace dict.iteritems to items for py3
Joe Guo
1
-5
/
+5
2018-01-13
python/graph: module for generating ASCII and graphviz visualisations
Douglas Bagnall
1
-0
/
+621