Showing 1,716 of 1,734 total issues
Block comment should start with '# ' Open
#Implement this method to do some form of handshaking. Return True
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
source_address=None,
- Read upRead up
- Exclude checks
Unexpected spaces around keyword / parameter equals Open
def __init__(self, host = '', port = IMAP4_TLS_PORT,
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
username=None, password=None,
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
username, password,
- Read upRead up
- Exclude checks
Comparison to none should be 'if cond is none:' Open
if bufferSize < 16384 or self.readBuffer == None:
- Read upRead up
- Exclude checks
Comparison to true should be 'if cond is true:' or 'if cond:' Open
if self.handshake(tlsConnection) == True:
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
username, password,
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
certChain, privateKey,
- Read upRead up
- Exclude checks
Unexpected spaces around keyword / parameter equals Open
def __init__(self, host = '', port = IMAP4_TLS_PORT,
- Read upRead up
- Exclude checks
Block comment should start with '# ' Open
#Calculate the sibling I'm being mixed in with.
- Read upRead up
- Exclude checks
Block comment should start with '# ' Open
#also want to call the sibling's versions.
- Read upRead up
- Exclude checks
Line too long (87 > 79 characters) Open
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
- Read upRead up
- Exclude checks
Code block style Open
```
- Exclude checks