tomato42/tlslite-ng

View on GitHub

Showing 1,716 of 1,734 total issues

Trailing whitespace
Open

# Authors:

Block comment should start with '# '
Open

#This is necessary since we override functions

Line too long (81 > 79 characters)
Open

from SimpleXMLRPCServer import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler
Severity: Minor
Found in tlslite/integration/xmlrpcserver.py by pep8

Continuation line under-indented for visual indent
Open

checker=None,

Continuation line under-indented for visual indent
Open

host=host,

Comparison to none should be 'if cond is not none:'
Open

if result != None:

Test for membership should be 'not in'
Open

if not args and not 'requestHandler' in kwargs:
Severity: Minor
Found in tlslite/integration/xmlrpcserver.py by pep8

Trailing whitespace
Open

username, password,
Severity: Minor
Found in tlslite/integration/xmlrpctransport.py by pep8

Unexpected spaces around keyword / parameter equals
Open

def __init__(self, host = '', port = IMAP4_TLS_PORT,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Continuation line under-indented for visual indent
Open

checker,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Continuation line under-indented for visual indent
Open

checker,
Severity: Minor
Found in tlslite/integration/pop3_tls.py by pep8

Line too long (84 > 79 characters)
Open

python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
Severity: Minor
Found in setup.py by pep8

Unexpected spaces around keyword / parameter equals
Open

def __init__(self, host = '', port = IMAP4_TLS_PORT,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Block comment should start with '# '
Open

#like readable(), handle_read(), etc., but we

Continuation line under-indented for visual indent
Open

settings=None,

Continuation line under-indented for visual indent
Open

anon=False):

Continuation line under-indented for visual indent
Open

source_address=source_address)

Continuation line under-indented for visual indent
Open

certChain, privateKey,
Severity: Minor
Found in tlslite/integration/pop3_tls.py by pep8

Trailing whitespace
Open

connection = TLSConnection(sock)
Severity: Minor
Found in tlslite/integration/pop3_tls.py by pep8

Too many blank lines (2)
Open

def __init__(self, sock=None):
Severity
Category
Status
Source
Language