summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-2444-214/+214
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-243-7/+7
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-247-11/+11
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-2435-153/+153
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-2424-88/+88
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-2416-45/+45
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-242-3/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-2414-148/+148
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2426-90/+90
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2426-110/+110
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-244-7/+7
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-2479-1195/+1274
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2436-448/+448
* PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2018-08-244-6/+6
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-248-17/+17
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-2442-212/+212
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-249-288/+288
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-247-18/+18
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-247-54/+54
* PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo2018-08-242-6/+6
* PEP8: fix E731: do not assign a lambda expression, use a defJoe Guo2018-08-241-2/+6
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-241-2/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E271: multiple spaces after keywordJoe Guo2018-08-242-2/+2
* python: Fix print in dns_invalid.pyAndreas Schneider2018-08-181-1/+1
* Fix PEP8 warning E501 line too longTim Beale2018-08-173-77/+110
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-5/+5
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-23/+24
* Fix PEP8 warning E302 expected 2 blank linesTim Beale2018-08-173-0/+19
* Fix PEP8 warning E231 missing whitespace after ','Tim Beale2018-08-172-15/+15
* Fix PEP8 warning F401 'blah' imported but unusedTim Beale2018-08-172-7/+1
* Fix PEP8 warning E225 missing whitespace around operatorTim Beale2018-08-173-22/+24
* Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale2018-08-171-3/+3
* samba-tool domain passwordsettings: Avoid except ExceptionAndrew Bartlett2018-08-171-4/+9
* python/pso tests: use string .format() style rather than C-style %s/%d.Tim Beale2018-08-171-14/+14
* Fix PEP8 warning E122/E126/E127 wrong indent for continuation linesTim Beale2018-08-172-17/+16
* Fix PEP8 warning E201/202/203 array/dict whitespaceTim Beale2018-08-171-1/+1
* python3: reuse cmp_fn defined in compat.pyJoe Guo2018-08-171-2/+2
* python/samba/tests: fix SamDB dummy replacementJoe Guo2018-08-171-1/+3
* descriptor: add missing backslash for long sddl strJoe Guo2018-08-171-2/+2
* gpo: Always use an SMB signed connectionAndrew Bartlett2018-08-161-1/+5
* tests/gpo: Tests using a static backup directory from gpo backupGarming Sam2018-08-161-1/+354
* gpo: Make restore with entities more robustGarming Sam2018-08-161-2/+11
* gpo: Add a --generalize to the backup commandGarming Sam2018-08-161-3/+80
* fdeploy_ini: Generalize the share name SIDsGarming Sam2018-08-162-6/+27
* gp_parse: Add a generalize XML function to the top level parserGarming Sam2018-08-161-1/+126
* gp_ini: Add a scripts ini parser for better generalizationGarming Sam2018-08-162-1/+25
* gp_ini: Add a fdeploy1 parser for better generalizationGarming Sam2018-08-162-1/+80
* gp_ini: Allow better overriding of behaviour in inherited classesGarming Sam2018-08-161-14/+36