PEP8: fix E123: closing bracket does not match indentation of opening bracket's line
[samba.git] / python /
2018-09-06 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-09-06 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-09-06 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-09-06 Joe GuoPEP8: fix comment indent
2018-09-05 Noel Powerpython/samba/tests: Change native string to binary...
2018-09-05 Noel Powerpython/samba/emulate: PY3 port of samba.tests.emulate...
2018-09-05 Noel Powerpython/samba/tests: fix traffic for py2/py3 compatability
2018-09-05 Noel Powerpython/samba/tests: port samba.tests.py_credentials...
2018-09-05 Noel Powerpython/samba/tests: PY3 port of samba.tests.encrypted_s...
2018-09-05 Noel Powerpython/samba/tests: py3 port for samba.test.password_ha...
2018-09-05 Noel Powerpython/samba/tests: make password_hash.py py2/py3 compa...
2018-09-05 Alexander Bokovoypython/wscript: update to handle waf 2.0.4
2018-09-04 Stefan Metzmachersamba-tool: add virtualKerberosSalt attribute to 'user...
2018-09-03 Noel Powerpython/samba/netcmd: PY2/PY3 changes required for user_...
2018-09-03 Noel Powerpython/samba/tests: Adjust teardown so second run of...
2018-09-03 Noel Powerpython/samba/tests: PY2/PY3 required changes for samba...
2018-09-03 Noel Powerpython/samba/test/dcerpc: Py3 port of samba.tests.dcerp...
2018-09-03 Noel Powerpython/samba/tests: ensure byte content (not strings)
2018-09-03 Noel Powerpython/samba/tests: Py2/Py2 enable samba.tests.samba_to...
2018-09-03 Noel Powerpython/samba/netcmd: Fix password usage for py2/py3...
2018-09-03 Noel Powerpython/samba/provision: remove use of str() func for...
2018-09-03 Noel Powerpython/samba/netcmd: changes for samab.tests.samba_tool...
2018-09-03 Noel Powerpython/sambe/tests/samba_tool: PY3 port for tests.samba...
2018-09-03 Noel Powers4/selftest: enable samba.tests.samba_tool.user_wdigest...
2018-09-03 Noel Powerpython/samba: PY3 port for samba.tests.samba_tool.user_...
2018-09-03 Noel Powerpython/samba: Add some helper functions to encode/decod...
2018-09-03 Noel Powerpython/samba/tests: Port fsmo test to python3
2018-09-03 Noel Powerpython/samba: changes needed for samba.tests.samba_tool...
2018-09-03 Noel Powerpython/samba: changes to make samba.tests.samba_tool...
2018-09-03 Noel Powerpython/compat: use cStringIO instead of StringIO in...
2018-09-03 Noel Powerpython/samba/tests: Use io.StringIO for py3 and StringI...
2018-09-03 Noel Powerpython/samba/tests: port samba.tests.unix for py3
2018-09-03 Noel Powerpython/samba: port changes to allow samba.tests.dsdb_lo...
2018-09-03 Noel Powerpython/samba: open files in binary mode as appropriate
2018-09-03 Noel Powerpython/samba: port open to io.open for PY2/PY3 compat
2018-09-03 Noel Powerpython/samba: Fix py2/3 relative module import issue
2018-08-24 Douglas BagnallPEP8: line up a couple of lists
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Douglas Bagnalldcerpc py tests: improve argument formatting
2018-08-24 Douglas Bagnalldcerpc/dns_server tests: use record malformed as probab...
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Douglas BagnallPEP8: better formatting of (CONST1|CONST2)
2018-08-24 Douglas BagnallPEP8: improve spacing around colons
2018-08-24 Douglas BagnallPEP8: more space before equals
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E712: comparison to False should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E701: multiple statements on one line (colon)
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
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 E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E131: continuation line unaligned for hanging...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E115: expected an indented block (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E731: do not assign a lambda expression,...
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E271: multiple spaces after keyword
2018-08-18 Andreas Schneiderpython: Fix print in dns_invalid.py
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
2018-08-17 Tim BealeFix PEP8 warning E231 missing whitespace after ','
2018-08-17 Tim BealeFix PEP8 warning F401 'blah' imported but unused
2018-08-17 Tim BealeFix PEP8 warning E225 missing whitespace around operator
2018-08-17 Tim BealeFix PEP8 warning F841 local variable 'blah' is assigned...
2018-08-17 Andrew Bartlettsamba-tool domain passwordsettings: Avoid except Exception
2018-08-17 Tim Bealepython/pso tests: use string .format() style rather...
2018-08-17 Tim BealeFix PEP8 warning E122/E126/E127 wrong indent for contin...
next