summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-243-11/+22
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-2418-113/+113
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-2426-29/+78
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-246-0/+33
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-2456-0/+71
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-2489-271/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-24180-0/+480
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-2414-0/+42
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-2432-130/+131
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-2434-68/+68
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-2417-286/+204
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-2414-73/+73
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-2478-394/+394
* PEP8: fix E228: missing whitespace around modulo operatorJoe Guo2018-08-246-12/+12
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-249-47/+47
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-2454-186/+186
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-2451-233/+233
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-2424-66/+66
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-245-10/+9
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-2422-305/+305
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2447-254/+254
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-2440-202/+202
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-247-123/+123
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-24117-2135/+2223
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2458-866/+866
* 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-2416-30/+30
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-2452-234/+234
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-2414-305/+305
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-2414-94/+94
* PEP8: fix E116: unexpected indentation (comment)Joe Guo2018-08-243-9/+9
* PEP8: fix E115: expected an indented block (comment)Joe Guo2018-08-242-2/+2
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-2416-162/+162
* PEP8: whitespace fixes in wintest.pyJoe Guo2018-08-241-6/+6
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-245-62/+62
* 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-243-8/+8
* 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-242-4/+4
* 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
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-08-232-2/+5
* torture: Make sure that fruit_ftruncate only unlinks streamsVolker Lendecke2018-08-232-0/+46
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-221-0/+5
* libads: Simplify parse_spn()Volker Lendecke2018-08-221-13/+9
* libads: Fix an error path talloc leakVolker Lendecke2018-08-221-1/+2
* dsdb: Fix a typoVolker Lendecke2018-08-221-2/+3
* dsdb: Fix CID 1438461 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-3/+7
* libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-2/+12
* smbd: Remove koplocks->contend_level2 callbacksVolker Lendecke2018-08-223-25/+1