summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-14python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher1-0/+1
2018-11-01samba-tool: let self.usage() find argv[0] by itselfDouglas Bagnall1-2/+2
2018-10-25samba-tool: samba.getopt is not used hereDouglas Bagnall1-1/+0
2018-10-23python/samba/netcmd: PY3 fix CI error for samba.tests.samba_tool.helpNoel Power1-1/+2
2018-10-23samba-tool: PY3 dict view doesn't have sort method,Noel Power1-1/+1
2018-10-10netcmd: modify Command.get_logger to use get_samba_loggerJoe Guo1-5/+6
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-2/+4
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-3/+3
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-14/+14
2018-05-31sambatool: heuristics to decided whether colour is wantedDouglas Bagnall1-0/+24
2018-05-12samba_tool: Py2/Py3 compatability fix tuple assigmentNoel Power1-1/+1
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-1/+1
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-1/+1
2018-02-05python/netcmd: implement __repr__ for class CommandErrorStefan Metzmacher1-0/+3
2017-12-22samba-tool: treat 'samba-tool help foo' as 'samba-tool foo --help'Douglas Bagnall1-0/+13
2017-02-22Correct "overriden" typos.Chris Lamb1-1/+1
2016-12-12python/netcmd: print traceback through self.errfBob Campbell1-1/+1
2016-02-25python: Allow optional multi-value arguements for samba-tool commandsAndrew Bartlett1-2/+3
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+231