summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-244-7/+7
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-2416-18/+18
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-241-1/+1
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-244-23/+23
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-244-5/+5
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-241-8/+16
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-246-19/+19
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-245-5/+11
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-2423-0/+29
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-2428-108/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-2440-0/+93
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-244-0/+8
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-2411-89/+90
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-2413-30/+30
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-243-164/+82
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-242-21/+21
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-2426-169/+169
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-243-5/+5
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-242-36/+36
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-2414-27/+27
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-2417-97/+97
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-245-17/+17
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-243-7/+7
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-245-113/+113
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2413-109/+109
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2410-63/+63
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-243-116/+116
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-2424-658/+658
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2417-156/+156
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-247-12/+12
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-246-17/+17
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-244-16/+16
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-244-72/+72
* PEP8: fix E116: unexpected indentation (comment)Joe Guo2018-08-243-9/+9
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-247-100/+100
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-242-15/+15
* PEP8: fix W602: deprecated form of raising exceptionJoe Guo2018-08-241-1/+1
* PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo2018-08-241-2/+2
* PEP8: fix E714: test for object identity should be 'is not'Joe Guo2018-08-241-2/+2
* torture: Make sure that fruit_ftruncate only unlinks streamsVolker Lendecke2018-08-231-0/+45
* dsdb: Fix a typoVolker Lendecke2018-08-221-2/+3
* dsdb: Fix CID 1438461 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-3/+7
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-211-0/+89
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-8/+10
* Refactor for PEP8 warning E501 line too longTim Beale2018-08-171-3/+8
* Fix PEP8 warning E501 line too longTim Beale2018-08-173-122/+201
* Fix PEP8 warning W503 line break before binary operatorTim Beale2018-08-171-2/+2
* Fix PEP8 warning W291 trailing whitespaceTim Beale2018-08-171-1/+1
* Fix PEP8 warning E303 too many blank linesTim Beale2018-08-172-2/+0