Skip to content

Instantly share code, notes, and snippets.

@palash25
Last active March 27, 2018 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palash25/e93ecc89f674a0ee97b6ca8ffb2515da to your computer and use it in GitHub Desktop.
Save palash25/e93ecc89f674a0ee97b6ca8ffb2515da to your computer and use it in GitHub Desktop.
Ran coala on cpython codebase with 2 bears
[all]
bears = LineLengthBear
max_line_length = 80
[all.python]
bears = PEP8Bear, PyFlakesBear
files = **.py
Executing section all...
Executing section all.python...
Tools/test2to3/maintest.py
! 19! The line belonging to the following result cannot be printed because it refers to a line that doesn't seem to exist in the given file.
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_future.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_future.py
[ 11]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_future.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_future.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_future.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_future.py
[ 106]
Lib/test/test_future.py
[ 36] ············from·test·import·test_future3
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.test_future3' imported but unused
Lib/test/test_future.py
[ 40] ············from·test·import·badsyntax_future3
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future3' imported but unused
Lib/test/test_future.py
[ 45] ············from·test·import·badsyntax_future4
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future4' imported but unused
Lib/test/test_future.py
[ 50] ············from·test·import·badsyntax_future5
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future5' imported but unused
Lib/test/test_future.py
[ 55] ············from·test·import·badsyntax_future6
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future6' imported but unused
Lib/test/test_future.py
[ 60] ············from·test·import·badsyntax_future7
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future7' imported but unused
Lib/test/test_future.py
[ 65] ············from·test·import·badsyntax_future8
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future8' imported but unused
Lib/test/test_future.py
[ 70] ············from·test·import·badsyntax_future9
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future9' imported but unused
Lib/test/test_future.py
[ 75] ············from·test·import·badsyntax_future10
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.badsyntax_future10' imported but unused
Lib/test/test_future.py
[ 100] ············from·test·import·test_future5
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test.test_future5' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[ 64] 'width' : 0.75,
[ 65] 'height' : 0.8,
[ 66] 'canvwidth' : 500,
[ 64] 'width': 0.75,
[ 65] 'height': 0.8,
[ 66] 'canvwidth': 500,
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[ 75] 'pencolor' : 'red',
[ 76] 'fillcolor' : 'blue',
[ 77] 'resizemode' : 'auto',
[ 78] 'visible' : None,
[ 75] 'pencolor': 'red',
[ 76] 'fillcolor': 'blue',
[ 77] 'resizemode': 'auto',
[ 78] 'visible': None,
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[ 311] self.assertAlmostEqual(self.nav.distance(Vec2D(0,0)), expected)
[ 311] self.assertAlmostEqual(self.nav.distance(Vec2D(0, 0)), expected)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[ 382] self.assertAlmostEqual(self.nav.heading(), 300000%360)
[ 382] self.assertAlmostEqual(self.nav.heading(), 300000 % 360)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_turtle.py
[ 399] self.assertVectorsAlmostEqual(self.nav.pos(), (0,0))
[ 399] self.assertVectorsAlmostEqual(self.nav.pos(), (0, 0))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 9]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 14]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 35]
[ 36] s = ("%s:%s: %s: %s\n"
[ 37] % (msg.filename, msg.lineno, msg.category.__name__,
[ 37] s = ("%s:%s: %s: %s\n"
[ 38] % (msg.filename, msg.lineno, msg.category.__name__,
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 82]
[ 85]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 103]
[ 106]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 118]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 138] "lineno must be an int >= 0"
[ 138] "lineno must be an int >= 0"
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 153]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 167] "lineno must be an int >= 0"
[ 167] "lineno must be an int >= 0"
[ 169]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 183]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 188]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 194]
[ 195]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 202]
[ 203]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 229]
[ 230]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 232] if action == "all": return "always" # Alias
[ 232] if action == "all":
[ 233] return "always" # Alias
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 239]
[ 240]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 247] raise _OptionError("unknown warning category: %r" % (category,)) from None
[ 247] raise _OptionError("unknown warning category: %r" %
[ 248] (category,)) from None
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 259] raise _OptionError("unknown warning category: %r" % (category,)) from None
[ 259] raise _OptionError("unknown warning category: %r" %
[ 260] (category,)) from None
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 332]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 339] module = module[:-3] # XXX What about leading pathname?
[ 339] module = module[:-3] # XXX What about leading pathname?
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 361] (ln == 0 or lineno == ln)):
[ 361] (ln == 0 or lineno == ln)):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 421] "line : %r}" % (self.message, self._category_name,
[ 422] self.filename, self.lineno, self.line))
[ 421] "line : %r}" % (self.message, self._category_name,
[ 422] self.filename, self.lineno, self.line))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/warnings.py
[++++] /home/palash25/Dev/cpython/Lib/warnings.py
[ 497] import linecache, traceback
[ 497] import linecache
[ 498] import traceback
[ 499]
Lib/warnings.py
[ 62] ············tb·=·None
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[ 3]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[ 7] class dummy(): filesystemencoding = 'utf-8'
[ 7]
[ 8] class dummy():
[ 9] filesystemencoding = 'utf-8'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_editor.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 28] util.mock_spec(mod_name) as second:
[ 28] util.mock_spec(mod_name) as second:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 31] self.assertIs(self.__import__(mod_name), second.modules[mod_name])
[ 31] self.assertIs(self.__import__(mod_name),
[ 32] second.modules[mod_name])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 63]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 74] setattr(importer, self.finder_name, MethodType(wrapped_call, importer))
[ 74] setattr(importer, self.finder_name,
[ 75] MethodType(wrapped_call, importer))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_meta_path.py
[ 92] setattr(importer, self.finder_name, MethodType(wrapped_call, importer))
[ 92] setattr(importer, self.finder_name,
[ 93] MethodType(wrapped_call, importer))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\xa1' # 0xA1 -> INVERTED EXCLAMATION MARK
[ 210] '\xa2' # 0xA2 -> CENT SIGN
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\xa5' # 0xA5 -> YEN SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\xaa' # 0xAA -> FEMININE ORDINAL INDICATOR
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\xae' # 0xAE -> REGISTERED SIGN
[ 223] '\xaf' # 0xAF -> MACRON
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\xb4' # 0xB4 -> ACUTE ACCENT
[ 229] '\xb5' # 0xB5 -> MICRO SIGN
[ 230] '\xb6' # 0xB6 -> PILCROW SIGN
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\xb8' # 0xB8 -> CEDILLA
[ 233] '\xb9' # 0xB9 -> SUPERSCRIPT ONE
[ 234] '\xba' # 0xBA -> MASCULINE ORDINAL INDICATOR
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\xbc' # 0xBC -> VULGAR FRACTION ONE QUARTER
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\xbe' # 0xBE -> VULGAR FRACTION THREE QUARTERS
[ 239] '\xbf' # 0xBF -> INVERTED QUESTION MARK
[ 240] '\xc0' # 0xC0 -> LATIN CAPITAL LETTER A WITH GRAVE
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\xc7' # 0xC7 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 248] '\xc8' # 0xC8 -> LATIN CAPITAL LETTER E WITH GRAVE
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\xca' # 0xCA -> LATIN CAPITAL LETTER E WITH CIRCUMFLEX
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\xcc' # 0xCC -> LATIN CAPITAL LETTER I WITH GRAVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\u011e' # 0xD0 -> LATIN CAPITAL LETTER G WITH BREVE
[ 257] '\xd1' # 0xD1 -> LATIN CAPITAL LETTER N WITH TILDE
[ 258] '\xd2' # 0xD2 -> LATIN CAPITAL LETTER O WITH GRAVE
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\xd7' # 0xD7 -> MULTIPLICATION SIGN
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\xd9' # 0xD9 -> LATIN CAPITAL LETTER U WITH GRAVE
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\u0130' # 0xDD -> LATIN CAPITAL LETTER I WITH DOT ABOVE
[ 270] '\u015e' # 0xDE -> LATIN CAPITAL LETTER S WITH CEDILLA
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S
[ 272] '\xe0' # 0xE0 -> LATIN SMALL LETTER A WITH GRAVE
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\xe7' # 0xE7 -> LATIN SMALL LETTER C WITH CEDILLA
[ 280] '\xe8' # 0xE8 -> LATIN SMALL LETTER E WITH GRAVE
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\xea' # 0xEA -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\xec' # 0xEC -> LATIN SMALL LETTER I WITH GRAVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\u011f' # 0xF0 -> LATIN SMALL LETTER G WITH BREVE
[ 289] '\xf1' # 0xF1 -> LATIN SMALL LETTER N WITH TILDE
[ 290] '\xf2' # 0xF2 -> LATIN SMALL LETTER O WITH GRAVE
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\xf7' # 0xF7 -> DIVISION SIGN
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\xf9' # 0xF9 -> LATIN SMALL LETTER U WITH GRAVE
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\u0131' # 0xFD -> LATIN SMALL LETTER DOTLESS I
[ 302] '\u015f' # 0xFE -> LATIN SMALL LETTER S WITH CEDILLA
[ 303] '\xff' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\xa1' # 0xA1 -> INVERTED EXCLAMATION MARK
[ 210] '\xa2' # 0xA2 -> CENT SIGN
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\xa5' # 0xA5 -> YEN SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\xaa' # 0xAA -> FEMININE ORDINAL INDICATOR
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\xae' # 0xAE -> REGISTERED SIGN
[ 223] '\xaf' # 0xAF -> MACRON
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\xb4' # 0xB4 -> ACUTE ACCENT
[ 229] '\xb5' # 0xB5 -> MICRO SIGN
[ 230] '\xb6' # 0xB6 -> PILCROW SIGN
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\xb8' # 0xB8 -> CEDILLA
[ 233] '\xb9' # 0xB9 -> SUPERSCRIPT ONE
[ 234] '\xba' # 0xBA -> MASCULINE ORDINAL INDICATOR
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\xbc' # 0xBC -> VULGAR FRACTION ONE QUARTER
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\xbe' # 0xBE -> VULGAR FRACTION THREE QUARTERS
[ 239] '\xbf' # 0xBF -> INVERTED QUESTION MARK
[ 240] '\xc0' # 0xC0 -> LATIN CAPITAL LETTER A WITH GRAVE
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\xc7' # 0xC7 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 248] '\xc8' # 0xC8 -> LATIN CAPITAL LETTER E WITH GRAVE
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\xca' # 0xCA -> LATIN CAPITAL LETTER E WITH CIRCUMFLEX
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\xcc' # 0xCC -> LATIN CAPITAL LETTER I WITH GRAVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\u011e' # 0xD0 -> LATIN CAPITAL LETTER G WITH BREVE
[ 257] '\xd1' # 0xD1 -> LATIN CAPITAL LETTER N WITH TILDE
[ 258] '\xd2' # 0xD2 -> LATIN CAPITAL LETTER O WITH GRAVE
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\xd7' # 0xD7 -> MULTIPLICATION SIGN
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\xd9' # 0xD9 -> LATIN CAPITAL LETTER U WITH GRAVE
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\u0130' # 0xDD -> LATIN CAPITAL LETTER I WITH DOT ABOVE
[ 270] '\u015e' # 0xDE -> LATIN CAPITAL LETTER S WITH CEDILLA
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S
[ 272] '\xe0' # 0xE0 -> LATIN SMALL LETTER A WITH GRAVE
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\xe7' # 0xE7 -> LATIN SMALL LETTER C WITH CEDILLA
[ 280] '\xe8' # 0xE8 -> LATIN SMALL LETTER E WITH GRAVE
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\xea' # 0xEA -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\xec' # 0xEC -> LATIN SMALL LETTER I WITH GRAVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\u011f' # 0xF0 -> LATIN SMALL LETTER G WITH BREVE
[ 289] '\xf1' # 0xF1 -> LATIN SMALL LETTER N WITH TILDE
[ 290] '\xf2' # 0xF2 -> LATIN SMALL LETTER O WITH GRAVE
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\xf7' # 0xF7 -> DIVISION SIGN
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\xf9' # 0xF9 -> LATIN SMALL LETTER U WITH GRAVE
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\u0131' # 0xFD -> LATIN SMALL LETTER DOTLESS I
[ 302] '\u015f' # 0xFE -> LATIN SMALL LETTER S WITH CEDILLA
[ 303] '\xff' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_9.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\ufffe'
[ 210] '\ufffe'
[ 211] '\ufffe'
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\ufffe'
[ 214] '\ufffe'
[ 215] '\ufffe'
[ 216] '\ufffe'
[ 217] '\ufffe'
[ 218] '\ufffe'
[ 219] '\ufffe'
[ 220] '\u060c' # 0xAC -> ARABIC COMMA
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\ufffe'
[ 223] '\ufffe'
[ 224] '\ufffe'
[ 225] '\ufffe'
[ 226] '\ufffe'
[ 227] '\ufffe'
[ 228] '\ufffe'
[ 229] '\ufffe'
[ 230] '\ufffe'
[ 231] '\ufffe'
[ 232] '\ufffe'
[ 233] '\ufffe'
[ 234] '\ufffe'
[ 235] '\u061b' # 0xBB -> ARABIC SEMICOLON
[ 236] '\ufffe'
[ 237] '\ufffe'
[ 238] '\ufffe'
[ 239] '\u061f' # 0xBF -> ARABIC QUESTION MARK
[ 240] '\ufffe'
[ 241] '\u0621' # 0xC1 -> ARABIC LETTER HAMZA
[ 242] '\u0622' # 0xC2 -> ARABIC LETTER ALEF WITH MADDA ABOVE
[ 243] '\u0623' # 0xC3 -> ARABIC LETTER ALEF WITH HAMZA ABOVE
[ 244] '\u0624' # 0xC4 -> ARABIC LETTER WAW WITH HAMZA ABOVE
[ 245] '\u0625' # 0xC5 -> ARABIC LETTER ALEF WITH HAMZA BELOW
[ 246] '\u0626' # 0xC6 -> ARABIC LETTER YEH WITH HAMZA ABOVE
[ 247] '\u0627' # 0xC7 -> ARABIC LETTER ALEF
[ 248] '\u0628' # 0xC8 -> ARABIC LETTER BEH
[ 249] '\u0629' # 0xC9 -> ARABIC LETTER TEH MARBUTA
[ 250] '\u062a' # 0xCA -> ARABIC LETTER TEH
[ 251] '\u062b' # 0xCB -> ARABIC LETTER THEH
[ 252] '\u062c' # 0xCC -> ARABIC LETTER JEEM
[ 253] '\u062d' # 0xCD -> ARABIC LETTER HAH
[ 254] '\u062e' # 0xCE -> ARABIC LETTER KHAH
[ 255] '\u062f' # 0xCF -> ARABIC LETTER DAL
[ 256] '\u0630' # 0xD0 -> ARABIC LETTER THAL
[ 257] '\u0631' # 0xD1 -> ARABIC LETTER REH
[ 258] '\u0632' # 0xD2 -> ARABIC LETTER ZAIN
[ 259] '\u0633' # 0xD3 -> ARABIC LETTER SEEN
[ 260] '\u0634' # 0xD4 -> ARABIC LETTER SHEEN
[ 261] '\u0635' # 0xD5 -> ARABIC LETTER SAD
[ 262] '\u0636' # 0xD6 -> ARABIC LETTER DAD
[ 263] '\u0637' # 0xD7 -> ARABIC LETTER TAH
[ 264] '\u0638' # 0xD8 -> ARABIC LETTER ZAH
[ 265] '\u0639' # 0xD9 -> ARABIC LETTER AIN
[ 266] '\u063a' # 0xDA -> ARABIC LETTER GHAIN
[ 267] '\ufffe'
[ 268] '\ufffe'
[ 269] '\ufffe'
[ 270] '\ufffe'
[ 271] '\ufffe'
[ 272] '\u0640' # 0xE0 -> ARABIC TATWEEL
[ 273] '\u0641' # 0xE1 -> ARABIC LETTER FEH
[ 274] '\u0642' # 0xE2 -> ARABIC LETTER QAF
[ 275] '\u0643' # 0xE3 -> ARABIC LETTER KAF
[ 276] '\u0644' # 0xE4 -> ARABIC LETTER LAM
[ 277] '\u0645' # 0xE5 -> ARABIC LETTER MEEM
[ 278] '\u0646' # 0xE6 -> ARABIC LETTER NOON
[ 279] '\u0647' # 0xE7 -> ARABIC LETTER HEH
[ 280] '\u0648' # 0xE8 -> ARABIC LETTER WAW
[ 281] '\u0649' # 0xE9 -> ARABIC LETTER ALEF MAKSURA
[ 282] '\u064a' # 0xEA -> ARABIC LETTER YEH
[ 283] '\u064b' # 0xEB -> ARABIC FATHATAN
[ 284] '\u064c' # 0xEC -> ARABIC DAMMATAN
[ 285] '\u064d' # 0xED -> ARABIC KASRATAN
[ 286] '\u064e' # 0xEE -> ARABIC FATHA
[ 287] '\u064f' # 0xEF -> ARABIC DAMMA
[ 288] '\u0650' # 0xF0 -> ARABIC KASRA
[ 289] '\u0651' # 0xF1 -> ARABIC SHADDA
[ 290] '\u0652' # 0xF2 -> ARABIC SUKUN
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\ufffe'
[ 210] '\ufffe'
[ 211] '\ufffe'
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\ufffe'
[ 214] '\ufffe'
[ 215] '\ufffe'
[ 216] '\ufffe'
[ 217] '\ufffe'
[ 218] '\ufffe'
[ 219] '\ufffe'
[ 220] '\u060c' # 0xAC -> ARABIC COMMA
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\ufffe'
[ 223] '\ufffe'
[ 224] '\ufffe'
[ 225] '\ufffe'
[ 226] '\ufffe'
[ 227] '\ufffe'
[ 228] '\ufffe'
[ 229] '\ufffe'
[ 230] '\ufffe'
[ 231] '\ufffe'
[ 232] '\ufffe'
[ 233] '\ufffe'
[ 234] '\ufffe'
[ 235] '\u061b' # 0xBB -> ARABIC SEMICOLON
[ 236] '\ufffe'
[ 237] '\ufffe'
[ 238] '\ufffe'
[ 239] '\u061f' # 0xBF -> ARABIC QUESTION MARK
[ 240] '\ufffe'
[ 241] '\u0621' # 0xC1 -> ARABIC LETTER HAMZA
[ 242] '\u0622' # 0xC2 -> ARABIC LETTER ALEF WITH MADDA ABOVE
[ 243] '\u0623' # 0xC3 -> ARABIC LETTER ALEF WITH HAMZA ABOVE
[ 244] '\u0624' # 0xC4 -> ARABIC LETTER WAW WITH HAMZA ABOVE
[ 245] '\u0625' # 0xC5 -> ARABIC LETTER ALEF WITH HAMZA BELOW
[ 246] '\u0626' # 0xC6 -> ARABIC LETTER YEH WITH HAMZA ABOVE
[ 247] '\u0627' # 0xC7 -> ARABIC LETTER ALEF
[ 248] '\u0628' # 0xC8 -> ARABIC LETTER BEH
[ 249] '\u0629' # 0xC9 -> ARABIC LETTER TEH MARBUTA
[ 250] '\u062a' # 0xCA -> ARABIC LETTER TEH
[ 251] '\u062b' # 0xCB -> ARABIC LETTER THEH
[ 252] '\u062c' # 0xCC -> ARABIC LETTER JEEM
[ 253] '\u062d' # 0xCD -> ARABIC LETTER HAH
[ 254] '\u062e' # 0xCE -> ARABIC LETTER KHAH
[ 255] '\u062f' # 0xCF -> ARABIC LETTER DAL
[ 256] '\u0630' # 0xD0 -> ARABIC LETTER THAL
[ 257] '\u0631' # 0xD1 -> ARABIC LETTER REH
[ 258] '\u0632' # 0xD2 -> ARABIC LETTER ZAIN
[ 259] '\u0633' # 0xD3 -> ARABIC LETTER SEEN
[ 260] '\u0634' # 0xD4 -> ARABIC LETTER SHEEN
[ 261] '\u0635' # 0xD5 -> ARABIC LETTER SAD
[ 262] '\u0636' # 0xD6 -> ARABIC LETTER DAD
[ 263] '\u0637' # 0xD7 -> ARABIC LETTER TAH
[ 264] '\u0638' # 0xD8 -> ARABIC LETTER ZAH
[ 265] '\u0639' # 0xD9 -> ARABIC LETTER AIN
[ 266] '\u063a' # 0xDA -> ARABIC LETTER GHAIN
[ 267] '\ufffe'
[ 268] '\ufffe'
[ 269] '\ufffe'
[ 270] '\ufffe'
[ 271] '\ufffe'
[ 272] '\u0640' # 0xE0 -> ARABIC TATWEEL
[ 273] '\u0641' # 0xE1 -> ARABIC LETTER FEH
[ 274] '\u0642' # 0xE2 -> ARABIC LETTER QAF
[ 275] '\u0643' # 0xE3 -> ARABIC LETTER KAF
[ 276] '\u0644' # 0xE4 -> ARABIC LETTER LAM
[ 277] '\u0645' # 0xE5 -> ARABIC LETTER MEEM
[ 278] '\u0646' # 0xE6 -> ARABIC LETTER NOON
[ 279] '\u0647' # 0xE7 -> ARABIC LETTER HEH
[ 280] '\u0648' # 0xE8 -> ARABIC LETTER WAW
[ 281] '\u0649' # 0xE9 -> ARABIC LETTER ALEF MAKSURA
[ 282] '\u064a' # 0xEA -> ARABIC LETTER YEH
[ 283] '\u064b' # 0xEB -> ARABIC FATHATAN
[ 284] '\u064c' # 0xEC -> ARABIC DAMMATAN
[ 285] '\u064d' # 0xED -> ARABIC KASRATAN
[ 286] '\u064e' # 0xEE -> ARABIC FATHA
[ 287] '\u064f' # 0xEF -> ARABIC DAMMA
[ 288] '\u0650' # 0xF0 -> ARABIC KASRA
[ 289] '\u0651' # 0xF1 -> ARABIC SHADDA
[ 290] '\u0652' # 0xF2 -> ARABIC SUKUN
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_6.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 10]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 14]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 47]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 67]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 122]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_cmd.py
[ 125]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[++++] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[++++] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[ 153] '''\
[ 153] '''\
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[++++] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[ 201]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[++++] /home/palash25/Dev/cpython/Tools/pynche/PyncheWidget.py
[ 250]
[ 251]
[ 252]
Tools/pynche/PyncheWidget.py
[ 9] from·tkinter·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from tkinter import *' used; unable to detect undefined names
Tools/pynche/PyncheWidget.py
[ 33] ············self.__tkroot·=·tkroot·=·Toplevel(master,·class_='Pynche')
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Toplevel' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 47] ················tkroot·=·self.__tkroot·=·Tk(className='Pynche')
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Tk' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 51] ········menubar·=·self.__menubar·=·Menu(tkroot)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Menu' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 55] ········filemenu·=·self.__filemenu·=·Menu(menubar,·tearoff=0)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Menu' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 68] ········viewmenu·=·Menu(menubar,·tearoff=0)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Menu' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 76] ········helpmenu·=·Menu(menubar,·name='help',·tearoff=0)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Menu' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 97] ········root·=·self.__root·=·Toplevel(tkroot,·class_='Pynche',·menu=menubar)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Toplevel' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 109] ············bframe·=·Frame(root,·borderwidth=1,·relief=RAISED)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Frame' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 109] ············bframe·=·Frame(root,·borderwidth=1,·relief=RAISED)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'RAISED' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 113] ············okay·=·Button(bframe,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Button' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 116] ············okay.pack(side=LEFT,·expand=1)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LEFT' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 117] ············cancel·=·Button(bframe,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Button' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 120] ············cancel.pack(side=LEFT,·expand=1)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LEFT' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 205] ········self.__root·=·root·=·Toplevel(master,·class_='Pynche')
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Toplevel' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 233] ········self.__text·=·text·=·Text(root,·relief=SUNKEN,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Text' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 233] ········self.__text·=·text·=·Text(root,·relief=SUNKEN,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'SUNKEN' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 237] ········scrollbar·=·Scrollbar(root)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Scrollbar' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 238] ········scrollbar.pack(fill=Y,·side=RIGHT)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Y' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 238] ········scrollbar.pack(fill=Y,·side=RIGHT)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'RIGHT' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 239] ········text.pack(fill=BOTH,·expand=YES)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BOTH' may be undefined, or defined from star imports: tkinter
Tools/pynche/PyncheWidget.py
[ 239] ········text.pack(fill=BOTH,·expand=YES)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'YES' may be undefined, or defined from star imports: tkinter
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 126] if win: exclude = exclude + [
[ 127] 'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix', ]
[ 126] if win:
[ 127] exclude = exclude + [
[ 128] 'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix', ]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 148] "can not be read - %s" % (sys.argv[pos+1], why) )
[ 148] "can not be read - %s" % (sys.argv[pos+1], why))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 151] pos = pos + len(options) - 1 # Skip the name and the included args.
[ 151] pos = pos + len(options) - 1 # Skip the name and the included args.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 197] f,r = a.split("=", 2)
[ 198] replace_paths.append( (f,r) )
[ 197] f, r = a.split("=", 2)
[ 198] replace_paths.append((f, r))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 259] files = supp_sources + extensions # extensions are files on Windows.
[ 259] files = supp_sources + extensions # extensions are files on Windows.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 323] if win: extensions_c = os.path.join(odir, extensions_c)
[ 323] if win:
[ 324] extensions_c = os.path.join(odir, extensions_c)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 339]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 347] if win and subsystem=='service':
[ 347] if win and subsystem == 'service':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 350] mod.__file__="dummy.pyd" # really built-in to the resulting EXE
[ 350] mod.__file__ = "dummy.pyd" # really built-in to the resulting EXE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 406] frozen_extensions = [] # Windows list of modules.
[ 406] frozen_extensions = [] # Windows list of modules.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 434] import winmakemakefile, checkextensions_win32
[ 434] import winmakemakefile
[ 435] import checkextensions_win32
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 440] maindefn = checkextensions_win32.CExtension( '__main__', xtras )
[ 441] frozen_extensions.append( maindefn )
[ 440] maindefn = checkextensions_win32.CExtension('__main__', xtras)
[ 441] frozen_extensions.append(maindefn)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[++++] /home/palash25/Dev/cpython/Tools/freeze/freeze.py
[ 464] somevars['CFLAGS'] = ' '.join(cflags) # override
[ 465] somevars['CPPFLAGS'] = ' '.join(cppflags) # override
[ 464] somevars['CFLAGS'] = ' '.join(cflags) # override
[ 465] somevars['CPPFLAGS'] = ' '.join(cppflags) # override
[ 467] files + supp_sources + addfiles + libs + \
[ 467] files + supp_sources + addfiles + libs + \
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 10]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 27] if f: f.close()
[ 27] if f:
[ 28] f.close()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 36]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 42]
[ 44]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 48]
[ 50]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 55]
[ 57]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 62]
[ 64]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 69]
[ 71]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 74] h[0] == ord(b'P') and h[1] in b'14' and h[2] in b' \t\n\r':
[ 74] h[0] == ord(b'P') and h[1] in b'14' and h[2] in b' \t\n\r':
[ 77]
[ 79]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 82] h[0] == ord(b'P') and h[1] in b'25' and h[2] in b' \t\n\r':
[ 82] h[0] == ord(b'P') and h[1] in b'25' and h[2] in b' \t\n\r':
[ 85]
[ 87]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 90] h[0] == ord(b'P') and h[1] in b'36' and h[2] in b' \t\n\r':
[ 90] h[0] == ord(b'P') and h[1] in b'36' and h[2] in b' \t\n\r':
[ 93]
[ 95]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 100]
[ 102]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 107]
[ 109]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 113]
[ 115]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 119]
[ 121]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 125]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 131]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 146]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imghdr.py
[++++] /home/palash25/Dev/cpython/Lib/imghdr.py
[ 167]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/PCbuild/field3.py
[++++] /home/palash25/Dev/cpython/PCbuild/field3.py
[ 22] }[level]
[ 23] string = sys.version.split()[0] # like '2.3a0'
[ 22] }[level]
[ 23] string = sys.version.split()[0] # like '2.3a0'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 7] import _codecs_jp, codecs
[ 7] import _codecs_jp
[ 8] import codecs
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 11]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 24]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jisx0213.py
[ 27]
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[ 24]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[ 33]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[ 562] "Excessive amount of data was decompressed")
[ 563]
[ 562] "Excessive amount of data was decompressed")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_bz2.py
[1000]
Lib/test/test_bz2.py
[ 699] ········text·=·bz2d.decompress(self.DATA)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'text' is assigned to but never used
Lib/test/test_bz2.py
[ 936] ················with·self.open(self.filename,·mode)·as·f:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'f' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[ 42]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[ 219]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[ 854] task =self.new_task(
[ 854] task = self.new_task(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1046] loop=loop)
[1046] loop=loop)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1516]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1730] asyncio.as_completed(fut, loop=self.loop))
[1730] asyncio.as_completed(fut, loop=self.loop))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1733] asyncio.as_completed(coro, loop=self.loop))
[1733] asyncio.as_completed(coro, loop=self.loop))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1741] asyncio.wait(fut, loop=self.loop))
[1741] asyncio.wait(fut, loop=self.loop))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1744] asyncio.wait(coro, loop=self.loop))
[1744] asyncio.wait(coro, loop=self.loop))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1749] asyncio.wait([], loop=self.loop))
[1749] asyncio.wait([], loop=self.loop))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1830]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[1964] r'was never yielded from\n'
[1964] r'was never yielded from\n'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2047]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2053]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2058] fut.set_result(42) # calls the cancelling_callback after fut is done()
[2058] fut.set_result(42) # calls the cancelling_callback after fut is done()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2379]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2943] self.set_event_loop(self.loop) # Will cleanup properly
[2943] self.set_event_loop(self.loop) # Will cleanup properly
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[2992] callback = lambda: self.target(timeout=0)
[2992] def callback(): return self.target(timeout=0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[3004] callback = lambda: self.target(cancel=True)
[3004] def callback(): return self.target(cancel=True)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_tasks.py
[3059] self.assertEqual(result, 1) # inc'ed by call_soon
[3060] inc_result(num) # num should be 11
[3059] self.assertEqual(result, 1) # inc'ed by call_soon
[3060] inc_result(num) # num should be 11
Lib/test/test_asyncio/test_tasks.py
[ 34] ····coroutines·=·asyncio.coroutines
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[++++] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[ 17] MYTTL = 1 # Increase to reach other networks
[ 17] MYTTL = 1 # Increase to reach other networks
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[++++] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[ 23]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[++++] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[ 40] if addrinfo[0] == socket.AF_INET: # IPv4
[ 40] if addrinfo[0] == socket.AF_INET: # IPv4
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[++++] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[ 67] if addrinfo[0] == socket.AF_INET: # IPv4
[ 67] if addrinfo[0] == socket.AF_INET: # IPv4
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[++++] /home/palash25/Dev/cpython/Tools/demo/mcast.py
[ 77] while data[-1:] == '\0': data = data[:-1] # Strip trailing \0's
[ 77] while data[-1:] == '\0':
[ 78] data = data[:-1] # Strip trailing \0's
Lib/idlelib/idle_test/test_browser.py
[ 18] from·idlelib·import·filelist
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'idlelib.filelist' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/badsyntax_future9.py
[++++] /home/palash25/Dev/cpython/Lib/test/badsyntax_future9.py
[ 4]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/badsyntax_future9.py
[++++] /home/palash25/Dev/cpython/Lib/test/badsyntax_future9.py
[ 10]
Lib/test/badsyntax_future9.py
[ 3] from·__future__·import·nested_scopes,·braces
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! future feature braces is not defined
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 7] import _codecs_iso2022, codecs
[ 7] import _codecs_iso2022
[ 8] import codecs
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 11]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 24]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso2022_jp_1.py
[ 27]
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_proactor_events.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncio/test_proactor_events.py
[ 370]
Lib/xml/etree/cElementTree.py
[ 3] from·xml.etree.ElementTree·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from xml.etree.ElementTree import *' used; unable to detect undefined names
Lib/xml/etree/cElementTree.py
[ 3] from·xml.etree.ElementTree·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'xml.etree.ElementTree.*' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 6] __all__ = ["getcaps","findmatch"]
[ 6] __all__ = ["getcaps", "findmatch"]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 44]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 56] home = '.' # Last resort
[ 56] home = '.' # Last resort
[ 58] '/usr/etc/mailcap', '/usr/local/etc/mailcap']
[ 58] '/usr/etc/mailcap', '/usr/local/etc/mailcap']
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 83] if not line: break
[ 83] if not line:
[ 84] break
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 91] if not nextline: nextline = '\n'
[ 91] if not nextline:
[ 92] nextline = '\n'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 112]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 123] i = i+1 # Skip semicolon
[ 123] i = i+1 # Skip semicolon
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 143]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 179]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 192]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 197] c = field[i]; i = i+1
[ 197] c = field[i]
[ 198] i = i+1
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 203] c = field[i]; i = i+1
[ 203] c = field[i]
[ 204] i = i+1
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 224]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 257]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 259] for fn in listmailcapfiles(): print("\t" + fn)
[ 259] for fn in listmailcapfiles():
[ 260] print("\t" + fn)
[ 261] if not caps: caps = getcaps()
[ 262] if not caps:
[ 263] caps = getcaps()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailcap.py
[++++] /home/palash25/Dev/cpython/Lib/mailcap.py
[ 274]
Lib/signal.py
[ 2] from·_signal·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from _signal import *' used; unable to detect undefined names
Lib/signal.py
[ 48] ····return·_int_to_enum(handler,·Handlers)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Handlers' may be undefined, or defined from star imports: _signal
Lib/signal.py
[ 54] ····return·_int_to_enum(handler,·Handlers)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Handlers' may be undefined, or defined from star imports: _signal
Lib/signal.py
[ 61] ········return·set(_int_to_enum(x,·Signals)·for·x·in·sigs_set)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Signals' may be undefined, or defined from star imports: _signal
Lib/signal.py
[ 69] ········return·set(_int_to_enum(x,·Signals)·for·x·in·sigs)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Signals' may be undefined, or defined from star imports: _signal
Lib/signal.py
[ 76] ········return·_int_to_enum(retsig,·Signals)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Signals' may be undefined, or defined from star imports: _signal
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 30]
[ 33]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 42]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 46] z = random.randint(0,2)
[ 46] z = random.randint(0, 2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 100] self.goto(x,y)
[ 100] self.goto(x, y)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 140] self.writer.write(msg2, align="center", font=("Courier",18,"bold"))
[ 140] self.writer.write(msg2, align="center",
[ 141] font=("Courier", 18, "bold"))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 143] self.writer.write(msg1, align="center", font=("Courier",14,"bold"))
[ 143] self.writer.write(msg1, align="center", font=("Courier", 14, "bold"))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 209]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/nim.py
[ 224]
Lib/turtledemo/nim.py
[ 221] ····nim·=·Nim(mainscreen)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'nim' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[ 8] import sys, os
[ 8] import sys
[ 9] import os
[ 10]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[ 16]
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[ 18] if not args: args = [os.curdir]
[ 18] if not args:
[ 19] args = [os.curdir]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[ 22] if not first: print()
[ 22] if not first:
[ 23] print()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/lll.py
[ 27]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[ 172] self.assertEqual(self.testableTrue._formatMessage("foo", "bar"), "bar : foo")
[ 172] self.assertEqual(self.testableTrue._formatMessage(
[ 173] "foo", "bar"), "bar : foo")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[ 192] useTestableFalse = i < 2
[ 192] useTestableFalse = i < 2
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[ 347]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[ 381]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/test_assertions.py
[ 403]
Lib/unittest/test/test_assertions.py
[ 364] ················with·method(*args,·**kwargs)·as·cm:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cm' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pickletools.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pickletools.py
[ 6]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_map)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_map)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_map)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_map)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 44] ### Decoding Map
[ 44] # Decoding Map
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 48] 0x0080: 0x0391, # GREEK CAPITAL LETTER ALPHA
[ 49] 0x0081: 0x0392, # GREEK CAPITAL LETTER BETA
[ 50] 0x0082: 0x0393, # GREEK CAPITAL LETTER GAMMA
[ 51] 0x0083: 0x0394, # GREEK CAPITAL LETTER DELTA
[ 52] 0x0084: 0x0395, # GREEK CAPITAL LETTER EPSILON
[ 53] 0x0085: 0x0396, # GREEK CAPITAL LETTER ZETA
[ 54] 0x0086: 0x0397, # GREEK CAPITAL LETTER ETA
[ 55] 0x0087: 0x0398, # GREEK CAPITAL LETTER THETA
[ 56] 0x0088: 0x0399, # GREEK CAPITAL LETTER IOTA
[ 57] 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA
[ 58] 0x008a: 0x039b, # GREEK CAPITAL LETTER LAMDA
[ 59] 0x008b: 0x039c, # GREEK CAPITAL LETTER MU
[ 60] 0x008c: 0x039d, # GREEK CAPITAL LETTER NU
[ 61] 0x008d: 0x039e, # GREEK CAPITAL LETTER XI
[ 62] 0x008e: 0x039f, # GREEK CAPITAL LETTER OMICRON
[ 63] 0x008f: 0x03a0, # GREEK CAPITAL LETTER PI
[ 64] 0x0090: 0x03a1, # GREEK CAPITAL LETTER RHO
[ 65] 0x0091: 0x03a3, # GREEK CAPITAL LETTER SIGMA
[ 66] 0x0092: 0x03a4, # GREEK CAPITAL LETTER TAU
[ 67] 0x0093: 0x03a5, # GREEK CAPITAL LETTER UPSILON
[ 68] 0x0094: 0x03a6, # GREEK CAPITAL LETTER PHI
[ 69] 0x0095: 0x03a7, # GREEK CAPITAL LETTER CHI
[ 70] 0x0096: 0x03a8, # GREEK CAPITAL LETTER PSI
[ 71] 0x0097: 0x03a9, # GREEK CAPITAL LETTER OMEGA
[ 72] 0x0098: 0x03b1, # GREEK SMALL LETTER ALPHA
[ 73] 0x0099: 0x03b2, # GREEK SMALL LETTER BETA
[ 74] 0x009a: 0x03b3, # GREEK SMALL LETTER GAMMA
[ 75] 0x009b: 0x03b4, # GREEK SMALL LETTER DELTA
[ 76] 0x009c: 0x03b5, # GREEK SMALL LETTER EPSILON
[ 77] 0x009d: 0x03b6, # GREEK SMALL LETTER ZETA
[ 78] 0x009e: 0x03b7, # GREEK SMALL LETTER ETA
[ 79] 0x009f: 0x03b8, # GREEK SMALL LETTER THETA
[ 80] 0x00a0: 0x03b9, # GREEK SMALL LETTER IOTA
[ 81] 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA
[ 82] 0x00a2: 0x03bb, # GREEK SMALL LETTER LAMDA
[ 83] 0x00a3: 0x03bc, # GREEK SMALL LETTER MU
[ 84] 0x00a4: 0x03bd, # GREEK SMALL LETTER NU
[ 85] 0x00a5: 0x03be, # GREEK SMALL LETTER XI
[ 86] 0x00a6: 0x03bf, # GREEK SMALL LETTER OMICRON
[ 87] 0x00a7: 0x03c0, # GREEK SMALL LETTER PI
[ 88] 0x00a8: 0x03c1, # GREEK SMALL LETTER RHO
[ 89] 0x00a9: 0x03c3, # GREEK SMALL LETTER SIGMA
[ 90] 0x00aa: 0x03c2, # GREEK SMALL LETTER FINAL SIGMA
[ 91] 0x00ab: 0x03c4, # GREEK SMALL LETTER TAU
[ 92] 0x00ac: 0x03c5, # GREEK SMALL LETTER UPSILON
[ 93] 0x00ad: 0x03c6, # GREEK SMALL LETTER PHI
[ 94] 0x00ae: 0x03c7, # GREEK SMALL LETTER CHI
[ 95] 0x00af: 0x03c8, # GREEK SMALL LETTER PSI
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x03c9, # GREEK SMALL LETTER OMEGA
[ 145] 0x00e1: 0x03ac, # GREEK SMALL LETTER ALPHA WITH TONOS
[ 146] 0x00e2: 0x03ad, # GREEK SMALL LETTER EPSILON WITH TONOS
[ 147] 0x00e3: 0x03ae, # GREEK SMALL LETTER ETA WITH TONOS
[ 148] 0x00e4: 0x03ca, # GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 149] 0x00e5: 0x03af, # GREEK SMALL LETTER IOTA WITH TONOS
[ 150] 0x00e6: 0x03cc, # GREEK SMALL LETTER OMICRON WITH TONOS
[ 151] 0x00e7: 0x03cd, # GREEK SMALL LETTER UPSILON WITH TONOS
[ 152] 0x00e8: 0x03cb, # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 153] 0x00e9: 0x03ce, # GREEK SMALL LETTER OMEGA WITH TONOS
[ 154] 0x00ea: 0x0386, # GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 155] 0x00eb: 0x0388, # GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 156] 0x00ec: 0x0389, # GREEK CAPITAL LETTER ETA WITH TONOS
[ 157] 0x00ed: 0x038a, # GREEK CAPITAL LETTER IOTA WITH TONOS
[ 158] 0x00ee: 0x038c, # GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 159] 0x00ef: 0x038e, # GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 160] 0x00f0: 0x038f, # GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 161] 0x00f1: 0x00b1, # PLUS-MINUS SIGN
[ 162] 0x00f2: 0x2265, # GREATER-THAN OR EQUAL TO
[ 163] 0x00f3: 0x2264, # LESS-THAN OR EQUAL TO
[ 164] 0x00f4: 0x03aa, # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 165] 0x00f5: 0x03ab, # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 166] 0x00f6: 0x00f7, # DIVISION SIGN
[ 167] 0x00f7: 0x2248, # ALMOST EQUAL TO
[ 168] 0x00f8: 0x00b0, # DEGREE SIGN
[ 169] 0x00f9: 0x2219, # BULLET OPERATOR
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x207f, # SUPERSCRIPT LATIN SMALL LETTER N
[ 173] 0x00fd: 0x00b2, # SUPERSCRIPT TWO
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
[ 48] 0x0080: 0x0391, # GREEK CAPITAL LETTER ALPHA
[ 49] 0x0081: 0x0392, # GREEK CAPITAL LETTER BETA
[ 50] 0x0082: 0x0393, # GREEK CAPITAL LETTER GAMMA
[ 51] 0x0083: 0x0394, # GREEK CAPITAL LETTER DELTA
[ 52] 0x0084: 0x0395, # GREEK CAPITAL LETTER EPSILON
[ 53] 0x0085: 0x0396, # GREEK CAPITAL LETTER ZETA
[ 54] 0x0086: 0x0397, # GREEK CAPITAL LETTER ETA
[ 55] 0x0087: 0x0398, # GREEK CAPITAL LETTER THETA
[ 56] 0x0088: 0x0399, # GREEK CAPITAL LETTER IOTA
[ 57] 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA
[ 58] 0x008a: 0x039b, # GREEK CAPITAL LETTER LAMDA
[ 59] 0x008b: 0x039c, # GREEK CAPITAL LETTER MU
[ 60] 0x008c: 0x039d, # GREEK CAPITAL LETTER NU
[ 61] 0x008d: 0x039e, # GREEK CAPITAL LETTER XI
[ 62] 0x008e: 0x039f, # GREEK CAPITAL LETTER OMICRON
[ 63] 0x008f: 0x03a0, # GREEK CAPITAL LETTER PI
[ 64] 0x0090: 0x03a1, # GREEK CAPITAL LETTER RHO
[ 65] 0x0091: 0x03a3, # GREEK CAPITAL LETTER SIGMA
[ 66] 0x0092: 0x03a4, # GREEK CAPITAL LETTER TAU
[ 67] 0x0093: 0x03a5, # GREEK CAPITAL LETTER UPSILON
[ 68] 0x0094: 0x03a6, # GREEK CAPITAL LETTER PHI
[ 69] 0x0095: 0x03a7, # GREEK CAPITAL LETTER CHI
[ 70] 0x0096: 0x03a8, # GREEK CAPITAL LETTER PSI
[ 71] 0x0097: 0x03a9, # GREEK CAPITAL LETTER OMEGA
[ 72] 0x0098: 0x03b1, # GREEK SMALL LETTER ALPHA
[ 73] 0x0099: 0x03b2, # GREEK SMALL LETTER BETA
[ 74] 0x009a: 0x03b3, # GREEK SMALL LETTER GAMMA
[ 75] 0x009b: 0x03b4, # GREEK SMALL LETTER DELTA
[ 76] 0x009c: 0x03b5, # GREEK SMALL LETTER EPSILON
[ 77] 0x009d: 0x03b6, # GREEK SMALL LETTER ZETA
[ 78] 0x009e: 0x03b7, # GREEK SMALL LETTER ETA
[ 79] 0x009f: 0x03b8, # GREEK SMALL LETTER THETA
[ 80] 0x00a0: 0x03b9, # GREEK SMALL LETTER IOTA
[ 81] 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA
[ 82] 0x00a2: 0x03bb, # GREEK SMALL LETTER LAMDA
[ 83] 0x00a3: 0x03bc, # GREEK SMALL LETTER MU
[ 84] 0x00a4: 0x03bd, # GREEK SMALL LETTER NU
[ 85] 0x00a5: 0x03be, # GREEK SMALL LETTER XI
[ 86] 0x00a6: 0x03bf, # GREEK SMALL LETTER OMICRON
[ 87] 0x00a7: 0x03c0, # GREEK SMALL LETTER PI
[ 88] 0x00a8: 0x03c1, # GREEK SMALL LETTER RHO
[ 89] 0x00a9: 0x03c3, # GREEK SMALL LETTER SIGMA
[ 90] 0x00aa: 0x03c2, # GREEK SMALL LETTER FINAL SIGMA
[ 91] 0x00ab: 0x03c4, # GREEK SMALL LETTER TAU
[ 92] 0x00ac: 0x03c5, # GREEK SMALL LETTER UPSILON
[ 93] 0x00ad: 0x03c6, # GREEK SMALL LETTER PHI
[ 94] 0x00ae: 0x03c7, # GREEK SMALL LETTER CHI
[ 95] 0x00af: 0x03c8, # GREEK SMALL LETTER PSI
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x03c9, # GREEK SMALL LETTER OMEGA
[ 145] 0x00e1: 0x03ac, # GREEK SMALL LETTER ALPHA WITH TONOS
[ 146] 0x00e2: 0x03ad, # GREEK SMALL LETTER EPSILON WITH TONOS
[ 147] 0x00e3: 0x03ae, # GREEK SMALL LETTER ETA WITH TONOS
[ 148] 0x00e4: 0x03ca, # GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 149] 0x00e5: 0x03af, # GREEK SMALL LETTER IOTA WITH TONOS
[ 150] 0x00e6: 0x03cc, # GREEK SMALL LETTER OMICRON WITH TONOS
[ 151] 0x00e7: 0x03cd, # GREEK SMALL LETTER UPSILON WITH TONOS
[ 152] 0x00e8: 0x03cb, # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 153] 0x00e9: 0x03ce, # GREEK SMALL LETTER OMEGA WITH TONOS
[ 154] 0x00ea: 0x0386, # GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 155] 0x00eb: 0x0388, # GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 156] 0x00ec: 0x0389, # GREEK CAPITAL LETTER ETA WITH TONOS
[ 157] 0x00ed: 0x038a, # GREEK CAPITAL LETTER IOTA WITH TONOS
[ 158] 0x00ee: 0x038c, # GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 159] 0x00ef: 0x038e, # GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 160] 0x00f0: 0x038f, # GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 161] 0x00f1: 0x00b1, # PLUS-MINUS SIGN
[ 162] 0x00f2: 0x2265, # GREATER-THAN OR EQUAL TO
[ 163] 0x00f3: 0x2264, # LESS-THAN OR EQUAL TO
[ 164] 0x00f4: 0x03aa, # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 165] 0x00f5: 0x03ab, # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 166] 0x00f6: 0x00f7, # DIVISION SIGN
[ 167] 0x00f7: 0x2248, # ALMOST EQUAL TO
[ 168] 0x00f8: 0x00b0, # DEGREE SIGN
[ 169] 0x00f9: 0x2219, # BULLET OPERATOR
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x207f, # SUPERSCRIPT LATIN SMALL LETTER N
[ 173] 0x00fd: 0x00b2, # SUPERSCRIPT TWO
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 178] ### Decoding Table
[ 178] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\u0391' # 0x0080 -> GREEK CAPITAL LETTER ALPHA
[ 310] '\u0392' # 0x0081 -> GREEK CAPITAL LETTER BETA
[ 311] '\u0393' # 0x0082 -> GREEK CAPITAL LETTER GAMMA
[ 312] '\u0394' # 0x0083 -> GREEK CAPITAL LETTER DELTA
[ 313] '\u0395' # 0x0084 -> GREEK CAPITAL LETTER EPSILON
[ 314] '\u0396' # 0x0085 -> GREEK CAPITAL LETTER ZETA
[ 315] '\u0397' # 0x0086 -> GREEK CAPITAL LETTER ETA
[ 316] '\u0398' # 0x0087 -> GREEK CAPITAL LETTER THETA
[ 317] '\u0399' # 0x0088 -> GREEK CAPITAL LETTER IOTA
[ 318] '\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA
[ 319] '\u039b' # 0x008a -> GREEK CAPITAL LETTER LAMDA
[ 320] '\u039c' # 0x008b -> GREEK CAPITAL LETTER MU
[ 321] '\u039d' # 0x008c -> GREEK CAPITAL LETTER NU
[ 322] '\u039e' # 0x008d -> GREEK CAPITAL LETTER XI
[ 323] '\u039f' # 0x008e -> GREEK CAPITAL LETTER OMICRON
[ 324] '\u03a0' # 0x008f -> GREEK CAPITAL LETTER PI
[ 325] '\u03a1' # 0x0090 -> GREEK CAPITAL LETTER RHO
[ 326] '\u03a3' # 0x0091 -> GREEK CAPITAL LETTER SIGMA
[ 327] '\u03a4' # 0x0092 -> GREEK CAPITAL LETTER TAU
[ 328] '\u03a5' # 0x0093 -> GREEK CAPITAL LETTER UPSILON
[ 329] '\u03a6' # 0x0094 -> GREEK CAPITAL LETTER PHI
[ 330] '\u03a7' # 0x0095 -> GREEK CAPITAL LETTER CHI
[ 331] '\u03a8' # 0x0096 -> GREEK CAPITAL LETTER PSI
[ 332] '\u03a9' # 0x0097 -> GREEK CAPITAL LETTER OMEGA
[ 333] '\u03b1' # 0x0098 -> GREEK SMALL LETTER ALPHA
[ 334] '\u03b2' # 0x0099 -> GREEK SMALL LETTER BETA
[ 335] '\u03b3' # 0x009a -> GREEK SMALL LETTER GAMMA
[ 336] '\u03b4' # 0x009b -> GREEK SMALL LETTER DELTA
[ 337] '\u03b5' # 0x009c -> GREEK SMALL LETTER EPSILON
[ 338] '\u03b6' # 0x009d -> GREEK SMALL LETTER ZETA
[ 339] '\u03b7' # 0x009e -> GREEK SMALL LETTER ETA
[ 340] '\u03b8' # 0x009f -> GREEK SMALL LETTER THETA
[ 341] '\u03b9' # 0x00a0 -> GREEK SMALL LETTER IOTA
[ 342] '\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA
[ 343] '\u03bb' # 0x00a2 -> GREEK SMALL LETTER LAMDA
[ 344] '\u03bc' # 0x00a3 -> GREEK SMALL LETTER MU
[ 345] '\u03bd' # 0x00a4 -> GREEK SMALL LETTER NU
[ 346] '\u03be' # 0x00a5 -> GREEK SMALL LETTER XI
[ 347] '\u03bf' # 0x00a6 -> GREEK SMALL LETTER OMICRON
[ 348] '\u03c0' # 0x00a7 -> GREEK SMALL LETTER PI
[ 349] '\u03c1' # 0x00a8 -> GREEK SMALL LETTER RHO
[ 350] '\u03c3' # 0x00a9 -> GREEK SMALL LETTER SIGMA
[ 351] '\u03c2' # 0x00aa -> GREEK SMALL LETTER FINAL SIGMA
[ 352] '\u03c4' # 0x00ab -> GREEK SMALL LETTER TAU
[ 353] '\u03c5' # 0x00ac -> GREEK SMALL LETTER UPSILON
[ 354] '\u03c6' # 0x00ad -> GREEK SMALL LETTER PHI
[ 355] '\u03c7' # 0x00ae -> GREEK SMALL LETTER CHI
[ 356] '\u03c8' # 0x00af -> GREEK SMALL LETTER PSI
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u03c9' # 0x00e0 -> GREEK SMALL LETTER OMEGA
[ 406] '\u03ac' # 0x00e1 -> GREEK SMALL LETTER ALPHA WITH TONOS
[ 407] '\u03ad' # 0x00e2 -> GREEK SMALL LETTER EPSILON WITH TONOS
[ 408] '\u03ae' # 0x00e3 -> GREEK SMALL LETTER ETA WITH TONOS
[ 409] '\u03ca' # 0x00e4 -> GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 410] '\u03af' # 0x00e5 -> GREEK SMALL LETTER IOTA WITH TONOS
[ 411] '\u03cc' # 0x00e6 -> GREEK SMALL LETTER OMICRON WITH TONOS
[ 412] '\u03cd' # 0x00e7 -> GREEK SMALL LETTER UPSILON WITH TONOS
[ 413] '\u03cb' # 0x00e8 -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 414] '\u03ce' # 0x00e9 -> GREEK SMALL LETTER OMEGA WITH TONOS
[ 415] '\u0386' # 0x00ea -> GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 416] '\u0388' # 0x00eb -> GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 417] '\u0389' # 0x00ec -> GREEK CAPITAL LETTER ETA WITH TONOS
[ 418] '\u038a' # 0x00ed -> GREEK CAPITAL LETTER IOTA WITH TONOS
[ 419] '\u038c' # 0x00ee -> GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 420] '\u038e' # 0x00ef -> GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 421] '\u038f' # 0x00f0 -> GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 422] '\xb1' # 0x00f1 -> PLUS-MINUS SIGN
[ 423] '\u2265' # 0x00f2 -> GREATER-THAN OR EQUAL TO
[ 424] '\u2264' # 0x00f3 -> LESS-THAN OR EQUAL TO
[ 425] '\u03aa' # 0x00f4 -> GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 426] '\u03ab' # 0x00f5 -> GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 427] '\xf7' # 0x00f6 -> DIVISION SIGN
[ 428] '\u2248' # 0x00f7 -> ALMOST EQUAL TO
[ 429] '\xb0' # 0x00f8 -> DEGREE SIGN
[ 430] '\u2219' # 0x00f9 -> BULLET OPERATOR
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u207f' # 0x00fc -> SUPERSCRIPT LATIN SMALL LETTER N
[ 434] '\xb2' # 0x00fd -> SUPERSCRIPT TWO
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\u0391' # 0x0080 -> GREEK CAPITAL LETTER ALPHA
[ 310] '\u0392' # 0x0081 -> GREEK CAPITAL LETTER BETA
[ 311] '\u0393' # 0x0082 -> GREEK CAPITAL LETTER GAMMA
[ 312] '\u0394' # 0x0083 -> GREEK CAPITAL LETTER DELTA
[ 313] '\u0395' # 0x0084 -> GREEK CAPITAL LETTER EPSILON
[ 314] '\u0396' # 0x0085 -> GREEK CAPITAL LETTER ZETA
[ 315] '\u0397' # 0x0086 -> GREEK CAPITAL LETTER ETA
[ 316] '\u0398' # 0x0087 -> GREEK CAPITAL LETTER THETA
[ 317] '\u0399' # 0x0088 -> GREEK CAPITAL LETTER IOTA
[ 318] '\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA
[ 319] '\u039b' # 0x008a -> GREEK CAPITAL LETTER LAMDA
[ 320] '\u039c' # 0x008b -> GREEK CAPITAL LETTER MU
[ 321] '\u039d' # 0x008c -> GREEK CAPITAL LETTER NU
[ 322] '\u039e' # 0x008d -> GREEK CAPITAL LETTER XI
[ 323] '\u039f' # 0x008e -> GREEK CAPITAL LETTER OMICRON
[ 324] '\u03a0' # 0x008f -> GREEK CAPITAL LETTER PI
[ 325] '\u03a1' # 0x0090 -> GREEK CAPITAL LETTER RHO
[ 326] '\u03a3' # 0x0091 -> GREEK CAPITAL LETTER SIGMA
[ 327] '\u03a4' # 0x0092 -> GREEK CAPITAL LETTER TAU
[ 328] '\u03a5' # 0x0093 -> GREEK CAPITAL LETTER UPSILON
[ 329] '\u03a6' # 0x0094 -> GREEK CAPITAL LETTER PHI
[ 330] '\u03a7' # 0x0095 -> GREEK CAPITAL LETTER CHI
[ 331] '\u03a8' # 0x0096 -> GREEK CAPITAL LETTER PSI
[ 332] '\u03a9' # 0x0097 -> GREEK CAPITAL LETTER OMEGA
[ 333] '\u03b1' # 0x0098 -> GREEK SMALL LETTER ALPHA
[ 334] '\u03b2' # 0x0099 -> GREEK SMALL LETTER BETA
[ 335] '\u03b3' # 0x009a -> GREEK SMALL LETTER GAMMA
[ 336] '\u03b4' # 0x009b -> GREEK SMALL LETTER DELTA
[ 337] '\u03b5' # 0x009c -> GREEK SMALL LETTER EPSILON
[ 338] '\u03b6' # 0x009d -> GREEK SMALL LETTER ZETA
[ 339] '\u03b7' # 0x009e -> GREEK SMALL LETTER ETA
[ 340] '\u03b8' # 0x009f -> GREEK SMALL LETTER THETA
[ 341] '\u03b9' # 0x00a0 -> GREEK SMALL LETTER IOTA
[ 342] '\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA
[ 343] '\u03bb' # 0x00a2 -> GREEK SMALL LETTER LAMDA
[ 344] '\u03bc' # 0x00a3 -> GREEK SMALL LETTER MU
[ 345] '\u03bd' # 0x00a4 -> GREEK SMALL LETTER NU
[ 346] '\u03be' # 0x00a5 -> GREEK SMALL LETTER XI
[ 347] '\u03bf' # 0x00a6 -> GREEK SMALL LETTER OMICRON
[ 348] '\u03c0' # 0x00a7 -> GREEK SMALL LETTER PI
[ 349] '\u03c1' # 0x00a8 -> GREEK SMALL LETTER RHO
[ 350] '\u03c3' # 0x00a9 -> GREEK SMALL LETTER SIGMA
[ 351] '\u03c2' # 0x00aa -> GREEK SMALL LETTER FINAL SIGMA
[ 352] '\u03c4' # 0x00ab -> GREEK SMALL LETTER TAU
[ 353] '\u03c5' # 0x00ac -> GREEK SMALL LETTER UPSILON
[ 354] '\u03c6' # 0x00ad -> GREEK SMALL LETTER PHI
[ 355] '\u03c7' # 0x00ae -> GREEK SMALL LETTER CHI
[ 356] '\u03c8' # 0x00af -> GREEK SMALL LETTER PSI
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u03c9' # 0x00e0 -> GREEK SMALL LETTER OMEGA
[ 406] '\u03ac' # 0x00e1 -> GREEK SMALL LETTER ALPHA WITH TONOS
[ 407] '\u03ad' # 0x00e2 -> GREEK SMALL LETTER EPSILON WITH TONOS
[ 408] '\u03ae' # 0x00e3 -> GREEK SMALL LETTER ETA WITH TONOS
[ 409] '\u03ca' # 0x00e4 -> GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 410] '\u03af' # 0x00e5 -> GREEK SMALL LETTER IOTA WITH TONOS
[ 411] '\u03cc' # 0x00e6 -> GREEK SMALL LETTER OMICRON WITH TONOS
[ 412] '\u03cd' # 0x00e7 -> GREEK SMALL LETTER UPSILON WITH TONOS
[ 413] '\u03cb' # 0x00e8 -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 414] '\u03ce' # 0x00e9 -> GREEK SMALL LETTER OMEGA WITH TONOS
[ 415] '\u0386' # 0x00ea -> GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 416] '\u0388' # 0x00eb -> GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 417] '\u0389' # 0x00ec -> GREEK CAPITAL LETTER ETA WITH TONOS
[ 418] '\u038a' # 0x00ed -> GREEK CAPITAL LETTER IOTA WITH TONOS
[ 419] '\u038c' # 0x00ee -> GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 420] '\u038e' # 0x00ef -> GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 421] '\u038f' # 0x00f0 -> GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 422] '\xb1' # 0x00f1 -> PLUS-MINUS SIGN
[ 423] '\u2265' # 0x00f2 -> GREATER-THAN OR EQUAL TO
[ 424] '\u2264' # 0x00f3 -> LESS-THAN OR EQUAL TO
[ 425] '\u03aa' # 0x00f4 -> GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 426] '\u03ab' # 0x00f5 -> GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 427] '\xf7' # 0x00f6 -> DIVISION SIGN
[ 428] '\u2248' # 0x00f7 -> ALMOST EQUAL TO
[ 429] '\xb0' # 0x00f8 -> DEGREE SIGN
[ 430] '\u2219' # 0x00f9 -> BULLET OPERATOR
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u207f' # 0x00fc -> SUPERSCRIPT LATIN SMALL LETTER N
[ 434] '\xb2' # 0x00fd -> SUPERSCRIPT TWO
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 439] ### Encoding Map
[ 439] # Encoding Map
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp737.py
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00b0: 0x00f8, # DEGREE SIGN
[ 572] 0x00b1: 0x00f1, # PLUS-MINUS SIGN
[ 573] 0x00b2: 0x00fd, # SUPERSCRIPT TWO
[ 574] 0x00b7: 0x00fa, # MIDDLE DOT
[ 575] 0x00f7: 0x00f6, # DIVISION SIGN
[ 576] 0x0386: 0x00ea, # GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 577] 0x0388: 0x00eb, # GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 578] 0x0389: 0x00ec, # GREEK CAPITAL LETTER ETA WITH TONOS
[ 579] 0x038a: 0x00ed, # GREEK CAPITAL LETTER IOTA WITH TONOS
[ 580] 0x038c: 0x00ee, # GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 581] 0x038e: 0x00ef, # GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 582] 0x038f: 0x00f0, # GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 583] 0x0391: 0x0080, # GREEK CAPITAL LETTER ALPHA
[ 584] 0x0392: 0x0081, # GREEK CAPITAL LETTER BETA
[ 585] 0x0393: 0x0082, # GREEK CAPITAL LETTER GAMMA
[ 586] 0x0394: 0x0083, # GREEK CAPITAL LETTER DELTA
[ 587] 0x0395: 0x0084, # GREEK CAPITAL LETTER EPSILON
[ 588] 0x0396: 0x0085, # GREEK CAPITAL LETTER ZETA
[ 589] 0x0397: 0x0086, # GREEK CAPITAL LETTER ETA
[ 590] 0x0398: 0x0087, # GREEK CAPITAL LETTER THETA
[ 591] 0x0399: 0x0088, # GREEK CAPITAL LETTER IOTA
[ 592] 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA
[ 593] 0x039b: 0x008a, # GREEK CAPITAL LETTER LAMDA
[ 594] 0x039c: 0x008b, # GREEK CAPITAL LETTER MU
[ 595] 0x039d: 0x008c, # GREEK CAPITAL LETTER NU
[ 596] 0x039e: 0x008d, # GREEK CAPITAL LETTER XI
[ 597] 0x039f: 0x008e, # GREEK CAPITAL LETTER OMICRON
[ 598] 0x03a0: 0x008f, # GREEK CAPITAL LETTER PI
[ 599] 0x03a1: 0x0090, # GREEK CAPITAL LETTER RHO
[ 600] 0x03a3: 0x0091, # GREEK CAPITAL LETTER SIGMA
[ 601] 0x03a4: 0x0092, # GREEK CAPITAL LETTER TAU
[ 602] 0x03a5: 0x0093, # GREEK CAPITAL LETTER UPSILON
[ 603] 0x03a6: 0x0094, # GREEK CAPITAL LETTER PHI
[ 604] 0x03a7: 0x0095, # GREEK CAPITAL LETTER CHI
[ 605] 0x03a8: 0x0096, # GREEK CAPITAL LETTER PSI
[ 606] 0x03a9: 0x0097, # GREEK CAPITAL LETTER OMEGA
[ 607] 0x03aa: 0x00f4, # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 608] 0x03ab: 0x00f5, # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 609] 0x03ac: 0x00e1, # GREEK SMALL LETTER ALPHA WITH TONOS
[ 610] 0x03ad: 0x00e2, # GREEK SMALL LETTER EPSILON WITH TONOS
[ 611] 0x03ae: 0x00e3, # GREEK SMALL LETTER ETA WITH TONOS
[ 612] 0x03af: 0x00e5, # GREEK SMALL LETTER IOTA WITH TONOS
[ 613] 0x03b1: 0x0098, # GREEK SMALL LETTER ALPHA
[ 614] 0x03b2: 0x0099, # GREEK SMALL LETTER BETA
[ 615] 0x03b3: 0x009a, # GREEK SMALL LETTER GAMMA
[ 616] 0x03b4: 0x009b, # GREEK SMALL LETTER DELTA
[ 617] 0x03b5: 0x009c, # GREEK SMALL LETTER EPSILON
[ 618] 0x03b6: 0x009d, # GREEK SMALL LETTER ZETA
[ 619] 0x03b7: 0x009e, # GREEK SMALL LETTER ETA
[ 620] 0x03b8: 0x009f, # GREEK SMALL LETTER THETA
[ 621] 0x03b9: 0x00a0, # GREEK SMALL LETTER IOTA
[ 622] 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA
[ 623] 0x03bb: 0x00a2, # GREEK SMALL LETTER LAMDA
[ 624] 0x03bc: 0x00a3, # GREEK SMALL LETTER MU
[ 625] 0x03bd: 0x00a4, # GREEK SMALL LETTER NU
[ 626] 0x03be: 0x00a5, # GREEK SMALL LETTER XI
[ 627] 0x03bf: 0x00a6, # GREEK SMALL LETTER OMICRON
[ 628] 0x03c0: 0x00a7, # GREEK SMALL LETTER PI
[ 629] 0x03c1: 0x00a8, # GREEK SMALL LETTER RHO
[ 630] 0x03c2: 0x00aa, # GREEK SMALL LETTER FINAL SIGMA
[ 631] 0x03c3: 0x00a9, # GREEK SMALL LETTER SIGMA
[ 632] 0x03c4: 0x00ab, # GREEK SMALL LETTER TAU
[ 633] 0x03c5: 0x00ac, # GREEK SMALL LETTER UPSILON
[ 634] 0x03c6: 0x00ad, # GREEK SMALL LETTER PHI
[ 635] 0x03c7: 0x00ae, # GREEK SMALL LETTER CHI
[ 636] 0x03c8: 0x00af, # GREEK SMALL LETTER PSI
[ 637] 0x03c9: 0x00e0, # GREEK SMALL LETTER OMEGA
[ 638] 0x03ca: 0x00e4, # GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 639] 0x03cb: 0x00e8, # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 640] 0x03cc: 0x00e6, # GREEK SMALL LETTER OMICRON WITH TONOS
[ 641] 0x03cd: 0x00e7, # GREEK SMALL LETTER UPSILON WITH TONOS
[ 642] 0x03ce: 0x00e9, # GREEK SMALL LETTER OMEGA WITH TONOS
[ 643] 0x207f: 0x00fc, # SUPERSCRIPT LATIN SMALL LETTER N
[ 644] 0x2219: 0x00f9, # BULLET OPERATOR
[ 645] 0x221a: 0x00fb, # SQUARE ROOT
[ 646] 0x2248: 0x00f7, # ALMOST EQUAL TO
[ 647] 0x2264: 0x00f3, # LESS-THAN OR EQUAL TO
[ 648] 0x2265: 0x00f2, # GREATER-THAN OR EQUAL TO
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00b0: 0x00f8, # DEGREE SIGN
[ 572] 0x00b1: 0x00f1, # PLUS-MINUS SIGN
[ 573] 0x00b2: 0x00fd, # SUPERSCRIPT TWO
[ 574] 0x00b7: 0x00fa, # MIDDLE DOT
[ 575] 0x00f7: 0x00f6, # DIVISION SIGN
[ 576] 0x0386: 0x00ea, # GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 577] 0x0388: 0x00eb, # GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 578] 0x0389: 0x00ec, # GREEK CAPITAL LETTER ETA WITH TONOS
[ 579] 0x038a: 0x00ed, # GREEK CAPITAL LETTER IOTA WITH TONOS
[ 580] 0x038c: 0x00ee, # GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 581] 0x038e: 0x00ef, # GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 582] 0x038f: 0x00f0, # GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 583] 0x0391: 0x0080, # GREEK CAPITAL LETTER ALPHA
[ 584] 0x0392: 0x0081, # GREEK CAPITAL LETTER BETA
[ 585] 0x0393: 0x0082, # GREEK CAPITAL LETTER GAMMA
[ 586] 0x0394: 0x0083, # GREEK CAPITAL LETTER DELTA
[ 587] 0x0395: 0x0084, # GREEK CAPITAL LETTER EPSILON
[ 588] 0x0396: 0x0085, # GREEK CAPITAL LETTER ZETA
[ 589] 0x0397: 0x0086, # GREEK CAPITAL LETTER ETA
[ 590] 0x0398: 0x0087, # GREEK CAPITAL LETTER THETA
[ 591] 0x0399: 0x0088, # GREEK CAPITAL LETTER IOTA
[ 592] 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA
[ 593] 0x039b: 0x008a, # GREEK CAPITAL LETTER LAMDA
[ 594] 0x039c: 0x008b, # GREEK CAPITAL LETTER MU
[ 595] 0x039d: 0x008c, # GREEK CAPITAL LETTER NU
[ 596] 0x039e: 0x008d, # GREEK CAPITAL LETTER XI
[ 597] 0x039f: 0x008e, # GREEK CAPITAL LETTER OMICRON
[ 598] 0x03a0: 0x008f, # GREEK CAPITAL LETTER PI
[ 599] 0x03a1: 0x0090, # GREEK CAPITAL LETTER RHO
[ 600] 0x03a3: 0x0091, # GREEK CAPITAL LETTER SIGMA
[ 601] 0x03a4: 0x0092, # GREEK CAPITAL LETTER TAU
[ 602] 0x03a5: 0x0093, # GREEK CAPITAL LETTER UPSILON
[ 603] 0x03a6: 0x0094, # GREEK CAPITAL LETTER PHI
[ 604] 0x03a7: 0x0095, # GREEK CAPITAL LETTER CHI
[ 605] 0x03a8: 0x0096, # GREEK CAPITAL LETTER PSI
[ 606] 0x03a9: 0x0097, # GREEK CAPITAL LETTER OMEGA
[ 607] 0x03aa: 0x00f4, # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 608] 0x03ab: 0x00f5, # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 609] 0x03ac: 0x00e1, # GREEK SMALL LETTER ALPHA WITH TONOS
[ 610] 0x03ad: 0x00e2, # GREEK SMALL LETTER EPSILON WITH TONOS
[ 611] 0x03ae: 0x00e3, # GREEK SMALL LETTER ETA WITH TONOS
[ 612] 0x03af: 0x00e5, # GREEK SMALL LETTER IOTA WITH TONOS
[ 613] 0x03b1: 0x0098, # GREEK SMALL LETTER ALPHA
[ 614] 0x03b2: 0x0099, # GREEK SMALL LETTER BETA
[ 615] 0x03b3: 0x009a, # GREEK SMALL LETTER GAMMA
[ 616] 0x03b4: 0x009b, # GREEK SMALL LETTER DELTA
[ 617] 0x03b5: 0x009c, # GREEK SMALL LETTER EPSILON
[ 618] 0x03b6: 0x009d, # GREEK SMALL LETTER ZETA
[ 619] 0x03b7: 0x009e, # GREEK SMALL LETTER ETA
[ 620] 0x03b8: 0x009f, # GREEK SMALL LETTER THETA
[ 621] 0x03b9: 0x00a0, # GREEK SMALL LETTER IOTA
[ 622] 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA
[ 623] 0x03bb: 0x00a2, # GREEK SMALL LETTER LAMDA
[ 624] 0x03bc: 0x00a3, # GREEK SMALL LETTER MU
[ 625] 0x03bd: 0x00a4, # GREEK SMALL LETTER NU
[ 626] 0x03be: 0x00a5, # GREEK SMALL LETTER XI
[ 627] 0x03bf: 0x00a6, # GREEK SMALL LETTER OMICRON
[ 628] 0x03c0: 0x00a7, # GREEK SMALL LETTER PI
[ 629] 0x03c1: 0x00a8, # GREEK SMALL LETTER RHO
[ 630] 0x03c2: 0x00aa, # GREEK SMALL LETTER FINAL SIGMA
[ 631] 0x03c3: 0x00a9, # GREEK SMALL LETTER SIGMA
[ 632] 0x03c4: 0x00ab, # GREEK SMALL LETTER TAU
[ 633] 0x03c5: 0x00ac, # GREEK SMALL LETTER UPSILON
[ 634] 0x03c6: 0x00ad, # GREEK SMALL LETTER PHI
[ 635] 0x03c7: 0x00ae, # GREEK SMALL LETTER CHI
[ 636] 0x03c8: 0x00af, # GREEK SMALL LETTER PSI
[ 637] 0x03c9: 0x00e0, # GREEK SMALL LETTER OMEGA
[ 638] 0x03ca: 0x00e4, # GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 639] 0x03cb: 0x00e8, # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 640] 0x03cc: 0x00e6, # GREEK SMALL LETTER OMICRON WITH TONOS
[ 641] 0x03cd: 0x00e7, # GREEK SMALL LETTER UPSILON WITH TONOS
[ 642] 0x03ce: 0x00e9, # GREEK SMALL LETTER OMEGA WITH TONOS
[ 643] 0x207f: 0x00fc, # SUPERSCRIPT LATIN SMALL LETTER N
[ 644] 0x2219: 0x00f9, # BULLET OPERATOR
[ 645] 0x221a: 0x00fb, # SQUARE ROOT
[ 646] 0x2248: 0x00f7, # ALMOST EQUAL TO
[ 647] 0x2264: 0x00f3, # LESS-THAN OR EQUAL TO
[ 648] 0x2265: 0x00f2, # GREATER-THAN OR EQUAL TO
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_cgitb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_cgitb.py
[ 6]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/__init__.py
[ 1] #empty
[ 1] # empty
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autoexpand.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autoexpand.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Doc/tools/rstlint.py
[++++] /home/palash25/Dev/cpython/Doc/tools/rstlint.py
[ 44] seems_directive_re = re.compile(r'(?<!\.)\.\. %s([^a-z:]|:(?!:))' % all_directives)
[ 44] seems_directive_re = re.compile(
[ 45] r'(?<!\.)\.\. %s([^a-z:]|:(?!:))' % all_directives)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 58] CompileError, UnknownFileError)
[ 58] CompileError, UnknownFileError)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 63]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 119] self.dllwrap_version) )
[ 119] self.dllwrap_version))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 151] self.dll_libraries=["msvcrt"]
[ 151] self.dll_libraries = ["msvcrt"]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 167] else: # for other files use the C-compiler
[ 167] else: # for other files use the C-compiler
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 190] (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
[ 190] (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 231] #end: if ((export_symbols is not None) and
[ 231] # end: if ((export_symbols is not None) and
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 246] None, # export_symbols, we do this in our def-file
[ 246] None, # export_symbols, we do this in our def-file
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 260] if ext not in (self.src_extensions + ['.rc','.res']):
[ 261] raise UnknownFileError("unknown file type '%s' (from '%s')" % \
[ 262] (ext, src_name))
[ 260] if ext not in (self.src_extensions + ['.rc', '.res']):
[ 261] raise UnknownFileError("unknown file type '%s' (from '%s')" %
[ 262] (ext, src_name))
[ 264] base = os.path.basename (base)
[ 264] base = os.path.basename(base)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 267] obj_names.append (os.path.join(output_dir,
[ 267] obj_names.append(os.path.join(output_dir,
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 270] obj_names.append (os.path.join(output_dir,
[ 271] base + self.obj_extension))
[ 270] obj_names.append(os.path.join(output_dir,
[ 271] base + self.obj_extension))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 275]
[ 276]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 282] CygwinCCompiler.__init__ (self, verbose, dry_run, force)
[ 282] CygwinCCompiler.__init__(self, verbose, dry_run, force)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 314] self.dll_libraries=[]
[ 314] self.dll_libraries = []
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 324]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 328]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 371]
[ 373]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 394]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/cygwinccompiler.py
[ 402]
Lib/distutils/cygwinccompiler.py
[ 54] from·distutils.ccompiler·import·gen_preprocess_options,·gen_lib_options
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'distutils.ccompiler.gen_lib_options' imported but unused
Lib/distutils/cygwinccompiler.py
[ 54] from·distutils.ccompiler·import·gen_preprocess_options,·gen_lib_options
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'distutils.ccompiler.gen_preprocess_options' imported but unused
Lib/distutils/cygwinccompiler.py
[ 59] from·distutils·import·log
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'distutils.log' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 30] errmsg="can't modify -class option after widget is created")
[ 30] errmsg="can't modify -class option after widget is created")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 38] errmsg="can't modify -colormap option after widget is created")
[ 38] errmsg="can't modify -colormap option after widget is created")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 46] errmsg="can't modify -container option after widget is created")
[ 46] errmsg="can't modify -container option after widget is created")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 54] errmsg="can't modify -visual option after widget is created")
[ 54] errmsg="can't modify -visual option after widget is created")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 86] errmsg="can't modify -screen option after widget is created")
[ 86] errmsg="can't modify -screen option after widget is created")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 205]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 260] 'above', 'below', 'flush', 'left', 'right')
[ 260] 'above', 'below', 'flush', 'left', 'right')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 373] 'all', 'key', 'focus', 'focusin', 'focusout', 'none')
[ 373] 'all', 'key', 'focus', 'focusin', 'focusout', 'none')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 441] errmsg='-to value must be greater than -from value')
[ 441] errmsg='-to value must be greater than -from value')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 452] errmsg='-to value must be greater than -from value')
[ 452] errmsg='-to value must be greater than -from value')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 516] errmsg='expected integer but got "spam"')
[ 516] errmsg='expected integer but got "spam"')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 520] errmsg='-startline must be less than or equal to -endline')
[ 520] errmsg='-startline must be less than or equal to -endline')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 572] errmsg='expected integer but got "spam"')
[ 572] errmsg='expected integer but got "spam"')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 576] errmsg='-startline must be less than or equal to -endline')
[ 576] errmsg='-startline must be less than or equal to -endline')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 666] 'n', 'ne', 'e', 'se', 's', 'sw', 'w', 'nw', 'center')
[ 666] 'n', 'ne', 'e', 'se', 's', 'sw', 'w', 'nw', 'center')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 686] errmsg='bad state value "{}": must be normal or disabled')
[ 686] errmsg='bad state value "{}": must be normal or disabled')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[ 927] errmsg='bad orientation "{}": must be vertical or horizontal')
[ 927] errmsg='bad orientation "{}": must be vertical or horizontal')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[1026] conv = lambda x: x
[1026] def conv(x): return x
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[1140] 'normal', 'tearoff', 'menubar')
[1140] 'normal', 'tearoff', 'menubar')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_widgets.py
[1197] FrameTest, LabelFrameTest,LabelTest, ListboxTest,
[1197] FrameTest, LabelFrameTest, LabelTest, ListboxTest,
Lib/tkinter/test/test_tkinter/test_widgets.py
[ 10] from·tkinter.test.widget_tests·import·(
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'tkinter.test.widget_tests.setUpModule' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/crlf.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/crlf.py
[ 4] import sys, os
[ 4] import sys
[ 5] import os
[ 6]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/crlf.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/crlf.py
[ 22]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 18]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 26]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 42]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 52]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 56]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 73]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 148]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 156]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 160]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 164]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 176]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 240] locals=None, line=None):
[ 240] locals=None, line=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 256] self.locals = {k: repr(v) for k, v in locals.items()} if locals else None
[ 256] self.locals = {k: repr(v)
[ 257] for k, v in locals.items()} if locals else None
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 314] capture_locals=False):
[ 314] capture_locals=False):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 400] last_name is not None and last_name == frame.name):
[ 400] last_name is not None and last_name == frame.name):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 418] row.append(' {name} = {value}\n'.format(name=name, value=value))
[ 418] row.append(' {name} = {value}\n'.format(
[ 419] name=name, value=value))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 454] lookup_lines=True, capture_locals=False, _seen=None):
[ 454] lookup_lines=True, capture_locals=False, _seen=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 465] and id(exc_value.__cause__) not in _seen):
[ 465] and id(exc_value.__cause__) not in _seen):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 477] and id(exc_value.__context__) not in _seen):
[ 477] and id(exc_value.__context__) not in _seen):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/traceback.py
[++++] /home/palash25/Dev/cpython/Lib/traceback.py
[ 593] not self.__suppress_context__):
[ 593] not self.__suppress_context__):
Lib/traceback.py
[ 86] ····This·differs·from·print_tb()·in·the·following·ways:·(1)·if
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[ 5]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[ 48] t = self.TestThread(name="<thread %d>"%i)
[ 48] t = self.TestThread(name="<thread %d>" % i)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_dummy_threading.py
[ 59]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\xa1' # 0xA1 -> INVERTED EXCLAMATION MARK
[ 210] '\xa2' # 0xA2 -> CENT SIGN
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\xa5' # 0xA5 -> YEN SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\xaa' # 0xAA -> FEMININE ORDINAL INDICATOR
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\xae' # 0xAE -> REGISTERED SIGN
[ 223] '\xaf' # 0xAF -> MACRON
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\xb4' # 0xB4 -> ACUTE ACCENT
[ 229] '\xb5' # 0xB5 -> MICRO SIGN
[ 230] '\xb6' # 0xB6 -> PILCROW SIGN
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\xb8' # 0xB8 -> CEDILLA
[ 233] '\xb9' # 0xB9 -> SUPERSCRIPT ONE
[ 234] '\xba' # 0xBA -> MASCULINE ORDINAL INDICATOR
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\xbc' # 0xBC -> VULGAR FRACTION ONE QUARTER
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\xbe' # 0xBE -> VULGAR FRACTION THREE QUARTERS
[ 239] '\xbf' # 0xBF -> INVERTED QUESTION MARK
[ 240] '\xc0' # 0xC0 -> LATIN CAPITAL LETTER A WITH GRAVE
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\xc7' # 0xC7 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 248] '\xc8' # 0xC8 -> LATIN CAPITAL LETTER E WITH GRAVE
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\xca' # 0xCA -> LATIN CAPITAL LETTER E WITH CIRCUMFLEX
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\xcc' # 0xCC -> LATIN CAPITAL LETTER I WITH GRAVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\xd0' # 0xD0 -> LATIN CAPITAL LETTER ETH (Icelandic)
[ 257] '\xd1' # 0xD1 -> LATIN CAPITAL LETTER N WITH TILDE
[ 258] '\xd2' # 0xD2 -> LATIN CAPITAL LETTER O WITH GRAVE
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\xd7' # 0xD7 -> MULTIPLICATION SIGN
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\xd9' # 0xD9 -> LATIN CAPITAL LETTER U WITH GRAVE
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\xdd' # 0xDD -> LATIN CAPITAL LETTER Y WITH ACUTE
[ 270] '\xde' # 0xDE -> LATIN CAPITAL LETTER THORN (Icelandic)
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S (German)
[ 272] '\xe0' # 0xE0 -> LATIN SMALL LETTER A WITH GRAVE
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\xe7' # 0xE7 -> LATIN SMALL LETTER C WITH CEDILLA
[ 280] '\xe8' # 0xE8 -> LATIN SMALL LETTER E WITH GRAVE
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\xea' # 0xEA -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\xec' # 0xEC -> LATIN SMALL LETTER I WITH GRAVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\xf0' # 0xF0 -> LATIN SMALL LETTER ETH (Icelandic)
[ 289] '\xf1' # 0xF1 -> LATIN SMALL LETTER N WITH TILDE
[ 290] '\xf2' # 0xF2 -> LATIN SMALL LETTER O WITH GRAVE
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\xf7' # 0xF7 -> DIVISION SIGN
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\xf9' # 0xF9 -> LATIN SMALL LETTER U WITH GRAVE
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\xfd' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
[ 302] '\xfe' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
[ 303] '\xff' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\xa1' # 0xA1 -> INVERTED EXCLAMATION MARK
[ 210] '\xa2' # 0xA2 -> CENT SIGN
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\xa4' # 0xA4 -> CURRENCY SIGN
[ 213] '\xa5' # 0xA5 -> YEN SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\xaa' # 0xAA -> FEMININE ORDINAL INDICATOR
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\xae' # 0xAE -> REGISTERED SIGN
[ 223] '\xaf' # 0xAF -> MACRON
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\xb4' # 0xB4 -> ACUTE ACCENT
[ 229] '\xb5' # 0xB5 -> MICRO SIGN
[ 230] '\xb6' # 0xB6 -> PILCROW SIGN
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\xb8' # 0xB8 -> CEDILLA
[ 233] '\xb9' # 0xB9 -> SUPERSCRIPT ONE
[ 234] '\xba' # 0xBA -> MASCULINE ORDINAL INDICATOR
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\xbc' # 0xBC -> VULGAR FRACTION ONE QUARTER
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\xbe' # 0xBE -> VULGAR FRACTION THREE QUARTERS
[ 239] '\xbf' # 0xBF -> INVERTED QUESTION MARK
[ 240] '\xc0' # 0xC0 -> LATIN CAPITAL LETTER A WITH GRAVE
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\xc7' # 0xC7 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 248] '\xc8' # 0xC8 -> LATIN CAPITAL LETTER E WITH GRAVE
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\xca' # 0xCA -> LATIN CAPITAL LETTER E WITH CIRCUMFLEX
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\xcc' # 0xCC -> LATIN CAPITAL LETTER I WITH GRAVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\xd0' # 0xD0 -> LATIN CAPITAL LETTER ETH (Icelandic)
[ 257] '\xd1' # 0xD1 -> LATIN CAPITAL LETTER N WITH TILDE
[ 258] '\xd2' # 0xD2 -> LATIN CAPITAL LETTER O WITH GRAVE
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\xd7' # 0xD7 -> MULTIPLICATION SIGN
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\xd9' # 0xD9 -> LATIN CAPITAL LETTER U WITH GRAVE
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\xdd' # 0xDD -> LATIN CAPITAL LETTER Y WITH ACUTE
[ 270] '\xde' # 0xDE -> LATIN CAPITAL LETTER THORN (Icelandic)
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S (German)
[ 272] '\xe0' # 0xE0 -> LATIN SMALL LETTER A WITH GRAVE
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\xe7' # 0xE7 -> LATIN SMALL LETTER C WITH CEDILLA
[ 280] '\xe8' # 0xE8 -> LATIN SMALL LETTER E WITH GRAVE
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\xea' # 0xEA -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\xec' # 0xEC -> LATIN SMALL LETTER I WITH GRAVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\xf0' # 0xF0 -> LATIN SMALL LETTER ETH (Icelandic)
[ 289] '\xf1' # 0xF1 -> LATIN SMALL LETTER N WITH TILDE
[ 290] '\xf2' # 0xF2 -> LATIN SMALL LETTER O WITH GRAVE
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\xf7' # 0xF7 -> DIVISION SIGN
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\xf9' # 0xF9 -> LATIN SMALL LETTER U WITH GRAVE
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\xfd' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
[ 302] '\xfe' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
[ 303] '\xff' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_1.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/fixes/fix_paren.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/fixes/fix_paren.py
[ 12]
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/fixes/fix_paren.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/fixes/fix_paren.py
[ 42] target.prefix = "" # Make it hug the parentheses
[ 42] target.prefix = "" # Make it hug the parentheses
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 21]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 31]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 38]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 49]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 65]
[ 66]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 90]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 176] self.assertEqual(getattr(tobj, attr), attr==expectedattr)
[ 176] self.assertEqual(getattr(tobj, attr), attr == expectedattr)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 407]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 568]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 683]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 704] #self.assertFalse(client.connected)
[ 704] # self.assertFalse(client.connected)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 767] socket.SO_REUSEADDR))
[ 767] socket.SO_REUSEADDR))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 793]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 797]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 802]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 812]
[ 815]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 819]
[ 822]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 826]
[ 829]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_asyncore.py
[ 833]
Lib/test/test_asyncore.py
[ 410] ········s·=·FileDispatcher(fd)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_asyncore.py
[ 422] ············f·=·None
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'f' is assigned to but never used
Lib/test/test_asyncore.py
[ 542] ········client·=·BaseClient(self.family,·server.address)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'client' is assigned to but never used
Lib/test/test_asyncore.py
[ 565] ········client·=·BaseClient(self.family,·server.address)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'client' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_bdist_dumb.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_bdist_dumb.py
[ 93]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_bdist_dumb.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_bdist_dumb.py
[ 96]
Lib/distutils/tests/test_bdist_dumb.py
[ 23] ····import·zlib
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'zlib' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[++++] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[ 4] import sys, os
[ 4] import sys
[ 5] import os
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[++++] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[ 51] sys.executable = os.path.join(sys.prefix, 'bin', 'python%d.%d'%(sys.version_info[:2]))
[ 51] sys.executable = os.path.join(
[ 52] sys.prefix, 'bin', 'python%d.%d' % (sys.version_info[:2]))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[++++] /home/palash25/Dev/cpython/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
[ 57] value.partition('.app') != (p[0], p[1], '/Contents/Resources')]
[ 57] value.partition('.app') != (p[0], p[1], '/Contents/Resources')]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[ 106] if self._htest: # place dialog below parent if running htest
[ 106] if self._htest: # place dialog below parent if running htest
[ 108] (root.winfo_rootx(), root.winfo_rooty() + 200))
[ 108] (root.winfo_rootx(), root.winfo_rooty() + 200))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[ 231] def _module_browser(parent): # htest #
[ 231] def _module_browser(parent): # htest #
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/browser.py
[ 237]
[ 240]
[ 240] class Nested_in_closure: pass
[ 242] class Nested_in_closure:
[ 243] pass
[ 245]
Lib/idlelib/browser.py
[ 59] ····"""
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 49] stream.read(12) # Skip rest of the header
[ 49] stream.read(12) # Skip rest of the header
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 124] "modules in")
[ 124] "modules in")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 159] if modname=='__init__' or modname in yielded:
[ 159] if modname == '__init__' or modname in yielded:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 174] if subname=='__init__':
[ 174] if subname == '__init__':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 183]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 193]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 208] DeprecationWarning)
[ 208] DeprecationWarning)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 242] if modname=='__init__' or modname in yielded:
[ 242] if modname == '__init__' or modname in yielded:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 257] if subname=='__init__':
[ 257] if subname == '__init__':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 300] if mod_type==imp.PY_SOURCE:
[ 300] if mod_type == imp.PY_SOURCE:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 315] return self.etc[2]==imp.PKG_DIRECTORY
[ 315] return self.etc[2] == imp.PKG_DIRECTORY
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 321] if mod_type==imp.PY_SOURCE:
[ 321] if mod_type == imp.PY_SOURCE:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 324] elif mod_type==imp.PY_COMPILED:
[ 324] elif mod_type == imp.PY_COMPILED:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 330] elif mod_type==imp.PKG_DIRECTORY:
[ 330] elif mod_type == imp.PKG_DIRECTORY:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 338] if mod_type==imp.PY_SOURCE:
[ 338] if mod_type == imp.PY_SOURCE:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 344] elif mod_type==imp.PY_COMPILED:
[ 344] elif mod_type == imp.PY_COMPILED:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 348] elif mod_type==imp.PKG_DIRECTORY:
[ 348] elif mod_type == imp.PKG_DIRECTORY:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 360] if mod_type==imp.PKG_DIRECTORY:
[ 360] if mod_type == imp.PKG_DIRECTORY:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 383] if len(fn)==2 and fn[1].startswith('__init__.py'):
[ 383] if len(fn) == 2 and fn[1].startswith('__init__.py'):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 388] if len(fn)!=1:
[ 388] if len(fn) != 1:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 392] if modname=='__init__':
[ 392] if modname == '__init__':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 543] path = path[:] # Start with a copy of the existing path
[ 543] path = path[:] # Start with a copy of the existing path
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pkgutil.py
[++++] /home/palash25/Dev/cpython/Lib/pkgutil.py
[ 592] path.append(line) # Don't check for existence!
[ 592] path.append(line) # Don't check for existence!
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 143]
[ 144] ASCII = sre_compile.SRE_FLAG_ASCII # assume ascii "locale"
[ 145] IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case
[ 146] LOCALE = sre_compile.SRE_FLAG_LOCALE # assume current 8-bit locale
[ 147] UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode "locale"
[ 148] MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
[ 149] DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
[ 150] VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
[ 145] ASCII = sre_compile.SRE_FLAG_ASCII # assume ascii "locale"
[ 146] IGNORECASE = sre_compile.SRE_FLAG_IGNORECASE # ignore case
[ 147] LOCALE = sre_compile.SRE_FLAG_LOCALE # assume current 8-bit locale
[ 148] UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode "locale"
[ 149] MULTILINE = sre_compile.SRE_FLAG_MULTILINE # make anchors look for newline
[ 150] DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
[ 151] VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 159] TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
[ 159] TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
[ 161] DEBUG = sre_compile.SRE_FLAG_DEBUG # dump pattern after compilation
[ 161] DEBUG = sre_compile.SRE_FLAG_DEBUG # dump pattern after compilation
[ 162]
[ 163]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 169]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 174]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 179]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 184]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 193]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 204]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 214]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 224]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 231]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 235]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 240]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 243] return _compile(pattern, flags|T)
[ 243] return _compile(pattern, flags | T)
[ 244]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 250] _special_chars_map = {i: '\\' + chr(i) for i in b'()[]{}?*+-|^$\\.&~# \t\n\r\v\f'}
[ 250] _special_chars_map = {i: '\\' + chr(i)
[ 251] for i in b'()[]{}?*+-|^$\\.&~# \t\n\r\v\f'}
[ 252]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 261]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 271]
[ 272]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 296]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 301]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 306]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 313]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 319]
[ 321]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 323]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 328]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/re.py
[++++] /home/palash25/Dev/cpython/Lib/re.py
[ 347]
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'ASCII' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'VERBOSE' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'UNICODE' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'S' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'L' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'IGNORECASE' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'A' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'I' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'DOTALL' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'X' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'LOCALE' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'M' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'U' in __all__
Lib/re.py
[ 133] __all__·=·[
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'MULTILINE' in __all__
Lib/re.py
[ 243] ····return·_compile(pattern,·flags|T)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'T'
Lib/re.py
[ 287] ····if·not·(flags·&·DEBUG):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! undefined name 'DEBUG'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Doc/includes/sqlite3/execute_1.py
[++++] /home/palash25/Dev/cpython/Doc/includes/sqlite3/execute_1.py
[ 14] cur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
[ 14] cur.execute("select * from people where name_last=:who and age=:age",
[ 15] {"who": who, "age": age})
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 1] import sys, unittest, struct, math, ctypes
[ 1] import sys
[ 2] import unittest
[ 3] import struct
[ 4] import math
[ 5] import ctypes
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 5]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 109] self.assertEqual(bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
[ 109] self.assertEqual(
[ 110] bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 114] self.assertEqual(bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412")
[ 114] self.assertEqual(
[ 115] bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 119] self.assertEqual(bin(struct.pack(">Q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
[ 119] self.assertEqual(
[ 120] bin(struct.pack(">Q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 124] self.assertEqual(bin(struct.pack("<Q", 0x1234567890ABCDEF)), "EFCDAB9078563412")
[ 124] self.assertEqual(
[ 125] bin(struct.pack("<Q", 0x1234567890ABCDEF)), "EFCDAB9078563412")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 204]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_byteswap.py
[ 314]
Lib/ctypes/test/test_byteswap.py
[ 4] from·ctypes·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from ctypes import *' used; unable to detect undefined names
Lib/ctypes/test/test_byteswap.py
[ 21] ············bits·=·BITS()
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BITS' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 23] ············dump(bits)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'dump' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 26] ········class·BigPoint(BigEndianStructure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 28] ············_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 28] ············_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 30] ········class·LowPoint(LittleEndianStructure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 32] ············_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 32] ············_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 47] ············self.assertIs(c_short.__ctype_le__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 47] ············self.assertIs(c_short.__ctype_le__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 48] ············self.assertIs(c_short.__ctype_be__.__ctype_le__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 48] ············self.assertIs(c_short.__ctype_be__.__ctype_le__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 50] ············self.assertIs(c_short.__ctype_be__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 50] ············self.assertIs(c_short.__ctype_be__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 51] ············self.assertIs(c_short.__ctype_le__.__ctype_be__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 51] ············self.assertIs(c_short.__ctype_le__.__ctype_be__,·c_short)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 52] ········s·=·c_short.__ctype_be__(0x1234)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 57] ········s·=·c_short.__ctype_le__(0x1234)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 62] ········s·=·c_ushort.__ctype_be__(0x1234)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ushort' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 67] ········s·=·c_ushort.__ctype_le__(0x1234)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ushort' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 74] ············self.assertIs(c_int.__ctype_le__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 74] ············self.assertIs(c_int.__ctype_le__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 75] ············self.assertIs(c_int.__ctype_be__.__ctype_le__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 75] ············self.assertIs(c_int.__ctype_be__.__ctype_le__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 77] ············self.assertIs(c_int.__ctype_be__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 77] ············self.assertIs(c_int.__ctype_be__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 78] ············self.assertIs(c_int.__ctype_le__.__ctype_be__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 78] ············self.assertIs(c_int.__ctype_le__.__ctype_be__,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 80] ········s·=·c_int.__ctype_be__(0x12345678)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 85] ········s·=·c_int.__ctype_le__(0x12345678)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 90] ········s·=·c_uint.__ctype_be__(0x12345678)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_uint' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 95] ········s·=·c_uint.__ctype_le__(0x12345678)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_uint' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 102] ············self.assertIs(c_longlong.__ctype_le__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 102] ············self.assertIs(c_longlong.__ctype_le__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 103] ············self.assertIs(c_longlong.__ctype_be__.__ctype_le__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 103] ············self.assertIs(c_longlong.__ctype_be__.__ctype_le__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 105] ············self.assertIs(c_longlong.__ctype_be__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 105] ············self.assertIs(c_longlong.__ctype_be__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 106] ············self.assertIs(c_longlong.__ctype_le__.__ctype_be__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 106] ············self.assertIs(c_longlong.__ctype_le__.__ctype_be__,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 108] ········s·=·c_longlong.__ctype_be__(0x1234567890ABCDEF)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 113] ········s·=·c_longlong.__ctype_le__(0x1234567890ABCDEF)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 118] ········s·=·c_ulonglong.__ctype_be__(0x1234567890ABCDEF)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ulonglong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 123] ········s·=·c_ulonglong.__ctype_le__(0x1234567890ABCDEF)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ulonglong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 130] ············self.assertIs(c_float.__ctype_le__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 130] ············self.assertIs(c_float.__ctype_le__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 131] ············self.assertIs(c_float.__ctype_be__.__ctype_le__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 131] ············self.assertIs(c_float.__ctype_be__.__ctype_le__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 133] ············self.assertIs(c_float.__ctype_be__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 133] ············self.assertIs(c_float.__ctype_be__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 134] ············self.assertIs(c_float.__ctype_le__.__ctype_be__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 134] ············self.assertIs(c_float.__ctype_le__.__ctype_be__,·c_float)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 135] ········s·=·c_float(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 139] ········s·=·c_float.__ctype_le__(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 142] ········s·=·c_float.__ctype_be__(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 148] ············self.assertIs(c_double.__ctype_le__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 148] ············self.assertIs(c_double.__ctype_le__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 149] ············self.assertIs(c_double.__ctype_be__.__ctype_le__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 149] ············self.assertIs(c_double.__ctype_be__.__ctype_le__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 151] ············self.assertIs(c_double.__ctype_be__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 151] ············self.assertIs(c_double.__ctype_be__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 152] ············self.assertIs(c_double.__ctype_le__.__ctype_be__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 152] ············self.assertIs(c_double.__ctype_le__.__ctype_be__,·c_double)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 153] ········s·=·c_double(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 156] ········s·=·c_double.__ctype_le__(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 159] ········s·=·c_double.__ctype_be__(math.pi)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 164] ········self.assertIs(c_byte.__ctype_le__,·c_byte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 164] ········self.assertIs(c_byte.__ctype_le__,·c_byte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 165] ········self.assertIs(c_byte.__ctype_be__,·c_byte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 165] ········self.assertIs(c_byte.__ctype_be__,·c_byte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 167] ········self.assertIs(c_ubyte.__ctype_le__,·c_ubyte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ubyte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 167] ········self.assertIs(c_ubyte.__ctype_le__,·c_ubyte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ubyte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 168] ········self.assertIs(c_ubyte.__ctype_be__,·c_ubyte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ubyte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 168] ········self.assertIs(c_ubyte.__ctype_be__,·c_ubyte)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ubyte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 170] ········self.assertIs(c_char.__ctype_le__,·c_char)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_char' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 170] ········self.assertIs(c_char.__ctype_le__,·c_char)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_char' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 171] ········self.assertIs(c_char.__ctype_be__,·c_char)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_char' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 171] ········self.assertIs(c_char.__ctype_be__,·c_char)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_char' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 175] ············base·=·BigEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 177] ············base·=·LittleEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 181] ········_fields_·=·[("a",·c_ubyte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ubyte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 182] ····················("b",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 183] ····················("c",·c_short),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 184] ····················("d",·c_ushort),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ushort' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 185] ····················("e",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 186] ····················("f",·c_uint),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_uint' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 187] ····················("g",·c_long),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_long' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 188] ····················("h",·c_ulong),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ulong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 189] ····················("i",·c_longlong),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 190] ····················("k",·c_ulonglong),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_ulonglong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 191] ····················("l",·c_float),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 192] ····················("m",·c_double),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 193] ····················("n",·c_char),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_char' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 195] ····················("b1",·c_byte,·3),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 196] ····················("b2",·c_byte,·3),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 197] ····················("b3",·c_byte,·2),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 198] ····················("a",·c_int·*·3·*·3·*·3)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 202] ········for·typ·in·c_wchar,·c_void_p,·POINTER(c_int):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_wchar' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 202] ········for·typ·in·c_wchar,·c_void_p,·POINTER(c_int):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_void_p' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 202] ········for·typ·in·c_wchar,·c_void_p,·POINTER(c_int):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 202] ········for·typ·in·c_wchar,·c_void_p,·POINTER(c_int):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 214] ············(BigEndianStructure,·b'\0\0\0\1\0\0\0\2'),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 215] ············(LittleEndianStructure,·b'\1\0\0\0\2\0\0\0'),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 218] ················BigEndianStructure,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 219] ················LittleEndianStructure,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 220] ················Structure,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Structure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 223] ····················_fields_·=·[("x",·c_uint32),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_uint32' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 224] ································("y",·c_uint32)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_uint32' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 229] ················self.assertEqual(len(data),·sizeof(TestStructure))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'sizeof' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 230] ················ptr·=·POINTER(TestStructure)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 231] ················s·=·cast(data,·ptr)[0]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'cast' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 243] ············base·=·BigEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 246] ············base·=·LittleEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 250] ············_fields_·=·[("b",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 251] ························("h",·c_short),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 252] ························("i",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 253] ························("d",·c_double)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 261] ············base·=·BigEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'BigEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 264] ············base·=·LittleEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 269] ············_fields_·=·[("b",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 271] ························("h",·c_short),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 273] ························("_1",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 274] ························("i",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 276] ························("_2",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 277] ························("d",·c_double)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 291] ············base·=·LittleEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'LittleEndianStructure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 291] ············base·=·LittleEndianStructure
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'base' is assigned to but never used
Lib/ctypes/test/test_byteswap.py
[ 294] ········class·S(Structure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Structure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 296] ············_fields_·=·[("b",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 298] ························("h",·c_short),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 300] ························("_1",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 301] ························("i",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 303] ························("_2",·c_byte),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_byteswap.py
[ 304] ························("d",·c_double)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[ 54] support.LoggingSilencer,
[ 55] support.EnvironGuard,
[ 56] unittest.TestCase):
[ 54] support.LoggingSilencer,
[ 55] support.EnvironGuard,
[ 56] unittest.TestCase):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[ 69]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_config.py
[ 139]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[ 85]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[ 108]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_build_scripts.py
[ 111]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[ 8] """#"
[ 8] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[ 21]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[ 210] str, bytes("\\N{%s}" % ("x" * 100000), "ascii"), 'unicode-escape', 'strict'
[ 210] str, bytes("\\N{%s}" % ("x" * 100000),
[ 211] "ascii"), 'unicode-escape', 'strict'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_ucn.py
[ 231] 'unknown Unicode character name',
[ 232] x.decode, 'unicode-escape'
[ 233] )
[ 231] 'unknown Unicode character name',
[ 232] x.decode, 'unicode-escape'
[ 233] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/__init__.py
[ 23]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[++++] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[ 1] import os, string
[ 1] import os
[ 2] import string
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[++++] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[ 57]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[++++] /home/palash25/Dev/cpython/Tools/unicode/gencjkcodecs.py
[ 66]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 71] self.types_map = ({}, {}) # dict for (non-strict, strict)
[ 71] self.types_map = ({}, {}) # dict for (non-strict, strict)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 270]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 310]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 326]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 403] '.a' : 'application/octet-stream',
[ 404] '.ai' : 'application/postscript',
[ 405] '.aif' : 'audio/x-aiff',
[ 406] '.aifc' : 'audio/x-aiff',
[ 407] '.aiff' : 'audio/x-aiff',
[ 408] '.au' : 'audio/basic',
[ 409] '.avi' : 'video/x-msvideo',
[ 410] '.bat' : 'text/plain',
[ 411] '.bcpio' : 'application/x-bcpio',
[ 412] '.bin' : 'application/octet-stream',
[ 413] '.bmp' : 'image/bmp',
[ 414] '.c' : 'text/plain',
[ 415] '.cdf' : 'application/x-netcdf',
[ 416] '.cpio' : 'application/x-cpio',
[ 417] '.csh' : 'application/x-csh',
[ 418] '.css' : 'text/css',
[ 419] '.csv' : 'text/csv',
[ 420] '.dll' : 'application/octet-stream',
[ 421] '.doc' : 'application/msword',
[ 422] '.dot' : 'application/msword',
[ 423] '.dvi' : 'application/x-dvi',
[ 424] '.eml' : 'message/rfc822',
[ 425] '.eps' : 'application/postscript',
[ 426] '.etx' : 'text/x-setext',
[ 427] '.exe' : 'application/octet-stream',
[ 428] '.gif' : 'image/gif',
[ 429] '.gtar' : 'application/x-gtar',
[ 430] '.h' : 'text/plain',
[ 431] '.hdf' : 'application/x-hdf',
[ 432] '.htm' : 'text/html',
[ 433] '.html' : 'text/html',
[ 434] '.ico' : 'image/vnd.microsoft.icon',
[ 435] '.ief' : 'image/ief',
[ 436] '.jpe' : 'image/jpeg',
[ 437] '.jpeg' : 'image/jpeg',
[ 438] '.jpg' : 'image/jpeg',
[ 439] '.js' : 'application/javascript',
[ 440] '.json' : 'application/json',
[ 441] '.ksh' : 'text/plain',
[ 442] '.latex' : 'application/x-latex',
[ 443] '.m1v' : 'video/mpeg',
[ 444] '.m3u' : 'application/vnd.apple.mpegurl',
[ 445] '.m3u8' : 'application/vnd.apple.mpegurl',
[ 446] '.man' : 'application/x-troff-man',
[ 447] '.me' : 'application/x-troff-me',
[ 448] '.mht' : 'message/rfc822',
[ 449] '.mhtml' : 'message/rfc822',
[ 450] '.mif' : 'application/x-mif',
[ 451] '.mov' : 'video/quicktime',
[ 452] '.movie' : 'video/x-sgi-movie',
[ 453] '.mp2' : 'audio/mpeg',
[ 454] '.mp3' : 'audio/mpeg',
[ 455] '.mp4' : 'video/mp4',
[ 456] '.mpa' : 'video/mpeg',
[ 457] '.mpe' : 'video/mpeg',
[ 458] '.mpeg' : 'video/mpeg',
[ 459] '.mpg' : 'video/mpeg',
[ 460] '.ms' : 'application/x-troff-ms',
[ 461] '.nc' : 'application/x-netcdf',
[ 462] '.nws' : 'message/rfc822',
[ 463] '.o' : 'application/octet-stream',
[ 464] '.obj' : 'application/octet-stream',
[ 465] '.oda' : 'application/oda',
[ 466] '.p12' : 'application/x-pkcs12',
[ 467] '.p7c' : 'application/pkcs7-mime',
[ 468] '.pbm' : 'image/x-portable-bitmap',
[ 469] '.pdf' : 'application/pdf',
[ 470] '.pfx' : 'application/x-pkcs12',
[ 471] '.pgm' : 'image/x-portable-graymap',
[ 472] '.pl' : 'text/plain',
[ 473] '.png' : 'image/png',
[ 474] '.pnm' : 'image/x-portable-anymap',
[ 475] '.pot' : 'application/vnd.ms-powerpoint',
[ 476] '.ppa' : 'application/vnd.ms-powerpoint',
[ 477] '.ppm' : 'image/x-portable-pixmap',
[ 478] '.pps' : 'application/vnd.ms-powerpoint',
[ 479] '.ppt' : 'application/vnd.ms-powerpoint',
[ 480] '.ps' : 'application/postscript',
[ 481] '.pwz' : 'application/vnd.ms-powerpoint',
[ 482] '.py' : 'text/x-python',
[ 483] '.pyc' : 'application/x-python-code',
[ 484] '.pyo' : 'application/x-python-code',
[ 485] '.qt' : 'video/quicktime',
[ 486] '.ra' : 'audio/x-pn-realaudio',
[ 487] '.ram' : 'application/x-pn-realaudio',
[ 488] '.ras' : 'image/x-cmu-raster',
[ 489] '.rdf' : 'application/xml',
[ 490] '.rgb' : 'image/x-rgb',
[ 491] '.roff' : 'application/x-troff',
[ 492] '.rtx' : 'text/richtext',
[ 493] '.sgm' : 'text/x-sgml',
[ 494] '.sgml' : 'text/x-sgml',
[ 495] '.sh' : 'application/x-sh',
[ 496] '.shar' : 'application/x-shar',
[ 497] '.snd' : 'audio/basic',
[ 498] '.so' : 'application/octet-stream',
[ 499] '.src' : 'application/x-wais-source',
[ 403] '.a': 'application/octet-stream',
[ 404] '.ai': 'application/postscript',
[ 405] '.aif': 'audio/x-aiff',
[ 406] '.aifc': 'audio/x-aiff',
[ 407] '.aiff': 'audio/x-aiff',
[ 408] '.au': 'audio/basic',
[ 409] '.avi': 'video/x-msvideo',
[ 410] '.bat': 'text/plain',
[ 411] '.bcpio': 'application/x-bcpio',
[ 412] '.bin': 'application/octet-stream',
[ 413] '.bmp': 'image/bmp',
[ 414] '.c': 'text/plain',
[ 415] '.cdf': 'application/x-netcdf',
[ 416] '.cpio': 'application/x-cpio',
[ 417] '.csh': 'application/x-csh',
[ 418] '.css': 'text/css',
[ 419] '.csv': 'text/csv',
[ 420] '.dll': 'application/octet-stream',
[ 421] '.doc': 'application/msword',
[ 422] '.dot': 'application/msword',
[ 423] '.dvi': 'application/x-dvi',
[ 424] '.eml': 'message/rfc822',
[ 425] '.eps': 'application/postscript',
[ 426] '.etx': 'text/x-setext',
[ 427] '.exe': 'application/octet-stream',
[ 428] '.gif': 'image/gif',
[ 429] '.gtar': 'application/x-gtar',
[ 430] '.h': 'text/plain',
[ 431] '.hdf': 'application/x-hdf',
[ 432] '.htm': 'text/html',
[ 433] '.html': 'text/html',
[ 434] '.ico': 'image/vnd.microsoft.icon',
[ 435] '.ief': 'image/ief',
[ 436] '.jpe': 'image/jpeg',
[ 437] '.jpeg': 'image/jpeg',
[ 438] '.jpg': 'image/jpeg',
[ 439] '.js': 'application/javascript',
[ 440] '.json': 'application/json',
[ 441] '.ksh': 'text/plain',
[ 442] '.latex': 'application/x-latex',
[ 443] '.m1v': 'video/mpeg',
[ 444] '.m3u': 'application/vnd.apple.mpegurl',
[ 445] '.m3u8': 'application/vnd.apple.mpegurl',
[ 446] '.man': 'application/x-troff-man',
[ 447] '.me': 'application/x-troff-me',
[ 448] '.mht': 'message/rfc822',
[ 449] '.mhtml': 'message/rfc822',
[ 450] '.mif': 'application/x-mif',
[ 451] '.mov': 'video/quicktime',
[ 452] '.movie': 'video/x-sgi-movie',
[ 453] '.mp2': 'audio/mpeg',
[ 454] '.mp3': 'audio/mpeg',
[ 455] '.mp4': 'video/mp4',
[ 456] '.mpa': 'video/mpeg',
[ 457] '.mpe': 'video/mpeg',
[ 458] '.mpeg': 'video/mpeg',
[ 459] '.mpg': 'video/mpeg',
[ 460] '.ms': 'application/x-troff-ms',
[ 461] '.nc': 'application/x-netcdf',
[ 462] '.nws': 'message/rfc822',
[ 463] '.o': 'application/octet-stream',
[ 464] '.obj': 'application/octet-stream',
[ 465] '.oda': 'application/oda',
[ 466] '.p12': 'application/x-pkcs12',
[ 467] '.p7c': 'application/pkcs7-mime',
[ 468] '.pbm': 'image/x-portable-bitmap',
[ 469] '.pdf': 'application/pdf',
[ 470] '.pfx': 'application/x-pkcs12',
[ 471] '.pgm': 'image/x-portable-graymap',
[ 472] '.pl': 'text/plain',
[ 473] '.png': 'image/png',
[ 474] '.pnm': 'image/x-portable-anymap',
[ 475] '.pot': 'application/vnd.ms-powerpoint',
[ 476] '.ppa': 'application/vnd.ms-powerpoint',
[ 477] '.ppm': 'image/x-portable-pixmap',
[ 478] '.pps': 'application/vnd.ms-powerpoint',
[ 479] '.ppt': 'application/vnd.ms-powerpoint',
[ 480] '.ps': 'application/postscript',
[ 481] '.pwz': 'application/vnd.ms-powerpoint',
[ 482] '.py': 'text/x-python',
[ 483] '.pyc': 'application/x-python-code',
[ 484] '.pyo': 'application/x-python-code',
[ 485] '.qt': 'video/quicktime',
[ 486] '.ra': 'audio/x-pn-realaudio',
[ 487] '.ram': 'application/x-pn-realaudio',
[ 488] '.ras': 'image/x-cmu-raster',
[ 489] '.rdf': 'application/xml',
[ 490] '.rgb': 'image/x-rgb',
[ 491] '.roff': 'application/x-troff',
[ 492] '.rtx': 'text/richtext',
[ 493] '.sgm': 'text/x-sgml',
[ 494] '.sgml': 'text/x-sgml',
[ 495] '.sh': 'application/x-sh',
[ 496] '.shar': 'application/x-shar',
[ 497] '.snd': 'audio/basic',
[ 498] '.so': 'application/octet-stream',
[ 499] '.src': 'application/x-wais-source',
[ 501] '.sv4crc' : 'application/x-sv4crc',
[ 502] '.svg' : 'image/svg+xml',
[ 503] '.swf' : 'application/x-shockwave-flash',
[ 504] '.t' : 'application/x-troff',
[ 505] '.tar' : 'application/x-tar',
[ 506] '.tcl' : 'application/x-tcl',
[ 507] '.tex' : 'application/x-tex',
[ 508] '.texi' : 'application/x-texinfo',
[ 501] '.sv4crc': 'application/x-sv4crc',
[ 502] '.svg': 'image/svg+xml',
[ 503] '.swf': 'application/x-shockwave-flash',
[ 504] '.t': 'application/x-troff',
[ 505] '.tar': 'application/x-tar',
[ 506] '.tcl': 'application/x-tcl',
[ 507] '.tex': 'application/x-tex',
[ 508] '.texi': 'application/x-texinfo',
[ 510] '.tif' : 'image/tiff',
[ 511] '.tiff' : 'image/tiff',
[ 512] '.tr' : 'application/x-troff',
[ 513] '.tsv' : 'text/tab-separated-values',
[ 514] '.txt' : 'text/plain',
[ 515] '.ustar' : 'application/x-ustar',
[ 516] '.vcf' : 'text/x-vcard',
[ 517] '.wav' : 'audio/x-wav',
[ 518] '.webm' : 'video/webm',
[ 519] '.wiz' : 'application/msword',
[ 520] '.wsdl' : 'application/xml',
[ 521] '.xbm' : 'image/x-xbitmap',
[ 522] '.xlb' : 'application/vnd.ms-excel',
[ 523] '.xls' : 'application/vnd.ms-excel',
[ 524] '.xml' : 'text/xml',
[ 525] '.xpdl' : 'application/xml',
[ 526] '.xpm' : 'image/x-xpixmap',
[ 527] '.xsl' : 'application/xml',
[ 528] '.xwd' : 'image/x-xwindowdump',
[ 529] '.zip' : 'application/zip',
[ 510] '.tif': 'image/tiff',
[ 511] '.tiff': 'image/tiff',
[ 512] '.tr': 'application/x-troff',
[ 513] '.tsv': 'text/tab-separated-values',
[ 514] '.txt': 'text/plain',
[ 515] '.ustar': 'application/x-ustar',
[ 516] '.vcf': 'text/x-vcard',
[ 517] '.wav': 'audio/x-wav',
[ 518] '.webm': 'video/webm',
[ 519] '.wiz': 'application/msword',
[ 520] '.wsdl': 'application/xml',
[ 521] '.xbm': 'image/x-xbitmap',
[ 522] '.xlb': 'application/vnd.ms-excel',
[ 523] '.xls': 'application/vnd.ms-excel',
[ 524] '.xml': 'text/xml',
[ 525] '.xpdl': 'application/xml',
[ 526] '.xpm': 'image/x-xpixmap',
[ 527] '.xsl': 'application/xml',
[ 528] '.xwd': 'image/x-xwindowdump',
[ 529] '.zip': 'application/zip',
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 537] '.jpg' : 'image/jpg',
[ 538] '.mid' : 'audio/midi',
[ 537] '.jpg': 'image/jpg',
[ 538] '.mid': 'audio/midi',
[ 540] '.pct' : 'image/pict',
[ 541] '.pic' : 'image/pict',
[ 540] '.pct': 'image/pict',
[ 541] '.pic': 'image/pict',
[ 543] '.rtf' : 'application/rtf',
[ 544] '.xul' : 'text/xul'
[ 543] '.rtf': 'application/rtf',
[ 544] '.xul': 'text/xul'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 568] if msg: print(msg)
[ 568] if msg:
[ 569] print(msg)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 589] if not guess: print("I don't know anything about type", gtype)
[ 590] else: print(guess)
[ 589] if not guess:
[ 590] print("I don't know anything about type", gtype)
[ 591] else:
[ 592] print(guess)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mimetypes.py
[++++] /home/palash25/Dev/cpython/Lib/mimetypes.py
[ 593] if not guess: print("I don't know anything about type", gtype)
[ 594] else: print('type:', guess, 'encoding:', encoding)
[ 593] if not guess:
[ 594] print("I don't know anything about type", gtype)
[ 595] else:
[ 596] print('type:', guess, 'encoding:', encoding)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 37]
[ 40]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 85]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 104]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 114] (
[ 114] (
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 122] (
[ 122] (
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 131] (
[ 131] (
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 141] self._test([], [], [['a'],['b'],['c']],
[ 142] (
[ 141] self._test([], [], [['a'], ['b'], ['c']],
[ 142] (
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 206]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 213]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 231] assert output == input, "output != input!\n\noutput " + repr(output) + "\n\n input " + repr(input)
[ 231] assert output == input, "output != input!\n\noutput " + \
[ 232] repr(output) + "\n\n input " + repr(input)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 241]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 307] function = self.parse_function("module os\nos.access\n follow_symlinks: bool = True")
[ 307] function = self.parse_function(
[ 308] "module os\nos.access\n follow_symlinks: bool = True")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 312] function = self.parse_function("module os\nos.access\n follow_symlinks: \\\n bool \\\n =\\\n True")
[ 312] function = self.parse_function(
[ 313] "module os\nos.access\n follow_symlinks: \\\n bool \\\n =\\\n True")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 317] function = self.parse_function("module os\nos.access\n follow_symlinks: int(c_default='MAXSIZE') = sys.maxsize")
[ 317] function = self.parse_function(
[ 318] "module os\nos.access\n follow_symlinks: int(c_default='MAXSIZE') = sys.maxsize")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 322] s = self.parse_function_should_fail("module os\nos.access\n follow_symlinks: int = sys.maxsize")
[ 323] self.assertEqual(s, "Error on line 0:\nWhen you specify a named constant ('sys.maxsize') as your default value,\nyou MUST specify a valid c_default.\n")
[ 322] s = self.parse_function_should_fail(
[ 323] "module os\nos.access\n follow_symlinks: int = sys.maxsize")
[ 324] self.assertEqual(
[ 325] s, "Error on line 0:\nWhen you specify a named constant ('sys.maxsize') as your default value,\nyou MUST specify a valid c_default.\n")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 333] self.assertIsInstance(function.parameters['something_else'].converter, clinic.str_converter)
[ 333] self.assertIsInstance(
[ 334] function.parameters['something_else'].converter, clinic.str_converter)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 347] function = self.parse_function("module os\nos.access\n path: path_t(allow_fd=1)")
[ 347] function = self.parse_function(
[ 348] "module os\nos.access\n path: path_t(allow_fd=1)")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 401] self.assertEqual("stat($module, /, path)\n--\n\nThis/used to break Clinic!", function.docstring)
[ 401] self.assertEqual(
[ 402] "stat($module, /, path)\n--\n\nThis/used to break Clinic!", function.docstring)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 409] self.assertIsInstance(function.return_converter, clinic.int_return_converter)
[ 409] self.assertIsInstance(function.return_converter,
[ 410] clinic.int_return_converter)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 412] function = self.parse_function("module os\nos.access\n *\n follow_symlinks: bool = True")
[ 412] function = self.parse_function(
[ 413] "module os\nos.access\n *\n follow_symlinks: bool = True")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 418] function = self.parse_function("module window\nwindow.border\n [\n ls : int\n ]\n /\n")
[ 418] function = self.parse_function(
[ 419] "module window\nwindow.border\n [\n ls : int\n ]\n /\n")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 441] ('y', -1), ('x', -1),
[ 442] ('ch', 0),
[ 443] ('attr', 1),
[ 444] ):
[ 441] ('y', -1), ('x', -1),
[ 442] ('ch', 0),
[ 443] ('attr', 1),
[ 444] ):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 499] ('y1', -2), ('y2', -2),
[ 500] ('x1', -1), ('x2', -1),
[ 501] ('ch', 0),
[ 502] ('attr1', 1), ('attr2', 1), ('attr3', 1),
[ 503] ('attr4', 2), ('attr5', 2), ('attr6', 2),
[ 504] ):
[ 499] ('y1', -2), ('y2', -2),
[ 500] ('x1', -1), ('x2', -1),
[ 501] ('ch', 0),
[ 502] ('attr1', 1), ('attr2', 1), ('attr3', 1),
[ 503] ('attr4', 2), ('attr5', 2), ('attr6', 2),
[ 504] ):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 557] ('Error on line 0:\n'
[ 558] 'Function two_top_groups_on_left has an unsupported group configuration. (Unexpected state 2.b)\n'))
[ 557] ('Error on line 0:\n'
[ 558] 'Function two_top_groups_on_left has an unsupported group configuration. (Unexpected state 2.b)\n'))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 632] self.assertEqual(1, len(function.parameters)) # self!
[ 632] self.assertEqual(1, len(function.parameters)) # self!
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 753] parser.directives['setflag'] = lambda : setattr(parser, 'flag', True)
[ 753] parser.directives['setflag'] = lambda: setattr(parser, 'flag', True)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 761] self.assertIsInstance((function.parameters['path']).converter, clinic.str_converter)
[ 761] self.assertIsInstance(
[ 762] (function.parameters['path']).converter, clinic.str_converter)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[++++] /home/palash25/Dev/cpython/Tools/clinic/clinic_test.py
[ 786] clinic.fail('The igloos are melting!', filename='clown.txt', line_number=69)
[ 787] self.assertEqual(stdout.getvalue(), 'Error in file "clown.txt" on line 69:\nThe igloos are melting!\n')
[ 786] clinic.fail('The igloos are melting!',
[ 787] filename='clown.txt', line_number=69)
[ 788] self.assertEqual(stdout.getvalue(
[ 789] ), 'Error in file "clown.txt" on line 69:\nThe igloos are melting!\n')
Tools/clinic/clinic_test.py
[ 331] ········p·=·function.parameters['follow_symlinks']
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'p' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_objects.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_objects.py
[ 57] import unittest, doctest
[ 57] import unittest
[ 58] import doctest
[ 61]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_objects.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_objects.py
[ 66]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 22]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 58] if self.root: # Only clean if the test was actually run
[ 58] if self.root: # Only clean if the test was actually run
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 163] ("t4.py", "raise RuntimeError('Shouldnt load t4.py')"),
[ 164] ("t4", None),
[ 165] ("t4 __init__.py", ""),
[ 166] ("t4 sub.py", "raise RuntimeError('Shouldnt load sub.py')"),
[ 167] ("t4 sub", None),
[ 168] ("t4 sub __init__.py", ""),
[ 169] ("t4 sub subsub.py",
[ 170] "raise RuntimeError('Shouldnt load subsub.py')"),
[ 171] ("t4 sub subsub", None),
[ 172] ("t4 sub subsub __init__.py", "spam = 1"),
[ 163] ("t4.py", "raise RuntimeError('Shouldnt load t4.py')"),
[ 164] ("t4", None),
[ 165] ("t4 __init__.py", ""),
[ 166] ("t4 sub.py", "raise RuntimeError('Shouldnt load sub.py')"),
[ 167] ("t4 sub", None),
[ 168] ("t4 sub __init__.py", ""),
[ 169] ("t4 sub subsub.py",
[ 170] "raise RuntimeError('Shouldnt load subsub.py')"),
[ 171] ("t4 sub subsub", None),
[ 172] ("t4 sub subsub __init__.py", "spam = 1"),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 184] ("t5", None),
[ 185] ("t5 __init__.py", "import t5.foo"),
[ 186] ("t5 string.py", "spam = 1"),
[ 187] ("t5 foo.py",
[ 188] "from . import string; assert string.spam == 1"),
[ 184] ("t5", None),
[ 185] ("t5 __init__.py", "import t5.foo"),
[ 186] ("t5 string.py", "spam = 1"),
[ 187] ("t5 foo.py",
[ 188] "from . import string; assert string.spam == 1"),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 255]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pkg.py
[ 294]
Lib/test/test_pkg.py
[ 96] ········import·t1
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 't1' imported but unused
Lib/test/test_pkg.py
[ 126] ········from·t2.sub.subsub·import·spam
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 't2.sub.subsub.spam' imported but unused
Lib/test/test_pkg.py
[ 199] ········import·t5
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! redefinition of unused 't5' from line 192
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[ 33]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[ 40]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[ 458] chooser.result = ('', d.style.lookup(d.frame_color_set['style'], 'background'))
[ 458] chooser.result = ('', d.style.lookup(
[ 459] d.frame_color_set['style'], 'background'))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[ 497] self.assertEqual(d.style.lookup(d.frame_color_set['style'], 'background'), color)
[ 498] self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
[ 497] self.assertEqual(d.style.lookup(
[ 498] d.frame_color_set['style'], 'background'), color)
[ 499] self.assertEqual(d.highlight_sample.tag_cget(
[ 500] 'hilite', 'foreground'), color)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_configdialog.py
[ 555] eq(idleConf.GetSectionList('user', 'highlight'), [first_new, second_new])
[ 555] eq(idleConf.GetSectionList('user', 'highlight'),
[ 556] [first_new, second_new])
Lib/idlelib/idle_test/test_configdialog.py
[ 12] from·tkinter·import·Tk,·Frame,·StringVar,·IntVar,·BooleanVar,·DISABLED,·NORMAL
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'tkinter.Frame' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 289]
[ 292]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 606]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 671]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 730]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 785]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 845]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 900]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 941]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[ 985]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1031]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1072]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1119]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1220] stdout=subprocess.PIPE,
[1221] stdin=subprocess.PIPE,
[1222] stderr=subprocess.STDOUT,
[1223] )
[1220] stdout=subprocess.PIPE,
[1221] stdin=subprocess.PIPE,
[1222] stderr=subprocess.STDOUT,
[1223] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1283] stdout=subprocess.PIPE,
[1284] stdin=subprocess.PIPE,
[1285] stderr=subprocess.STDOUT,
[1286] )
[1283] stdout=subprocess.PIPE,
[1284] stdin=subprocess.PIPE,
[1285] stderr=subprocess.STDOUT,
[1286] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1299] '\n\nExpected:\n{}\nGot:\n{}\n'
[1300] 'Fail to handle a syntax error in the debuggee.'
[1301] .format(expected, stdout))
[1302]
[1299] '\n\nExpected:\n{}\nGot:\n{}\n'
[1300] 'Fail to handle a syntax error in the debuggee.'
[1301] .format(expected, stdout))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1330] stdout.decode())
[1330] stdout.decode())
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1352] self.assertTrue(any("SUCCESS" in l for l in stdout.splitlines()), stdout)
[1352] self.assertTrue(
[1353] any("SUCCESS" in l for l in stdout.splitlines()), stdout)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1364] self.assertTrue(any("SUCCESS" in l for l in stdout.splitlines()), stdout)
[1364] self.assertTrue(
[1365] any("SUCCESS" in l for l in stdout.splitlines()), stdout)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1378] self.assertTrue(any("Breakpoint 1 at" in l for l in stdout.splitlines()), stdout)
[1379] self.assertTrue(all("SUCCESS" not in l for l in stdout.splitlines()), stdout)
[1378] self.assertTrue(
[1379] any("Breakpoint 1 at" in l for l in stdout.splitlines()), stdout)
[1380] self.assertTrue(
[1381] all("SUCCESS" not in l for l in stdout.splitlines()), stdout)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1450] self.assertTrue(any("VAR from module" in l for l in stdout.splitlines()), stdout)
[1450] self.assertTrue(
[1451] any("VAR from module" in l for l in stdout.splitlines()), stdout)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_pdb.py
[1483] self.assertTrue(any("VAR from module" in l for l in stdout.splitlines()), stdout)
[1483] self.assertTrue(
[1484] any("VAR from module" in l for l in stdout.splitlines()), stdout)
Lib/test/test_pdb.py
[1397] ········with·open(init_file,·'w')·as·f:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'f' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 46] 'os.O_BINARY);')
[ 46] 'os.O_BINARY);')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 87]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 250] stdout=subprocess.PIPE, stderr=subprocess.PIPE)
[ 250] stdout=subprocess.PIPE, stderr=subprocess.PIPE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 282] stdin=subprocess.PIPE, stdout=subprocess.PIPE)
[ 282] stdin=subprocess.PIPE, stdout=subprocess.PIPE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 346] stdout=subprocess.PIPE,
[ 347] **kwargs)
[ 346] stdout=subprocess.PIPE,
[ 347] **kwargs)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 436] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 437] stdin=subprocess.PIPE)
[ 436] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 437] stdin=subprocess.PIPE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 451] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 452] stdin=d)
[ 451] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 452] stdin=d)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 463] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 464] stdin=tf)
[ 463] 'import sys; sys.exit(sys.stdin.read() == "pear")'],
[ 464] stdin=tf)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 471] 'import sys; sys.stdout.write("orange")'],
[ 472] stdout=subprocess.PIPE)
[ 471] 'import sys; sys.stdout.write("orange")'],
[ 472] stdout=subprocess.PIPE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 482] 'import sys; sys.stdout.write("orange")'],
[ 483] stdout=d)
[ 482] 'import sys; sys.stdout.write("orange")'],
[ 483] stdout=d)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 493] 'import sys; sys.stdout.write("orange")'],
[ 494] stdout=tf)
[ 493] 'import sys; sys.stdout.write("orange")'],
[ 494] stdout=tf)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 502] 'import sys; sys.stderr.write("strawberry")'],
[ 503] stderr=subprocess.PIPE)
[ 502] 'import sys; sys.stderr.write("strawberry")'],
[ 503] stderr=subprocess.PIPE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 513] 'import sys; sys.stderr.write("strawberry")'],
[ 514] stderr=d)
[ 513] 'import sys; sys.stderr.write("strawberry")'],
[ 514] stderr=d)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 524] 'import sys; sys.stderr.write("strawberry")'],
[ 525] stderr=tf)
[ 524] 'import sys; sys.stderr.write("strawberry")'],
[ 525] stderr=tf)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 546] #NOTE: stdout should get stderr from grandchild
[ 546] # NOTE: stdout should get stderr from grandchild
[ 548] self.assertStderrEqual(stderr, b'') # should be empty
[ 548] self.assertStderrEqual(stderr, b'') # should be empty
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 587] 'b\'test with stdout=1\'))"], stdout=1); '
[ 587] 'b\'test with stdout=1\'))"], stdout=1); '
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 601] stdout=subprocess.DEVNULL)
[ 601] stdout=subprocess.DEVNULL)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 610] stderr=subprocess.DEVNULL)
[ 610] stderr=subprocess.DEVNULL)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 618] stdin=subprocess.DEVNULL)
[ 618] stdin=subprocess.DEVNULL)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 649] '__PYVENV_LAUNCHER__' in n or # MacOS framework build
[ 650] n == 'LD_PRELOAD' or n.startswith('SANDBOX') or # Gentoo
[ 651] n == 'LC_CTYPE') # Locale coercion triggered
[ 649] '__PYVENV_LAUNCHER__' in n or # MacOS framework build
[ 650] n == 'LD_PRELOAD' or n.startswith('SANDBOX') or # Gentoo
[ 651] n == 'LC_CTYPE') # Locale coercion triggered
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[ 791] p = subprocess.Popen((sys.executable, "-c", "pass"), **options)
[ 791] p = subprocess.Popen(
[ 792] (sys.executable, "-c", "pass"), **options)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1012] max_handles = 1026 # too much for most UNIX systems
[1012] max_handles = 1026 # too much for most UNIX systems
[1014] max_handles = 2050 # too much for (at least some) Windows setups
[1014] max_handles = 2050 # too much for (at least some) Windows setups
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1021] handles.append(os.open(tmpfile, os.O_WRONLY|os.O_CREAT))
[1021] handles.append(os.open(tmpfile, os.O_WRONLY | os.O_CREAT))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1028] "(tried %d)" % max_handles)
[1028] "(tried %d)" % max_handles)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1117] p.stdin.write(line) # expect that it flushes the line in text mode
[1118] os.close(p.stdin.fileno()) # close it without flushing the buffer
[1117] p.stdin.write(line) # expect that it flushes the line in text mode
[1118] os.close(p.stdin.fileno()) # close it without flushing the buffer
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1138] line = b'line' + os.linesep.encode() # assume ascii-based locale
[1138] line = b'line' + os.linesep.encode() # assume ascii-based locale
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1197]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1281] "[sys.executable, '-c', 'print(\"Hello World!\")'])",
[1281] "[sys.executable, '-c', 'print(\"Hello World!\")'])",
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1293] subprocess.Popen (["*"], stdin=ifhandle, stdout=ofhandle,
[1294] stderr=efhandle)
[1293] subprocess.Popen(["*"], stdin=ifhandle, stdout=ofhandle,
[1294] stderr=efhandle)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1347]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1447] msg="Expected ValueError when stdin and input args supplied.") as c:
[1447] msg="Expected ValueError when stdin and input args supplied.") as c:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1471] 'sys.exit(33 if os.getenv("FRUIT")=="banana" else 31)'),
[1471] 'sys.exit(33 if os.getenv("FRUIT")=="banana" else 31)'),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1488] msg=("Expected ValueError when stdout and capture_output "
[1489] "args supplied.")) as c:
[1488] msg=("Expected ValueError when stdout and capture_output "
[1489] "args supplied.")) as c:
[1491] capture_output=True, stdout=tf)
[1491] capture_output=True, stdout=tf)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1500] msg=("Expected ValueError when stderr and capture_output "
[1501] "args supplied.")) as c:
[1500] msg=("Expected ValueError when stderr and capture_output "
[1501] "args supplied.")) as c:
[1503] capture_output=True, stderr=tf)
[1503] capture_output=True, stderr=tf)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1603]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1620]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1703]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1865] if not shells: # Will probably work for any shell but csh.
[1865] if not shells: # Will probably work for any shell but csh.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[1981] 'import sys;'
[1982] 'sys.stdout.write("apple");'
[1983] 'sys.stdout.flush();'
[1984] 'sys.stderr.write("orange")'],
[1985] stdin=stdin,
[1986] stdout=subprocess.PIPE,
[1987] stderr=subprocess.PIPE).communicate()
[1981] 'import sys;'
[1982] 'sys.stdout.write("apple");'
[1983] 'sys.stdout.flush();'
[1984] 'sys.stderr.write("orange")'],
[1985] stdin=stdin,
[1986] stdout=subprocess.PIPE,
[1987] stderr=subprocess.PIPE).communicate()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2061] 'import sys; got = sys.stdin.read();'
[2062] 'sys.stdout.write("got %s"%got); sys.stderr.write("err")'],
[2063] stdin=temp_fds[1],
[2064] stdout=temp_fds[2],
[2065] stderr=temp_fds[0])
[2061] 'import sys; got = sys.stdin.read();'
[2062] 'sys.stdout.write("got %s"%got); sys.stderr.write("err")'],
[2063] stdin=temp_fds[1],
[2064] stdout=temp_fds[2],
[2065] stderr=temp_fds[0])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2105] 'import sys; got = sys.stdin.read();'
[2106] 'sys.stdout.write("got %s"%got); sys.stderr.write("err")'],
[2107] stdin=stdin_no,
[2108] stdout=stdout_no,
[2109] stderr=stderr_no)
[2105] 'import sys; got = sys.stdin.read();'
[2106] 'sys.stdout.write("got %s"%got); sys.stderr.write("err")'],
[2107] stdin=stdin_no,
[2108] stdout=stdout_no,
[2109] stderr=stderr_no)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2220] decoded_value = encoded_value.decode("latin1", "surrogateescape")
[2220] decoded_value = encoded_value.decode(
[2221] "latin1", "surrogateescape")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2288] (unwanted_fds, result_fds & unwanted_fds))
[2288] (unwanted_fds, result_fds & unwanted_fds))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2307]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2312]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2378]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2398] '''
[2398] '''
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2457]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2649] func = lambda: None
[2649] def func(): return None
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2673]
[2676]
[2679]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[2837] close_fds=True)
[2837] close_fds=True)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3001]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3120] self.fname = fname.lower ()
[3120] self.fname = fname.lower()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3123] )
[3123] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3135] p.stdout.read ().decode("mbcs"),
[3135] p.stdout.read().decode("mbcs"),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3151] "ab cd"))
[3151] "ab cd"))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_subprocess.py
[3182] "import sys;"
[3183] "sys.exit(sys.stdin.read() == 'context')"],
[3184] stdin=subprocess.PIPE) as proc:
[3182] "import sys;"
[3183] "sys.exit(sys.stdin.read() == 'context')"],
[3184] stdin=subprocess.PIPE) as proc:
Lib/test/test_subprocess.py
[ 11] import·errno
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u0401' # 0xA1 -> CYRILLIC CAPITAL LETTER IO
[ 210] '\u0402' # 0xA2 -> CYRILLIC CAPITAL LETTER DJE
[ 211] '\u0403' # 0xA3 -> CYRILLIC CAPITAL LETTER GJE
[ 212] '\u0404' # 0xA4 -> CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 213] '\u0405' # 0xA5 -> CYRILLIC CAPITAL LETTER DZE
[ 214] '\u0406' # 0xA6 -> CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 215] '\u0407' # 0xA7 -> CYRILLIC CAPITAL LETTER YI
[ 216] '\u0408' # 0xA8 -> CYRILLIC CAPITAL LETTER JE
[ 217] '\u0409' # 0xA9 -> CYRILLIC CAPITAL LETTER LJE
[ 218] '\u040a' # 0xAA -> CYRILLIC CAPITAL LETTER NJE
[ 219] '\u040b' # 0xAB -> CYRILLIC CAPITAL LETTER TSHE
[ 220] '\u040c' # 0xAC -> CYRILLIC CAPITAL LETTER KJE
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\u040e' # 0xAE -> CYRILLIC CAPITAL LETTER SHORT U
[ 223] '\u040f' # 0xAF -> CYRILLIC CAPITAL LETTER DZHE
[ 224] '\u0410' # 0xB0 -> CYRILLIC CAPITAL LETTER A
[ 225] '\u0411' # 0xB1 -> CYRILLIC CAPITAL LETTER BE
[ 226] '\u0412' # 0xB2 -> CYRILLIC CAPITAL LETTER VE
[ 227] '\u0413' # 0xB3 -> CYRILLIC CAPITAL LETTER GHE
[ 228] '\u0414' # 0xB4 -> CYRILLIC CAPITAL LETTER DE
[ 229] '\u0415' # 0xB5 -> CYRILLIC CAPITAL LETTER IE
[ 230] '\u0416' # 0xB6 -> CYRILLIC CAPITAL LETTER ZHE
[ 231] '\u0417' # 0xB7 -> CYRILLIC CAPITAL LETTER ZE
[ 232] '\u0418' # 0xB8 -> CYRILLIC CAPITAL LETTER I
[ 233] '\u0419' # 0xB9 -> CYRILLIC CAPITAL LETTER SHORT I
[ 234] '\u041a' # 0xBA -> CYRILLIC CAPITAL LETTER KA
[ 235] '\u041b' # 0xBB -> CYRILLIC CAPITAL LETTER EL
[ 236] '\u041c' # 0xBC -> CYRILLIC CAPITAL LETTER EM
[ 237] '\u041d' # 0xBD -> CYRILLIC CAPITAL LETTER EN
[ 238] '\u041e' # 0xBE -> CYRILLIC CAPITAL LETTER O
[ 239] '\u041f' # 0xBF -> CYRILLIC CAPITAL LETTER PE
[ 240] '\u0420' # 0xC0 -> CYRILLIC CAPITAL LETTER ER
[ 241] '\u0421' # 0xC1 -> CYRILLIC CAPITAL LETTER ES
[ 242] '\u0422' # 0xC2 -> CYRILLIC CAPITAL LETTER TE
[ 243] '\u0423' # 0xC3 -> CYRILLIC CAPITAL LETTER U
[ 244] '\u0424' # 0xC4 -> CYRILLIC CAPITAL LETTER EF
[ 245] '\u0425' # 0xC5 -> CYRILLIC CAPITAL LETTER HA
[ 246] '\u0426' # 0xC6 -> CYRILLIC CAPITAL LETTER TSE
[ 247] '\u0427' # 0xC7 -> CYRILLIC CAPITAL LETTER CHE
[ 248] '\u0428' # 0xC8 -> CYRILLIC CAPITAL LETTER SHA
[ 249] '\u0429' # 0xC9 -> CYRILLIC CAPITAL LETTER SHCHA
[ 250] '\u042a' # 0xCA -> CYRILLIC CAPITAL LETTER HARD SIGN
[ 251] '\u042b' # 0xCB -> CYRILLIC CAPITAL LETTER YERU
[ 252] '\u042c' # 0xCC -> CYRILLIC CAPITAL LETTER SOFT SIGN
[ 253] '\u042d' # 0xCD -> CYRILLIC CAPITAL LETTER E
[ 254] '\u042e' # 0xCE -> CYRILLIC CAPITAL LETTER YU
[ 255] '\u042f' # 0xCF -> CYRILLIC CAPITAL LETTER YA
[ 256] '\u0430' # 0xD0 -> CYRILLIC SMALL LETTER A
[ 257] '\u0431' # 0xD1 -> CYRILLIC SMALL LETTER BE
[ 258] '\u0432' # 0xD2 -> CYRILLIC SMALL LETTER VE
[ 259] '\u0433' # 0xD3 -> CYRILLIC SMALL LETTER GHE
[ 260] '\u0434' # 0xD4 -> CYRILLIC SMALL LETTER DE
[ 261] '\u0435' # 0xD5 -> CYRILLIC SMALL LETTER IE
[ 262] '\u0436' # 0xD6 -> CYRILLIC SMALL LETTER ZHE
[ 263] '\u0437' # 0xD7 -> CYRILLIC SMALL LETTER ZE
[ 264] '\u0438' # 0xD8 -> CYRILLIC SMALL LETTER I
[ 265] '\u0439' # 0xD9 -> CYRILLIC SMALL LETTER SHORT I
[ 266] '\u043a' # 0xDA -> CYRILLIC SMALL LETTER KA
[ 267] '\u043b' # 0xDB -> CYRILLIC SMALL LETTER EL
[ 268] '\u043c' # 0xDC -> CYRILLIC SMALL LETTER EM
[ 269] '\u043d' # 0xDD -> CYRILLIC SMALL LETTER EN
[ 270] '\u043e' # 0xDE -> CYRILLIC SMALL LETTER O
[ 271] '\u043f' # 0xDF -> CYRILLIC SMALL LETTER PE
[ 272] '\u0440' # 0xE0 -> CYRILLIC SMALL LETTER ER
[ 273] '\u0441' # 0xE1 -> CYRILLIC SMALL LETTER ES
[ 274] '\u0442' # 0xE2 -> CYRILLIC SMALL LETTER TE
[ 275] '\u0443' # 0xE3 -> CYRILLIC SMALL LETTER U
[ 276] '\u0444' # 0xE4 -> CYRILLIC SMALL LETTER EF
[ 277] '\u0445' # 0xE5 -> CYRILLIC SMALL LETTER HA
[ 278] '\u0446' # 0xE6 -> CYRILLIC SMALL LETTER TSE
[ 279] '\u0447' # 0xE7 -> CYRILLIC SMALL LETTER CHE
[ 280] '\u0448' # 0xE8 -> CYRILLIC SMALL LETTER SHA
[ 281] '\u0449' # 0xE9 -> CYRILLIC SMALL LETTER SHCHA
[ 282] '\u044a' # 0xEA -> CYRILLIC SMALL LETTER HARD SIGN
[ 283] '\u044b' # 0xEB -> CYRILLIC SMALL LETTER YERU
[ 284] '\u044c' # 0xEC -> CYRILLIC SMALL LETTER SOFT SIGN
[ 285] '\u044d' # 0xED -> CYRILLIC SMALL LETTER E
[ 286] '\u044e' # 0xEE -> CYRILLIC SMALL LETTER YU
[ 287] '\u044f' # 0xEF -> CYRILLIC SMALL LETTER YA
[ 288] '\u2116' # 0xF0 -> NUMERO SIGN
[ 289] '\u0451' # 0xF1 -> CYRILLIC SMALL LETTER IO
[ 290] '\u0452' # 0xF2 -> CYRILLIC SMALL LETTER DJE
[ 291] '\u0453' # 0xF3 -> CYRILLIC SMALL LETTER GJE
[ 292] '\u0454' # 0xF4 -> CYRILLIC SMALL LETTER UKRAINIAN IE
[ 293] '\u0455' # 0xF5 -> CYRILLIC SMALL LETTER DZE
[ 294] '\u0456' # 0xF6 -> CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 295] '\u0457' # 0xF7 -> CYRILLIC SMALL LETTER YI
[ 296] '\u0458' # 0xF8 -> CYRILLIC SMALL LETTER JE
[ 297] '\u0459' # 0xF9 -> CYRILLIC SMALL LETTER LJE
[ 298] '\u045a' # 0xFA -> CYRILLIC SMALL LETTER NJE
[ 299] '\u045b' # 0xFB -> CYRILLIC SMALL LETTER TSHE
[ 300] '\u045c' # 0xFC -> CYRILLIC SMALL LETTER KJE
[ 301] '\xa7' # 0xFD -> SECTION SIGN
[ 302] '\u045e' # 0xFE -> CYRILLIC SMALL LETTER SHORT U
[ 303] '\u045f' # 0xFF -> CYRILLIC SMALL LETTER DZHE
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u0401' # 0xA1 -> CYRILLIC CAPITAL LETTER IO
[ 210] '\u0402' # 0xA2 -> CYRILLIC CAPITAL LETTER DJE
[ 211] '\u0403' # 0xA3 -> CYRILLIC CAPITAL LETTER GJE
[ 212] '\u0404' # 0xA4 -> CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 213] '\u0405' # 0xA5 -> CYRILLIC CAPITAL LETTER DZE
[ 214] '\u0406' # 0xA6 -> CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 215] '\u0407' # 0xA7 -> CYRILLIC CAPITAL LETTER YI
[ 216] '\u0408' # 0xA8 -> CYRILLIC CAPITAL LETTER JE
[ 217] '\u0409' # 0xA9 -> CYRILLIC CAPITAL LETTER LJE
[ 218] '\u040a' # 0xAA -> CYRILLIC CAPITAL LETTER NJE
[ 219] '\u040b' # 0xAB -> CYRILLIC CAPITAL LETTER TSHE
[ 220] '\u040c' # 0xAC -> CYRILLIC CAPITAL LETTER KJE
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\u040e' # 0xAE -> CYRILLIC CAPITAL LETTER SHORT U
[ 223] '\u040f' # 0xAF -> CYRILLIC CAPITAL LETTER DZHE
[ 224] '\u0410' # 0xB0 -> CYRILLIC CAPITAL LETTER A
[ 225] '\u0411' # 0xB1 -> CYRILLIC CAPITAL LETTER BE
[ 226] '\u0412' # 0xB2 -> CYRILLIC CAPITAL LETTER VE
[ 227] '\u0413' # 0xB3 -> CYRILLIC CAPITAL LETTER GHE
[ 228] '\u0414' # 0xB4 -> CYRILLIC CAPITAL LETTER DE
[ 229] '\u0415' # 0xB5 -> CYRILLIC CAPITAL LETTER IE
[ 230] '\u0416' # 0xB6 -> CYRILLIC CAPITAL LETTER ZHE
[ 231] '\u0417' # 0xB7 -> CYRILLIC CAPITAL LETTER ZE
[ 232] '\u0418' # 0xB8 -> CYRILLIC CAPITAL LETTER I
[ 233] '\u0419' # 0xB9 -> CYRILLIC CAPITAL LETTER SHORT I
[ 234] '\u041a' # 0xBA -> CYRILLIC CAPITAL LETTER KA
[ 235] '\u041b' # 0xBB -> CYRILLIC CAPITAL LETTER EL
[ 236] '\u041c' # 0xBC -> CYRILLIC CAPITAL LETTER EM
[ 237] '\u041d' # 0xBD -> CYRILLIC CAPITAL LETTER EN
[ 238] '\u041e' # 0xBE -> CYRILLIC CAPITAL LETTER O
[ 239] '\u041f' # 0xBF -> CYRILLIC CAPITAL LETTER PE
[ 240] '\u0420' # 0xC0 -> CYRILLIC CAPITAL LETTER ER
[ 241] '\u0421' # 0xC1 -> CYRILLIC CAPITAL LETTER ES
[ 242] '\u0422' # 0xC2 -> CYRILLIC CAPITAL LETTER TE
[ 243] '\u0423' # 0xC3 -> CYRILLIC CAPITAL LETTER U
[ 244] '\u0424' # 0xC4 -> CYRILLIC CAPITAL LETTER EF
[ 245] '\u0425' # 0xC5 -> CYRILLIC CAPITAL LETTER HA
[ 246] '\u0426' # 0xC6 -> CYRILLIC CAPITAL LETTER TSE
[ 247] '\u0427' # 0xC7 -> CYRILLIC CAPITAL LETTER CHE
[ 248] '\u0428' # 0xC8 -> CYRILLIC CAPITAL LETTER SHA
[ 249] '\u0429' # 0xC9 -> CYRILLIC CAPITAL LETTER SHCHA
[ 250] '\u042a' # 0xCA -> CYRILLIC CAPITAL LETTER HARD SIGN
[ 251] '\u042b' # 0xCB -> CYRILLIC CAPITAL LETTER YERU
[ 252] '\u042c' # 0xCC -> CYRILLIC CAPITAL LETTER SOFT SIGN
[ 253] '\u042d' # 0xCD -> CYRILLIC CAPITAL LETTER E
[ 254] '\u042e' # 0xCE -> CYRILLIC CAPITAL LETTER YU
[ 255] '\u042f' # 0xCF -> CYRILLIC CAPITAL LETTER YA
[ 256] '\u0430' # 0xD0 -> CYRILLIC SMALL LETTER A
[ 257] '\u0431' # 0xD1 -> CYRILLIC SMALL LETTER BE
[ 258] '\u0432' # 0xD2 -> CYRILLIC SMALL LETTER VE
[ 259] '\u0433' # 0xD3 -> CYRILLIC SMALL LETTER GHE
[ 260] '\u0434' # 0xD4 -> CYRILLIC SMALL LETTER DE
[ 261] '\u0435' # 0xD5 -> CYRILLIC SMALL LETTER IE
[ 262] '\u0436' # 0xD6 -> CYRILLIC SMALL LETTER ZHE
[ 263] '\u0437' # 0xD7 -> CYRILLIC SMALL LETTER ZE
[ 264] '\u0438' # 0xD8 -> CYRILLIC SMALL LETTER I
[ 265] '\u0439' # 0xD9 -> CYRILLIC SMALL LETTER SHORT I
[ 266] '\u043a' # 0xDA -> CYRILLIC SMALL LETTER KA
[ 267] '\u043b' # 0xDB -> CYRILLIC SMALL LETTER EL
[ 268] '\u043c' # 0xDC -> CYRILLIC SMALL LETTER EM
[ 269] '\u043d' # 0xDD -> CYRILLIC SMALL LETTER EN
[ 270] '\u043e' # 0xDE -> CYRILLIC SMALL LETTER O
[ 271] '\u043f' # 0xDF -> CYRILLIC SMALL LETTER PE
[ 272] '\u0440' # 0xE0 -> CYRILLIC SMALL LETTER ER
[ 273] '\u0441' # 0xE1 -> CYRILLIC SMALL LETTER ES
[ 274] '\u0442' # 0xE2 -> CYRILLIC SMALL LETTER TE
[ 275] '\u0443' # 0xE3 -> CYRILLIC SMALL LETTER U
[ 276] '\u0444' # 0xE4 -> CYRILLIC SMALL LETTER EF
[ 277] '\u0445' # 0xE5 -> CYRILLIC SMALL LETTER HA
[ 278] '\u0446' # 0xE6 -> CYRILLIC SMALL LETTER TSE
[ 279] '\u0447' # 0xE7 -> CYRILLIC SMALL LETTER CHE
[ 280] '\u0448' # 0xE8 -> CYRILLIC SMALL LETTER SHA
[ 281] '\u0449' # 0xE9 -> CYRILLIC SMALL LETTER SHCHA
[ 282] '\u044a' # 0xEA -> CYRILLIC SMALL LETTER HARD SIGN
[ 283] '\u044b' # 0xEB -> CYRILLIC SMALL LETTER YERU
[ 284] '\u044c' # 0xEC -> CYRILLIC SMALL LETTER SOFT SIGN
[ 285] '\u044d' # 0xED -> CYRILLIC SMALL LETTER E
[ 286] '\u044e' # 0xEE -> CYRILLIC SMALL LETTER YU
[ 287] '\u044f' # 0xEF -> CYRILLIC SMALL LETTER YA
[ 288] '\u2116' # 0xF0 -> NUMERO SIGN
[ 289] '\u0451' # 0xF1 -> CYRILLIC SMALL LETTER IO
[ 290] '\u0452' # 0xF2 -> CYRILLIC SMALL LETTER DJE
[ 291] '\u0453' # 0xF3 -> CYRILLIC SMALL LETTER GJE
[ 292] '\u0454' # 0xF4 -> CYRILLIC SMALL LETTER UKRAINIAN IE
[ 293] '\u0455' # 0xF5 -> CYRILLIC SMALL LETTER DZE
[ 294] '\u0456' # 0xF6 -> CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 295] '\u0457' # 0xF7 -> CYRILLIC SMALL LETTER YI
[ 296] '\u0458' # 0xF8 -> CYRILLIC SMALL LETTER JE
[ 297] '\u0459' # 0xF9 -> CYRILLIC SMALL LETTER LJE
[ 298] '\u045a' # 0xFA -> CYRILLIC SMALL LETTER NJE
[ 299] '\u045b' # 0xFB -> CYRILLIC SMALL LETTER TSHE
[ 300] '\u045c' # 0xFC -> CYRILLIC SMALL LETTER KJE
[ 301] '\xa7' # 0xFD -> SECTION SIGN
[ 302] '\u045e' # 0xFE -> CYRILLIC SMALL LETTER SHORT U
[ 303] '\u045f' # 0xFF -> CYRILLIC SMALL LETTER DZHE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_5.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_map)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_map)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_map)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_map)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 44] ### Decoding Map
[ 44] # Decoding Map
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 48] 0x0080: 0x00c7, # LATIN CAPITAL LETTER C WITH CEDILLA
[ 49] 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS
[ 50] 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE
[ 51] 0x0083: 0x00e2, # LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 52] 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS
[ 53] 0x0085: 0x00e0, # LATIN SMALL LETTER A WITH GRAVE
[ 54] 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE
[ 55] 0x0087: 0x00e7, # LATIN SMALL LETTER C WITH CEDILLA
[ 56] 0x0088: 0x00ea, # LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 57] 0x0089: 0x00eb, # LATIN SMALL LETTER E WITH DIAERESIS
[ 58] 0x008a: 0x00e8, # LATIN SMALL LETTER E WITH GRAVE
[ 59] 0x008b: 0x00ef, # LATIN SMALL LETTER I WITH DIAERESIS
[ 60] 0x008c: 0x00ee, # LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 61] 0x008d: 0x00ec, # LATIN SMALL LETTER I WITH GRAVE
[ 62] 0x008e: 0x00c4, # LATIN CAPITAL LETTER A WITH DIAERESIS
[ 63] 0x008f: 0x00c5, # LATIN CAPITAL LETTER A WITH RING ABOVE
[ 64] 0x0090: 0x00c9, # LATIN CAPITAL LETTER E WITH ACUTE
[ 65] 0x0091: 0x00e6, # LATIN SMALL LIGATURE AE
[ 66] 0x0092: 0x00c6, # LATIN CAPITAL LIGATURE AE
[ 67] 0x0093: 0x00f4, # LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 68] 0x0094: 0x00f6, # LATIN SMALL LETTER O WITH DIAERESIS
[ 69] 0x0095: 0x00f2, # LATIN SMALL LETTER O WITH GRAVE
[ 70] 0x0096: 0x00fb, # LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 71] 0x0097: 0x00f9, # LATIN SMALL LETTER U WITH GRAVE
[ 72] 0x0098: 0x00ff, # LATIN SMALL LETTER Y WITH DIAERESIS
[ 73] 0x0099: 0x00d6, # LATIN CAPITAL LETTER O WITH DIAERESIS
[ 74] 0x009a: 0x00dc, # LATIN CAPITAL LETTER U WITH DIAERESIS
[ 75] 0x009b: 0x00f8, # LATIN SMALL LETTER O WITH STROKE
[ 76] 0x009c: 0x00a3, # POUND SIGN
[ 77] 0x009d: 0x00d8, # LATIN CAPITAL LETTER O WITH STROKE
[ 78] 0x009e: 0x20a7, # PESETA SIGN
[ 79] 0x009f: 0x0192, # LATIN SMALL LETTER F WITH HOOK
[ 80] 0x00a0: 0x00e1, # LATIN SMALL LETTER A WITH ACUTE
[ 81] 0x00a1: 0x00ed, # LATIN SMALL LETTER I WITH ACUTE
[ 82] 0x00a2: 0x00f3, # LATIN SMALL LETTER O WITH ACUTE
[ 83] 0x00a3: 0x00fa, # LATIN SMALL LETTER U WITH ACUTE
[ 84] 0x00a4: 0x00f1, # LATIN SMALL LETTER N WITH TILDE
[ 85] 0x00a5: 0x00d1, # LATIN CAPITAL LETTER N WITH TILDE
[ 86] 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR
[ 87] 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR
[ 88] 0x00a8: 0x00bf, # INVERTED QUESTION MARK
[ 89] 0x00a9: 0x2310, # REVERSED NOT SIGN
[ 90] 0x00aa: 0x00ac, # NOT SIGN
[ 91] 0x00ab: 0x00bd, # VULGAR FRACTION ONE HALF
[ 92] 0x00ac: 0x00bc, # VULGAR FRACTION ONE QUARTER
[ 93] 0x00ad: 0x00a1, # INVERTED EXCLAMATION MARK
[ 94] 0x00ae: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 95] 0x00af: 0x00a4, # CURRENCY SIGN
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x03b1, # GREEK SMALL LETTER ALPHA
[ 145] 0x00e1: 0x00df, # LATIN SMALL LETTER SHARP S
[ 146] 0x00e2: 0x0393, # GREEK CAPITAL LETTER GAMMA
[ 147] 0x00e3: 0x03c0, # GREEK SMALL LETTER PI
[ 148] 0x00e4: 0x03a3, # GREEK CAPITAL LETTER SIGMA
[ 149] 0x00e5: 0x03c3, # GREEK SMALL LETTER SIGMA
[ 150] 0x00e6: 0x00b5, # MICRO SIGN
[ 151] 0x00e7: 0x03c4, # GREEK SMALL LETTER TAU
[ 152] 0x00e8: 0x03a6, # GREEK CAPITAL LETTER PHI
[ 153] 0x00e9: 0x0398, # GREEK CAPITAL LETTER THETA
[ 154] 0x00ea: 0x03a9, # GREEK CAPITAL LETTER OMEGA
[ 155] 0x00eb: 0x03b4, # GREEK SMALL LETTER DELTA
[ 156] 0x00ec: 0x221e, # INFINITY
[ 157] 0x00ed: 0x03c6, # GREEK SMALL LETTER PHI
[ 158] 0x00ee: 0x03b5, # GREEK SMALL LETTER EPSILON
[ 159] 0x00ef: 0x2229, # INTERSECTION
[ 160] 0x00f0: 0x2261, # IDENTICAL TO
[ 161] 0x00f1: 0x00b1, # PLUS-MINUS SIGN
[ 162] 0x00f2: 0x2265, # GREATER-THAN OR EQUAL TO
[ 163] 0x00f3: 0x2264, # LESS-THAN OR EQUAL TO
[ 164] 0x00f4: 0x2320, # TOP HALF INTEGRAL
[ 165] 0x00f5: 0x2321, # BOTTOM HALF INTEGRAL
[ 166] 0x00f6: 0x00f7, # DIVISION SIGN
[ 167] 0x00f7: 0x2248, # ALMOST EQUAL TO
[ 168] 0x00f8: 0x00b0, # DEGREE SIGN
[ 169] 0x00f9: 0x2219, # BULLET OPERATOR
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x207f, # SUPERSCRIPT LATIN SMALL LETTER N
[ 173] 0x00fd: 0x00b2, # SUPERSCRIPT TWO
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
[ 48] 0x0080: 0x00c7, # LATIN CAPITAL LETTER C WITH CEDILLA
[ 49] 0x0081: 0x00fc, # LATIN SMALL LETTER U WITH DIAERESIS
[ 50] 0x0082: 0x00e9, # LATIN SMALL LETTER E WITH ACUTE
[ 51] 0x0083: 0x00e2, # LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 52] 0x0084: 0x00e4, # LATIN SMALL LETTER A WITH DIAERESIS
[ 53] 0x0085: 0x00e0, # LATIN SMALL LETTER A WITH GRAVE
[ 54] 0x0086: 0x00e5, # LATIN SMALL LETTER A WITH RING ABOVE
[ 55] 0x0087: 0x00e7, # LATIN SMALL LETTER C WITH CEDILLA
[ 56] 0x0088: 0x00ea, # LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 57] 0x0089: 0x00eb, # LATIN SMALL LETTER E WITH DIAERESIS
[ 58] 0x008a: 0x00e8, # LATIN SMALL LETTER E WITH GRAVE
[ 59] 0x008b: 0x00ef, # LATIN SMALL LETTER I WITH DIAERESIS
[ 60] 0x008c: 0x00ee, # LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 61] 0x008d: 0x00ec, # LATIN SMALL LETTER I WITH GRAVE
[ 62] 0x008e: 0x00c4, # LATIN CAPITAL LETTER A WITH DIAERESIS
[ 63] 0x008f: 0x00c5, # LATIN CAPITAL LETTER A WITH RING ABOVE
[ 64] 0x0090: 0x00c9, # LATIN CAPITAL LETTER E WITH ACUTE
[ 65] 0x0091: 0x00e6, # LATIN SMALL LIGATURE AE
[ 66] 0x0092: 0x00c6, # LATIN CAPITAL LIGATURE AE
[ 67] 0x0093: 0x00f4, # LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 68] 0x0094: 0x00f6, # LATIN SMALL LETTER O WITH DIAERESIS
[ 69] 0x0095: 0x00f2, # LATIN SMALL LETTER O WITH GRAVE
[ 70] 0x0096: 0x00fb, # LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 71] 0x0097: 0x00f9, # LATIN SMALL LETTER U WITH GRAVE
[ 72] 0x0098: 0x00ff, # LATIN SMALL LETTER Y WITH DIAERESIS
[ 73] 0x0099: 0x00d6, # LATIN CAPITAL LETTER O WITH DIAERESIS
[ 74] 0x009a: 0x00dc, # LATIN CAPITAL LETTER U WITH DIAERESIS
[ 75] 0x009b: 0x00f8, # LATIN SMALL LETTER O WITH STROKE
[ 76] 0x009c: 0x00a3, # POUND SIGN
[ 77] 0x009d: 0x00d8, # LATIN CAPITAL LETTER O WITH STROKE
[ 78] 0x009e: 0x20a7, # PESETA SIGN
[ 79] 0x009f: 0x0192, # LATIN SMALL LETTER F WITH HOOK
[ 80] 0x00a0: 0x00e1, # LATIN SMALL LETTER A WITH ACUTE
[ 81] 0x00a1: 0x00ed, # LATIN SMALL LETTER I WITH ACUTE
[ 82] 0x00a2: 0x00f3, # LATIN SMALL LETTER O WITH ACUTE
[ 83] 0x00a3: 0x00fa, # LATIN SMALL LETTER U WITH ACUTE
[ 84] 0x00a4: 0x00f1, # LATIN SMALL LETTER N WITH TILDE
[ 85] 0x00a5: 0x00d1, # LATIN CAPITAL LETTER N WITH TILDE
[ 86] 0x00a6: 0x00aa, # FEMININE ORDINAL INDICATOR
[ 87] 0x00a7: 0x00ba, # MASCULINE ORDINAL INDICATOR
[ 88] 0x00a8: 0x00bf, # INVERTED QUESTION MARK
[ 89] 0x00a9: 0x2310, # REVERSED NOT SIGN
[ 90] 0x00aa: 0x00ac, # NOT SIGN
[ 91] 0x00ab: 0x00bd, # VULGAR FRACTION ONE HALF
[ 92] 0x00ac: 0x00bc, # VULGAR FRACTION ONE QUARTER
[ 93] 0x00ad: 0x00a1, # INVERTED EXCLAMATION MARK
[ 94] 0x00ae: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 95] 0x00af: 0x00a4, # CURRENCY SIGN
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x03b1, # GREEK SMALL LETTER ALPHA
[ 145] 0x00e1: 0x00df, # LATIN SMALL LETTER SHARP S
[ 146] 0x00e2: 0x0393, # GREEK CAPITAL LETTER GAMMA
[ 147] 0x00e3: 0x03c0, # GREEK SMALL LETTER PI
[ 148] 0x00e4: 0x03a3, # GREEK CAPITAL LETTER SIGMA
[ 149] 0x00e5: 0x03c3, # GREEK SMALL LETTER SIGMA
[ 150] 0x00e6: 0x00b5, # MICRO SIGN
[ 151] 0x00e7: 0x03c4, # GREEK SMALL LETTER TAU
[ 152] 0x00e8: 0x03a6, # GREEK CAPITAL LETTER PHI
[ 153] 0x00e9: 0x0398, # GREEK CAPITAL LETTER THETA
[ 154] 0x00ea: 0x03a9, # GREEK CAPITAL LETTER OMEGA
[ 155] 0x00eb: 0x03b4, # GREEK SMALL LETTER DELTA
[ 156] 0x00ec: 0x221e, # INFINITY
[ 157] 0x00ed: 0x03c6, # GREEK SMALL LETTER PHI
[ 158] 0x00ee: 0x03b5, # GREEK SMALL LETTER EPSILON
[ 159] 0x00ef: 0x2229, # INTERSECTION
[ 160] 0x00f0: 0x2261, # IDENTICAL TO
[ 161] 0x00f1: 0x00b1, # PLUS-MINUS SIGN
[ 162] 0x00f2: 0x2265, # GREATER-THAN OR EQUAL TO
[ 163] 0x00f3: 0x2264, # LESS-THAN OR EQUAL TO
[ 164] 0x00f4: 0x2320, # TOP HALF INTEGRAL
[ 165] 0x00f5: 0x2321, # BOTTOM HALF INTEGRAL
[ 166] 0x00f6: 0x00f7, # DIVISION SIGN
[ 167] 0x00f7: 0x2248, # ALMOST EQUAL TO
[ 168] 0x00f8: 0x00b0, # DEGREE SIGN
[ 169] 0x00f9: 0x2219, # BULLET OPERATOR
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x207f, # SUPERSCRIPT LATIN SMALL LETTER N
[ 173] 0x00fd: 0x00b2, # SUPERSCRIPT TWO
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 178] ### Decoding Table
[ 178] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\xc7' # 0x0080 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 310] '\xfc' # 0x0081 -> LATIN SMALL LETTER U WITH DIAERESIS
[ 311] '\xe9' # 0x0082 -> LATIN SMALL LETTER E WITH ACUTE
[ 312] '\xe2' # 0x0083 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 313] '\xe4' # 0x0084 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 314] '\xe0' # 0x0085 -> LATIN SMALL LETTER A WITH GRAVE
[ 315] '\xe5' # 0x0086 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 316] '\xe7' # 0x0087 -> LATIN SMALL LETTER C WITH CEDILLA
[ 317] '\xea' # 0x0088 -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 318] '\xeb' # 0x0089 -> LATIN SMALL LETTER E WITH DIAERESIS
[ 319] '\xe8' # 0x008a -> LATIN SMALL LETTER E WITH GRAVE
[ 320] '\xef' # 0x008b -> LATIN SMALL LETTER I WITH DIAERESIS
[ 321] '\xee' # 0x008c -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 322] '\xec' # 0x008d -> LATIN SMALL LETTER I WITH GRAVE
[ 323] '\xc4' # 0x008e -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 324] '\xc5' # 0x008f -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 325] '\xc9' # 0x0090 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 326] '\xe6' # 0x0091 -> LATIN SMALL LIGATURE AE
[ 327] '\xc6' # 0x0092 -> LATIN CAPITAL LIGATURE AE
[ 328] '\xf4' # 0x0093 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 329] '\xf6' # 0x0094 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 330] '\xf2' # 0x0095 -> LATIN SMALL LETTER O WITH GRAVE
[ 331] '\xfb' # 0x0096 -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 332] '\xf9' # 0x0097 -> LATIN SMALL LETTER U WITH GRAVE
[ 333] '\xff' # 0x0098 -> LATIN SMALL LETTER Y WITH DIAERESIS
[ 334] '\xd6' # 0x0099 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 335] '\xdc' # 0x009a -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 336] '\xf8' # 0x009b -> LATIN SMALL LETTER O WITH STROKE
[ 337] '\xa3' # 0x009c -> POUND SIGN
[ 338] '\xd8' # 0x009d -> LATIN CAPITAL LETTER O WITH STROKE
[ 339] '\u20a7' # 0x009e -> PESETA SIGN
[ 340] '\u0192' # 0x009f -> LATIN SMALL LETTER F WITH HOOK
[ 341] '\xe1' # 0x00a0 -> LATIN SMALL LETTER A WITH ACUTE
[ 342] '\xed' # 0x00a1 -> LATIN SMALL LETTER I WITH ACUTE
[ 343] '\xf3' # 0x00a2 -> LATIN SMALL LETTER O WITH ACUTE
[ 344] '\xfa' # 0x00a3 -> LATIN SMALL LETTER U WITH ACUTE
[ 345] '\xf1' # 0x00a4 -> LATIN SMALL LETTER N WITH TILDE
[ 346] '\xd1' # 0x00a5 -> LATIN CAPITAL LETTER N WITH TILDE
[ 347] '\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR
[ 348] '\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR
[ 349] '\xbf' # 0x00a8 -> INVERTED QUESTION MARK
[ 350] '\u2310' # 0x00a9 -> REVERSED NOT SIGN
[ 351] '\xac' # 0x00aa -> NOT SIGN
[ 352] '\xbd' # 0x00ab -> VULGAR FRACTION ONE HALF
[ 353] '\xbc' # 0x00ac -> VULGAR FRACTION ONE QUARTER
[ 354] '\xa1' # 0x00ad -> INVERTED EXCLAMATION MARK
[ 355] '\xab' # 0x00ae -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 356] '\xa4' # 0x00af -> CURRENCY SIGN
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u03b1' # 0x00e0 -> GREEK SMALL LETTER ALPHA
[ 406] '\xdf' # 0x00e1 -> LATIN SMALL LETTER SHARP S
[ 407] '\u0393' # 0x00e2 -> GREEK CAPITAL LETTER GAMMA
[ 408] '\u03c0' # 0x00e3 -> GREEK SMALL LETTER PI
[ 409] '\u03a3' # 0x00e4 -> GREEK CAPITAL LETTER SIGMA
[ 410] '\u03c3' # 0x00e5 -> GREEK SMALL LETTER SIGMA
[ 411] '\xb5' # 0x00e6 -> MICRO SIGN
[ 412] '\u03c4' # 0x00e7 -> GREEK SMALL LETTER TAU
[ 413] '\u03a6' # 0x00e8 -> GREEK CAPITAL LETTER PHI
[ 414] '\u0398' # 0x00e9 -> GREEK CAPITAL LETTER THETA
[ 415] '\u03a9' # 0x00ea -> GREEK CAPITAL LETTER OMEGA
[ 416] '\u03b4' # 0x00eb -> GREEK SMALL LETTER DELTA
[ 417] '\u221e' # 0x00ec -> INFINITY
[ 418] '\u03c6' # 0x00ed -> GREEK SMALL LETTER PHI
[ 419] '\u03b5' # 0x00ee -> GREEK SMALL LETTER EPSILON
[ 420] '\u2229' # 0x00ef -> INTERSECTION
[ 421] '\u2261' # 0x00f0 -> IDENTICAL TO
[ 422] '\xb1' # 0x00f1 -> PLUS-MINUS SIGN
[ 423] '\u2265' # 0x00f2 -> GREATER-THAN OR EQUAL TO
[ 424] '\u2264' # 0x00f3 -> LESS-THAN OR EQUAL TO
[ 425] '\u2320' # 0x00f4 -> TOP HALF INTEGRAL
[ 426] '\u2321' # 0x00f5 -> BOTTOM HALF INTEGRAL
[ 427] '\xf7' # 0x00f6 -> DIVISION SIGN
[ 428] '\u2248' # 0x00f7 -> ALMOST EQUAL TO
[ 429] '\xb0' # 0x00f8 -> DEGREE SIGN
[ 430] '\u2219' # 0x00f9 -> BULLET OPERATOR
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u207f' # 0x00fc -> SUPERSCRIPT LATIN SMALL LETTER N
[ 434] '\xb2' # 0x00fd -> SUPERSCRIPT TWO
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\xc7' # 0x0080 -> LATIN CAPITAL LETTER C WITH CEDILLA
[ 310] '\xfc' # 0x0081 -> LATIN SMALL LETTER U WITH DIAERESIS
[ 311] '\xe9' # 0x0082 -> LATIN SMALL LETTER E WITH ACUTE
[ 312] '\xe2' # 0x0083 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 313] '\xe4' # 0x0084 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 314] '\xe0' # 0x0085 -> LATIN SMALL LETTER A WITH GRAVE
[ 315] '\xe5' # 0x0086 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 316] '\xe7' # 0x0087 -> LATIN SMALL LETTER C WITH CEDILLA
[ 317] '\xea' # 0x0088 -> LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 318] '\xeb' # 0x0089 -> LATIN SMALL LETTER E WITH DIAERESIS
[ 319] '\xe8' # 0x008a -> LATIN SMALL LETTER E WITH GRAVE
[ 320] '\xef' # 0x008b -> LATIN SMALL LETTER I WITH DIAERESIS
[ 321] '\xee' # 0x008c -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 322] '\xec' # 0x008d -> LATIN SMALL LETTER I WITH GRAVE
[ 323] '\xc4' # 0x008e -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 324] '\xc5' # 0x008f -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 325] '\xc9' # 0x0090 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 326] '\xe6' # 0x0091 -> LATIN SMALL LIGATURE AE
[ 327] '\xc6' # 0x0092 -> LATIN CAPITAL LIGATURE AE
[ 328] '\xf4' # 0x0093 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 329] '\xf6' # 0x0094 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 330] '\xf2' # 0x0095 -> LATIN SMALL LETTER O WITH GRAVE
[ 331] '\xfb' # 0x0096 -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 332] '\xf9' # 0x0097 -> LATIN SMALL LETTER U WITH GRAVE
[ 333] '\xff' # 0x0098 -> LATIN SMALL LETTER Y WITH DIAERESIS
[ 334] '\xd6' # 0x0099 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 335] '\xdc' # 0x009a -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 336] '\xf8' # 0x009b -> LATIN SMALL LETTER O WITH STROKE
[ 337] '\xa3' # 0x009c -> POUND SIGN
[ 338] '\xd8' # 0x009d -> LATIN CAPITAL LETTER O WITH STROKE
[ 339] '\u20a7' # 0x009e -> PESETA SIGN
[ 340] '\u0192' # 0x009f -> LATIN SMALL LETTER F WITH HOOK
[ 341] '\xe1' # 0x00a0 -> LATIN SMALL LETTER A WITH ACUTE
[ 342] '\xed' # 0x00a1 -> LATIN SMALL LETTER I WITH ACUTE
[ 343] '\xf3' # 0x00a2 -> LATIN SMALL LETTER O WITH ACUTE
[ 344] '\xfa' # 0x00a3 -> LATIN SMALL LETTER U WITH ACUTE
[ 345] '\xf1' # 0x00a4 -> LATIN SMALL LETTER N WITH TILDE
[ 346] '\xd1' # 0x00a5 -> LATIN CAPITAL LETTER N WITH TILDE
[ 347] '\xaa' # 0x00a6 -> FEMININE ORDINAL INDICATOR
[ 348] '\xba' # 0x00a7 -> MASCULINE ORDINAL INDICATOR
[ 349] '\xbf' # 0x00a8 -> INVERTED QUESTION MARK
[ 350] '\u2310' # 0x00a9 -> REVERSED NOT SIGN
[ 351] '\xac' # 0x00aa -> NOT SIGN
[ 352] '\xbd' # 0x00ab -> VULGAR FRACTION ONE HALF
[ 353] '\xbc' # 0x00ac -> VULGAR FRACTION ONE QUARTER
[ 354] '\xa1' # 0x00ad -> INVERTED EXCLAMATION MARK
[ 355] '\xab' # 0x00ae -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 356] '\xa4' # 0x00af -> CURRENCY SIGN
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u03b1' # 0x00e0 -> GREEK SMALL LETTER ALPHA
[ 406] '\xdf' # 0x00e1 -> LATIN SMALL LETTER SHARP S
[ 407] '\u0393' # 0x00e2 -> GREEK CAPITAL LETTER GAMMA
[ 408] '\u03c0' # 0x00e3 -> GREEK SMALL LETTER PI
[ 409] '\u03a3' # 0x00e4 -> GREEK CAPITAL LETTER SIGMA
[ 410] '\u03c3' # 0x00e5 -> GREEK SMALL LETTER SIGMA
[ 411] '\xb5' # 0x00e6 -> MICRO SIGN
[ 412] '\u03c4' # 0x00e7 -> GREEK SMALL LETTER TAU
[ 413] '\u03a6' # 0x00e8 -> GREEK CAPITAL LETTER PHI
[ 414] '\u0398' # 0x00e9 -> GREEK CAPITAL LETTER THETA
[ 415] '\u03a9' # 0x00ea -> GREEK CAPITAL LETTER OMEGA
[ 416] '\u03b4' # 0x00eb -> GREEK SMALL LETTER DELTA
[ 417] '\u221e' # 0x00ec -> INFINITY
[ 418] '\u03c6' # 0x00ed -> GREEK SMALL LETTER PHI
[ 419] '\u03b5' # 0x00ee -> GREEK SMALL LETTER EPSILON
[ 420] '\u2229' # 0x00ef -> INTERSECTION
[ 421] '\u2261' # 0x00f0 -> IDENTICAL TO
[ 422] '\xb1' # 0x00f1 -> PLUS-MINUS SIGN
[ 423] '\u2265' # 0x00f2 -> GREATER-THAN OR EQUAL TO
[ 424] '\u2264' # 0x00f3 -> LESS-THAN OR EQUAL TO
[ 425] '\u2320' # 0x00f4 -> TOP HALF INTEGRAL
[ 426] '\u2321' # 0x00f5 -> BOTTOM HALF INTEGRAL
[ 427] '\xf7' # 0x00f6 -> DIVISION SIGN
[ 428] '\u2248' # 0x00f7 -> ALMOST EQUAL TO
[ 429] '\xb0' # 0x00f8 -> DEGREE SIGN
[ 430] '\u2219' # 0x00f9 -> BULLET OPERATOR
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u207f' # 0x00fc -> SUPERSCRIPT LATIN SMALL LETTER N
[ 434] '\xb2' # 0x00fd -> SUPERSCRIPT TWO
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 439] ### Encoding Map
[ 439] # Encoding Map
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp865.py
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00a1: 0x00ad, # INVERTED EXCLAMATION MARK
[ 572] 0x00a3: 0x009c, # POUND SIGN
[ 573] 0x00a4: 0x00af, # CURRENCY SIGN
[ 574] 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR
[ 575] 0x00ab: 0x00ae, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 576] 0x00ac: 0x00aa, # NOT SIGN
[ 577] 0x00b0: 0x00f8, # DEGREE SIGN
[ 578] 0x00b1: 0x00f1, # PLUS-MINUS SIGN
[ 579] 0x00b2: 0x00fd, # SUPERSCRIPT TWO
[ 580] 0x00b5: 0x00e6, # MICRO SIGN
[ 581] 0x00b7: 0x00fa, # MIDDLE DOT
[ 582] 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR
[ 583] 0x00bc: 0x00ac, # VULGAR FRACTION ONE QUARTER
[ 584] 0x00bd: 0x00ab, # VULGAR FRACTION ONE HALF
[ 585] 0x00bf: 0x00a8, # INVERTED QUESTION MARK
[ 586] 0x00c4: 0x008e, # LATIN CAPITAL LETTER A WITH DIAERESIS
[ 587] 0x00c5: 0x008f, # LATIN CAPITAL LETTER A WITH RING ABOVE
[ 588] 0x00c6: 0x0092, # LATIN CAPITAL LIGATURE AE
[ 589] 0x00c7: 0x0080, # LATIN CAPITAL LETTER C WITH CEDILLA
[ 590] 0x00c9: 0x0090, # LATIN CAPITAL LETTER E WITH ACUTE
[ 591] 0x00d1: 0x00a5, # LATIN CAPITAL LETTER N WITH TILDE
[ 592] 0x00d6: 0x0099, # LATIN CAPITAL LETTER O WITH DIAERESIS
[ 593] 0x00d8: 0x009d, # LATIN CAPITAL LETTER O WITH STROKE
[ 594] 0x00dc: 0x009a, # LATIN CAPITAL LETTER U WITH DIAERESIS
[ 595] 0x00df: 0x00e1, # LATIN SMALL LETTER SHARP S
[ 596] 0x00e0: 0x0085, # LATIN SMALL LETTER A WITH GRAVE
[ 597] 0x00e1: 0x00a0, # LATIN SMALL LETTER A WITH ACUTE
[ 598] 0x00e2: 0x0083, # LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 599] 0x00e4: 0x0084, # LATIN SMALL LETTER A WITH DIAERESIS
[ 600] 0x00e5: 0x0086, # LATIN SMALL LETTER A WITH RING ABOVE
[ 601] 0x00e6: 0x0091, # LATIN SMALL LIGATURE AE
[ 602] 0x00e7: 0x0087, # LATIN SMALL LETTER C WITH CEDILLA
[ 603] 0x00e8: 0x008a, # LATIN SMALL LETTER E WITH GRAVE
[ 604] 0x00e9: 0x0082, # LATIN SMALL LETTER E WITH ACUTE
[ 605] 0x00ea: 0x0088, # LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 606] 0x00eb: 0x0089, # LATIN SMALL LETTER E WITH DIAERESIS
[ 607] 0x00ec: 0x008d, # LATIN SMALL LETTER I WITH GRAVE
[ 608] 0x00ed: 0x00a1, # LATIN SMALL LETTER I WITH ACUTE
[ 609] 0x00ee: 0x008c, # LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 610] 0x00ef: 0x008b, # LATIN SMALL LETTER I WITH DIAERESIS
[ 611] 0x00f1: 0x00a4, # LATIN SMALL LETTER N WITH TILDE
[ 612] 0x00f2: 0x0095, # LATIN SMALL LETTER O WITH GRAVE
[ 613] 0x00f3: 0x00a2, # LATIN SMALL LETTER O WITH ACUTE
[ 614] 0x00f4: 0x0093, # LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 615] 0x00f6: 0x0094, # LATIN SMALL LETTER O WITH DIAERESIS
[ 616] 0x00f7: 0x00f6, # DIVISION SIGN
[ 617] 0x00f8: 0x009b, # LATIN SMALL LETTER O WITH STROKE
[ 618] 0x00f9: 0x0097, # LATIN SMALL LETTER U WITH GRAVE
[ 619] 0x00fa: 0x00a3, # LATIN SMALL LETTER U WITH ACUTE
[ 620] 0x00fb: 0x0096, # LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 621] 0x00fc: 0x0081, # LATIN SMALL LETTER U WITH DIAERESIS
[ 622] 0x00ff: 0x0098, # LATIN SMALL LETTER Y WITH DIAERESIS
[ 623] 0x0192: 0x009f, # LATIN SMALL LETTER F WITH HOOK
[ 624] 0x0393: 0x00e2, # GREEK CAPITAL LETTER GAMMA
[ 625] 0x0398: 0x00e9, # GREEK CAPITAL LETTER THETA
[ 626] 0x03a3: 0x00e4, # GREEK CAPITAL LETTER SIGMA
[ 627] 0x03a6: 0x00e8, # GREEK CAPITAL LETTER PHI
[ 628] 0x03a9: 0x00ea, # GREEK CAPITAL LETTER OMEGA
[ 629] 0x03b1: 0x00e0, # GREEK SMALL LETTER ALPHA
[ 630] 0x03b4: 0x00eb, # GREEK SMALL LETTER DELTA
[ 631] 0x03b5: 0x00ee, # GREEK SMALL LETTER EPSILON
[ 632] 0x03c0: 0x00e3, # GREEK SMALL LETTER PI
[ 633] 0x03c3: 0x00e5, # GREEK SMALL LETTER SIGMA
[ 634] 0x03c4: 0x00e7, # GREEK SMALL LETTER TAU
[ 635] 0x03c6: 0x00ed, # GREEK SMALL LETTER PHI
[ 636] 0x207f: 0x00fc, # SUPERSCRIPT LATIN SMALL LETTER N
[ 637] 0x20a7: 0x009e, # PESETA SIGN
[ 638] 0x2219: 0x00f9, # BULLET OPERATOR
[ 639] 0x221a: 0x00fb, # SQUARE ROOT
[ 640] 0x221e: 0x00ec, # INFINITY
[ 641] 0x2229: 0x00ef, # INTERSECTION
[ 642] 0x2248: 0x00f7, # ALMOST EQUAL TO
[ 643] 0x2261: 0x00f0, # IDENTICAL TO
[ 644] 0x2264: 0x00f3, # LESS-THAN OR EQUAL TO
[ 645] 0x2265: 0x00f2, # GREATER-THAN OR EQUAL TO
[ 646] 0x2310: 0x00a9, # REVERSED NOT SIGN
[ 647] 0x2320: 0x00f4, # TOP HALF INTEGRAL
[ 648] 0x2321: 0x00f5, # BOTTOM HALF INTEGRAL
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00a1: 0x00ad, # INVERTED EXCLAMATION MARK
[ 572] 0x00a3: 0x009c, # POUND SIGN
[ 573] 0x00a4: 0x00af, # CURRENCY SIGN
[ 574] 0x00aa: 0x00a6, # FEMININE ORDINAL INDICATOR
[ 575] 0x00ab: 0x00ae, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 576] 0x00ac: 0x00aa, # NOT SIGN
[ 577] 0x00b0: 0x00f8, # DEGREE SIGN
[ 578] 0x00b1: 0x00f1, # PLUS-MINUS SIGN
[ 579] 0x00b2: 0x00fd, # SUPERSCRIPT TWO
[ 580] 0x00b5: 0x00e6, # MICRO SIGN
[ 581] 0x00b7: 0x00fa, # MIDDLE DOT
[ 582] 0x00ba: 0x00a7, # MASCULINE ORDINAL INDICATOR
[ 583] 0x00bc: 0x00ac, # VULGAR FRACTION ONE QUARTER
[ 584] 0x00bd: 0x00ab, # VULGAR FRACTION ONE HALF
[ 585] 0x00bf: 0x00a8, # INVERTED QUESTION MARK
[ 586] 0x00c4: 0x008e, # LATIN CAPITAL LETTER A WITH DIAERESIS
[ 587] 0x00c5: 0x008f, # LATIN CAPITAL LETTER A WITH RING ABOVE
[ 588] 0x00c6: 0x0092, # LATIN CAPITAL LIGATURE AE
[ 589] 0x00c7: 0x0080, # LATIN CAPITAL LETTER C WITH CEDILLA
[ 590] 0x00c9: 0x0090, # LATIN CAPITAL LETTER E WITH ACUTE
[ 591] 0x00d1: 0x00a5, # LATIN CAPITAL LETTER N WITH TILDE
[ 592] 0x00d6: 0x0099, # LATIN CAPITAL LETTER O WITH DIAERESIS
[ 593] 0x00d8: 0x009d, # LATIN CAPITAL LETTER O WITH STROKE
[ 594] 0x00dc: 0x009a, # LATIN CAPITAL LETTER U WITH DIAERESIS
[ 595] 0x00df: 0x00e1, # LATIN SMALL LETTER SHARP S
[ 596] 0x00e0: 0x0085, # LATIN SMALL LETTER A WITH GRAVE
[ 597] 0x00e1: 0x00a0, # LATIN SMALL LETTER A WITH ACUTE
[ 598] 0x00e2: 0x0083, # LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 599] 0x00e4: 0x0084, # LATIN SMALL LETTER A WITH DIAERESIS
[ 600] 0x00e5: 0x0086, # LATIN SMALL LETTER A WITH RING ABOVE
[ 601] 0x00e6: 0x0091, # LATIN SMALL LIGATURE AE
[ 602] 0x00e7: 0x0087, # LATIN SMALL LETTER C WITH CEDILLA
[ 603] 0x00e8: 0x008a, # LATIN SMALL LETTER E WITH GRAVE
[ 604] 0x00e9: 0x0082, # LATIN SMALL LETTER E WITH ACUTE
[ 605] 0x00ea: 0x0088, # LATIN SMALL LETTER E WITH CIRCUMFLEX
[ 606] 0x00eb: 0x0089, # LATIN SMALL LETTER E WITH DIAERESIS
[ 607] 0x00ec: 0x008d, # LATIN SMALL LETTER I WITH GRAVE
[ 608] 0x00ed: 0x00a1, # LATIN SMALL LETTER I WITH ACUTE
[ 609] 0x00ee: 0x008c, # LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 610] 0x00ef: 0x008b, # LATIN SMALL LETTER I WITH DIAERESIS
[ 611] 0x00f1: 0x00a4, # LATIN SMALL LETTER N WITH TILDE
[ 612] 0x00f2: 0x0095, # LATIN SMALL LETTER O WITH GRAVE
[ 613] 0x00f3: 0x00a2, # LATIN SMALL LETTER O WITH ACUTE
[ 614] 0x00f4: 0x0093, # LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 615] 0x00f6: 0x0094, # LATIN SMALL LETTER O WITH DIAERESIS
[ 616] 0x00f7: 0x00f6, # DIVISION SIGN
[ 617] 0x00f8: 0x009b, # LATIN SMALL LETTER O WITH STROKE
[ 618] 0x00f9: 0x0097, # LATIN SMALL LETTER U WITH GRAVE
[ 619] 0x00fa: 0x00a3, # LATIN SMALL LETTER U WITH ACUTE
[ 620] 0x00fb: 0x0096, # LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 621] 0x00fc: 0x0081, # LATIN SMALL LETTER U WITH DIAERESIS
[ 622] 0x00ff: 0x0098, # LATIN SMALL LETTER Y WITH DIAERESIS
[ 623] 0x0192: 0x009f, # LATIN SMALL LETTER F WITH HOOK
[ 624] 0x0393: 0x00e2, # GREEK CAPITAL LETTER GAMMA
[ 625] 0x0398: 0x00e9, # GREEK CAPITAL LETTER THETA
[ 626] 0x03a3: 0x00e4, # GREEK CAPITAL LETTER SIGMA
[ 627] 0x03a6: 0x00e8, # GREEK CAPITAL LETTER PHI
[ 628] 0x03a9: 0x00ea, # GREEK CAPITAL LETTER OMEGA
[ 629] 0x03b1: 0x00e0, # GREEK SMALL LETTER ALPHA
[ 630] 0x03b4: 0x00eb, # GREEK SMALL LETTER DELTA
[ 631] 0x03b5: 0x00ee, # GREEK SMALL LETTER EPSILON
[ 632] 0x03c0: 0x00e3, # GREEK SMALL LETTER PI
[ 633] 0x03c3: 0x00e5, # GREEK SMALL LETTER SIGMA
[ 634] 0x03c4: 0x00e7, # GREEK SMALL LETTER TAU
[ 635] 0x03c6: 0x00ed, # GREEK SMALL LETTER PHI
[ 636] 0x207f: 0x00fc, # SUPERSCRIPT LATIN SMALL LETTER N
[ 637] 0x20a7: 0x009e, # PESETA SIGN
[ 638] 0x2219: 0x00f9, # BULLET OPERATOR
[ 639] 0x221a: 0x00fb, # SQUARE ROOT
[ 640] 0x221e: 0x00ec, # INFINITY
[ 641] 0x2229: 0x00ef, # INTERSECTION
[ 642] 0x2248: 0x00f7, # ALMOST EQUAL TO
[ 643] 0x2261: 0x00f0, # IDENTICAL TO
[ 644] 0x2264: 0x00f3, # LESS-THAN OR EQUAL TO
[ 645] 0x2265: 0x00f2, # GREATER-THAN OR EQUAL TO
[ 646] 0x2310: 0x00a9, # REVERSED NOT SIGN
[ 647] 0x2320: 0x00f4, # TOP HALF INTEGRAL
[ 648] 0x2321: 0x00f5, # BOTTOM HALF INTEGRAL
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 14]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 20] 'yellow')
[ 20] 'yellow')
[ 22]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 28] [('active', 'background', 'blue')] if self.wantobjects else
[ 29] [('active background', 'blue')])
[ 28] [('active', 'background', 'blue')] if self.wantobjects else
[ 29] [('active background', 'blue')])
[ 31]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 40] ['active', 'background']), 'blue')
[ 40] ['active', 'background']), 'blue')
[ 42] default='iknewit'), 'iknewit')
[ 43]
[ 42] default='iknewit'), 'iknewit')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 53] [('null', {'sticky': 'nswe'})]
[ 54] )
[ 53] [('null', {'sticky': 'nswe'})]
[ 54] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 65] [('name', {'option': 'inexistent'})])
[ 66]
[ 65] [('name', {'option': 'inexistent'})])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_ttk/test_style.py
[ 70] 'nonexistingname')
[ 70] 'nonexistingname')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 21]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 28]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 33]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 41]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 55]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 67]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 80]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 89]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 98]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 130]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[++++] /home/palash25/Dev/cpython/Lib/unittest/test/testmock/testcallable.py
[ 139]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/untabify.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/untabify.py
[ 9]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 131] (sys.platform != 'darwin')):
[ 131] (sys.platform != 'darwin')):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 175] if not os.path.islink(dst): # can't link to itself!
[ 175] if not os.path.islink(dst): # can't link to itself!
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 306] if root == path: # at top-level, remove irrelevant dirs
[ 306] if root == path: # at top-level, remove irrelevant dirs
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 310] continue # ignore files in top level
[ 310] continue # ignore files in top level
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 339] symlinks=False, with_pip=False, prompt=None):
[ 339] symlinks=False, with_pip=False, prompt=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 345]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 395] 'directory to use this version '
[ 396] 'of Python, assuming Python '
[ 397] 'has been upgraded in-place.')
[ 395] 'directory to use this version '
[ 396] 'of Python, assuming Python '
[ 397] 'has been upgraded in-place.')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 408] raise ValueError('you cannot supply --upgrade and --clear together.')
[ 408] raise ValueError(
[ 409] 'you cannot supply --upgrade and --clear together.')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/venv/__init__.py
[ 418]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 8] import unittest, io, codecs, sys
[ 8] import unittest
[ 9] import io
[ 10] import codecs
[ 11] import sys
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 12] # _codecs_cn
[ 12] # _codecs_cn
[ 14] # _codecs_hk
[ 14] # _codecs_hk
[ 16] # _codecs_jp
[ 16] # _codecs_jp
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 19] # _codecs_kr
[ 19] # _codecs_kr
[ 21] # _codecs_tw
[ 21] # _codecs_tw
[ 23] # _codecs_iso2022
[ 23] # _codecs_iso2022
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 28]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 42] myreplace = lambda exc: ('', sys.maxsize+1)
[ 42]
[ 43] def myreplace(exc): return ('', sys.maxsize+1)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 74]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 125]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 168]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 184]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 186] s= io.BytesIO()
[ 186] s = io.BytesIO()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 194] b'123\x907\x959\x827\xcf5\x810\x851')
[ 194] b'123\x907\x959\x827\xcf5\x810\x851')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 197] s= io.BytesIO()
[ 197] s = io.BytesIO()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 205] b'123\xf0\x92\x8d\x85'
[ 206] b'\xea\xb0\x80\xc2\xac')
[ 205] b'123\xf0\x92\x8d\x85'
[ 206] b'\xea\xb0\x80\xc2\xac')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 214]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 231]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 259]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 266]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_multibytecodec.py
[ 269]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 63]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 67]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 74]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 88]
[ 89]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 91]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 102] MARK = b'(' # push special markobject on stack
[ 103] STOP = b'.' # every pickle ends with STOP
[ 104] POP = b'0' # discard topmost stack item
[ 105] POP_MARK = b'1' # discard stack top through topmost markobject
[ 106] DUP = b'2' # duplicate top stack item
[ 107] FLOAT = b'F' # push float object; decimal string argument
[ 108] INT = b'I' # push integer or bool; decimal string argument
[ 109] BININT = b'J' # push four-byte signed int
[ 110] BININT1 = b'K' # push 1-byte unsigned int
[ 111] LONG = b'L' # push long; decimal string argument
[ 112] BININT2 = b'M' # push 2-byte unsigned int
[ 113] NONE = b'N' # push None
[ 114] PERSID = b'P' # push persistent object; id is taken from string arg
[ 115] BINPERSID = b'Q' # " " " ; " " " " stack
[ 116] REDUCE = b'R' # apply callable to argtuple, both on stack
[ 117] STRING = b'S' # push string; NL-terminated string argument
[ 118] BINSTRING = b'T' # push string; counted binary string argument
[ 119] SHORT_BINSTRING= b'U' # " " ; " " " " < 256 bytes
[ 120] UNICODE = b'V' # push Unicode string; raw-unicode-escaped'd argument
[ 121] BINUNICODE = b'X' # " " " ; counted UTF-8 string argument
[ 122] APPEND = b'a' # append stack top to list below it
[ 123] BUILD = b'b' # call __setstate__ or __dict__.update()
[ 124] GLOBAL = b'c' # push self.find_class(modname, name); 2 string args
[ 125] DICT = b'd' # build a dict from stack items
[ 126] EMPTY_DICT = b'}' # push empty dict
[ 127] APPENDS = b'e' # extend list on stack by topmost stack slice
[ 128] GET = b'g' # push item from memo on stack; index is string arg
[ 129] BINGET = b'h' # " " " " " " ; " " 1-byte arg
[ 130] INST = b'i' # build & push class instance
[ 131] LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg
[ 132] LIST = b'l' # build list from topmost stack items
[ 133] EMPTY_LIST = b']' # push empty list
[ 134] OBJ = b'o' # build & push class instance
[ 135] PUT = b'p' # store stack top in memo; index is string arg
[ 136] BINPUT = b'q' # " " " " " ; " " 1-byte arg
[ 137] LONG_BINPUT = b'r' # " " " " " ; " " 4-byte arg
[ 138] SETITEM = b's' # add key+value pair to dict
[ 139] TUPLE = b't' # build tuple from topmost stack items
[ 140] EMPTY_TUPLE = b')' # push empty tuple
[ 141] SETITEMS = b'u' # modify dict by adding topmost key+value pairs
[ 142] BINFLOAT = b'G' # push float; arg is 8-byte float encoding
[ 143]
[ 144] TRUE = b'I01\n' # not an opcode; see INT docs in pickletools.py
[ 145] FALSE = b'I00\n' # not an opcode; see INT docs in pickletools.py
[ 102] MARK = b'(' # push special markobject on stack
[ 103] STOP = b'.' # every pickle ends with STOP
[ 104] POP = b'0' # discard topmost stack item
[ 105] POP_MARK = b'1' # discard stack top through topmost markobject
[ 106] DUP = b'2' # duplicate top stack item
[ 107] FLOAT = b'F' # push float object; decimal string argument
[ 108] INT = b'I' # push integer or bool; decimal string argument
[ 109] BININT = b'J' # push four-byte signed int
[ 110] BININT1 = b'K' # push 1-byte unsigned int
[ 111] LONG = b'L' # push long; decimal string argument
[ 112] BININT2 = b'M' # push 2-byte unsigned int
[ 113] NONE = b'N' # push None
[ 114] PERSID = b'P' # push persistent object; id is taken from string arg
[ 115] BINPERSID = b'Q' # " " " ; " " " " stack
[ 116] REDUCE = b'R' # apply callable to argtuple, both on stack
[ 117] STRING = b'S' # push string; NL-terminated string argument
[ 118] BINSTRING = b'T' # push string; counted binary string argument
[ 119] SHORT_BINSTRING = b'U' # " " ; " " " " < 256 bytes
[ 120] UNICODE = b'V' # push Unicode string; raw-unicode-escaped'd argument
[ 121] BINUNICODE = b'X' # " " " ; counted UTF-8 string argument
[ 122] APPEND = b'a' # append stack top to list below it
[ 123] BUILD = b'b' # call __setstate__ or __dict__.update()
[ 124] GLOBAL = b'c' # push self.find_class(modname, name); 2 string args
[ 125] DICT = b'd' # build a dict from stack items
[ 126] EMPTY_DICT = b'}' # push empty dict
[ 127] APPENDS = b'e' # extend list on stack by topmost stack slice
[ 128] GET = b'g' # push item from memo on stack; index is string arg
[ 129] BINGET = b'h' # " " " " " " ; " " 1-byte arg
[ 130] INST = b'i' # build & push class instance
[ 131] LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg
[ 132] LIST = b'l' # build list from topmost stack items
[ 133] EMPTY_LIST = b']' # push empty list
[ 134] OBJ = b'o' # build & push class instance
[ 135] PUT = b'p' # store stack top in memo; index is string arg
[ 136] BINPUT = b'q' # " " " " " ; " " 1-byte arg
[ 137] LONG_BINPUT = b'r' # " " " " " ; " " 4-byte arg
[ 138] SETITEM = b's' # add key+value pair to dict
[ 139] TUPLE = b't' # build tuple from topmost stack items
[ 140] EMPTY_TUPLE = b')' # push empty tuple
[ 141] SETITEMS = b'u' # modify dict by adding topmost key+value pairs
[ 142] BINFLOAT = b'G' # push float; arg is 8-byte float encoding
[ 143]
[ 144] TRUE = b'I01\n' # not an opcode; see INT docs in pickletools.py
[ 145] FALSE = b'I00\n' # not an opcode; see INT docs in pickletools.py
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 149] PROTO = b'\x80' # identify pickle protocol
[ 150] NEWOBJ = b'\x81' # build object by applying cls.__new__ to argtuple
[ 151] EXT1 = b'\x82' # push object from extension registry; 1-byte index
[ 152] EXT2 = b'\x83' # ditto, but 2-byte index
[ 153] EXT4 = b'\x84' # ditto, but 4-byte index
[ 154] TUPLE1 = b'\x85' # build 1-tuple from stack top
[ 155] TUPLE2 = b'\x86' # build 2-tuple from two topmost stack items
[ 156] TUPLE3 = b'\x87' # build 3-tuple from three topmost stack items
[ 157] NEWTRUE = b'\x88' # push True
[ 158] NEWFALSE = b'\x89' # push False
[ 159] LONG1 = b'\x8a' # push long from < 256 bytes
[ 160] LONG4 = b'\x8b' # push really big long
[ 149] PROTO = b'\x80' # identify pickle protocol
[ 150] NEWOBJ = b'\x81' # build object by applying cls.__new__ to argtuple
[ 151] EXT1 = b'\x82' # push object from extension registry; 1-byte index
[ 152] EXT2 = b'\x83' # ditto, but 2-byte index
[ 153] EXT4 = b'\x84' # ditto, but 4-byte index
[ 154] TUPLE1 = b'\x85' # build 1-tuple from stack top
[ 155] TUPLE2 = b'\x86' # build 2-tuple from two topmost stack items
[ 156] TUPLE3 = b'\x87' # build 3-tuple from three topmost stack items
[ 157] NEWTRUE = b'\x88' # push True
[ 158] NEWFALSE = b'\x89' # push False
[ 159] LONG1 = b'\x8a' # push long from < 256 bytes
[ 160] LONG4 = b'\x8b' # push really big long
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 166] BINBYTES = b'B' # push bytes; counted binary string argument
[ 167] SHORT_BINBYTES = b'C' # " " ; " " " " < 256 bytes
[ 166] BINBYTES = b'B' # push bytes; counted binary string argument
[ 167] SHORT_BINBYTES = b'C' # " " ; " " " " < 256 bytes
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 171] BINUNICODE8 = b'\x8d' # push very long string
[ 172] BINBYTES8 = b'\x8e' # push very long bytes string
[ 173] EMPTY_SET = b'\x8f' # push empty set on the stack
[ 174] ADDITEMS = b'\x90' # modify set by adding topmost stack items
[ 175] FROZENSET = b'\x91' # build frozenset from topmost stack items
[ 176] NEWOBJ_EX = b'\x92' # like NEWOBJ but work with keyword only arguments
[ 177] STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks
[ 178] MEMOIZE = b'\x94' # store top of the stack in memo
[ 179] FRAME = b'\x95' # indicate the beginning of a new frame
[ 171] BINUNICODE8 = b'\x8d' # push very long string
[ 172] BINBYTES8 = b'\x8e' # push very long bytes string
[ 173] EMPTY_SET = b'\x8f' # push empty set on the stack
[ 174] ADDITEMS = b'\x90' # modify set by adding topmost stack items
[ 175] FROZENSET = b'\x91' # build frozenset from topmost stack items
[ 176] NEWOBJ_EX = b'\x92' # like NEWOBJ but work with keyword only arguments
[ 177] STACK_GLOBAL = b'\x93' # same as GLOBAL but using names on the stacks
[ 178] MEMOIZE = b'\x94' # store top of the stack in memo
[ 179] FRAME = b'\x95' # indicate the beginning of a new frame
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 301]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 318]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 348]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 504] f(self, obj) # Call unbound method with explicit self
[ 504] f(self, obj) # Call unbound method with explicit self
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 515] except TypeError: # t is not a class (old Boost; see SF #502085)
[ 515] except TypeError: # t is not a class (old Boost; see SF #502085)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 720] if not obj: # bytes object is empty
[ 720] if not obj: # bytes object is empty
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[ 759] if not obj: # tuple is empty
[ 759] if not obj: # tuple is empty
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1331] hasattr(klass, "__getinitargs__")):
[1331] hasattr(klass, "__getinitargs__")):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1408] if code <= 0: # note that 0 is forbidden
[1408] if code <= 0: # note that 0 is forbidden
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1584]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1591]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1593] encoding=encoding, errors=errors).load()
[1593] encoding=encoding, errors=errors).load()
[1594]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1602]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1620]
[1621]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/pickle.py
[++++] /home/palash25/Dev/cpython/Lib/pickle.py
[1624]
Lib/pickle.py
[ 942] ········memo·=·self.memo
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'memo' is assigned to but never used
Lib/pickle.py
[1604] ····from·_pickle·import·(
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! redefinition of unused 'PicklingError' from line 68
Lib/pickle.py
[1604] ····from·_pickle·import·(
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! redefinition of unused 'UnpicklingError' from line 75
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/copytime.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/copytime.py
[ 7] from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8
[ 7] from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/copytime.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/copytime.py
[ 25]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/log.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/log.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/log.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/log.py
[ 55]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/log.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/log.py
[ 63]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/log.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/log.py
[ 69]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 163]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 398] tmp_value = value.replace('%%', '') # escaped percent signs
[ 399] tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax
[ 398] tmp_value = value.replace('%%', '') # escaped percent signs
[ 399] tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 427] "bad interpolation variable reference %r" % rest)
[ 427] "bad interpolation variable reference %r" % rest)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 459] tmp_value = value.replace('$$', '') # escaped dollar signs
[ 460] tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax
[ 459] tmp_value = value.replace('$$', '') # escaped dollar signs
[ 460] tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 488] "bad interpolation variable reference %r" % rest)
[ 488] "bad interpolation variable reference %r" % rest)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 629] self.default_section=default_section
[ 629] self.default_section = default_section
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 853] value_getter = lambda option: self._interpolation.before_get(self,
[ 854] section, option, d[option], d)
[ 853]
[ 854] def value_getter(option): return self._interpolation.before_get(self,
[ 855] section, option, d[option], d)
[ 856] value_getter = lambda option: d[option]
[ 857] def value_getter(option): return d[option]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 915] self._defaults.items(), d)
[ 915] self._defaults.items(), d)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[ 984] return len(self._sections) + 1 # the default section
[ 984] return len(self._sections) + 1 # the default section
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[1043] cursect[optname] is not None):
[1044] cursect[optname].append('') # newlines added at join
[1043] cursect[optname] is not None):
[1044] cursect[optname].append('') # newlines added at join
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[1053] cur_indent_level > indent_level):
[1053] cur_indent_level > indent_level):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/configparser.py
[++++] /home/palash25/Dev/cpython/Lib/configparser.py
[1089] (sectname, optname) in elements_added):
[1089] (sectname, optname) in elements_added):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 144]
[ 145]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 172]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 188]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 238]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 244]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 276] "expires" : "expires",
[ 277] "path" : "Path",
[ 278] "comment" : "Comment",
[ 279] "domain" : "Domain",
[ 280] "max-age" : "Max-Age",
[ 281] "secure" : "Secure",
[ 282] "httponly" : "HttpOnly",
[ 283] "version" : "Version",
[ 276] "expires": "expires",
[ 277] "path": "Path",
[ 278] "comment": "Comment",
[ 279] "domain": "Domain",
[ 280] "max-age": "Max-Age",
[ 281] "secure": "Secure",
[ 282] "httponly": "HttpOnly",
[ 283] "version": "Version",
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 430] _LegalKeyChars = r"\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\="
[ 430] _LegalKeyChars = r"\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\="
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 576] parsed_items.append((TYPE_KEYVALUE, key, self.value_decode(value)))
[ 576] parsed_items.append(
[ 577] (TYPE_KEYVALUE, key, self.value_decode(value)))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/cookies.py
[++++] /home/palash25/Dev/cpython/Lib/http/cookies.py
[ 602]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/frozen/__init__.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/frozen/__init__.py
[ 4]
PCbuild/get_external.py
[ 58]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 115]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 371]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 376]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 549]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 719]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 731] bytearray(state[0]) # Check if state[0] supports the buffer interface.
[ 731] bytearray(state[0]) # Check if state[0] supports the buffer interface.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 761] check(io.BytesIO(), basesize )
[ 761] check(io.BytesIO(), basesize)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 796]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 810]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 855] self.assertRaises(ValueError, memio.__setstate__, ("closed", "", 0, None))
[ 855] self.assertRaises(ValueError, memio.__setstate__,
[ 856] ("closed", "", 0, None))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_memoryio.py
[ 864]
Lib/test/test_memoryio.py
[ 25] ········bytesIo·=·self.ioclass(buf)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'bytesIo' is assigned to but never used
Lib/test/test_memoryio.py
[ 807] ········memio·=·self.ioclass(ba)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'memio' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_colorizer.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_colorizer.py
[ 39]
Lib/test/test_importlib/__main__.py
[ 1] from·.·import·load_tests
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '.load_tests' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[++++] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[ 158]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[++++] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[ 499] f'asynchronous generator {agen!r}',
[ 499] f'asynchronous generator {agen!r}',
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[++++] /home/palash25/Dev/cpython/Lib/asyncio/base_events.py
[1763] self.call_soon_threadsafe(self._set_coroutine_origin_tracking, enabled)
[1763] self.call_soon_threadsafe(
[1764] self._set_coroutine_origin_tracking, enabled)
Lib/asyncio/base_events.py
[ 70] ····else:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/pathbrowser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/pathbrowser.py
[ 106]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 204] "use bytes or a Message instead")
[ 204] "use bytes or a Message instead")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 226] "use BytesIO instead", DeprecationWarning, 3)
[ 226] "use BytesIO instead", DeprecationWarning, 3)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 240] "use a binary mode file instead", DeprecationWarning, 3)
[ 240] "use a binary mode file instead", DeprecationWarning, 3)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 455] 0o666))
[ 455] 0o666))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 462] os.listdir(os.path.join(path, 'cur')):
[ 462] os.listdir(os.path.join(path, 'cur')):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 766]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[ 827] from_line = b'From MAILER-DAEMON ' + time.asctime(time.gmtime()).encode()
[ 827] from_line = b'From MAILER-DAEMON ' + \
[ 828] time.asctime(time.gmtime()).encode()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1079] if entry.isdigit()))
[1079] if entry.isdigit()))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1158] results[name] = [key for key in sorted(keys) \
[1159] if key in all_keys]
[1158] results[name] = [key for key in sorted(keys)
[1159] if key in all_keys]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1169] f = open(os.path.join(self._path, '.mh_sequences'), 'r+', encoding='ASCII')
[1169] f = open(os.path.join(self._path, '.mh_sequences'),
[1170] 'r+', encoding='ASCII')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1345] in self._file.readline()[1:].split(b',')
[1346] if label.strip()]
[1345] in self._file.readline()[1:].split(b',')
[1346] if label.strip()]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1400] orig_generator = email.generator.BytesGenerator(orig_buffer, False, 0)
[1400] orig_generator = email.generator.BytesGenerator(
[1401] orig_buffer, False, 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1411] vis_generator = email.generator.BytesGenerator(vis_buffer, False, 0)
[1411] vis_generator = email.generator.BytesGenerator(
[1412] vis_buffer, False, 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1426] buffer = orig_buffer.read(4096) # Buffer size is arbitrary.
[1426] buffer = orig_buffer.read(4096) # Buffer size is arbitrary.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1433] "use BytesIO instead", DeprecationWarning, 3)
[1433] "use BytesIO instead", DeprecationWarning, 3)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1449] "use a binary mode file instead", DeprecationWarning, 3)
[1449] "use a binary mode file instead", DeprecationWarning, 3)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[1712] '%a %b %d %H:%M:%S %Y')))
[1712] '%a %b %d %H:%M:%S %Y')))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2100]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2107]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2115]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2121]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2127]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2136]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2139]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2142]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/mailbox.py
[++++] /home/palash25/Dev/cpython/Lib/mailbox.py
[2145]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/test2to3/test/runtests.py
[++++] /home/palash25/Dev/cpython/Tools/test2to3/test/runtests.py
[ 3] import sys, os
[ 3] import sys
[ 4] import os
Tools/test2to3/test/runtests.py
[ 16] from·test_foo·import·FooTest
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'test_foo.FooTest' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[ 26]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[ 111] self.used_names = set() # Aliased to self.rootnode.used_names in pop()
[ 111] self.used_names = set() # Aliased to self.rootnode.used_names in pop()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/pgen2/parse.py
[ 148] break # To continue the outer while loop
[ 148] break # To continue the outer while loop
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 2] ('InstallInitialize', None, 1500),
[ 3] ('InstallFinalize', None, 6600),
[ 4] ('InstallFiles', None, 4000),
[ 5] ('InstallAdminPackage', None, 3900),
[ 6] ('FileCost', None, 900),
[ 7] ('CostInitialize', None, 800),
[ 8] ('CostFinalize', None, 1000),
[ 9] ('InstallValidate', None, 1400),
[ 2] ('InstallInitialize', None, 1500),
[ 3] ('InstallFinalize', None, 6600),
[ 4] ('InstallFiles', None, 4000),
[ 5] ('InstallAdminPackage', None, 3900),
[ 6] ('FileCost', None, 900),
[ 7] ('CostInitialize', None, 800),
[ 8] ('CostFinalize', None, 1000),
[ 9] ('InstallValidate', None, 1400),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 13] ('FileCost', None, 900),
[ 14] ('CostInitialize', None, 800),
[ 15] ('CostFinalize', None, 1000),
[ 16] ('ExecuteAction', None, 1300),
[ 17] ('ExitDialog', None, -1),
[ 18] ('FatalError', None, -3),
[ 19] ('UserExit', None, -2),
[ 13] ('FileCost', None, 900),
[ 14] ('CostInitialize', None, 800),
[ 15] ('CostFinalize', None, 1000),
[ 16] ('ExecuteAction', None, 1300),
[ 17] ('ExitDialog', None, -1),
[ 18] ('FatalError', None, -3),
[ 19] ('UserExit', None, -2),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 23] ('InstallInitialize', None, 1500),
[ 24] ('InstallFinalize', None, 6600),
[ 25] ('CostInitialize', None, 800),
[ 26] ('CostFinalize', None, 1000),
[ 27] ('InstallValidate', None, 1400),
[ 28] ('CreateShortcuts', None, 4500),
[ 29] ('MsiPublishAssemblies', None, 6250),
[ 30] ('PublishComponents', None, 6200),
[ 31] ('PublishFeatures', None, 6300),
[ 32] ('PublishProduct', None, 6400),
[ 33] ('RegisterClassInfo', None, 4600),
[ 34] ('RegisterExtensionInfo', None, 4700),
[ 35] ('RegisterMIMEInfo', None, 4900),
[ 36] ('RegisterProgIdInfo', None, 4800),
[ 23] ('InstallInitialize', None, 1500),
[ 24] ('InstallFinalize', None, 6600),
[ 25] ('CostInitialize', None, 800),
[ 26] ('CostFinalize', None, 1000),
[ 27] ('InstallValidate', None, 1400),
[ 28] ('CreateShortcuts', None, 4500),
[ 29] ('MsiPublishAssemblies', None, 6250),
[ 30] ('PublishComponents', None, 6200),
[ 31] ('PublishFeatures', None, 6300),
[ 32] ('PublishProduct', None, 6400),
[ 33] ('RegisterClassInfo', None, 4600),
[ 34] ('RegisterExtensionInfo', None, 4700),
[ 35] ('RegisterMIMEInfo', None, 4900),
[ 36] ('RegisterProgIdInfo', None, 4800),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 40] ('InstallInitialize', None, 1500),
[ 41] ('InstallFinalize', None, 6600),
[ 42] ('InstallFiles', None, 4000),
[ 43] ('FileCost', None, 900),
[ 44] ('CostInitialize', None, 800),
[ 45] ('CostFinalize', None, 1000),
[ 46] ('InstallValidate', None, 1400),
[ 47] ('CreateShortcuts', None, 4500),
[ 48] ('MsiPublishAssemblies', None, 6250),
[ 49] ('PublishComponents', None, 6200),
[ 50] ('PublishFeatures', None, 6300),
[ 51] ('PublishProduct', None, 6400),
[ 52] ('RegisterClassInfo', None, 4600),
[ 53] ('RegisterExtensionInfo', None, 4700),
[ 54] ('RegisterMIMEInfo', None, 4900),
[ 55] ('RegisterProgIdInfo', None, 4800),
[ 56] ('AllocateRegistrySpace', 'NOT Installed', 1550),
[ 57] ('AppSearch', None, 400),
[ 58] ('BindImage', None, 4300),
[ 59] ('CCPSearch', 'NOT Installed', 500),
[ 60] ('CreateFolders', None, 3700),
[ 61] ('DeleteServices', 'VersionNT', 2000),
[ 62] ('DuplicateFiles', None, 4210),
[ 63] ('FindRelatedProducts', None, 200),
[ 64] ('InstallODBC', None, 5400),
[ 65] ('InstallServices', 'VersionNT', 5800),
[ 66] ('IsolateComponents', None, 950),
[ 67] ('LaunchConditions', None, 100),
[ 68] ('MigrateFeatureStates', None, 1200),
[ 69] ('MoveFiles', None, 3800),
[ 70] ('PatchFiles', None, 4090),
[ 71] ('ProcessComponents', None, 1600),
[ 72] ('RegisterComPlus', None, 5700),
[ 73] ('RegisterFonts', None, 5300),
[ 74] ('RegisterProduct', None, 6100),
[ 75] ('RegisterTypeLibraries', None, 5500),
[ 76] ('RegisterUser', None, 6000),
[ 77] ('RemoveDuplicateFiles', None, 3400),
[ 78] ('RemoveEnvironmentStrings', None, 3300),
[ 79] ('RemoveExistingProducts', None, 6700),
[ 80] ('RemoveFiles', None, 3500),
[ 81] ('RemoveFolders', None, 3600),
[ 82] ('RemoveIniValues', None, 3100),
[ 83] ('RemoveODBC', None, 2400),
[ 84] ('RemoveRegistryValues', None, 2600),
[ 85] ('RemoveShortcuts', None, 3200),
[ 86] ('RMCCPSearch', 'NOT Installed', 600),
[ 87] ('SelfRegModules', None, 5600),
[ 88] ('SelfUnregModules', None, 2200),
[ 89] ('SetODBCFolders', None, 1100),
[ 90] ('StartServices', 'VersionNT', 5900),
[ 91] ('StopServices', 'VersionNT', 1900),
[ 92] ('MsiUnpublishAssemblies', None, 1750),
[ 93] ('UnpublishComponents', None, 1700),
[ 94] ('UnpublishFeatures', None, 1800),
[ 95] ('UnregisterClassInfo', None, 2700),
[ 96] ('UnregisterComPlus', None, 2100),
[ 97] ('UnregisterExtensionInfo', None, 2800),
[ 98] ('UnregisterFonts', None, 2500),
[ 99] ('UnregisterMIMEInfo', None, 3000),
[ 100] ('UnregisterProgIdInfo', None, 2900),
[ 101] ('UnregisterTypeLibraries', None, 2300),
[ 102] ('ValidateProductID', None, 700),
[ 103] ('WriteEnvironmentStrings', None, 5200),
[ 104] ('WriteIniValues', None, 5100),
[ 105] ('WriteRegistryValues', None, 5000),
[ 40] ('InstallInitialize', None, 1500),
[ 41] ('InstallFinalize', None, 6600),
[ 42] ('InstallFiles', None, 4000),
[ 43] ('FileCost', None, 900),
[ 44] ('CostInitialize', None, 800),
[ 45] ('CostFinalize', None, 1000),
[ 46] ('InstallValidate', None, 1400),
[ 47] ('CreateShortcuts', None, 4500),
[ 48] ('MsiPublishAssemblies', None, 6250),
[ 49] ('PublishComponents', None, 6200),
[ 50] ('PublishFeatures', None, 6300),
[ 51] ('PublishProduct', None, 6400),
[ 52] ('RegisterClassInfo', None, 4600),
[ 53] ('RegisterExtensionInfo', None, 4700),
[ 54] ('RegisterMIMEInfo', None, 4900),
[ 55] ('RegisterProgIdInfo', None, 4800),
[ 56] ('AllocateRegistrySpace', 'NOT Installed', 1550),
[ 57] ('AppSearch', None, 400),
[ 58] ('BindImage', None, 4300),
[ 59] ('CCPSearch', 'NOT Installed', 500),
[ 60] ('CreateFolders', None, 3700),
[ 61] ('DeleteServices', 'VersionNT', 2000),
[ 62] ('DuplicateFiles', None, 4210),
[ 63] ('FindRelatedProducts', None, 200),
[ 64] ('InstallODBC', None, 5400),
[ 65] ('InstallServices', 'VersionNT', 5800),
[ 66] ('IsolateComponents', None, 950),
[ 67] ('LaunchConditions', None, 100),
[ 68] ('MigrateFeatureStates', None, 1200),
[ 69] ('MoveFiles', None, 3800),
[ 70] ('PatchFiles', None, 4090),
[ 71] ('ProcessComponents', None, 1600),
[ 72] ('RegisterComPlus', None, 5700),
[ 73] ('RegisterFonts', None, 5300),
[ 74] ('RegisterProduct', None, 6100),
[ 75] ('RegisterTypeLibraries', None, 5500),
[ 76] ('RegisterUser', None, 6000),
[ 77] ('RemoveDuplicateFiles', None, 3400),
[ 78] ('RemoveEnvironmentStrings', None, 3300),
[ 79] ('RemoveExistingProducts', None, 6700),
[ 80] ('RemoveFiles', None, 3500),
[ 81] ('RemoveFolders', None, 3600),
[ 82] ('RemoveIniValues', None, 3100),
[ 83] ('RemoveODBC', None, 2400),
[ 84] ('RemoveRegistryValues', None, 2600),
[ 85] ('RemoveShortcuts', None, 3200),
[ 86] ('RMCCPSearch', 'NOT Installed', 600),
[ 87] ('SelfRegModules', None, 5600),
[ 88] ('SelfUnregModules', None, 2200),
[ 89] ('SetODBCFolders', None, 1100),
[ 90] ('StartServices', 'VersionNT', 5900),
[ 91] ('StopServices', 'VersionNT', 1900),
[ 92] ('MsiUnpublishAssemblies', None, 1750),
[ 93] ('UnpublishComponents', None, 1700),
[ 94] ('UnpublishFeatures', None, 1800),
[ 95] ('UnregisterClassInfo', None, 2700),
[ 96] ('UnregisterComPlus', None, 2100),
[ 97] ('UnregisterExtensionInfo', None, 2800),
[ 98] ('UnregisterFonts', None, 2500),
[ 99] ('UnregisterMIMEInfo', None, 3000),
[ 100] ('UnregisterProgIdInfo', None, 2900),
[ 101] ('UnregisterTypeLibraries', None, 2300),
[ 102] ('ValidateProductID', None, 700),
[ 103] ('WriteEnvironmentStrings', None, 5200),
[ 104] ('WriteIniValues', None, 5100),
[ 105] ('WriteRegistryValues', None, 5000),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 109] ('FileCost', None, 900),
[ 110] ('CostInitialize', None, 800),
[ 111] ('CostFinalize', None, 1000),
[ 112] ('ExecuteAction', None, 1300),
[ 113] ('ExitDialog', None, -1),
[ 114] ('FatalError', None, -3),
[ 115] ('UserExit', None, -2),
[ 116] ('AppSearch', None, 400),
[ 117] ('CCPSearch', 'NOT Installed', 500),
[ 118] ('FindRelatedProducts', None, 200),
[ 119] ('IsolateComponents', None, 950),
[ 120] ('LaunchConditions', None, 100),
[ 121] ('MigrateFeatureStates', None, 1200),
[ 122] ('RMCCPSearch', 'NOT Installed', 600),
[ 123] ('ValidateProductID', None, 700),
[ 109] ('FileCost', None, 900),
[ 110] ('CostInitialize', None, 800),
[ 111] ('CostFinalize', None, 1000),
[ 112] ('ExecuteAction', None, 1300),
[ 113] ('ExitDialog', None, -1),
[ 114] ('FatalError', None, -3),
[ 115] ('UserExit', None, -2),
[ 116] ('AppSearch', None, 400),
[ 117] ('CCPSearch', 'NOT Installed', 500),
[ 118] ('FindRelatedProducts', None, 200),
[ 119] ('IsolateComponents', None, 950),
[ 120] ('LaunchConditions', None, 100),
[ 121] ('MigrateFeatureStates', None, 1200),
[ 122] ('RMCCPSearch', 'NOT Installed', 600),
[ 123] ('ValidateProductID', None, 700),
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[++++] /home/palash25/Dev/cpython/Lib/msilib/sequence.py
[ 126] tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence']
[ 126] tables = ['AdminExecuteSequence', 'AdminUISequence',
[ 127] 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence']
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 38]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 44]
[ 47]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 49]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 53]
[ 56]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 61]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 69]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 87]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 94]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 116]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 129]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 153]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/macholib/dyld.py
[ 156] assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
[ 156] assert dyld_find(
[ 157] 'System.framework/System') == '/System/Library/Frameworks/System.framework/System'
[ 158]
Lib/ctypes/macholib/dyld.py
[ 8] from·itertools·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from itertools import *' used; unable to detect undefined names
Lib/ctypes/macholib/dyld.py
[ 120] ····for·path·in·dyld_image_suffix_search(chain(
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'chain' may be undefined, or defined from star imports: itertools
Lib/ctypes/macholib/dyld.py
[ 154] ····env·=·{}
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'env' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[++++] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[ 9]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[++++] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[ 56] print("%s UTC = %s %-5s isdst=%d" % (utc, lmt, abbr, tti[1]) + shift, file=stream)
[ 56] print("%s UTC = %s %-5s isdst=%d" %
[ 57] (utc, lmt, abbr, tti[1]) + shift, file=stream)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[++++] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[ 65] magic = o.read(4)
[ 65] magic = o.read(4)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[++++] /home/palash25/Dev/cpython/Tools/tz/zdump.py
[ 70]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 26]
[ 27]
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 44]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 52]
[ 53] def confirm(self, test, testname = "Test"):
[ 54] def confirm(self, test, testname="Test"):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 89] self.confirm(dom.getElementsByTagName("LI") == \
[ 90] dom.documentElement.getElementsByTagName("LI"))
[ 89] self.confirm(dom.getElementsByTagName("LI") ==
[ 90] dom.documentElement.getElementsByTagName("LI"))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 100] and root.childNodes.length == 2
[ 101] and root.childNodes[0] is nelem
[ 102] and root.childNodes.item(0) is nelem
[ 103] and root.childNodes[1] is elem
[ 104] and root.childNodes.item(1) is elem
[ 105] and root.firstChild is nelem
[ 106] and root.lastChild is elem
[ 107] and root.toxml() == "<doc><element/><foo/></doc>"
[ 108] , "testInsertBefore -- node properly placed in tree")
[ 100] and root.childNodes.length == 2
[ 101] and root.childNodes[0] is nelem
[ 102] and root.childNodes.item(0) is nelem
[ 103] and root.childNodes[1] is elem
[ 104] and root.childNodes.item(1) is elem
[ 105] and root.firstChild is nelem
[ 106] and root.lastChild is elem
[ 107] and root.toxml() == "<doc><element/><foo/></doc>", "testInsertBefore -- node properly placed in tree")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 112] and root.childNodes.length == 3
[ 113] and root.childNodes[1] is elem
[ 114] and root.childNodes.item(1) is elem
[ 115] and root.childNodes[2] is nelem
[ 116] and root.childNodes.item(2) is nelem
[ 117] and root.lastChild is nelem
[ 118] and nelem.previousSibling is elem
[ 119] and root.toxml() == "<doc><element/><foo/><element/></doc>"
[ 120] , "testInsertBefore -- node properly placed in tree")
[ 112] and root.childNodes.length == 3
[ 113] and root.childNodes[1] is elem
[ 114] and root.childNodes.item(1) is elem
[ 115] and root.childNodes[2] is nelem
[ 116] and root.childNodes.item(2) is nelem
[ 117] and root.lastChild is nelem
[ 118] and nelem.previousSibling is elem
[ 119] and root.toxml() == "<doc><element/><foo/><element/></doc>", "testInsertBefore -- node properly placed in tree")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 124] and root.childNodes.length == 4
[ 125] and root.childNodes[2] is nelem2
[ 126] and root.childNodes.item(2) is nelem2
[ 127] and root.childNodes[3] is nelem
[ 128] and root.childNodes.item(3) is nelem
[ 129] and nelem2.nextSibling is nelem
[ 130] and nelem.previousSibling is nelem2
[ 131] and root.toxml() ==
[ 132] "<doc><element/><foo/><bar/><element/></doc>"
[ 133] , "testInsertBefore -- node properly placed in tree")
[ 124] and root.childNodes.length == 4
[ 125] and root.childNodes[2] is nelem2
[ 126] and root.childNodes.item(2) is nelem2
[ 127] and root.childNodes[3] is nelem
[ 128] and root.childNodes.item(3) is nelem
[ 129] and nelem2.nextSibling is nelem
[ 130] and nelem.previousSibling is nelem2
[ 131] and root.toxml() ==
[ 132] "<doc><element/><foo/><bar/><element/></doc>", "testInsertBefore -- node properly placed in tree")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 187] "replaceChild(<fragment>)")
[ 187] "replaceChild(<fragment>)")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 219] "NamedNodeMap.__setitem__() sets ownerDocument")
[ 219] "NamedNodeMap.__setitem__() sets ownerDocument")
[ 221] "NamedNodeMap.__setitem__() sets ownerElement")
[ 221] "NamedNodeMap.__setitem__() sets ownerElement")
[ 223] "NamedNodeMap.__setitem__() sets value")
[ 223] "NamedNodeMap.__setitem__() sets value")
[ 225] "NamedNodeMap.__setitem__() sets nodeValue")
[ 225] "NamedNodeMap.__setitem__() sets nodeValue")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 231] self.confirm(dom)# should not be zero
[ 231] self.confirm(dom) # should not be zero
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 260] "setAttribute() sets ownerDocument")
[ 260] "setAttribute() sets ownerDocument")
[ 262] "setAttribute() sets ownerElement")
[ 262] "setAttribute() sets ownerElement")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 321] "http://www.python.org")
[ 321] "http://www.python.org")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 324] "foo", "http://www.python.org")
[ 324] "foo", "http://www.python.org")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 337] None)
[ 337] None)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 340] and child.getAttributeNode("spam") is None)
[ 340] and child.getAttributeNode("spam") is None)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 345] node2)
[ 345] node2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 364] and el.attributes["spam"].value == "bam"
[ 365] and el.attributes["spam"].nodeValue == "bam"
[ 366] and el.getAttribute("spam") == "bam"
[ 367] and el.getAttributeNode("spam").isId)
[ 364] and el.attributes["spam"].value == "bam"
[ 365] and el.attributes["spam"].nodeValue == "bam"
[ 366] and el.getAttribute("spam") == "bam"
[ 367] and el.getAttributeNode("spam").isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 370] and el.attributes["spam"].value == "ham"
[ 371] and el.attributes["spam"].nodeValue == "ham"
[ 372] and el.getAttribute("spam") == "ham"
[ 373] and el.attributes["spam"].isId)
[ 370] and el.attributes["spam"].value == "ham"
[ 371] and el.attributes["spam"].nodeValue == "ham"
[ 372] and el.getAttribute("spam") == "ham"
[ 373] and el.attributes["spam"].isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 376] and el.attributes["spam"].value == "ham"
[ 377] and el.attributes["spam"].nodeValue == "ham"
[ 378] and el.getAttribute("spam") == "ham"
[ 379] and el.attributes["spam2"].value == "bam"
[ 380] and el.attributes["spam2"].nodeValue == "bam"
[ 381] and el.getAttribute("spam2") == "bam")
[ 376] and el.attributes["spam"].value == "ham"
[ 377] and el.attributes["spam"].nodeValue == "ham"
[ 378] and el.getAttribute("spam") == "ham"
[ 379] and el.attributes["spam2"].value == "bam"
[ 380] and el.attributes["spam2"].nodeValue == "bam"
[ 381] and el.getAttribute("spam2") == "bam")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 384] and el.attributes["spam"].value == "ham"
[ 385] and el.attributes["spam"].nodeValue == "ham"
[ 386] and el.getAttribute("spam") == "ham"
[ 387] and el.attributes["spam2"].value == "bam2"
[ 388] and el.attributes["spam2"].nodeValue == "bam2"
[ 389] and el.getAttribute("spam2") == "bam2")
[ 384] and el.attributes["spam"].value == "ham"
[ 385] and el.attributes["spam"].nodeValue == "ham"
[ 386] and el.getAttribute("spam") == "ham"
[ 387] and el.attributes["spam2"].value == "bam2"
[ 388] and el.attributes["spam2"].nodeValue == "bam2"
[ 389] and el.getAttribute("spam2") == "bam2")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 412] "http://www.python.org")
[ 412] "http://www.python.org")
[ 414] 'http://www.python.org')
[ 414] 'http://www.python.org')
[ 416] '')
[ 416] '')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 424] d="""<foo xmlns:minidom='http://pyxml.sf.net/minidom'>
[ 424] d = """<foo xmlns:minidom='http://pyxml.sf.net/minidom'>
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 431] and elems[0].namespaceURI == "http://pyxml.sf.net/minidom"
[ 432] and elems[0].localName == "myelem"
[ 433] and elems[0].prefix == "minidom"
[ 434] and elems[0].tagName == "minidom:myelem"
[ 435] and elems[0].nodeName == "minidom:myelem")
[ 431] and elems[0].namespaceURI == "http://pyxml.sf.net/minidom"
[ 432] and elems[0].localName == "myelem"
[ 433] and elems[0].prefix == "minidom"
[ 434] and elems[0].tagName == "minidom:myelem"
[ 435] and elems[0].nodeName == "minidom:myelem")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 547] and pi.data == "data \t\n "
[ 548] and pi.nodeName == "mypi"
[ 549] and pi.nodeType == Node.PROCESSING_INSTRUCTION_NODE
[ 550] and pi.attributes is None
[ 551] and not pi.hasChildNodes()
[ 552] and len(pi.childNodes) == 0
[ 553] and pi.firstChild is None
[ 554] and pi.lastChild is None
[ 555] and pi.localName is None
[ 556] and pi.namespaceURI == xml.dom.EMPTY_NAMESPACE)
[ 547] and pi.data == "data \t\n "
[ 548] and pi.nodeName == "mypi"
[ 549] and pi.nodeType == Node.PROCESSING_INSTRUCTION_NODE
[ 550] and pi.attributes is None
[ 551] and not pi.hasChildNodes()
[ 552] and len(pi.childNodes) == 0
[ 553] and pi.firstChild is None
[ 554] and pi.lastChild is None
[ 555] and pi.localName is None
[ 556] and pi.namespaceURI == xml.dom.EMPTY_NAMESPACE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 657] and a1.value == a2.value
[ 658] and a1.nodeValue == a2.nodeValue
[ 659] and a1.namespaceURI == a2.namespaceURI
[ 660] and a1.localName == a2.localName
[ 661] , "clone of attribute node has proper attribute values")
[ 657] and a1.value == a2.value
[ 658] and a1.nodeValue == a2.nodeValue
[ 659] and a1.namespaceURI == a2.namespaceURI
[ 660] and a1.localName == a2.localName, "clone of attribute node has proper attribute values")
[ 663] "clone of attribute node correctly owned")
[ 662] "clone of attribute node correctly owned")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 680] and clone.childNodes.length == 0
[ 681] and clone.parentNode is None
[ 682] and clone.toxml() == '<doc attr="value"/>'
[ 683] , "testCloneElementShallow")
[ 680] and clone.childNodes.length == 0
[ 681] and clone.parentNode is None
[ 682] and clone.toxml() == '<doc attr="value"/>', "testCloneElementShallow")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 689] and clone.childNodes.length == 1
[ 690] and clone.parentNode is None
[ 691] and clone.toxml() == '<doc attr="value"><foo/></doc>'
[ 692] , "testCloneElementDeep")
[ 689] and clone.childNodes.length == 1
[ 690] and clone.parentNode is None
[ 691] and clone.toxml() == '<doc attr="value"><foo/></doc>', "testCloneElementDeep")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 697] "<!-- comment -->"
[ 698] "<!DOCTYPE doc [\n"
[ 699] "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
[ 700] "]>\n"
[ 701] "<doc attr='value'/>")
[ 697] "<!-- comment -->"
[ 698] "<!DOCTYPE doc [\n"
[ 699] "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
[ 700] "]>\n"
[ 701] "<doc attr='value'/>")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 704] "testCloneDocumentShallow:"
[ 705] " shallow cloning of documents makes no sense!")
[ 704] "testCloneDocumentShallow:"
[ 705] " shallow cloning of documents makes no sense!")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 709] "<!-- comment -->"
[ 710] "<!DOCTYPE doc [\n"
[ 711] "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
[ 712] "]>\n"
[ 713] "<doc attr='value'/>")
[ 709] "<!-- comment -->"
[ 710] "<!DOCTYPE doc [\n"
[ 711] "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
[ 712] "]>\n"
[ 713] "<doc attr='value'/>")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 716] "testCloneDocumentDeep: document objects not distinct")
[ 716] "testCloneDocumentDeep: document objects not distinct")
[ 718] "testCloneDocumentDeep: wrong number of Document children")
[ 718] "testCloneDocumentDeep: wrong number of Document children")
[ 720] "testCloneDocumentDeep: documentElement not an ELEMENT_NODE")
[ 720] "testCloneDocumentDeep: documentElement not an ELEMENT_NODE")
[ 722] "testCloneDocumentDeep: documentElement owner is not new document")
[ 722] "testCloneDocumentDeep: documentElement owner is not new document")
[ 724] "testCloneDocumentDeep: documentElement should not be shared")
[ 724] "testCloneDocumentDeep: documentElement should not be shared")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 728] "testCloneDocumentDeep: doctype not a DOCUMENT_TYPE_NODE")
[ 728] "testCloneDocumentDeep: doctype not a DOCUMENT_TYPE_NODE")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 736] and clone.nodeName == doctype.nodeName
[ 737] and clone.name == doctype.name
[ 738] and clone.publicId == doctype.publicId
[ 739] and clone.systemId == doctype.systemId
[ 740] and len(clone.entities) == len(doctype.entities)
[ 741] and clone.entities.item(len(clone.entities)) is None
[ 742] and len(clone.notations) == len(doctype.notations)
[ 743] and clone.notations.item(len(clone.notations)) is None
[ 744] and len(clone.childNodes) == 0)
[ 736] and clone.nodeName == doctype.nodeName
[ 737] and clone.name == doctype.name
[ 738] and clone.publicId == doctype.publicId
[ 739] and clone.systemId == doctype.systemId
[ 740] and len(clone.entities) == len(doctype.entities)
[ 741] and clone.entities.item(len(clone.entities)) is None
[ 742] and len(clone.notations) == len(doctype.notations)
[ 743] and clone.notations.item(len(clone.notations)) is None
[ 744] and len(clone.childNodes) == 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 749] and (not ce.isSameNode(se))
[ 750] and ce.nodeName == se.nodeName
[ 751] and ce.notationName == se.notationName
[ 752] and ce.publicId == se.publicId
[ 753] and ce.systemId == se.systemId
[ 754] and ce.encoding == se.encoding
[ 755] and ce.actualEncoding == se.actualEncoding
[ 756] and ce.version == se.version)
[ 749] and (not ce.isSameNode(se))
[ 750] and ce.nodeName == se.nodeName
[ 751] and ce.notationName == se.notationName
[ 752] and ce.publicId == se.publicId
[ 753] and ce.systemId == se.systemId
[ 754] and ce.encoding == se.encoding
[ 755] and ce.actualEncoding == se.actualEncoding
[ 756] and ce.version == se.version)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 761] and (not cn.isSameNode(sn))
[ 762] and cn.nodeName == sn.nodeName
[ 763] and cn.publicId == sn.publicId
[ 764] and cn.systemId == sn.systemId)
[ 761] and (not cn.isSameNode(sn))
[ 762] and cn.nodeName == sn.nodeName
[ 763] and cn.publicId == sn.publicId
[ 764] and cn.systemId == sn.systemId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 775] and clone.nodeName == doctype.nodeName
[ 776] and clone.name == doctype.name
[ 777] and clone.publicId == doctype.publicId
[ 778] and clone.systemId == doctype.systemId
[ 779] and len(clone.entities) == 0
[ 780] and clone.entities.item(0) is None
[ 781] and len(clone.notations) == 0
[ 782] and clone.notations.item(0) is None
[ 783] and len(clone.childNodes) == 0)
[ 775] and clone.nodeName == doctype.nodeName
[ 776] and clone.name == doctype.name
[ 777] and clone.publicId == doctype.publicId
[ 778] and clone.systemId == doctype.systemId
[ 779] and len(clone.entities) == 0
[ 780] and clone.entities.item(0) is None
[ 781] and len(clone.notations) == 0
[ 782] and clone.notations.item(0) is None
[ 783] and len(clone.childNodes) == 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 823] testName + ": ownerElement should be None")
[ 823] testName + ": ownerElement should be None")
[ 825] testName + ": ownerDocument does not match")
[ 825] testName + ": ownerDocument does not match")
[ 827] testName + ": cloned attribute must have specified == True")
[ 827] testName + ": cloned attribute must have specified == True")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 841] and clone.data == pi.data)
[ 841] and clone.data == pi.data)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 855] and root.childNodes.length == 2,
[ 856] "testNormalize -- preparation")
[ 855] and root.childNodes.length == 2,
[ 856] "testNormalize -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 859] and root.childNodes.length == 1
[ 860] and root.firstChild is root.lastChild
[ 861] and root.firstChild.data == "firstsecond"
[ 862] , "testNormalize -- result")
[ 859] and root.childNodes.length == 1
[ 860] and root.firstChild is root.lastChild
[ 861] and root.firstChild.data == "firstsecond", "testNormalize -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 870] and root.childNodes.length == 0,
[ 871] "testNormalize -- single empty node removed")
[ 870] and root.childNodes.length == 0,
[ 871] "testNormalize -- single empty node removed")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 881] and root.childNodes.length == 3,
[ 882] "testNormalizeCombineAndNextSibling -- preparation")
[ 881] and root.childNodes.length == 3,
[ 882] "testNormalizeCombineAndNextSibling -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 885] and root.childNodes.length == 2
[ 886] and root.firstChild.data == "firstsecond"
[ 887] and root.firstChild is not root.lastChild
[ 888] and root.firstChild.nextSibling is root.lastChild
[ 889] and root.firstChild.previousSibling is None
[ 890] and root.lastChild.previousSibling is root.firstChild
[ 891] and root.lastChild.nextSibling is None
[ 892] , "testNormalizeCombinedAndNextSibling -- result")
[ 885] and root.childNodes.length == 2
[ 886] and root.firstChild.data == "firstsecond"
[ 887] and root.firstChild is not root.lastChild
[ 888] and root.firstChild.nextSibling is root.lastChild
[ 889] and root.firstChild.previousSibling is None
[ 890] and root.lastChild.previousSibling is root.firstChild
[ 891] and root.lastChild.nextSibling is None, "testNormalizeCombinedAndNextSibling -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 901] and root.childNodes.length == 2,
[ 902] "testNormalizeDeleteWithPrevSibling -- preparation")
[ 901] and root.childNodes.length == 2,
[ 902] "testNormalizeDeleteWithPrevSibling -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 905] and root.childNodes.length == 1
[ 906] and root.firstChild.data == "first"
[ 907] and root.firstChild is root.lastChild
[ 908] and root.firstChild.nextSibling is None
[ 909] and root.firstChild.previousSibling is None
[ 910] , "testNormalizeDeleteWithPrevSibling -- result")
[ 905] and root.childNodes.length == 1
[ 906] and root.firstChild.data == "first"
[ 907] and root.firstChild is root.lastChild
[ 908] and root.firstChild.nextSibling is None
[ 909] and root.firstChild.previousSibling is None, "testNormalizeDeleteWithPrevSibling -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 919] and root.childNodes.length == 2,
[ 920] "testNormalizeDeleteWithNextSibling -- preparation")
[ 919] and root.childNodes.length == 2,
[ 920] "testNormalizeDeleteWithNextSibling -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 923] and root.childNodes.length == 1
[ 924] and root.firstChild.data == "second"
[ 925] and root.firstChild is root.lastChild
[ 926] and root.firstChild.nextSibling is None
[ 927] and root.firstChild.previousSibling is None
[ 928] , "testNormalizeDeleteWithNextSibling -- result")
[ 923] and root.childNodes.length == 1
[ 924] and root.firstChild.data == "second"
[ 925] and root.firstChild is root.lastChild
[ 926] and root.firstChild.nextSibling is None
[ 927] and root.firstChild.previousSibling is None, "testNormalizeDeleteWithNextSibling -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 938] and root.childNodes.length == 3,
[ 939] "testNormalizeDeleteWithTwoSiblings -- preparation")
[ 938] and root.childNodes.length == 3,
[ 939] "testNormalizeDeleteWithTwoSiblings -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 942] and root.childNodes.length == 2
[ 943] and root.firstChild is not root.lastChild
[ 944] and root.firstChild.nextSibling is root.lastChild
[ 945] and root.firstChild.previousSibling is None
[ 946] and root.lastChild.previousSibling is root.firstChild
[ 947] and root.lastChild.nextSibling is None
[ 948] , "testNormalizeDeleteWithTwoSiblings -- result")
[ 942] and root.childNodes.length == 2
[ 943] and root.firstChild is not root.lastChild
[ 944] and root.firstChild.nextSibling is root.lastChild
[ 945] and root.firstChild.previousSibling is None
[ 946] and root.lastChild.previousSibling is root.firstChild
[ 947] and root.lastChild.nextSibling is None, "testNormalizeDeleteWithTwoSiblings -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 960] and root.childNodes.length == 5,
[ 961] "testNormalizeDeleteAndCombine -- preparation")
[ 960] and root.childNodes.length == 5,
[ 961] "testNormalizeDeleteAndCombine -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 964] and root.childNodes.length == 1
[ 965] and root.firstChild is root.lastChild
[ 966] and root.firstChild.data == "secondfourth"
[ 967] and root.firstChild.previousSibling is None
[ 968] and root.firstChild.nextSibling is None
[ 969] , "testNormalizeDeleteAndCombine -- result")
[ 964] and root.childNodes.length == 1
[ 965] and root.firstChild is root.lastChild
[ 966] and root.firstChild.data == "secondfourth"
[ 967] and root.firstChild.previousSibling is None
[ 968] and root.firstChild.nextSibling is None, "testNormalizeDeleteAndCombine -- result")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 974] "<o>"
[ 975] "<i/>"
[ 976] "t"
[ 977] #
[ 978] #x
[ 979] "</o>"
[ 980] "<o>"
[ 981] "<o>"
[ 982] "t2"
[ 983] #x2
[ 984] "</o>"
[ 985] "t3"
[ 986] #x3
[ 987] "</o>"
[ 988] #
[ 974] "<o>"
[ 975] "<i/>"
[ 976] "t"
[ 977] #
[ 978] # x
[ 979] "</o>"
[ 980] "<o>"
[ 981] "<o>"
[ 982] "t2"
[ 983] # x2
[ 984] "</o>"
[ 985] "t3"
[ 986] # x3
[ 987] "</o>"
[ 988] #
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[ 997] and root.childNodes.length == 3
[ 998] and len(root.childNodes[0].childNodes) == 4
[ 999] and root.childNodes[0].childNodes.length == 4
[1000] and len(root.childNodes[1].childNodes) == 3
[1001] and root.childNodes[1].childNodes.length == 3
[1002] and len(root.childNodes[1].childNodes[0].childNodes) == 2
[1003] and root.childNodes[1].childNodes[0].childNodes.length == 2
[1004] , "testNormalize2 -- preparation")
[ 997] and root.childNodes.length == 3
[ 998] and len(root.childNodes[0].childNodes) == 4
[ 999] and root.childNodes[0].childNodes.length == 4
[1000] and len(root.childNodes[1].childNodes) == 3
[1001] and root.childNodes[1].childNodes.length == 3
[1002] and len(root.childNodes[1].childNodes[0].childNodes) == 2
[1003] and root.childNodes[1].childNodes[0].childNodes.length == 2, "testNormalize2 -- preparation")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1007] and root.childNodes.length == 2
[1008] and len(root.childNodes[0].childNodes) == 2
[1009] and root.childNodes[0].childNodes.length == 2
[1010] and len(root.childNodes[1].childNodes) == 2
[1011] and root.childNodes[1].childNodes.length == 2
[1012] and len(root.childNodes[1].childNodes[0].childNodes) == 1
[1013] and root.childNodes[1].childNodes[0].childNodes.length == 1
[1014] , "testNormalize2 -- childNodes lengths")
[1007] and root.childNodes.length == 2
[1008] and len(root.childNodes[0].childNodes) == 2
[1009] and root.childNodes[0].childNodes.length == 2
[1010] and len(root.childNodes[1].childNodes) == 2
[1011] and root.childNodes[1].childNodes.length == 2
[1012] and len(root.childNodes[1].childNodes[0].childNodes) == 1
[1013] and root.childNodes[1].childNodes[0].childNodes.length == 1, "testNormalize2 -- childNodes lengths")
[1016] and root.childNodes[1].childNodes[0].childNodes[0].data == "t2x2"
[1017] and root.childNodes[1].childNodes[1].data == "t3x3"
[1018] , "testNormalize2 -- joined text fields")
[1015] and root.childNodes[1].childNodes[0].childNodes[0].data == "t2x2"
[1016] and root.childNodes[1].childNodes[1].data == "t3x3", "testNormalize2 -- joined text fields")
[1020] and root.childNodes[0].childNodes[1].previousSibling
[1021] is root.childNodes[0].childNodes[0]
[1022] and root.childNodes[0].childNodes[0].previousSibling is None
[1023] and root.childNodes[0].childNodes[0].nextSibling
[1024] is root.childNodes[0].childNodes[1]
[1025] and root.childNodes[1].childNodes[1].nextSibling is None
[1026] and root.childNodes[1].childNodes[1].previousSibling
[1027] is root.childNodes[1].childNodes[0]
[1028] and root.childNodes[1].childNodes[0].previousSibling is None
[1029] and root.childNodes[1].childNodes[0].nextSibling
[1030] is root.childNodes[1].childNodes[1]
[1031] , "testNormalize2 -- sibling pointers")
[1032] doc.unlink()
[1033]
[1018] and root.childNodes[0].childNodes[1].previousSibling
[1019] is root.childNodes[0].childNodes[0]
[1020] and root.childNodes[0].childNodes[0].previousSibling is None
[1021] and root.childNodes[0].childNodes[0].nextSibling
[1022] is root.childNodes[0].childNodes[1]
[1023] and root.childNodes[1].childNodes[1].nextSibling is None
[1024] and root.childNodes[1].childNodes[1].previousSibling
[1025] is root.childNodes[1].childNodes[0]
[1026] and root.childNodes[1].childNodes[0].previousSibling is None
[1027] and root.childNodes[1].childNodes[0].nextSibling
[1028] is root.childNodes[1].childNodes[1], "testNormalize2 -- sibling pointers")
[1029] doc.unlink()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1057] pi.previousSibling is None and
[1058] text.nextSibling is elm and
[1059] text.previousSibling is pi and
[1060] elm.nextSibling is None and
[1061] elm.previousSibling is text, "testSiblings")
[1057] pi.previousSibling is None and
[1058] text.nextSibling is elm and
[1059] text.previousSibling is pi and
[1060] elm.nextSibling is None and
[1061] elm.previousSibling is text, "testSiblings")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1074] elm1.parentNode is root and
[1075] elm2a.parentNode is elm1 and
[1076] elm2b.parentNode is elm1 and
[1077] elm3.parentNode is elm2b, "testParents")
[1074] elm1.parentNode is root and
[1075] elm2a.parentNode is elm1 and
[1076] elm2b.parentNode is elm1 and
[1077] elm3.parentNode is elm2b, "testParents")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1085] and children.item(1) is None
[1086] and docelem.childNodes.item(0) is docelem.childNodes[0]
[1087] and docelem.childNodes.item(1) is docelem.childNodes[1]
[1088] and docelem.childNodes.item(0).childNodes.item(0) is None,
[1089] "test NodeList.item()")
[1085] and children.item(1) is None
[1086] and docelem.childNodes.item(0) is docelem.childNodes[0]
[1087] and docelem.childNodes.item(1) is docelem.childNodes[1]
[1088] and docelem.childNodes.item(0).childNodes.item(0) is None,
[1089] "test NodeList.item()")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1097] b'<?xml version="1.0" encoding="utf-8"?><foo>\xe2\x82\xac</foo>')
[1097] b'<?xml version="1.0" encoding="utf-8"?><foo>\xe2\x82\xac</foo>')
[1099] b'<?xml version="1.0" encoding="iso-8859-15"?><foo>\xa4</foo>')
[1099] b'<?xml version="1.0" encoding="iso-8859-15"?><foo>\xa4</foo>')
[1101] b'<?xml version="1.0" encoding="us-ascii"?><foo>&#8364;</foo>')
[1101] b'<?xml version="1.0" encoding="us-ascii"?><foo>&#8364;</foo>')
[1103] '<?xml version="1.0" encoding="utf-16"?>'
[1104] '<foo>\u20ac</foo>'.encode('utf-16'))
[1103] '<?xml version="1.0" encoding="utf-16"?>'
[1104] '<foo>\u20ac</foo>'.encode('utf-16'))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1109] b'<fran\xe7ais>Comment \xe7a va ? Tr\xe8s bien ?</fran\xe7ais>')
[1109] b'<fran\xe7ais>Comment \xe7a va ? Tr\xe8s bien ?</fran\xe7ais>')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1115]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1138] and n.getUserData("bar") is None
[1139] and c.getUserData("bar") == 13)
[1138] and n.getUserData("bar") is None
[1139] and c.getUserData("bar") == 13)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1161] and attr.nodeName == "b"
[1162] and attr.localName is None
[1163] and attr.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1164] and attr.prefix is None
[1165] and attr.value == "v"
[1166] and elem.getAttributeNode("a") is None
[1167] and elem.getAttributeNode("b").isSameNode(attr)
[1168] and attrmap["b"].isSameNode(attr)
[1169] and attr.ownerDocument.isSameNode(doc)
[1170] and attr.ownerElement.isSameNode(elem))
[1161] and attr.nodeName == "b"
[1162] and attr.localName is None
[1163] and attr.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1164] and attr.prefix is None
[1165] and attr.value == "v"
[1166] and elem.getAttributeNode("a") is None
[1167] and elem.getAttributeNode("b").isSameNode(attr)
[1168] and attrmap["b"].isSameNode(attr)
[1169] and attr.ownerDocument.isSameNode(doc)
[1170] and attr.ownerElement.isSameNode(elem))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1175] and attr.nodeName == "c"
[1176] and attr.localName == "c"
[1177] and attr.namespaceURI == "http://xml.python.org/ns"
[1178] and attr.prefix is None
[1179] and attr.value == "v"
[1180] and elem.getAttributeNode("a") is None
[1181] and elem.getAttributeNode("b") is None
[1182] and elem.getAttributeNode("c").isSameNode(attr)
[1183] and elem.getAttributeNodeNS(
[1184] "http://xml.python.org/ns", "c").isSameNode(attr)
[1185] and attrmap["c"].isSameNode(attr)
[1186] and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
[1175] and attr.nodeName == "c"
[1176] and attr.localName == "c"
[1177] and attr.namespaceURI == "http://xml.python.org/ns"
[1178] and attr.prefix is None
[1179] and attr.value == "v"
[1180] and elem.getAttributeNode("a") is None
[1181] and elem.getAttributeNode("b") is None
[1182] and elem.getAttributeNode("c").isSameNode(attr)
[1183] and elem.getAttributeNodeNS(
[1184] "http://xml.python.org/ns", "c").isSameNode(attr)
[1185] and attrmap["c"].isSameNode(attr)
[1186] and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1191] and attr.nodeName == "p:d"
[1192] and attr.localName == "d"
[1193] and attr.namespaceURI == "http://xml.python.org/ns2"
[1194] and attr.prefix == "p"
[1195] and attr.value == "v"
[1196] and elem.getAttributeNode("a") is None
[1197] and elem.getAttributeNode("b") is None
[1198] and elem.getAttributeNode("c") is None
[1199] and elem.getAttributeNodeNS(
[1200] "http://xml.python.org/ns", "c") is None
[1201] and elem.getAttributeNode("p:d").isSameNode(attr)
[1202] and elem.getAttributeNodeNS(
[1203] "http://xml.python.org/ns2", "d").isSameNode(attr)
[1204] and attrmap["p:d"].isSameNode(attr)
[1205] and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
[1191] and attr.nodeName == "p:d"
[1192] and attr.localName == "d"
[1193] and attr.namespaceURI == "http://xml.python.org/ns2"
[1194] and attr.prefix == "p"
[1195] and attr.value == "v"
[1196] and elem.getAttributeNode("a") is None
[1197] and elem.getAttributeNode("b") is None
[1198] and elem.getAttributeNode("c") is None
[1199] and elem.getAttributeNodeNS(
[1200] "http://xml.python.org/ns", "c") is None
[1201] and elem.getAttributeNode("p:d").isSameNode(attr)
[1202] and elem.getAttributeNodeNS(
[1203] "http://xml.python.org/ns2", "d").isSameNode(attr)
[1204] and attrmap["p:d"].isSameNode(attr)
[1205] and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1210] and attr.nodeName == "e"
[1211] and attr.localName is None
[1212] and attr.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1213] and attr.prefix is None
[1214] and attr.value == "v"
[1215] and elem.getAttributeNode("a") is None
[1216] and elem.getAttributeNode("b") is None
[1217] and elem.getAttributeNode("c") is None
[1218] and elem.getAttributeNode("p:d") is None
[1219] and elem.getAttributeNodeNS(
[1220] "http://xml.python.org/ns", "c") is None
[1221] and elem.getAttributeNode("e").isSameNode(attr)
[1222] and attrmap["e"].isSameNode(attr))
[1210] and attr.nodeName == "e"
[1211] and attr.localName is None
[1212] and attr.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1213] and attr.prefix is None
[1214] and attr.value == "v"
[1215] and elem.getAttributeNode("a") is None
[1216] and elem.getAttributeNode("b") is None
[1217] and elem.getAttributeNode("c") is None
[1218] and elem.getAttributeNode("p:d") is None
[1219] and elem.getAttributeNodeNS(
[1220] "http://xml.python.org/ns", "c") is None
[1221] and elem.getAttributeNode("e").isSameNode(attr)
[1222] and attrmap["e"].isSameNode(attr))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1236] and elem.nodeName == "a"
[1237] and elem.localName is None
[1238] and elem.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1239] and elem.prefix is None
[1240] and elem.ownerDocument.isSameNode(doc))
[1236] and elem.nodeName == "a"
[1237] and elem.localName is None
[1238] and elem.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1239] and elem.prefix is None
[1240] and elem.ownerDocument.isSameNode(doc))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1245] and elem.nodeName == "b"
[1246] and elem.localName == "b"
[1247] and elem.namespaceURI == "http://xml.python.org/ns"
[1248] and elem.prefix is None
[1249] and elem.ownerDocument.isSameNode(doc))
[1245] and elem.nodeName == "b"
[1246] and elem.localName == "b"
[1247] and elem.namespaceURI == "http://xml.python.org/ns"
[1248] and elem.prefix is None
[1249] and elem.ownerDocument.isSameNode(doc))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1254] and elem.nodeName == "p:c"
[1255] and elem.localName == "c"
[1256] and elem.namespaceURI == "http://xml.python.org/ns2"
[1257] and elem.prefix == "p"
[1258] and elem.ownerDocument.isSameNode(doc))
[1254] and elem.nodeName == "p:c"
[1255] and elem.localName == "c"
[1256] and elem.namespaceURI == "http://xml.python.org/ns2"
[1257] and elem.prefix == "p"
[1258] and elem.ownerDocument.isSameNode(doc))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1263] and elem.nodeName == "d"
[1264] and elem.localName is None
[1265] and elem.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1266] and elem.prefix is None
[1267] and elem.ownerDocument.isSameNode(doc))
[1263] and elem.nodeName == "d"
[1264] and elem.localName is None
[1265] and elem.namespaceURI == xml.dom.EMPTY_NAMESPACE
[1266] and elem.prefix is None
[1267] and elem.ownerDocument.isSameNode(doc))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1354] and len(elem.childNodes) == 2)
[1354] and len(elem.childNodes) == 2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1381] and t.namespace == xml.dom.EMPTY_NAMESPACE)
[1381] and t.namespace == xml.dom.EMPTY_NAMESPACE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1387] and t.namespace == xml.dom.EMPTY_NAMESPACE)
[1387] and t.namespace == xml.dom.EMPTY_NAMESPACE)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1395] and not a1.isId
[1396] and not a2.isId)
[1395] and not a1.isId
[1396] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1399] and a1.isId
[1400] and not a2.isId)
[1399] and a1.isId
[1400] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1403] and e.isSameNode(doc.getElementById("w"))
[1404] and a1.isId
[1405] and a2.isId)
[1403] and e.isSameNode(doc.getElementById("w"))
[1404] and a1.isId
[1405] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1411] and e.isSameNode(doc.getElementById("w"))
[1412] and not a1.isId
[1413] and a2.isId
[1414] and not a3.isId)
[1411] and e.isSameNode(doc.getElementById("w"))
[1412] and not a1.isId
[1413] and a2.isId
[1414] and not a3.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1418] and a2.isId)
[1418] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1431] and not a1.isId
[1432] and not a2.isId)
[1431] and not a1.isId
[1432] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1435] and a1.isId
[1436] and not a2.isId)
[1435] and a1.isId
[1436] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1439] and e.isSameNode(doc.getElementById("w"))
[1440] and a1.isId
[1441] and a2.isId)
[1439] and e.isSameNode(doc.getElementById("w"))
[1440] and a1.isId
[1441] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1454] and a2.isId)
[1454] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1467] and not a1.isId
[1468] and not a2.isId)
[1467] and not a1.isId
[1468] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1471] and a1.isId
[1472] and not a2.isId)
[1471] and a1.isId
[1472] and not a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1475] and e.isSameNode(doc.getElementById("w"))
[1476] and a1.isId
[1477] and a2.isId)
[1475] and e.isSameNode(doc.getElementById("w"))
[1476] and a1.isId
[1477] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1490] and a2.isId)
[1490] and a2.isId)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1546]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1555] parseString('<element xmlns:abc="http:abc.com/de f g/hi/j k"><abc:foo /></element>')
[1555] parseString(
[1556] '<element xmlns:abc="http:abc.com/de f g/hi/j k"><abc:foo /></element>')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1560] self.assertRaises( xml.dom.NotFoundErr, doc.removeChild, title_tag)
[1560] self.assertRaises(xml.dom.NotFoundErr, doc.removeChild, title_tag)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_minidom.py
[1573]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autocomplete.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autocomplete.py
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autocomplete.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/idle_test/test_autocomplete.py
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_text.py
[++++] /home/palash25/Dev/cpython/Lib/tkinter/test/test_tkinter/test_text.py
[ 7]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/PCbuild/rmpyc.py
[++++] /home/palash25/Dev/cpython/PCbuild/rmpyc.py
[ 18]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[ 5]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[ 26]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[ 29] '[null, null, null, null, null]')
[ 29] '[null, null, null, null, null]')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_json/test_dump.py
[ 51] class TestPyDump(TestDump, PyTest): pass
[ 51] class TestPyDump(TestDump, PyTest):
[ 52] pass
[ 53]
Lib/test/test_script_helper.py
[ 60] ·······························return_value=True)·as·mock_ire_func:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'mock_ire_func' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 9] ## Define functions that query the Mac graphics type.
[ 10] ## _tk_type and its initializer are private to this section.
[ 9] # Define functions that query the Mac graphics type.
[ 10] # _tk_type and its initializer are private to this section.
[ 13]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 34]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 42]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 51]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 59]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 90] ## Fix the menu and related functions.
[ 90] # Fix the menu and related functions.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 105]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 112]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 205] ('application', [
[ 206] ('About IDLE', '<<about-idle>>'),
[ 207] None,
[ 208] ]))
[ 205] ('application', [
[ 206] ('About IDLE', '<<about-idle>>'),
[ 207] None,
[ 208] ]))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 217]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/macosx.py
[ 227]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 14] POLL_SLEEP = 0.010 # seconds = 10 ms
[ 14] POLL_SLEEP = 0.010 # seconds = 10 ms
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 75] self.assertEqual(thread.stack_size(), 0, "stack_size not reset to default")
[ 75] self.assertEqual(thread.stack_size(), 0,
[ 76] "stack_size not reset to default")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 83] "stack_size(4096)")
[ 83] "stack_size(4096)")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 142]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 163] self.checkin_mutex = thread.allocate_lock()
[ 163] self.checkin_mutex = thread.allocate_lock()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_thread.py
[ 221]
Lib/test/test_thread.py
[ 7] import·sys
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'sys' imported but unused
Lib/test/test_thread.py
[ 131] ············wr·=·weakref.ref(task,·lambda·_:·done.append(None))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'wr' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 51]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 109]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 356]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 429] return self.data.get(ref(key),default)
[ 429] return self.data.get(ref(key), default)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 485] return self.data.setdefault(ref(key, self._remove),default)
[ 485] return self.data.setdefault(ref(key, self._remove), default)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/weakref.py
[++++] /home/palash25/Dev/cpython/Lib/weakref.py
[ 595] L = [(f,i) for (f,i) in cls._registry.items() if i.atexit]
[ 596] L.sort(key=lambda item:item[1].index)
[ 597] return [f for (f,i) in L]
[ 595] L = [(f, i) for (f, i) in cls._registry.items() if i.atexit]
[ 596] L.sort(key=lambda item: item[1].index)
[ 597] return [f for (f, i) in L]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[ 19] script = os.path.join(toolsdir,'i18n', 'pygettext.py')
[ 19] script = os.path.join(toolsdir, 'i18n', 'pygettext.py')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[ 25] if not line or line.startswith(('#', 'msgid','msgstr')):
[ 25] if not line or line.startswith(('#', 'msgid', 'msgstr')):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_tools/test_i18n.py
[ 28] key, val = line.split(':',1)
[ 28] key, val = line.split(':', 1)
Lib/test/test_tools/test_i18n.py
[ 59] ········with·temp_cwd(None)·as·cwd:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cwd' is assigned to but never used
Lib/test/test_tools/test_i18n.py
[ 71] ········with·temp_cwd(None)·as·cwd:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cwd' is assigned to but never used
Lib/test/test_tools/test_i18n.py
[ 98] ········with·temp_cwd(None)·as·cwd:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cwd' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u2018' # 0xA1 -> LEFT SINGLE QUOTATION MARK
[ 210] '\u2019' # 0xA2 -> RIGHT SINGLE QUOTATION MARK
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\u20ac' # 0xA4 -> EURO SIGN
[ 213] '\u20af' # 0xA5 -> DRACHMA SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\u037a' # 0xAA -> GREEK YPOGEGRAMMENI
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u2018' # 0xA1 -> LEFT SINGLE QUOTATION MARK
[ 210] '\u2019' # 0xA2 -> RIGHT SINGLE QUOTATION MARK
[ 211] '\xa3' # 0xA3 -> POUND SIGN
[ 212] '\u20ac' # 0xA4 -> EURO SIGN
[ 213] '\u20af' # 0xA5 -> DRACHMA SIGN
[ 214] '\xa6' # 0xA6 -> BROKEN BAR
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\xa8' # 0xA8 -> DIAERESIS
[ 217] '\xa9' # 0xA9 -> COPYRIGHT SIGN
[ 218] '\u037a' # 0xAA -> GREEK YPOGEGRAMMENI
[ 219] '\xab' # 0xAB -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 220] '\xac' # 0xAC -> NOT SIGN
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 223] '\u2015' # 0xAF -> HORIZONTAL BAR
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\u0384' # 0xB4 -> GREEK TONOS
[ 229] '\u0385' # 0xB5 -> GREEK DIALYTIKA TONOS
[ 230] '\u0386' # 0xB6 -> GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\u0388' # 0xB8 -> GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 233] '\u0389' # 0xB9 -> GREEK CAPITAL LETTER ETA WITH TONOS
[ 234] '\u038a' # 0xBA -> GREEK CAPITAL LETTER IOTA WITH TONOS
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\u038c' # 0xBC -> GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\u038e' # 0xBE -> GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 239] '\u038f' # 0xBF -> GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 240] '\u0390' # 0xC0 -> GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
[ 241] '\u0391' # 0xC1 -> GREEK CAPITAL LETTER ALPHA
[ 242] '\u0392' # 0xC2 -> GREEK CAPITAL LETTER BETA
[ 243] '\u0393' # 0xC3 -> GREEK CAPITAL LETTER GAMMA
[ 244] '\u0394' # 0xC4 -> GREEK CAPITAL LETTER DELTA
[ 245] '\u0395' # 0xC5 -> GREEK CAPITAL LETTER EPSILON
[ 246] '\u0396' # 0xC6 -> GREEK CAPITAL LETTER ZETA
[ 247] '\u0397' # 0xC7 -> GREEK CAPITAL LETTER ETA
[ 248] '\u0398' # 0xC8 -> GREEK CAPITAL LETTER THETA
[ 249] '\u0399' # 0xC9 -> GREEK CAPITAL LETTER IOTA
[ 250] '\u039a' # 0xCA -> GREEK CAPITAL LETTER KAPPA
[ 251] '\u039b' # 0xCB -> GREEK CAPITAL LETTER LAMDA
[ 252] '\u039c' # 0xCC -> GREEK CAPITAL LETTER MU
[ 253] '\u039d' # 0xCD -> GREEK CAPITAL LETTER NU
[ 254] '\u039e' # 0xCE -> GREEK CAPITAL LETTER XI
[ 255] '\u039f' # 0xCF -> GREEK CAPITAL LETTER OMICRON
[ 256] '\u03a0' # 0xD0 -> GREEK CAPITAL LETTER PI
[ 257] '\u03a1' # 0xD1 -> GREEK CAPITAL LETTER RHO
[ 223] '\u2015' # 0xAF -> HORIZONTAL BAR
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\xb1' # 0xB1 -> PLUS-MINUS SIGN
[ 226] '\xb2' # 0xB2 -> SUPERSCRIPT TWO
[ 227] '\xb3' # 0xB3 -> SUPERSCRIPT THREE
[ 228] '\u0384' # 0xB4 -> GREEK TONOS
[ 229] '\u0385' # 0xB5 -> GREEK DIALYTIKA TONOS
[ 230] '\u0386' # 0xB6 -> GREEK CAPITAL LETTER ALPHA WITH TONOS
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\u0388' # 0xB8 -> GREEK CAPITAL LETTER EPSILON WITH TONOS
[ 233] '\u0389' # 0xB9 -> GREEK CAPITAL LETTER ETA WITH TONOS
[ 234] '\u038a' # 0xBA -> GREEK CAPITAL LETTER IOTA WITH TONOS
[ 235] '\xbb' # 0xBB -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 236] '\u038c' # 0xBC -> GREEK CAPITAL LETTER OMICRON WITH TONOS
[ 237] '\xbd' # 0xBD -> VULGAR FRACTION ONE HALF
[ 238] '\u038e' # 0xBE -> GREEK CAPITAL LETTER UPSILON WITH TONOS
[ 239] '\u038f' # 0xBF -> GREEK CAPITAL LETTER OMEGA WITH TONOS
[ 240] '\u0390' # 0xC0 -> GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
[ 241] '\u0391' # 0xC1 -> GREEK CAPITAL LETTER ALPHA
[ 242] '\u0392' # 0xC2 -> GREEK CAPITAL LETTER BETA
[ 243] '\u0393' # 0xC3 -> GREEK CAPITAL LETTER GAMMA
[ 244] '\u0394' # 0xC4 -> GREEK CAPITAL LETTER DELTA
[ 245] '\u0395' # 0xC5 -> GREEK CAPITAL LETTER EPSILON
[ 246] '\u0396' # 0xC6 -> GREEK CAPITAL LETTER ZETA
[ 247] '\u0397' # 0xC7 -> GREEK CAPITAL LETTER ETA
[ 248] '\u0398' # 0xC8 -> GREEK CAPITAL LETTER THETA
[ 249] '\u0399' # 0xC9 -> GREEK CAPITAL LETTER IOTA
[ 250] '\u039a' # 0xCA -> GREEK CAPITAL LETTER KAPPA
[ 251] '\u039b' # 0xCB -> GREEK CAPITAL LETTER LAMDA
[ 252] '\u039c' # 0xCC -> GREEK CAPITAL LETTER MU
[ 253] '\u039d' # 0xCD -> GREEK CAPITAL LETTER NU
[ 254] '\u039e' # 0xCE -> GREEK CAPITAL LETTER XI
[ 255] '\u039f' # 0xCF -> GREEK CAPITAL LETTER OMICRON
[ 256] '\u03a0' # 0xD0 -> GREEK CAPITAL LETTER PI
[ 257] '\u03a1' # 0xD1 -> GREEK CAPITAL LETTER RHO
[ 259] '\u03a3' # 0xD3 -> GREEK CAPITAL LETTER SIGMA
[ 260] '\u03a4' # 0xD4 -> GREEK CAPITAL LETTER TAU
[ 261] '\u03a5' # 0xD5 -> GREEK CAPITAL LETTER UPSILON
[ 262] '\u03a6' # 0xD6 -> GREEK CAPITAL LETTER PHI
[ 263] '\u03a7' # 0xD7 -> GREEK CAPITAL LETTER CHI
[ 264] '\u03a8' # 0xD8 -> GREEK CAPITAL LETTER PSI
[ 265] '\u03a9' # 0xD9 -> GREEK CAPITAL LETTER OMEGA
[ 266] '\u03aa' # 0xDA -> GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 267] '\u03ab' # 0xDB -> GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 268] '\u03ac' # 0xDC -> GREEK SMALL LETTER ALPHA WITH TONOS
[ 269] '\u03ad' # 0xDD -> GREEK SMALL LETTER EPSILON WITH TONOS
[ 270] '\u03ae' # 0xDE -> GREEK SMALL LETTER ETA WITH TONOS
[ 271] '\u03af' # 0xDF -> GREEK SMALL LETTER IOTA WITH TONOS
[ 272] '\u03b0' # 0xE0 -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
[ 273] '\u03b1' # 0xE1 -> GREEK SMALL LETTER ALPHA
[ 274] '\u03b2' # 0xE2 -> GREEK SMALL LETTER BETA
[ 275] '\u03b3' # 0xE3 -> GREEK SMALL LETTER GAMMA
[ 276] '\u03b4' # 0xE4 -> GREEK SMALL LETTER DELTA
[ 277] '\u03b5' # 0xE5 -> GREEK SMALL LETTER EPSILON
[ 278] '\u03b6' # 0xE6 -> GREEK SMALL LETTER ZETA
[ 279] '\u03b7' # 0xE7 -> GREEK SMALL LETTER ETA
[ 280] '\u03b8' # 0xE8 -> GREEK SMALL LETTER THETA
[ 281] '\u03b9' # 0xE9 -> GREEK SMALL LETTER IOTA
[ 282] '\u03ba' # 0xEA -> GREEK SMALL LETTER KAPPA
[ 283] '\u03bb' # 0xEB -> GREEK SMALL LETTER LAMDA
[ 284] '\u03bc' # 0xEC -> GREEK SMALL LETTER MU
[ 285] '\u03bd' # 0xED -> GREEK SMALL LETTER NU
[ 286] '\u03be' # 0xEE -> GREEK SMALL LETTER XI
[ 287] '\u03bf' # 0xEF -> GREEK SMALL LETTER OMICRON
[ 288] '\u03c0' # 0xF0 -> GREEK SMALL LETTER PI
[ 289] '\u03c1' # 0xF1 -> GREEK SMALL LETTER RHO
[ 290] '\u03c2' # 0xF2 -> GREEK SMALL LETTER FINAL SIGMA
[ 291] '\u03c3' # 0xF3 -> GREEK SMALL LETTER SIGMA
[ 292] '\u03c4' # 0xF4 -> GREEK SMALL LETTER TAU
[ 293] '\u03c5' # 0xF5 -> GREEK SMALL LETTER UPSILON
[ 294] '\u03c6' # 0xF6 -> GREEK SMALL LETTER PHI
[ 295] '\u03c7' # 0xF7 -> GREEK SMALL LETTER CHI
[ 296] '\u03c8' # 0xF8 -> GREEK SMALL LETTER PSI
[ 297] '\u03c9' # 0xF9 -> GREEK SMALL LETTER OMEGA
[ 298] '\u03ca' # 0xFA -> GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 299] '\u03cb' # 0xFB -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 300] '\u03cc' # 0xFC -> GREEK SMALL LETTER OMICRON WITH TONOS
[ 301] '\u03cd' # 0xFD -> GREEK SMALL LETTER UPSILON WITH TONOS
[ 302] '\u03ce' # 0xFE -> GREEK SMALL LETTER OMEGA WITH TONOS
[ 259] '\u03a3' # 0xD3 -> GREEK CAPITAL LETTER SIGMA
[ 260] '\u03a4' # 0xD4 -> GREEK CAPITAL LETTER TAU
[ 261] '\u03a5' # 0xD5 -> GREEK CAPITAL LETTER UPSILON
[ 262] '\u03a6' # 0xD6 -> GREEK CAPITAL LETTER PHI
[ 263] '\u03a7' # 0xD7 -> GREEK CAPITAL LETTER CHI
[ 264] '\u03a8' # 0xD8 -> GREEK CAPITAL LETTER PSI
[ 265] '\u03a9' # 0xD9 -> GREEK CAPITAL LETTER OMEGA
[ 266] '\u03aa' # 0xDA -> GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
[ 267] '\u03ab' # 0xDB -> GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
[ 268] '\u03ac' # 0xDC -> GREEK SMALL LETTER ALPHA WITH TONOS
[ 269] '\u03ad' # 0xDD -> GREEK SMALL LETTER EPSILON WITH TONOS
[ 270] '\u03ae' # 0xDE -> GREEK SMALL LETTER ETA WITH TONOS
[ 271] '\u03af' # 0xDF -> GREEK SMALL LETTER IOTA WITH TONOS
[ 272] '\u03b0' # 0xE0 -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
[ 273] '\u03b1' # 0xE1 -> GREEK SMALL LETTER ALPHA
[ 274] '\u03b2' # 0xE2 -> GREEK SMALL LETTER BETA
[ 275] '\u03b3' # 0xE3 -> GREEK SMALL LETTER GAMMA
[ 276] '\u03b4' # 0xE4 -> GREEK SMALL LETTER DELTA
[ 277] '\u03b5' # 0xE5 -> GREEK SMALL LETTER EPSILON
[ 278] '\u03b6' # 0xE6 -> GREEK SMALL LETTER ZETA
[ 279] '\u03b7' # 0xE7 -> GREEK SMALL LETTER ETA
[ 280] '\u03b8' # 0xE8 -> GREEK SMALL LETTER THETA
[ 281] '\u03b9' # 0xE9 -> GREEK SMALL LETTER IOTA
[ 282] '\u03ba' # 0xEA -> GREEK SMALL LETTER KAPPA
[ 283] '\u03bb' # 0xEB -> GREEK SMALL LETTER LAMDA
[ 284] '\u03bc' # 0xEC -> GREEK SMALL LETTER MU
[ 285] '\u03bd' # 0xED -> GREEK SMALL LETTER NU
[ 286] '\u03be' # 0xEE -> GREEK SMALL LETTER XI
[ 287] '\u03bf' # 0xEF -> GREEK SMALL LETTER OMICRON
[ 288] '\u03c0' # 0xF0 -> GREEK SMALL LETTER PI
[ 289] '\u03c1' # 0xF1 -> GREEK SMALL LETTER RHO
[ 290] '\u03c2' # 0xF2 -> GREEK SMALL LETTER FINAL SIGMA
[ 291] '\u03c3' # 0xF3 -> GREEK SMALL LETTER SIGMA
[ 292] '\u03c4' # 0xF4 -> GREEK SMALL LETTER TAU
[ 293] '\u03c5' # 0xF5 -> GREEK SMALL LETTER UPSILON
[ 294] '\u03c6' # 0xF6 -> GREEK SMALL LETTER PHI
[ 295] '\u03c7' # 0xF7 -> GREEK SMALL LETTER CHI
[ 296] '\u03c8' # 0xF8 -> GREEK SMALL LETTER PSI
[ 297] '\u03c9' # 0xF9 -> GREEK SMALL LETTER OMEGA
[ 298] '\u03ca' # 0xFA -> GREEK SMALL LETTER IOTA WITH DIALYTIKA
[ 299] '\u03cb' # 0xFB -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA
[ 300] '\u03cc' # 0xFC -> GREEK SMALL LETTER OMICRON WITH TONOS
[ 301] '\u03cd' # 0xFD -> GREEK SMALL LETTER UPSILON WITH TONOS
[ 302] '\u03ce' # 0xFE -> GREEK SMALL LETTER OMEGA WITH TONOS
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_7.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[ 18] found = self.machinery.BuiltinImporter.find_spec(util.BUILTINS.good_name)
[ 18] found = self.machinery.BuiltinImporter.find_spec(
[ 19] util.BUILTINS.good_name)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[ 61] found = self.machinery.BuiltinImporter.find_module(util.BUILTINS.good_name)
[ 61] found = self.machinery.BuiltinImporter.find_module(
[ 62] util.BUILTINS.good_name)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/builtin/test_finder.py
[ 80] ['pkg'])
[ 80] ['pkg'])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
[++++] /home/palash25/Dev/cpython/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
[ 2]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 37] MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8') ## test unicode string and carriage return
[ 37] MSG = 'Michael Gilfix was here\u1234\r\n'.encode(
[ 38] 'utf-8') # test unicode string and carriage return
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 56]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 66]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 76]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 86]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 96]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 120]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 131]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 141]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 160]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 209] self.interface)
[ 209] self.interface)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 344]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 358]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 372]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 392]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 414]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 417] 'VSOCK sockets required for this test.')
[ 417] 'VSOCK sockets required for this test.')
[ 419] "This test can only be run on a virtual guest.")
[ 419] "This test can only be run on a virtual guest.")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 449]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 482]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 626]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 645]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 651]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 657]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 670]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 691]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 696]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 742] ## Begin Tests
[ 742] # Begin Tests
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 820] self.assertIn('not NoneType',str(cm.exception))
[ 820] self.assertIn('not NoneType', str(cm.exception))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 875] self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
[ 875] self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (
[ 876] fqhn, repr(all_host_names)))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 954] socket.getnameinfo(__name__,0)
[ 954] socket.getnameinfo(__name__, 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 973] mask = (1<<size) - 1
[ 973] mask = (1 << size) - 1
[ 975] self.assertEqual(i & mask, func(func(i&mask)) & mask)
[ 975] self.assertEqual(i & mask, func(func(i & mask)) & mask)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 979] self.assertRaises(OverflowError, func, 1<<34)
[ 979] self.assertRaises(OverflowError, func, 1 << 34)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 986] l_bad_values = [-1, -2, 1<<32, 1<<1000]
[ 986] l_bad_values = [-1, -2, 1 << 32, 1 << 1000]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[ 989] s_deprecated_values = [1<<16, _testcapi.INT_MAX]
[ 989] s_deprecated_values = [1 << 16, _testcapi.INT_MAX]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1012] or sys.platform in ('linux', 'darwin')):
[1012] or sys.platform in ('linux', 'darwin')):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1090] g = lambda a: inet_pton(AF_INET, a)
[1091]
[1092] assertInvalid = lambda func,a: self.assertRaises(
[1090]
[1091] def g(a): return inet_pton(AF_INET, a)
[1092]
[1093] def assertInvalid(func, a): return self.assertRaises(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1136] f = lambda a: inet_pton(AF_INET6, a)
[1137] assertInvalid = lambda a: self.assertRaises(
[1136] def f(a): return inet_pton(AF_INET6, a)
[1137]
[1138] def assertInvalid(a): return self.assertRaises(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1166] f('::254.42.23.64')
[1167] )
[1166] f('::254.42.23.64')
[1167] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1187] g = lambda a: inet_ntop(AF_INET, a)
[1188] assertInvalid = lambda func,a: self.assertRaises(
[1187]
[1188] def g(a): return inet_ntop(AF_INET, a)
[1189]
[1190] def assertInvalid(func, a): return self.assertRaises(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1226] f = lambda a: inet_ntop(AF_INET6, a)
[1227] assertInvalid = lambda a: self.assertRaises(
[1226] def f(a): return inet_ntop(AF_INET6, a)
[1227]
[1228] def assertInvalid(a): return self.assertRaises(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1358] self.assertRaises(TypeError, s.ioctl, socket.SIO_LOOPBACK_FAST_PATH, None)
[1358] self.assertRaises(TypeError, s.ioctl,
[1359] socket.SIO_LOOPBACK_FAST_PATH, None)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1426] self.assertRaises(UnicodeEncodeError, socket.getaddrinfo, 'localhost', '\uD800')
[1426] self.assertRaises(UnicodeEncodeError,
[1427] socket.getaddrinfo, 'localhost', '\uD800')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1440] self.assertRaises(OSError, socket.getnameinfo, ('mail.python.org',0), 0)
[1440] self.assertRaises(OSError, socket.getnameinfo,
[1441] ('mail.python.org', 0), 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1454] socket.getaddrinfo(domain,0,socket.AF_UNSPEC,socket.SOCK_STREAM)
[1454] socket.getaddrinfo(domain, 0, socket.AF_UNSPEC, socket.SOCK_STREAM)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1462] self.skipTest("signal.alarm and socket.socketpair required for this test")
[1462] self.skipTest(
[1463] "signal.alarm and socket.socketpair required for this test")
[1466]
[1469]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1647] sockaddr = ('ff02::1de:c0:face:8D', 1234, 0, ifindex) # Note capital letter `D`.
[1648] nameinfo = socket.getnameinfo(sockaddr, socket.NI_NUMERICHOST | socket.NI_NUMERICSERV)
[1649] self.assertEqual(nameinfo, ('ff02::1de:c0:face:8d%' + test_interface, '1234'))
[1647] # Note capital letter `D`.
[1648] sockaddr = ('ff02::1de:c0:face:8D', 1234, 0, ifindex)
[1649] nameinfo = socket.getnameinfo(
[1650] sockaddr, socket.NI_NUMERICHOST | socket.NI_NUMERICSERV)
[1651] self.assertEqual(
[1652] nameinfo, ('ff02::1de:c0:face:8d%' + test_interface, '1234'))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1659] sockaddr = ('ff02::1de:c0:face:8D', 1234, 0, ifindex) # Note capital letter `D`.
[1660] nameinfo = socket.getnameinfo(sockaddr, socket.NI_NUMERICHOST | socket.NI_NUMERICSERV)
[1661] self.assertEqual(nameinfo, ('ff02::1de:c0:face:8d%' + str(ifindex), '1234'))
[1659] # Note capital letter `D`.
[1660] sockaddr = ('ff02::1de:c0:face:8D', 1234, 0, ifindex)
[1661] nameinfo = socket.getnameinfo(
[1662] sockaddr, socket.NI_NUMERICHOST | socket.NI_NUMERICSERV)
[1663] self.assertEqual(
[1664] nameinfo, ('ff02::1de:c0:face:8d%' + str(ifindex), '1234'))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1788] socket.CAN_BCM_TX_READ # read properties of (cyclic) transmission task
[1788] # read properties of (cyclic) transmission task
[1789] socket.CAN_BCM_TX_READ
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1794] socket.CAN_BCM_TX_EXPIRED # notification on performed transmissions (count=0)
[1794] # notification on performed transmissions (count=0)
[1795] socket.CAN_BCM_TX_EXPIRED
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1797] socket.CAN_BCM_RX_CHANGED # updated CAN frame (detected content change)
[1797] # updated CAN frame (detected content change)
[1798] socket.CAN_BCM_RX_CHANGED
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1827] s.getsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_LOOPBACK))
[1827] s.getsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_LOOPBACK))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1837] s.getsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_FILTER, 8))
[1838] s.setsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_FILTER, bytearray(can_filter))
[1837] s.getsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_FILTER, 8))
[1838] s.setsockopt(socket.SOL_CAN_RAW, socket.CAN_RAW_FILTER,
[1839] bytearray(can_filter))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1918] opcode,
[1919] flags,
[1920] count,
[1921] ival1_seconds,
[1922] ival1_usec,
[1923] ival2_seconds,
[1924] ival2_usec,
[1925] bcm_can_id,
[1926] nframes,
[1927] )
[1918] opcode,
[1919] flags,
[1920] count,
[1921] ival1_seconds,
[1922] ival1_usec,
[1923] ival2_seconds,
[1924] ival2_usec,
[1925] bcm_can_id,
[1926] nframes,
[1927] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[1971] self.interface)
[1971] self.interface)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2087] 'VSOCK sockets required for this test.')
[2087] 'VSOCK sockets required for this test.')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2125] socket.SO_VM_SOCKETS_BUFFER_MAX_SIZE))
[2125] socket.SO_VM_SOCKETS_BUFFER_MAX_SIZE))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2128] socket.SO_VM_SOCKETS_BUFFER_SIZE))
[2128] socket.SO_VM_SOCKETS_BUFFER_SIZE))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2131] socket.SO_VM_SOCKETS_BUFFER_MIN_SIZE))
[2131] socket.SO_VM_SOCKETS_BUFFER_MIN_SIZE))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2312]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[2854] self.checkFlags(flags, eor=None) # Might not have end-of-record marker
[2854] self.checkFlags(flags, eor=None) # Might not have end-of-record marker
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3085] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
[3085] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3281] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
[3281] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3377] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
[3377] len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3848]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3852]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3856]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3870]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3876]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3882]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3888]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3896]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3910]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3914]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3919]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3930]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3935]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3946] self.skipTest("sporadic ENOTCONN (kernel issue?) - see issue #13876")
[3946] self.skipTest(
[3947] "sporadic ENOTCONN (kernel issue?) - see issue #13876")
[3948]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3959] self.skipTest("sporadic ENOTCONN (kernel issue?) - see issue #13876")
[3959] self.skipTest(
[3960] "sporadic ENOTCONN (kernel issue?) - see issue #13876")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3966]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3971]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3977]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3983]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[3988]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4267] socket.SOCK_NONBLOCK)
[4267] socket.SOCK_NONBLOCK)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4279] self.assertTrue((end - start) < 1.0, "Error creating with non-blocking mode.")
[4279] self.assertTrue((end - start) < 1.0,
[4280] "Error creating with non-blocking mode.")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4367] bufsize = -1 # Use default buffer size
[4367] bufsize = -1 # Use default buffer size
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4386] encoding = self.encoding,
[4387] errors = self.errors,
[4388] newline = self.newline)
[4386] encoding=self.encoding,
[4387] errors=self.errors,
[4388] newline=self.newline)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4401] encoding = self.encoding,
[4402] errors = self.errors,
[4403] newline = self.newline)
[4401] encoding=self.encoding,
[4402] errors=self.errors,
[4403] newline=self.newline)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4528] bufsize = 0 # Use unbuffered mode
[4528] bufsize = 0 # Use unbuffered mode
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4532] line = self.read_file.readline() # first line
[4533] self.assertEqual(line, b"A. " + self.write_msg) # first line
[4532] line = self.read_file.readline() # first line
[4533] self.assertEqual(line, b"A. " + self.write_msg) # first line
[4535] line = self.read_file.readline() # second line
[4536] self.assertEqual(line, b"B. " + self.write_msg) # second line
[4535] line = self.read_file.readline() # second line
[4536] self.assertEqual(line, b"B. " + self.write_msg) # second line
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4628] bufsize = 1 # Default-buffered for reading; line-buffered for writing
[4628] bufsize = 1 # Default-buffered for reading; line-buffered for writing
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4633] bufsize = 2 # Exercise the buffering code
[4633] bufsize = 2 # Exercise the buffering code
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4675]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4679]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4724] expected_errnos = [ errno.ECONNREFUSED, ]
[4724] expected_errnos = [errno.ECONNREFUSED, ]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4761]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4767]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4769] source_address=('', self.source_port))
[4769] source_address=('', self.source_port))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4776]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4788]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4800]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4805]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4849] "Error generating a timeout exception (TCP)")
[4849] "Error generating a timeout exception (TCP)")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4872]
[4875]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4879] signal.alarm(2) # POSIX allows alarm to be up to 1 second early
[4879] # POSIX allows alarm to be up to 1 second early
[4880] signal.alarm(2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4899]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4906] "Error generating a timeout exception (UDP)")
[4906] "Error generating a timeout exception (UDP)")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4922]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[4985]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5059]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5142]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5162]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5173] TIPC_LOWER, TIPC_UPPER)
[5173] TIPC_LOWER, TIPC_UPPER)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5177] TIPC_LOWER + int((TIPC_UPPER - TIPC_LOWER) / 2), 0)
[5177] TIPC_LOWER + int((TIPC_UPPER - TIPC_LOWER) / 2), 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5189] def __init__(self, methodName = 'runTest'):
[5190] unittest.TestCase.__init__(self, methodName = methodName)
[5189] def __init__(self, methodName='runTest'):
[5190] unittest.TestCase.__init__(self, methodName=methodName)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5198] TIPC_LOWER, TIPC_UPPER)
[5198] TIPC_LOWER, TIPC_UPPER)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5329]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5491] continue # This combination is not supported
[5491] continue # This combination is not supported
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5766]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5902] [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
[5903] [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
[5904] )
[5902] [socket.SOL_ALG, socket.ALG_SET_IV,
[5903] pack_uint32(len(iv)) + iv],
[5904] [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN,
[5905] pack_uint32(assoclen)],
[5906] )
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5948]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5968] "New TCP flags were discovered. See bpo-32394 for more information")
[5968] "New TCP flags were discovered. See bpo-32394 for more information")
[5969]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[5972] TestExceptions, BufferIOTest, BasicTCPTest2, BasicUDPTest, UDPTimeoutTest ]
[5972] TestExceptions, BufferIOTest, BasicTCPTest2, BasicUDPTest, UDPTimeoutTest]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_socket.py
[6035]
Lib/test/test_socket.py
[1510] ············f·=·None
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'f' is assigned to but never used
Lib/test/test_socket.py
[1800] ········with·socket.socket(socket.PF_CAN,·socket.SOCK_RAW,·socket.CAN_RAW)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[1806] ········with·socket.socket(socket.PF_CAN,·socket.SOCK_DGRAM,·socket.CAN_BCM)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[1947] ········with·socket.socket(socket.PF_CAN,·socket.SOCK_RAW,·socket.CAN_RAW)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[1953] ········with·socket.socket(socket.PF_CAN,·socket.SOCK_DGRAM,·socket.CAN_ISOTP)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[1984] ········with·socket.socket(socket.PF_RDS,·socket.SOCK_SEQPACKET,·0)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[2104] ········with·socket.socket(socket.AF_VSOCK,·socket.SOCK_STREAM)·as·s:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's' is assigned to but never used
Lib/test/test_socket.py
[4048] ············with·self.assertRaises(ZeroDivisionError)·as·cm:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cm' is assigned to but never used
Lib/test/test_socket.py
[4107] ············with·self.assertRaises(ZeroDivisionError)·as·cm:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'cm' is assigned to but never used
Lib/test/test_socket.py
[4290] ············message·=·conn.recv(len(MSG))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'message' is assigned to but never used
Lib/test/test_socket.py
[4855] ············foo·=·self.serv.accept()
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'foo' is assigned to but never used
Lib/test/test_socket.py
[4880] ················foo·=·self.serv.accept()
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'foo' is assigned to but never used
Lib/test/test_socket.py
[4912] ············foo·=·self.serv.recv(1024)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'foo' is assigned to but never used
Lib/test/test_socket.py
[4955] ················with·s1.accept()[0]·as·s3:
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 's3' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 18] ### Run tests
[ 18] # Run tests
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 67]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 78]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 84]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 118] self.assertEqual(self.db.numeric('A',None), None)
[ 118] self.assertEqual(self.db.numeric('A', None), None)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 131] self.assertEqual(self.db.decimal('A',None), None)
[ 131] self.assertEqual(self.db.decimal('A', None), None)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 162] self.assertEqual(self.db.decomposition('\uFFFE'),'')
[ 163] self.assertEqual(self.db.decomposition('\u00bc'), '<fraction> 0031 2044 0034')
[ 162] self.assertEqual(self.db.decomposition('\uFFFE'), '')
[ 163] self.assertEqual(self.db.decomposition(
[ 164] '\u00bc'), '<fraction> 0031 2044 0034')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 207] a = 'C\u0338' * 20 + 'C\u0327'
[ 208] b = 'C\u0338' * 20 + '\xC7'
[ 207] a = 'C\u0338' * 20 + 'C\u0327'
[ 208] b = 'C\u0338' * 20 + '\xC7'
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 229]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 258] self.assertTrue(count >= 10) # should have tested at least the ASCII digits
[ 258] # should have tested at least the ASCII digits
[ 259] self.assertTrue(count >= 10)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 271] self.assertTrue(count >= 10) # should have tested at least the ASCII digits
[ 271] # should have tested at least the ASCII digits
[ 272] self.assertTrue(count >= 10)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 283] self.assertTrue("a".upper()=='A')
[ 284] self.assertTrue("\u1d79".upper()=='\ua77d')
[ 285] self.assertTrue(".".upper()=='.')
[ 283] self.assertTrue("a".upper() == 'A')
[ 284] self.assertTrue("\u1d79".upper() == '\ua77d')
[ 285] self.assertTrue(".".upper() == '.')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_unicodedata.py
[ 315]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 7] import _codecs_jp, codecs
[ 7] import _codecs_jp
[ 8] import codecs
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 11]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 15]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 24]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/shift_jis_2004.py
[ 27]
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 29] __all__ = ["binhex","hexbin","Error"]
[ 29] __all__ = ["binhex", "hexbin", "Error"]
[ 30]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 33]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 52]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 65]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 78]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 116]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 138]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 225] raise Error("Incorrect resource-datasize, diff=%r" % (self.rlen,))
[ 225] raise Error("Incorrect resource-datasize, diff=%r" %
[ 226] (self.rlen,))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 232]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 242] if not d: break
[ 242] if not d:
[ 243] break
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 249] if not d: break
[ 249] if not d:
[ 250] break
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 253]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 269] if self.eof: return decdata
[ 269] if self.eof:
[ 270] return decdata
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 296]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 339] pass # Decode all
[ 339] pass # Decode all
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 350]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 454]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 465] if not d: break
[ 465] if not d:
[ 466] break
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/binhex.py
[++++] /home/palash25/Dev/cpython/Lib/binhex.py
[ 475] if not d: break
[ 475] if not d:
[ 476] break
Lib/binhex.py
[ 426] ············dummy·=·self._read(self.dlen)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'dummy' is assigned to but never used
Lib/binhex.py
[ 448] ················dummy·=·self.read_rsrc(self.rlen)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'dummy' is assigned to but never used
Lib/binhex.py
[ 457] ····finfo·=·ifp.FInfo
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'finfo' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[ 42]
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[ 54]
[ 57]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[ 81]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[++++] /home/palash25/Dev/cpython/Lib/distutils/tests/test_register.py
[ 322]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 15] import re,sys
[ 15] import re
[ 16] import sys
[ 17] entityRE = re.compile(r'<!ENTITY +(\w+) +CDATA +"([^"]+)" +-- +((?:.|\n)+?) *-->')
[ 18] entityRE = re.compile(
[ 19] r'<!ENTITY +(\w+) +CDATA +"([^"]+)" +-- +((?:.|\n)+?) *-->')
[ 19] def parse(text,pos=0,endpos=None):
[ 21]
[ 22] def parse(text, pos=0, endpos=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 26] m = entityRE.search(text,pos,endpos)
[ 26] m = entityRE.search(text, pos, endpos)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 29] name,charcode,comment = m.groups()
[ 30] d[name] = charcode,comment
[ 29] name, charcode, comment = m.groups()
[ 30] d[name] = charcode, comment
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 34] def writefile(f,defs):
[ 34]
[ 35] def writefile(f, defs):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 38] for name, (charcode,comment) in items:
[ 38] for name, (charcode, comment) in items:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 48] f.write(" '%s':\t%s, \t# %s\n" % (name,charcode,comment))
[ 48] f.write(" '%s':\t%s, \t# %s\n" % (name, charcode, comment))
[ 50]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 57] outfile = open(sys.argv[2],'w')
[ 57] outfile = open(sys.argv[2], 'w')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[++++] /home/palash25/Dev/cpython/Tools/scripts/parseentities.py
[ 62] writefile(outfile,defs)
[ 62] writefile(outfile, defs)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 77]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 81]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 152] import linecache, traceback
[ 152] import linecache
[ 153] import traceback
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 228]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 233]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 238]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 271] number = 0 # auto-determine
[ 271] number = 0 # auto-determine
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 288] file=sys.stderr)
[ 288] file=sys.stderr)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 322] secs=time_taken, prec=precision))
[ 322] secs=time_taken, prec=precision))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/timeit.py
[++++] /home/palash25/Dev/cpython/Lib/timeit.py
[ 373]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 14]
[ 17]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 25] result = f(self.wrap(1), self.wrap("x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
[ 25] result = f(self.wrap(1), self.wrap("x"), self.wrap(
[ 26] 3), self.wrap(4), self.wrap(5.0), self.wrap(6.0))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 80] #print "called back with", value
[ 80] # print "called back with", value
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 117] #print "called back with", value
[ 117] # print "called back with", value
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 140] self.assertEqual(13577625587, int(f(self.wrap(1000000000000), self.wrap(cb))))
[ 140] self.assertEqual(13577625587, int(
[ 141] f(self.wrap(1000000000000), self.wrap(cb))))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 191] (9*2, 8*3, 7*4, 6*5, 5*6, 4*7, 3*8, 2*9))
[ 191] (9*2, 8*3, 7*4, 6*5, 5*6, 4*7, 3*8, 2*9))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 211]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 216]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 224]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[++++] /home/palash25/Dev/cpython/Lib/ctypes/test/test_as_parameter.py
[ 229]
Lib/ctypes/test/test_as_parameter.py
[ 2] from·ctypes·import·*
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'from ctypes import *' used; unable to detect undefined names
Lib/ctypes/test/test_as_parameter.py
[ 6] dll·=·CDLL(_ctypes_test.__file__)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CDLL' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 9] ····CALLBACK_FUNCTYPE·=·WINFUNCTYPE
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'WINFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 12] ····CALLBACK_FUNCTYPE·=·CFUNCTYPE
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 14] class·POINT(Structure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Structure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 15] ····_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 15] ····_fields_·=·[("x",·c_int),·("y",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_byte' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_wchar' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_long' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_float' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 24] ········f.argtypes·=·[c_byte,·c_wchar,·c_int,·c_long,·c_float,·c_double]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_double' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 31] ········f.restype·=·POINTER(c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 31] ········f.restype·=·POINTER(c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 32] ········f.argtypes·=·[POINTER(c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 32] ········f.argtypes·=·[POINTER(c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 38] ········v·=·c_int(42)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 40] ········self.assertEqual(pointer(v).contents.value,·42)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'pointer' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 41] ········result·=·f(self.wrap(pointer(v)))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'pointer' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 42] ········self.assertEqual(type(result),·POINTER(c_int))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 42] ········self.assertEqual(type(result),·POINTER(c_int))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 46] ········result·=·f(self.wrap(pointer(v)))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'pointer' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 49] ········p·=·pointer(c_int(99))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'pointer' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 49] ········p·=·pointer(c_int(99))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 64] ········CallBack·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 64] ········CallBack·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 64] ········CallBack·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 74] ········f.restype·=·c_int
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 77] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 77] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 77] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 89] ········f.argtypes·=·[c_int,·MyCallback]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 98] ········AnotherCallback·=·CALLBACK_FUNCTYPE(c_int,·c_int,·c_int,·c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 98] ········AnotherCallback·=·CALLBACK_FUNCTYPE(c_int,·c_int,·c_int,·c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 98] ········AnotherCallback·=·CALLBACK_FUNCTYPE(c_int,·c_int,·c_int,·c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 98] ········AnotherCallback·=·CALLBACK_FUNCTYPE(c_int,·c_int,·c_int,·c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 98] ········AnotherCallback·=·CALLBACK_FUNCTYPE(c_int,·c_int,·c_int,·c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 103] ········self.assertRaises(ArgumentError,·f,·self.wrap(-10),·self.wrap(cb))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'ArgumentError' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 110] ········f.restype·=·c_int
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 112] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 112] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 112] ········MyCallback·=·CFUNCTYPE(c_int,·c_int)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 114] ········f.argtypes·=·[c_int,·MyCallback]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 128] ········f.restype·=·c_longlong
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 130] ········MyCallback·=·CFUNCTYPE(c_longlong,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'CFUNCTYPE' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 130] ········MyCallback·=·CFUNCTYPE(c_longlong,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 130] ········MyCallback·=·CFUNCTYPE(c_longlong,·c_longlong)
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 132] ········f.argtypes·=·[c_longlong,·MyCallback]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_longlong' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 147] ········result·=·dll._testfunc_byval(ptin,·byref(ptout))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'byref' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 155] ········dll._testfunc_byval.argtypes·=·(POINT,·POINTER(POINT))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'POINTER' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 156] ········dll._testfunc_byval.restype·=·c_int
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 157] ········result·=·dll._testfunc_byval(self.wrap(ptin),·byref(ptout))
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'byref' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 163] ········class·S2H(Structure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Structure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 164] ············_fields_·=·[("x",·c_short),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 165] ························("y",·c_short)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_short' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 177] ········class·S8I(Structure):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'Structure' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 178] ············_fields_·=·[("a",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 179] ························("b",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 180] ························("c",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 181] ························("d",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 182] ························("e",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 183] ························("f",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 184] ························("g",·c_int),
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
Lib/ctypes/test/test_as_parameter.py
[ 185] ························("h",·c_int)]
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'c_int' may be undefined, or defined from star imports: ctypes
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 122]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 144] obj = getattr(obj,i)
[ 144] obj = getattr(obj, i)
[ 146]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 152] if not member.startswith('_') and
[ 153] callable(getattr(obj, member))]
[ 152] if not member.startswith('_') and
[ 153] callable(getattr(obj, member))]
[ 154]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 231] self.funcs.update({'system.listMethods' : self.system_listMethods,
[ 232] 'system.methodSignature' : self.system_methodSignature,
[ 233] 'system.methodHelp' : self.system_methodHelp})
[ 231] self.funcs.update({'system.listMethods': self.system_listMethods,
[ 232] 'system.methodSignature': self.system_methodSignature,
[ 233] 'system.methodHelp': self.system_methodHelp})
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 241] self.funcs.update({'system.multicall' : self.system_multicall})
[ 242]
[ 243] def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
[ 241] self.funcs.update({'system.multicall': self.system_multicall})
[ 242]
[ 243] def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 256] params, method = loads(data, use_builtin_types=self.use_builtin_types)
[ 256] params, method = loads(
[ 257] data, use_builtin_types=self.use_builtin_types)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 367] {'faultCode' : fault.faultCode,
[ 368] 'faultString' : fault.faultString}
[ 367] {'faultCode': fault.faultCode,
[ 368] 'faultString': fault.faultString}
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 374] {'faultCode' : 1,
[ 375] 'faultString' : "%s:%s" % (exc_type, exc_value)}
[ 374] {'faultCode': 1,
[ 375] 'faultString': "%s:%s" % (exc_type, exc_value)}
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 433]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 444] #if not None, encode responses larger than this, if possible
[ 445] encode_threshold = 1400 #a common MTU
[ 446]
[ 447] #Override form StreamRequestHandler: full buffering of output
[ 448] #and no Nagle.
[ 444] # if not None, encode responses larger than this, if possible
[ 445] encode_threshold = 1400 # a common MTU
[ 446]
[ 447] # Override form StreamRequestHandler: full buffering of output
[ 448] # and no Nagle.
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 507] return #response has been sent
[ 507] return # response has been sent
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 517] except Exception as e: # This should only happen if the module is buggy
[ 517] except Exception as e: # This should only happen if the module is buggy
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 548] #support gzip encoding of request
[ 548] # support gzip encoding of request
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 564] def report_404 (self):
[ 564] def report_404(self):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 579]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 603] SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
[ 604] socketserver.TCPServer.__init__(self, addr, requestHandler, bind_and_activate)
[ 603] SimpleXMLRPCDispatcher.__init__(
[ 604] self, allow_none, encoding, use_builtin_types)
[ 605] socketserver.TCPServer.__init__(
[ 606] self, addr, requestHandler, bind_and_activate)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 615]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 632] def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
[ 632] def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 651]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 655] SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types)
[ 655] SimpleXMLRPCDispatcher.__init__(
[ 656] self, allow_none, encoding, use_builtin_types)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 681] 'code' : code,
[ 682] 'message' : message,
[ 683] 'explain' : explain
[ 681] 'code': code,
[ 682] 'message': message,
[ 683] 'explain': explain
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 703] os.environ.get('REQUEST_METHOD', None) == 'GET':
[ 703] os.environ.get('REQUEST_METHOD', None) == 'GET':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 735] r'RFC[- ]?(\d+)|'
[ 736] r'PEP[- ]?(\d+)|'
[ 737] r'(self\.)?((?:\w|\.)+))\b')
[ 735] r'RFC[- ]?(\d+)|'
[ 736] r'PEP[- ]?(\d+)|'
[ 737] r'(self\.)?((?:\w|\.)+))\b')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 740] if not match: break
[ 740] if not match:
[ 741] break
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 778] argspec = inspect.formatargspec (
[ 778] argspec = inspect.formatargspec(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 834]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 881] method_info = [None, None] # argspec, documentation
[ 881] method_info = [None, None] # argspec, documentation
[ 883] method_info[0] = self.instance._get_method_argstring(method_name)
[ 883] method_info[0] = self.instance._get_method_argstring(
[ 884] method_name)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 915]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 943] class DocXMLRPCServer( SimpleXMLRPCServer,
[ 944] XMLRPCDocGenerator):
[ 943]
[ 944] class DocXMLRPCServer(SimpleXMLRPCServer,
[ 945] XMLRPCDocGenerator):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 959] class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler,
[ 960] XMLRPCDocGenerator):
[ 959]
[ 960] class DocCGIXMLRPCRequestHandler(CGIXMLRPCRequestHandler,
[ 961] XMLRPCDocGenerator):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[++++] /home/palash25/Dev/cpython/Lib/xmlrpc/server.py
[ 999] server.register_function(lambda x,y: x+y, 'add')
[ 999] server.register_function(lambda x, y: x+y, 'add')
Lib/xmlrpc/server.py
[ 280] ················exc_type·=·exc_value·=·exc_tb·=·None
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'exc_tb' is assigned to but never used
Lib/xmlrpc/server.py
[ 379] ····················exc_type·=·exc_value·=·exc_tb·=·None
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'exc_tb' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 11] ### Codec APIs
[ 11] # Codec APIs
[ 12]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 24]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 28] class StreamWriter(Codec,codecs.StreamWriter):
[ 28]
[ 29] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 31] class StreamReader(Codec,codecs.StreamReader):
[ 31]
[ 32] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/unicode_escape.py
[ 34] ### encodings module API
[ 34] # encodings module API
[ 35]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 75]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 80]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 92]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 95] level=1)
[ 95] level=1)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 105]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 108] level=1)
[ 108] level=1)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 118]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 127] 'pkg.subpkg2.__init__')
[ 128] globals_ = ({'__package__': 'pkg.subpkg1'},
[ 129] {'__name__': 'pkg.subpkg1', '__path__': ['blah']})
[ 127] 'pkg.subpkg2.__init__')
[ 128] globals_ = ({'__package__': 'pkg.subpkg1'},
[ 129] {'__name__': 'pkg.subpkg1', '__path__': ['blah']})
[ 130]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 132] level=2)
[ 132] level=2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 140] for count in range(1,6):
[ 140] for count in range(1, 6):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 146]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 157]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 161] level=2)
[ 161] level=2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 168]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 172] level=2)
[ 172] level=2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 185] '__runpy_pkg__.__runpy_pkg__.__init__',
[ 186] '__runpy_pkg__.uncle.__init__',
[ 187] '__runpy_pkg__.uncle.cousin.__init__',
[ 188] '__runpy_pkg__.uncle.cousin.nephew']
[ 185] '__runpy_pkg__.__runpy_pkg__.__init__',
[ 186] '__runpy_pkg__.uncle.__init__',
[ 187] '__runpy_pkg__.uncle.cousin.__init__',
[ 188] '__runpy_pkg__.uncle.cousin.nephew']
[ 190]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 193] fromlist=['nephew'],
[ 194] level=2)
[ 193] fromlist=['nephew'],
[ 194] level=2)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_importlib/import_/test_relative_imports.py
[ 202]
Lib/test/test_importlib/import_/test_relative_imports.py
[ 126] ········create·=·('pkg.__init__',·'pkg.subpkg1.__init__',
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'create' is assigned to but never used
Lib/test/test_importlib/import_/test_relative_imports.py
[ 128] ········globals_·=··({'__package__':·'pkg.subpkg1'},
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! local variable 'globals_' is assigned to but never used
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_map)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_map)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_map)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_map)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 44] ### Decoding Map
[ 44] # Decoding Map
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 48] 0x0080: 0x0410, # CYRILLIC CAPITAL LETTER A
[ 49] 0x0081: 0x0411, # CYRILLIC CAPITAL LETTER BE
[ 50] 0x0082: 0x0412, # CYRILLIC CAPITAL LETTER VE
[ 51] 0x0083: 0x0413, # CYRILLIC CAPITAL LETTER GHE
[ 52] 0x0084: 0x0414, # CYRILLIC CAPITAL LETTER DE
[ 53] 0x0085: 0x0415, # CYRILLIC CAPITAL LETTER IE
[ 54] 0x0086: 0x0416, # CYRILLIC CAPITAL LETTER ZHE
[ 55] 0x0087: 0x0417, # CYRILLIC CAPITAL LETTER ZE
[ 56] 0x0088: 0x0418, # CYRILLIC CAPITAL LETTER I
[ 57] 0x0089: 0x0419, # CYRILLIC CAPITAL LETTER SHORT I
[ 58] 0x008a: 0x041a, # CYRILLIC CAPITAL LETTER KA
[ 59] 0x008b: 0x041b, # CYRILLIC CAPITAL LETTER EL
[ 60] 0x008c: 0x041c, # CYRILLIC CAPITAL LETTER EM
[ 61] 0x008d: 0x041d, # CYRILLIC CAPITAL LETTER EN
[ 62] 0x008e: 0x041e, # CYRILLIC CAPITAL LETTER O
[ 63] 0x008f: 0x041f, # CYRILLIC CAPITAL LETTER PE
[ 64] 0x0090: 0x0420, # CYRILLIC CAPITAL LETTER ER
[ 65] 0x0091: 0x0421, # CYRILLIC CAPITAL LETTER ES
[ 66] 0x0092: 0x0422, # CYRILLIC CAPITAL LETTER TE
[ 67] 0x0093: 0x0423, # CYRILLIC CAPITAL LETTER U
[ 68] 0x0094: 0x0424, # CYRILLIC CAPITAL LETTER EF
[ 69] 0x0095: 0x0425, # CYRILLIC CAPITAL LETTER HA
[ 70] 0x0096: 0x0426, # CYRILLIC CAPITAL LETTER TSE
[ 71] 0x0097: 0x0427, # CYRILLIC CAPITAL LETTER CHE
[ 72] 0x0098: 0x0428, # CYRILLIC CAPITAL LETTER SHA
[ 73] 0x0099: 0x0429, # CYRILLIC CAPITAL LETTER SHCHA
[ 74] 0x009a: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 75] 0x009b: 0x042b, # CYRILLIC CAPITAL LETTER YERU
[ 76] 0x009c: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 77] 0x009d: 0x042d, # CYRILLIC CAPITAL LETTER E
[ 78] 0x009e: 0x042e, # CYRILLIC CAPITAL LETTER YU
[ 79] 0x009f: 0x042f, # CYRILLIC CAPITAL LETTER YA
[ 80] 0x00a0: 0x0430, # CYRILLIC SMALL LETTER A
[ 81] 0x00a1: 0x0431, # CYRILLIC SMALL LETTER BE
[ 82] 0x00a2: 0x0432, # CYRILLIC SMALL LETTER VE
[ 83] 0x00a3: 0x0433, # CYRILLIC SMALL LETTER GHE
[ 84] 0x00a4: 0x0434, # CYRILLIC SMALL LETTER DE
[ 85] 0x00a5: 0x0435, # CYRILLIC SMALL LETTER IE
[ 86] 0x00a6: 0x0436, # CYRILLIC SMALL LETTER ZHE
[ 87] 0x00a7: 0x0437, # CYRILLIC SMALL LETTER ZE
[ 88] 0x00a8: 0x0438, # CYRILLIC SMALL LETTER I
[ 89] 0x00a9: 0x0439, # CYRILLIC SMALL LETTER SHORT I
[ 90] 0x00aa: 0x043a, # CYRILLIC SMALL LETTER KA
[ 91] 0x00ab: 0x043b, # CYRILLIC SMALL LETTER EL
[ 92] 0x00ac: 0x043c, # CYRILLIC SMALL LETTER EM
[ 93] 0x00ad: 0x043d, # CYRILLIC SMALL LETTER EN
[ 94] 0x00ae: 0x043e, # CYRILLIC SMALL LETTER O
[ 95] 0x00af: 0x043f, # CYRILLIC SMALL LETTER PE
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x0440, # CYRILLIC SMALL LETTER ER
[ 145] 0x00e1: 0x0441, # CYRILLIC SMALL LETTER ES
[ 146] 0x00e2: 0x0442, # CYRILLIC SMALL LETTER TE
[ 147] 0x00e3: 0x0443, # CYRILLIC SMALL LETTER U
[ 148] 0x00e4: 0x0444, # CYRILLIC SMALL LETTER EF
[ 149] 0x00e5: 0x0445, # CYRILLIC SMALL LETTER HA
[ 150] 0x00e6: 0x0446, # CYRILLIC SMALL LETTER TSE
[ 151] 0x00e7: 0x0447, # CYRILLIC SMALL LETTER CHE
[ 152] 0x00e8: 0x0448, # CYRILLIC SMALL LETTER SHA
[ 153] 0x00e9: 0x0449, # CYRILLIC SMALL LETTER SHCHA
[ 154] 0x00ea: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
[ 155] 0x00eb: 0x044b, # CYRILLIC SMALL LETTER YERU
[ 156] 0x00ec: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
[ 157] 0x00ed: 0x044d, # CYRILLIC SMALL LETTER E
[ 158] 0x00ee: 0x044e, # CYRILLIC SMALL LETTER YU
[ 159] 0x00ef: 0x044f, # CYRILLIC SMALL LETTER YA
[ 160] 0x00f0: 0x0401, # CYRILLIC CAPITAL LETTER IO
[ 161] 0x00f1: 0x0451, # CYRILLIC SMALL LETTER IO
[ 162] 0x00f2: 0x0490, # CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 163] 0x00f3: 0x0491, # CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 164] 0x00f4: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 165] 0x00f5: 0x0454, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 166] 0x00f6: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 167] 0x00f7: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 168] 0x00f8: 0x0407, # CYRILLIC CAPITAL LETTER YI
[ 169] 0x00f9: 0x0457, # CYRILLIC SMALL LETTER YI
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x2116, # NUMERO SIGN
[ 173] 0x00fd: 0x00a4, # CURRENCY SIGN
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
[ 48] 0x0080: 0x0410, # CYRILLIC CAPITAL LETTER A
[ 49] 0x0081: 0x0411, # CYRILLIC CAPITAL LETTER BE
[ 50] 0x0082: 0x0412, # CYRILLIC CAPITAL LETTER VE
[ 51] 0x0083: 0x0413, # CYRILLIC CAPITAL LETTER GHE
[ 52] 0x0084: 0x0414, # CYRILLIC CAPITAL LETTER DE
[ 53] 0x0085: 0x0415, # CYRILLIC CAPITAL LETTER IE
[ 54] 0x0086: 0x0416, # CYRILLIC CAPITAL LETTER ZHE
[ 55] 0x0087: 0x0417, # CYRILLIC CAPITAL LETTER ZE
[ 56] 0x0088: 0x0418, # CYRILLIC CAPITAL LETTER I
[ 57] 0x0089: 0x0419, # CYRILLIC CAPITAL LETTER SHORT I
[ 58] 0x008a: 0x041a, # CYRILLIC CAPITAL LETTER KA
[ 59] 0x008b: 0x041b, # CYRILLIC CAPITAL LETTER EL
[ 60] 0x008c: 0x041c, # CYRILLIC CAPITAL LETTER EM
[ 61] 0x008d: 0x041d, # CYRILLIC CAPITAL LETTER EN
[ 62] 0x008e: 0x041e, # CYRILLIC CAPITAL LETTER O
[ 63] 0x008f: 0x041f, # CYRILLIC CAPITAL LETTER PE
[ 64] 0x0090: 0x0420, # CYRILLIC CAPITAL LETTER ER
[ 65] 0x0091: 0x0421, # CYRILLIC CAPITAL LETTER ES
[ 66] 0x0092: 0x0422, # CYRILLIC CAPITAL LETTER TE
[ 67] 0x0093: 0x0423, # CYRILLIC CAPITAL LETTER U
[ 68] 0x0094: 0x0424, # CYRILLIC CAPITAL LETTER EF
[ 69] 0x0095: 0x0425, # CYRILLIC CAPITAL LETTER HA
[ 70] 0x0096: 0x0426, # CYRILLIC CAPITAL LETTER TSE
[ 71] 0x0097: 0x0427, # CYRILLIC CAPITAL LETTER CHE
[ 72] 0x0098: 0x0428, # CYRILLIC CAPITAL LETTER SHA
[ 73] 0x0099: 0x0429, # CYRILLIC CAPITAL LETTER SHCHA
[ 74] 0x009a: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 75] 0x009b: 0x042b, # CYRILLIC CAPITAL LETTER YERU
[ 76] 0x009c: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 77] 0x009d: 0x042d, # CYRILLIC CAPITAL LETTER E
[ 78] 0x009e: 0x042e, # CYRILLIC CAPITAL LETTER YU
[ 79] 0x009f: 0x042f, # CYRILLIC CAPITAL LETTER YA
[ 80] 0x00a0: 0x0430, # CYRILLIC SMALL LETTER A
[ 81] 0x00a1: 0x0431, # CYRILLIC SMALL LETTER BE
[ 82] 0x00a2: 0x0432, # CYRILLIC SMALL LETTER VE
[ 83] 0x00a3: 0x0433, # CYRILLIC SMALL LETTER GHE
[ 84] 0x00a4: 0x0434, # CYRILLIC SMALL LETTER DE
[ 85] 0x00a5: 0x0435, # CYRILLIC SMALL LETTER IE
[ 86] 0x00a6: 0x0436, # CYRILLIC SMALL LETTER ZHE
[ 87] 0x00a7: 0x0437, # CYRILLIC SMALL LETTER ZE
[ 88] 0x00a8: 0x0438, # CYRILLIC SMALL LETTER I
[ 89] 0x00a9: 0x0439, # CYRILLIC SMALL LETTER SHORT I
[ 90] 0x00aa: 0x043a, # CYRILLIC SMALL LETTER KA
[ 91] 0x00ab: 0x043b, # CYRILLIC SMALL LETTER EL
[ 92] 0x00ac: 0x043c, # CYRILLIC SMALL LETTER EM
[ 93] 0x00ad: 0x043d, # CYRILLIC SMALL LETTER EN
[ 94] 0x00ae: 0x043e, # CYRILLIC SMALL LETTER O
[ 95] 0x00af: 0x043f, # CYRILLIC SMALL LETTER PE
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 102] 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 103] 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 104] 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 110] 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 119] 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 128] 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 129] 0x00d1: 0x2564, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 130] 0x00d2: 0x2565, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 131] 0x00d3: 0x2559, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 132] 0x00d4: 0x2558, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 133] 0x00d5: 0x2552, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 134] 0x00d6: 0x2553, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 135] 0x00d7: 0x256b, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 136] 0x00d8: 0x256a, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x258c, # LEFT HALF BLOCK
[ 142] 0x00de: 0x2590, # RIGHT HALF BLOCK
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x0440, # CYRILLIC SMALL LETTER ER
[ 145] 0x00e1: 0x0441, # CYRILLIC SMALL LETTER ES
[ 146] 0x00e2: 0x0442, # CYRILLIC SMALL LETTER TE
[ 147] 0x00e3: 0x0443, # CYRILLIC SMALL LETTER U
[ 148] 0x00e4: 0x0444, # CYRILLIC SMALL LETTER EF
[ 149] 0x00e5: 0x0445, # CYRILLIC SMALL LETTER HA
[ 150] 0x00e6: 0x0446, # CYRILLIC SMALL LETTER TSE
[ 151] 0x00e7: 0x0447, # CYRILLIC SMALL LETTER CHE
[ 152] 0x00e8: 0x0448, # CYRILLIC SMALL LETTER SHA
[ 153] 0x00e9: 0x0449, # CYRILLIC SMALL LETTER SHCHA
[ 154] 0x00ea: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
[ 155] 0x00eb: 0x044b, # CYRILLIC SMALL LETTER YERU
[ 156] 0x00ec: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
[ 157] 0x00ed: 0x044d, # CYRILLIC SMALL LETTER E
[ 158] 0x00ee: 0x044e, # CYRILLIC SMALL LETTER YU
[ 159] 0x00ef: 0x044f, # CYRILLIC SMALL LETTER YA
[ 160] 0x00f0: 0x0401, # CYRILLIC CAPITAL LETTER IO
[ 161] 0x00f1: 0x0451, # CYRILLIC SMALL LETTER IO
[ 162] 0x00f2: 0x0490, # CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 163] 0x00f3: 0x0491, # CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 164] 0x00f4: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 165] 0x00f5: 0x0454, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 166] 0x00f6: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 167] 0x00f7: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 168] 0x00f8: 0x0407, # CYRILLIC CAPITAL LETTER YI
[ 169] 0x00f9: 0x0457, # CYRILLIC SMALL LETTER YI
[ 170] 0x00fa: 0x00b7, # MIDDLE DOT
[ 171] 0x00fb: 0x221a, # SQUARE ROOT
[ 172] 0x00fc: 0x2116, # NUMERO SIGN
[ 173] 0x00fd: 0x00a4, # CURRENCY SIGN
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 178] ### Decoding Table
[ 178] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\u0410' # 0x0080 -> CYRILLIC CAPITAL LETTER A
[ 310] '\u0411' # 0x0081 -> CYRILLIC CAPITAL LETTER BE
[ 311] '\u0412' # 0x0082 -> CYRILLIC CAPITAL LETTER VE
[ 312] '\u0413' # 0x0083 -> CYRILLIC CAPITAL LETTER GHE
[ 313] '\u0414' # 0x0084 -> CYRILLIC CAPITAL LETTER DE
[ 314] '\u0415' # 0x0085 -> CYRILLIC CAPITAL LETTER IE
[ 315] '\u0416' # 0x0086 -> CYRILLIC CAPITAL LETTER ZHE
[ 316] '\u0417' # 0x0087 -> CYRILLIC CAPITAL LETTER ZE
[ 317] '\u0418' # 0x0088 -> CYRILLIC CAPITAL LETTER I
[ 318] '\u0419' # 0x0089 -> CYRILLIC CAPITAL LETTER SHORT I
[ 319] '\u041a' # 0x008a -> CYRILLIC CAPITAL LETTER KA
[ 320] '\u041b' # 0x008b -> CYRILLIC CAPITAL LETTER EL
[ 321] '\u041c' # 0x008c -> CYRILLIC CAPITAL LETTER EM
[ 322] '\u041d' # 0x008d -> CYRILLIC CAPITAL LETTER EN
[ 323] '\u041e' # 0x008e -> CYRILLIC CAPITAL LETTER O
[ 324] '\u041f' # 0x008f -> CYRILLIC CAPITAL LETTER PE
[ 325] '\u0420' # 0x0090 -> CYRILLIC CAPITAL LETTER ER
[ 326] '\u0421' # 0x0091 -> CYRILLIC CAPITAL LETTER ES
[ 327] '\u0422' # 0x0092 -> CYRILLIC CAPITAL LETTER TE
[ 328] '\u0423' # 0x0093 -> CYRILLIC CAPITAL LETTER U
[ 329] '\u0424' # 0x0094 -> CYRILLIC CAPITAL LETTER EF
[ 330] '\u0425' # 0x0095 -> CYRILLIC CAPITAL LETTER HA
[ 331] '\u0426' # 0x0096 -> CYRILLIC CAPITAL LETTER TSE
[ 332] '\u0427' # 0x0097 -> CYRILLIC CAPITAL LETTER CHE
[ 333] '\u0428' # 0x0098 -> CYRILLIC CAPITAL LETTER SHA
[ 334] '\u0429' # 0x0099 -> CYRILLIC CAPITAL LETTER SHCHA
[ 335] '\u042a' # 0x009a -> CYRILLIC CAPITAL LETTER HARD SIGN
[ 336] '\u042b' # 0x009b -> CYRILLIC CAPITAL LETTER YERU
[ 337] '\u042c' # 0x009c -> CYRILLIC CAPITAL LETTER SOFT SIGN
[ 338] '\u042d' # 0x009d -> CYRILLIC CAPITAL LETTER E
[ 339] '\u042e' # 0x009e -> CYRILLIC CAPITAL LETTER YU
[ 340] '\u042f' # 0x009f -> CYRILLIC CAPITAL LETTER YA
[ 341] '\u0430' # 0x00a0 -> CYRILLIC SMALL LETTER A
[ 342] '\u0431' # 0x00a1 -> CYRILLIC SMALL LETTER BE
[ 343] '\u0432' # 0x00a2 -> CYRILLIC SMALL LETTER VE
[ 344] '\u0433' # 0x00a3 -> CYRILLIC SMALL LETTER GHE
[ 345] '\u0434' # 0x00a4 -> CYRILLIC SMALL LETTER DE
[ 346] '\u0435' # 0x00a5 -> CYRILLIC SMALL LETTER IE
[ 347] '\u0436' # 0x00a6 -> CYRILLIC SMALL LETTER ZHE
[ 348] '\u0437' # 0x00a7 -> CYRILLIC SMALL LETTER ZE
[ 349] '\u0438' # 0x00a8 -> CYRILLIC SMALL LETTER I
[ 350] '\u0439' # 0x00a9 -> CYRILLIC SMALL LETTER SHORT I
[ 351] '\u043a' # 0x00aa -> CYRILLIC SMALL LETTER KA
[ 352] '\u043b' # 0x00ab -> CYRILLIC SMALL LETTER EL
[ 353] '\u043c' # 0x00ac -> CYRILLIC SMALL LETTER EM
[ 354] '\u043d' # 0x00ad -> CYRILLIC SMALL LETTER EN
[ 355] '\u043e' # 0x00ae -> CYRILLIC SMALL LETTER O
[ 356] '\u043f' # 0x00af -> CYRILLIC SMALL LETTER PE
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u0440' # 0x00e0 -> CYRILLIC SMALL LETTER ER
[ 406] '\u0441' # 0x00e1 -> CYRILLIC SMALL LETTER ES
[ 407] '\u0442' # 0x00e2 -> CYRILLIC SMALL LETTER TE
[ 408] '\u0443' # 0x00e3 -> CYRILLIC SMALL LETTER U
[ 409] '\u0444' # 0x00e4 -> CYRILLIC SMALL LETTER EF
[ 410] '\u0445' # 0x00e5 -> CYRILLIC SMALL LETTER HA
[ 411] '\u0446' # 0x00e6 -> CYRILLIC SMALL LETTER TSE
[ 412] '\u0447' # 0x00e7 -> CYRILLIC SMALL LETTER CHE
[ 413] '\u0448' # 0x00e8 -> CYRILLIC SMALL LETTER SHA
[ 414] '\u0449' # 0x00e9 -> CYRILLIC SMALL LETTER SHCHA
[ 415] '\u044a' # 0x00ea -> CYRILLIC SMALL LETTER HARD SIGN
[ 416] '\u044b' # 0x00eb -> CYRILLIC SMALL LETTER YERU
[ 417] '\u044c' # 0x00ec -> CYRILLIC SMALL LETTER SOFT SIGN
[ 418] '\u044d' # 0x00ed -> CYRILLIC SMALL LETTER E
[ 419] '\u044e' # 0x00ee -> CYRILLIC SMALL LETTER YU
[ 420] '\u044f' # 0x00ef -> CYRILLIC SMALL LETTER YA
[ 421] '\u0401' # 0x00f0 -> CYRILLIC CAPITAL LETTER IO
[ 422] '\u0451' # 0x00f1 -> CYRILLIC SMALL LETTER IO
[ 423] '\u0490' # 0x00f2 -> CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 424] '\u0491' # 0x00f3 -> CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 425] '\u0404' # 0x00f4 -> CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 426] '\u0454' # 0x00f5 -> CYRILLIC SMALL LETTER UKRAINIAN IE
[ 427] '\u0406' # 0x00f6 -> CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 428] '\u0456' # 0x00f7 -> CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 429] '\u0407' # 0x00f8 -> CYRILLIC CAPITAL LETTER YI
[ 430] '\u0457' # 0x00f9 -> CYRILLIC SMALL LETTER YI
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u2116' # 0x00fc -> NUMERO SIGN
[ 434] '\xa4' # 0x00fd -> CURRENCY SIGN
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\u0410' # 0x0080 -> CYRILLIC CAPITAL LETTER A
[ 310] '\u0411' # 0x0081 -> CYRILLIC CAPITAL LETTER BE
[ 311] '\u0412' # 0x0082 -> CYRILLIC CAPITAL LETTER VE
[ 312] '\u0413' # 0x0083 -> CYRILLIC CAPITAL LETTER GHE
[ 313] '\u0414' # 0x0084 -> CYRILLIC CAPITAL LETTER DE
[ 314] '\u0415' # 0x0085 -> CYRILLIC CAPITAL LETTER IE
[ 315] '\u0416' # 0x0086 -> CYRILLIC CAPITAL LETTER ZHE
[ 316] '\u0417' # 0x0087 -> CYRILLIC CAPITAL LETTER ZE
[ 317] '\u0418' # 0x0088 -> CYRILLIC CAPITAL LETTER I
[ 318] '\u0419' # 0x0089 -> CYRILLIC CAPITAL LETTER SHORT I
[ 319] '\u041a' # 0x008a -> CYRILLIC CAPITAL LETTER KA
[ 320] '\u041b' # 0x008b -> CYRILLIC CAPITAL LETTER EL
[ 321] '\u041c' # 0x008c -> CYRILLIC CAPITAL LETTER EM
[ 322] '\u041d' # 0x008d -> CYRILLIC CAPITAL LETTER EN
[ 323] '\u041e' # 0x008e -> CYRILLIC CAPITAL LETTER O
[ 324] '\u041f' # 0x008f -> CYRILLIC CAPITAL LETTER PE
[ 325] '\u0420' # 0x0090 -> CYRILLIC CAPITAL LETTER ER
[ 326] '\u0421' # 0x0091 -> CYRILLIC CAPITAL LETTER ES
[ 327] '\u0422' # 0x0092 -> CYRILLIC CAPITAL LETTER TE
[ 328] '\u0423' # 0x0093 -> CYRILLIC CAPITAL LETTER U
[ 329] '\u0424' # 0x0094 -> CYRILLIC CAPITAL LETTER EF
[ 330] '\u0425' # 0x0095 -> CYRILLIC CAPITAL LETTER HA
[ 331] '\u0426' # 0x0096 -> CYRILLIC CAPITAL LETTER TSE
[ 332] '\u0427' # 0x0097 -> CYRILLIC CAPITAL LETTER CHE
[ 333] '\u0428' # 0x0098 -> CYRILLIC CAPITAL LETTER SHA
[ 334] '\u0429' # 0x0099 -> CYRILLIC CAPITAL LETTER SHCHA
[ 335] '\u042a' # 0x009a -> CYRILLIC CAPITAL LETTER HARD SIGN
[ 336] '\u042b' # 0x009b -> CYRILLIC CAPITAL LETTER YERU
[ 337] '\u042c' # 0x009c -> CYRILLIC CAPITAL LETTER SOFT SIGN
[ 338] '\u042d' # 0x009d -> CYRILLIC CAPITAL LETTER E
[ 339] '\u042e' # 0x009e -> CYRILLIC CAPITAL LETTER YU
[ 340] '\u042f' # 0x009f -> CYRILLIC CAPITAL LETTER YA
[ 341] '\u0430' # 0x00a0 -> CYRILLIC SMALL LETTER A
[ 342] '\u0431' # 0x00a1 -> CYRILLIC SMALL LETTER BE
[ 343] '\u0432' # 0x00a2 -> CYRILLIC SMALL LETTER VE
[ 344] '\u0433' # 0x00a3 -> CYRILLIC SMALL LETTER GHE
[ 345] '\u0434' # 0x00a4 -> CYRILLIC SMALL LETTER DE
[ 346] '\u0435' # 0x00a5 -> CYRILLIC SMALL LETTER IE
[ 347] '\u0436' # 0x00a6 -> CYRILLIC SMALL LETTER ZHE
[ 348] '\u0437' # 0x00a7 -> CYRILLIC SMALL LETTER ZE
[ 349] '\u0438' # 0x00a8 -> CYRILLIC SMALL LETTER I
[ 350] '\u0439' # 0x00a9 -> CYRILLIC SMALL LETTER SHORT I
[ 351] '\u043a' # 0x00aa -> CYRILLIC SMALL LETTER KA
[ 352] '\u043b' # 0x00ab -> CYRILLIC SMALL LETTER EL
[ 353] '\u043c' # 0x00ac -> CYRILLIC SMALL LETTER EM
[ 354] '\u043d' # 0x00ad -> CYRILLIC SMALL LETTER EN
[ 355] '\u043e' # 0x00ae -> CYRILLIC SMALL LETTER O
[ 356] '\u043f' # 0x00af -> CYRILLIC SMALL LETTER PE
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u2561' # 0x00b5 -> BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 363] '\u2562' # 0x00b6 -> BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 364] '\u2556' # 0x00b7 -> BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 365] '\u2555' # 0x00b8 -> BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u255c' # 0x00bd -> BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 371] '\u255b' # 0x00be -> BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u255e' # 0x00c6 -> BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 380] '\u255f' # 0x00c7 -> BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\u2567' # 0x00cf -> BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 389] '\u2568' # 0x00d0 -> BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 390] '\u2564' # 0x00d1 -> BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 391] '\u2565' # 0x00d2 -> BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 392] '\u2559' # 0x00d3 -> BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 393] '\u2558' # 0x00d4 -> BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 394] '\u2552' # 0x00d5 -> BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 395] '\u2553' # 0x00d6 -> BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 396] '\u256b' # 0x00d7 -> BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 397] '\u256a' # 0x00d8 -> BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u258c' # 0x00dd -> LEFT HALF BLOCK
[ 403] '\u2590' # 0x00de -> RIGHT HALF BLOCK
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u0440' # 0x00e0 -> CYRILLIC SMALL LETTER ER
[ 406] '\u0441' # 0x00e1 -> CYRILLIC SMALL LETTER ES
[ 407] '\u0442' # 0x00e2 -> CYRILLIC SMALL LETTER TE
[ 408] '\u0443' # 0x00e3 -> CYRILLIC SMALL LETTER U
[ 409] '\u0444' # 0x00e4 -> CYRILLIC SMALL LETTER EF
[ 410] '\u0445' # 0x00e5 -> CYRILLIC SMALL LETTER HA
[ 411] '\u0446' # 0x00e6 -> CYRILLIC SMALL LETTER TSE
[ 412] '\u0447' # 0x00e7 -> CYRILLIC SMALL LETTER CHE
[ 413] '\u0448' # 0x00e8 -> CYRILLIC SMALL LETTER SHA
[ 414] '\u0449' # 0x00e9 -> CYRILLIC SMALL LETTER SHCHA
[ 415] '\u044a' # 0x00ea -> CYRILLIC SMALL LETTER HARD SIGN
[ 416] '\u044b' # 0x00eb -> CYRILLIC SMALL LETTER YERU
[ 417] '\u044c' # 0x00ec -> CYRILLIC SMALL LETTER SOFT SIGN
[ 418] '\u044d' # 0x00ed -> CYRILLIC SMALL LETTER E
[ 419] '\u044e' # 0x00ee -> CYRILLIC SMALL LETTER YU
[ 420] '\u044f' # 0x00ef -> CYRILLIC SMALL LETTER YA
[ 421] '\u0401' # 0x00f0 -> CYRILLIC CAPITAL LETTER IO
[ 422] '\u0451' # 0x00f1 -> CYRILLIC SMALL LETTER IO
[ 423] '\u0490' # 0x00f2 -> CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 424] '\u0491' # 0x00f3 -> CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 425] '\u0404' # 0x00f4 -> CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 426] '\u0454' # 0x00f5 -> CYRILLIC SMALL LETTER UKRAINIAN IE
[ 427] '\u0406' # 0x00f6 -> CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 428] '\u0456' # 0x00f7 -> CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 429] '\u0407' # 0x00f8 -> CYRILLIC CAPITAL LETTER YI
[ 430] '\u0457' # 0x00f9 -> CYRILLIC SMALL LETTER YI
[ 431] '\xb7' # 0x00fa -> MIDDLE DOT
[ 432] '\u221a' # 0x00fb -> SQUARE ROOT
[ 433] '\u2116' # 0x00fc -> NUMERO SIGN
[ 434] '\xa4' # 0x00fd -> CURRENCY SIGN
[ 435] '\u25a0' # 0x00fe -> BLACK SQUARE
[ 436] '\xa0' # 0x00ff -> NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 439] ### Encoding Map
[ 439] # Encoding Map
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp1125.py
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00a4: 0x00fd, # CURRENCY SIGN
[ 572] 0x00b7: 0x00fa, # MIDDLE DOT
[ 573] 0x0401: 0x00f0, # CYRILLIC CAPITAL LETTER IO
[ 574] 0x0404: 0x00f4, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 575] 0x0406: 0x00f6, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 576] 0x0407: 0x00f8, # CYRILLIC CAPITAL LETTER YI
[ 577] 0x0410: 0x0080, # CYRILLIC CAPITAL LETTER A
[ 578] 0x0411: 0x0081, # CYRILLIC CAPITAL LETTER BE
[ 579] 0x0412: 0x0082, # CYRILLIC CAPITAL LETTER VE
[ 580] 0x0413: 0x0083, # CYRILLIC CAPITAL LETTER GHE
[ 581] 0x0414: 0x0084, # CYRILLIC CAPITAL LETTER DE
[ 582] 0x0415: 0x0085, # CYRILLIC CAPITAL LETTER IE
[ 583] 0x0416: 0x0086, # CYRILLIC CAPITAL LETTER ZHE
[ 584] 0x0417: 0x0087, # CYRILLIC CAPITAL LETTER ZE
[ 585] 0x0418: 0x0088, # CYRILLIC CAPITAL LETTER I
[ 586] 0x0419: 0x0089, # CYRILLIC CAPITAL LETTER SHORT I
[ 587] 0x041a: 0x008a, # CYRILLIC CAPITAL LETTER KA
[ 588] 0x041b: 0x008b, # CYRILLIC CAPITAL LETTER EL
[ 589] 0x041c: 0x008c, # CYRILLIC CAPITAL LETTER EM
[ 590] 0x041d: 0x008d, # CYRILLIC CAPITAL LETTER EN
[ 591] 0x041e: 0x008e, # CYRILLIC CAPITAL LETTER O
[ 592] 0x041f: 0x008f, # CYRILLIC CAPITAL LETTER PE
[ 593] 0x0420: 0x0090, # CYRILLIC CAPITAL LETTER ER
[ 594] 0x0421: 0x0091, # CYRILLIC CAPITAL LETTER ES
[ 595] 0x0422: 0x0092, # CYRILLIC CAPITAL LETTER TE
[ 596] 0x0423: 0x0093, # CYRILLIC CAPITAL LETTER U
[ 597] 0x0424: 0x0094, # CYRILLIC CAPITAL LETTER EF
[ 598] 0x0425: 0x0095, # CYRILLIC CAPITAL LETTER HA
[ 599] 0x0426: 0x0096, # CYRILLIC CAPITAL LETTER TSE
[ 600] 0x0427: 0x0097, # CYRILLIC CAPITAL LETTER CHE
[ 601] 0x0428: 0x0098, # CYRILLIC CAPITAL LETTER SHA
[ 602] 0x0429: 0x0099, # CYRILLIC CAPITAL LETTER SHCHA
[ 603] 0x042a: 0x009a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 604] 0x042b: 0x009b, # CYRILLIC CAPITAL LETTER YERU
[ 605] 0x042c: 0x009c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 606] 0x042d: 0x009d, # CYRILLIC CAPITAL LETTER E
[ 607] 0x042e: 0x009e, # CYRILLIC CAPITAL LETTER YU
[ 608] 0x042f: 0x009f, # CYRILLIC CAPITAL LETTER YA
[ 609] 0x0430: 0x00a0, # CYRILLIC SMALL LETTER A
[ 610] 0x0431: 0x00a1, # CYRILLIC SMALL LETTER BE
[ 611] 0x0432: 0x00a2, # CYRILLIC SMALL LETTER VE
[ 612] 0x0433: 0x00a3, # CYRILLIC SMALL LETTER GHE
[ 613] 0x0434: 0x00a4, # CYRILLIC SMALL LETTER DE
[ 614] 0x0435: 0x00a5, # CYRILLIC SMALL LETTER IE
[ 615] 0x0436: 0x00a6, # CYRILLIC SMALL LETTER ZHE
[ 616] 0x0437: 0x00a7, # CYRILLIC SMALL LETTER ZE
[ 617] 0x0438: 0x00a8, # CYRILLIC SMALL LETTER I
[ 618] 0x0439: 0x00a9, # CYRILLIC SMALL LETTER SHORT I
[ 619] 0x043a: 0x00aa, # CYRILLIC SMALL LETTER KA
[ 620] 0x043b: 0x00ab, # CYRILLIC SMALL LETTER EL
[ 621] 0x043c: 0x00ac, # CYRILLIC SMALL LETTER EM
[ 622] 0x043d: 0x00ad, # CYRILLIC SMALL LETTER EN
[ 623] 0x043e: 0x00ae, # CYRILLIC SMALL LETTER O
[ 624] 0x043f: 0x00af, # CYRILLIC SMALL LETTER PE
[ 625] 0x0440: 0x00e0, # CYRILLIC SMALL LETTER ER
[ 626] 0x0441: 0x00e1, # CYRILLIC SMALL LETTER ES
[ 627] 0x0442: 0x00e2, # CYRILLIC SMALL LETTER TE
[ 628] 0x0443: 0x00e3, # CYRILLIC SMALL LETTER U
[ 629] 0x0444: 0x00e4, # CYRILLIC SMALL LETTER EF
[ 630] 0x0445: 0x00e5, # CYRILLIC SMALL LETTER HA
[ 631] 0x0446: 0x00e6, # CYRILLIC SMALL LETTER TSE
[ 632] 0x0447: 0x00e7, # CYRILLIC SMALL LETTER CHE
[ 633] 0x0448: 0x00e8, # CYRILLIC SMALL LETTER SHA
[ 634] 0x0449: 0x00e9, # CYRILLIC SMALL LETTER SHCHA
[ 635] 0x044a: 0x00ea, # CYRILLIC SMALL LETTER HARD SIGN
[ 636] 0x044b: 0x00eb, # CYRILLIC SMALL LETTER YERU
[ 637] 0x044c: 0x00ec, # CYRILLIC SMALL LETTER SOFT SIGN
[ 638] 0x044d: 0x00ed, # CYRILLIC SMALL LETTER E
[ 639] 0x044e: 0x00ee, # CYRILLIC SMALL LETTER YU
[ 640] 0x044f: 0x00ef, # CYRILLIC SMALL LETTER YA
[ 641] 0x0451: 0x00f1, # CYRILLIC SMALL LETTER IO
[ 642] 0x0454: 0x00f5, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 643] 0x0456: 0x00f7, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 644] 0x0457: 0x00f9, # CYRILLIC SMALL LETTER YI
[ 645] 0x0490: 0x00f2, # CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 646] 0x0491: 0x00f3, # CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 647] 0x2116: 0x00fc, # NUMERO SIGN
[ 648] 0x221a: 0x00fb, # SQUARE ROOT
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
[ 442] 0x0000: 0x0000, # NULL
[ 443] 0x0001: 0x0001, # START OF HEADING
[ 444] 0x0002: 0x0002, # START OF TEXT
[ 445] 0x0003: 0x0003, # END OF TEXT
[ 446] 0x0004: 0x0004, # END OF TRANSMISSION
[ 447] 0x0005: 0x0005, # ENQUIRY
[ 448] 0x0006: 0x0006, # ACKNOWLEDGE
[ 449] 0x0007: 0x0007, # BELL
[ 450] 0x0008: 0x0008, # BACKSPACE
[ 451] 0x0009: 0x0009, # HORIZONTAL TABULATION
[ 452] 0x000a: 0x000a, # LINE FEED
[ 453] 0x000b: 0x000b, # VERTICAL TABULATION
[ 454] 0x000c: 0x000c, # FORM FEED
[ 455] 0x000d: 0x000d, # CARRIAGE RETURN
[ 456] 0x000e: 0x000e, # SHIFT OUT
[ 457] 0x000f: 0x000f, # SHIFT IN
[ 458] 0x0010: 0x0010, # DATA LINK ESCAPE
[ 459] 0x0011: 0x0011, # DEVICE CONTROL ONE
[ 460] 0x0012: 0x0012, # DEVICE CONTROL TWO
[ 461] 0x0013: 0x0013, # DEVICE CONTROL THREE
[ 462] 0x0014: 0x0014, # DEVICE CONTROL FOUR
[ 463] 0x0015: 0x0015, # NEGATIVE ACKNOWLEDGE
[ 464] 0x0016: 0x0016, # SYNCHRONOUS IDLE
[ 465] 0x0017: 0x0017, # END OF TRANSMISSION BLOCK
[ 466] 0x0018: 0x0018, # CANCEL
[ 467] 0x0019: 0x0019, # END OF MEDIUM
[ 468] 0x001a: 0x001a, # SUBSTITUTE
[ 469] 0x001b: 0x001b, # ESCAPE
[ 470] 0x001c: 0x001c, # FILE SEPARATOR
[ 471] 0x001d: 0x001d, # GROUP SEPARATOR
[ 472] 0x001e: 0x001e, # RECORD SEPARATOR
[ 473] 0x001f: 0x001f, # UNIT SEPARATOR
[ 474] 0x0020: 0x0020, # SPACE
[ 475] 0x0021: 0x0021, # EXCLAMATION MARK
[ 476] 0x0022: 0x0022, # QUOTATION MARK
[ 477] 0x0023: 0x0023, # NUMBER SIGN
[ 478] 0x0024: 0x0024, # DOLLAR SIGN
[ 479] 0x0025: 0x0025, # PERCENT SIGN
[ 480] 0x0026: 0x0026, # AMPERSAND
[ 481] 0x0027: 0x0027, # APOSTROPHE
[ 482] 0x0028: 0x0028, # LEFT PARENTHESIS
[ 483] 0x0029: 0x0029, # RIGHT PARENTHESIS
[ 484] 0x002a: 0x002a, # ASTERISK
[ 485] 0x002b: 0x002b, # PLUS SIGN
[ 486] 0x002c: 0x002c, # COMMA
[ 487] 0x002d: 0x002d, # HYPHEN-MINUS
[ 488] 0x002e: 0x002e, # FULL STOP
[ 489] 0x002f: 0x002f, # SOLIDUS
[ 490] 0x0030: 0x0030, # DIGIT ZERO
[ 491] 0x0031: 0x0031, # DIGIT ONE
[ 492] 0x0032: 0x0032, # DIGIT TWO
[ 493] 0x0033: 0x0033, # DIGIT THREE
[ 494] 0x0034: 0x0034, # DIGIT FOUR
[ 495] 0x0035: 0x0035, # DIGIT FIVE
[ 496] 0x0036: 0x0036, # DIGIT SIX
[ 497] 0x0037: 0x0037, # DIGIT SEVEN
[ 498] 0x0038: 0x0038, # DIGIT EIGHT
[ 499] 0x0039: 0x0039, # DIGIT NINE
[ 500] 0x003a: 0x003a, # COLON
[ 501] 0x003b: 0x003b, # SEMICOLON
[ 502] 0x003c: 0x003c, # LESS-THAN SIGN
[ 503] 0x003d: 0x003d, # EQUALS SIGN
[ 504] 0x003e: 0x003e, # GREATER-THAN SIGN
[ 505] 0x003f: 0x003f, # QUESTION MARK
[ 506] 0x0040: 0x0040, # COMMERCIAL AT
[ 507] 0x0041: 0x0041, # LATIN CAPITAL LETTER A
[ 508] 0x0042: 0x0042, # LATIN CAPITAL LETTER B
[ 509] 0x0043: 0x0043, # LATIN CAPITAL LETTER C
[ 510] 0x0044: 0x0044, # LATIN CAPITAL LETTER D
[ 511] 0x0045: 0x0045, # LATIN CAPITAL LETTER E
[ 512] 0x0046: 0x0046, # LATIN CAPITAL LETTER F
[ 513] 0x0047: 0x0047, # LATIN CAPITAL LETTER G
[ 514] 0x0048: 0x0048, # LATIN CAPITAL LETTER H
[ 515] 0x0049: 0x0049, # LATIN CAPITAL LETTER I
[ 516] 0x004a: 0x004a, # LATIN CAPITAL LETTER J
[ 517] 0x004b: 0x004b, # LATIN CAPITAL LETTER K
[ 518] 0x004c: 0x004c, # LATIN CAPITAL LETTER L
[ 519] 0x004d: 0x004d, # LATIN CAPITAL LETTER M
[ 520] 0x004e: 0x004e, # LATIN CAPITAL LETTER N
[ 521] 0x004f: 0x004f, # LATIN CAPITAL LETTER O
[ 522] 0x0050: 0x0050, # LATIN CAPITAL LETTER P
[ 523] 0x0051: 0x0051, # LATIN CAPITAL LETTER Q
[ 524] 0x0052: 0x0052, # LATIN CAPITAL LETTER R
[ 525] 0x0053: 0x0053, # LATIN CAPITAL LETTER S
[ 526] 0x0054: 0x0054, # LATIN CAPITAL LETTER T
[ 527] 0x0055: 0x0055, # LATIN CAPITAL LETTER U
[ 528] 0x0056: 0x0056, # LATIN CAPITAL LETTER V
[ 529] 0x0057: 0x0057, # LATIN CAPITAL LETTER W
[ 530] 0x0058: 0x0058, # LATIN CAPITAL LETTER X
[ 531] 0x0059: 0x0059, # LATIN CAPITAL LETTER Y
[ 532] 0x005a: 0x005a, # LATIN CAPITAL LETTER Z
[ 533] 0x005b: 0x005b, # LEFT SQUARE BRACKET
[ 534] 0x005c: 0x005c, # REVERSE SOLIDUS
[ 535] 0x005d: 0x005d, # RIGHT SQUARE BRACKET
[ 536] 0x005e: 0x005e, # CIRCUMFLEX ACCENT
[ 537] 0x005f: 0x005f, # LOW LINE
[ 538] 0x0060: 0x0060, # GRAVE ACCENT
[ 539] 0x0061: 0x0061, # LATIN SMALL LETTER A
[ 540] 0x0062: 0x0062, # LATIN SMALL LETTER B
[ 541] 0x0063: 0x0063, # LATIN SMALL LETTER C
[ 542] 0x0064: 0x0064, # LATIN SMALL LETTER D
[ 543] 0x0065: 0x0065, # LATIN SMALL LETTER E
[ 544] 0x0066: 0x0066, # LATIN SMALL LETTER F
[ 545] 0x0067: 0x0067, # LATIN SMALL LETTER G
[ 546] 0x0068: 0x0068, # LATIN SMALL LETTER H
[ 547] 0x0069: 0x0069, # LATIN SMALL LETTER I
[ 548] 0x006a: 0x006a, # LATIN SMALL LETTER J
[ 549] 0x006b: 0x006b, # LATIN SMALL LETTER K
[ 550] 0x006c: 0x006c, # LATIN SMALL LETTER L
[ 551] 0x006d: 0x006d, # LATIN SMALL LETTER M
[ 552] 0x006e: 0x006e, # LATIN SMALL LETTER N
[ 553] 0x006f: 0x006f, # LATIN SMALL LETTER O
[ 554] 0x0070: 0x0070, # LATIN SMALL LETTER P
[ 555] 0x0071: 0x0071, # LATIN SMALL LETTER Q
[ 556] 0x0072: 0x0072, # LATIN SMALL LETTER R
[ 557] 0x0073: 0x0073, # LATIN SMALL LETTER S
[ 558] 0x0074: 0x0074, # LATIN SMALL LETTER T
[ 559] 0x0075: 0x0075, # LATIN SMALL LETTER U
[ 560] 0x0076: 0x0076, # LATIN SMALL LETTER V
[ 561] 0x0077: 0x0077, # LATIN SMALL LETTER W
[ 562] 0x0078: 0x0078, # LATIN SMALL LETTER X
[ 563] 0x0079: 0x0079, # LATIN SMALL LETTER Y
[ 564] 0x007a: 0x007a, # LATIN SMALL LETTER Z
[ 565] 0x007b: 0x007b, # LEFT CURLY BRACKET
[ 566] 0x007c: 0x007c, # VERTICAL LINE
[ 567] 0x007d: 0x007d, # RIGHT CURLY BRACKET
[ 568] 0x007e: 0x007e, # TILDE
[ 569] 0x007f: 0x007f, # DELETE
[ 570] 0x00a0: 0x00ff, # NO-BREAK SPACE
[ 571] 0x00a4: 0x00fd, # CURRENCY SIGN
[ 572] 0x00b7: 0x00fa, # MIDDLE DOT
[ 573] 0x0401: 0x00f0, # CYRILLIC CAPITAL LETTER IO
[ 574] 0x0404: 0x00f4, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 575] 0x0406: 0x00f6, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 576] 0x0407: 0x00f8, # CYRILLIC CAPITAL LETTER YI
[ 577] 0x0410: 0x0080, # CYRILLIC CAPITAL LETTER A
[ 578] 0x0411: 0x0081, # CYRILLIC CAPITAL LETTER BE
[ 579] 0x0412: 0x0082, # CYRILLIC CAPITAL LETTER VE
[ 580] 0x0413: 0x0083, # CYRILLIC CAPITAL LETTER GHE
[ 581] 0x0414: 0x0084, # CYRILLIC CAPITAL LETTER DE
[ 582] 0x0415: 0x0085, # CYRILLIC CAPITAL LETTER IE
[ 583] 0x0416: 0x0086, # CYRILLIC CAPITAL LETTER ZHE
[ 584] 0x0417: 0x0087, # CYRILLIC CAPITAL LETTER ZE
[ 585] 0x0418: 0x0088, # CYRILLIC CAPITAL LETTER I
[ 586] 0x0419: 0x0089, # CYRILLIC CAPITAL LETTER SHORT I
[ 587] 0x041a: 0x008a, # CYRILLIC CAPITAL LETTER KA
[ 588] 0x041b: 0x008b, # CYRILLIC CAPITAL LETTER EL
[ 589] 0x041c: 0x008c, # CYRILLIC CAPITAL LETTER EM
[ 590] 0x041d: 0x008d, # CYRILLIC CAPITAL LETTER EN
[ 591] 0x041e: 0x008e, # CYRILLIC CAPITAL LETTER O
[ 592] 0x041f: 0x008f, # CYRILLIC CAPITAL LETTER PE
[ 593] 0x0420: 0x0090, # CYRILLIC CAPITAL LETTER ER
[ 594] 0x0421: 0x0091, # CYRILLIC CAPITAL LETTER ES
[ 595] 0x0422: 0x0092, # CYRILLIC CAPITAL LETTER TE
[ 596] 0x0423: 0x0093, # CYRILLIC CAPITAL LETTER U
[ 597] 0x0424: 0x0094, # CYRILLIC CAPITAL LETTER EF
[ 598] 0x0425: 0x0095, # CYRILLIC CAPITAL LETTER HA
[ 599] 0x0426: 0x0096, # CYRILLIC CAPITAL LETTER TSE
[ 600] 0x0427: 0x0097, # CYRILLIC CAPITAL LETTER CHE
[ 601] 0x0428: 0x0098, # CYRILLIC CAPITAL LETTER SHA
[ 602] 0x0429: 0x0099, # CYRILLIC CAPITAL LETTER SHCHA
[ 603] 0x042a: 0x009a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 604] 0x042b: 0x009b, # CYRILLIC CAPITAL LETTER YERU
[ 605] 0x042c: 0x009c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 606] 0x042d: 0x009d, # CYRILLIC CAPITAL LETTER E
[ 607] 0x042e: 0x009e, # CYRILLIC CAPITAL LETTER YU
[ 608] 0x042f: 0x009f, # CYRILLIC CAPITAL LETTER YA
[ 609] 0x0430: 0x00a0, # CYRILLIC SMALL LETTER A
[ 610] 0x0431: 0x00a1, # CYRILLIC SMALL LETTER BE
[ 611] 0x0432: 0x00a2, # CYRILLIC SMALL LETTER VE
[ 612] 0x0433: 0x00a3, # CYRILLIC SMALL LETTER GHE
[ 613] 0x0434: 0x00a4, # CYRILLIC SMALL LETTER DE
[ 614] 0x0435: 0x00a5, # CYRILLIC SMALL LETTER IE
[ 615] 0x0436: 0x00a6, # CYRILLIC SMALL LETTER ZHE
[ 616] 0x0437: 0x00a7, # CYRILLIC SMALL LETTER ZE
[ 617] 0x0438: 0x00a8, # CYRILLIC SMALL LETTER I
[ 618] 0x0439: 0x00a9, # CYRILLIC SMALL LETTER SHORT I
[ 619] 0x043a: 0x00aa, # CYRILLIC SMALL LETTER KA
[ 620] 0x043b: 0x00ab, # CYRILLIC SMALL LETTER EL
[ 621] 0x043c: 0x00ac, # CYRILLIC SMALL LETTER EM
[ 622] 0x043d: 0x00ad, # CYRILLIC SMALL LETTER EN
[ 623] 0x043e: 0x00ae, # CYRILLIC SMALL LETTER O
[ 624] 0x043f: 0x00af, # CYRILLIC SMALL LETTER PE
[ 625] 0x0440: 0x00e0, # CYRILLIC SMALL LETTER ER
[ 626] 0x0441: 0x00e1, # CYRILLIC SMALL LETTER ES
[ 627] 0x0442: 0x00e2, # CYRILLIC SMALL LETTER TE
[ 628] 0x0443: 0x00e3, # CYRILLIC SMALL LETTER U
[ 629] 0x0444: 0x00e4, # CYRILLIC SMALL LETTER EF
[ 630] 0x0445: 0x00e5, # CYRILLIC SMALL LETTER HA
[ 631] 0x0446: 0x00e6, # CYRILLIC SMALL LETTER TSE
[ 632] 0x0447: 0x00e7, # CYRILLIC SMALL LETTER CHE
[ 633] 0x0448: 0x00e8, # CYRILLIC SMALL LETTER SHA
[ 634] 0x0449: 0x00e9, # CYRILLIC SMALL LETTER SHCHA
[ 635] 0x044a: 0x00ea, # CYRILLIC SMALL LETTER HARD SIGN
[ 636] 0x044b: 0x00eb, # CYRILLIC SMALL LETTER YERU
[ 637] 0x044c: 0x00ec, # CYRILLIC SMALL LETTER SOFT SIGN
[ 638] 0x044d: 0x00ed, # CYRILLIC SMALL LETTER E
[ 639] 0x044e: 0x00ee, # CYRILLIC SMALL LETTER YU
[ 640] 0x044f: 0x00ef, # CYRILLIC SMALL LETTER YA
[ 641] 0x0451: 0x00f1, # CYRILLIC SMALL LETTER IO
[ 642] 0x0454: 0x00f5, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 643] 0x0456: 0x00f7, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 644] 0x0457: 0x00f9, # CYRILLIC SMALL LETTER YI
[ 645] 0x0490: 0x00f2, # CYRILLIC CAPITAL LETTER GHE WITH UPTURN
[ 646] 0x0491: 0x00f3, # CYRILLIC SMALL LETTER GHE WITH UPTURN
[ 647] 0x2116: 0x00fc, # NUMERO SIGN
[ 648] 0x221a: 0x00fb, # SQUARE ROOT
[ 649] 0x2500: 0x00c4, # BOX DRAWINGS LIGHT HORIZONTAL
[ 650] 0x2502: 0x00b3, # BOX DRAWINGS LIGHT VERTICAL
[ 651] 0x250c: 0x00da, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 652] 0x2510: 0x00bf, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 653] 0x2514: 0x00c0, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 654] 0x2518: 0x00d9, # BOX DRAWINGS LIGHT UP AND LEFT
[ 655] 0x251c: 0x00c3, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 656] 0x2524: 0x00b4, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 657] 0x252c: 0x00c2, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 658] 0x2534: 0x00c1, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 659] 0x253c: 0x00c5, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 660] 0x2550: 0x00cd, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 661] 0x2551: 0x00ba, # BOX DRAWINGS DOUBLE VERTICAL
[ 662] 0x2552: 0x00d5, # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
[ 663] 0x2553: 0x00d6, # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
[ 664] 0x2554: 0x00c9, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 665] 0x2555: 0x00b8, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
[ 666] 0x2556: 0x00b7, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
[ 667] 0x2557: 0x00bb, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 668] 0x2558: 0x00d4, # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
[ 669] 0x2559: 0x00d3, # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
[ 670] 0x255a: 0x00c8, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 671] 0x255b: 0x00be, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
[ 672] 0x255c: 0x00bd, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
[ 673] 0x255d: 0x00bc, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 674] 0x255e: 0x00c6, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
[ 675] 0x255f: 0x00c7, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
[ 676] 0x2560: 0x00cc, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 677] 0x2561: 0x00b5, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
[ 678] 0x2562: 0x00b6, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[ 679] 0x2563: 0x00b9, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 680] 0x2564: 0x00d1, # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
[ 681] 0x2565: 0x00d2, # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
[ 682] 0x2566: 0x00cb, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 683] 0x2567: 0x00cf, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
[ 684] 0x2568: 0x00d0, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[ 685] 0x2569: 0x00ca, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 686] 0x256a: 0x00d8, # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
[ 687] 0x256b: 0x00d7, # BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
[ 688] 0x256c: 0x00ce, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 689] 0x2580: 0x00df, # UPPER HALF BLOCK
[ 690] 0x2584: 0x00dc, # LOWER HALF BLOCK
[ 691] 0x2588: 0x00db, # FULL BLOCK
[ 692] 0x258c: 0x00dd, # LEFT HALF BLOCK
[ 693] 0x2590: 0x00de, # RIGHT HALF BLOCK
[ 694] 0x2591: 0x00b0, # LIGHT SHADE
[ 695] 0x2592: 0x00b1, # MEDIUM SHADE
[ 696] 0x2593: 0x00b2, # DARK SHADE
[ 697] 0x25a0: 0x00fe, # BLACK SQUARE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 101] import socket # For gethostbyaddr()
[ 101] import socket # For gethostbyaddr()
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 130]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 415] self.wfile.flush() #actually send the response if not already done.
[ 415] # actually send the response if not already done.
[ 416] self.wfile.flush()
[ 417] #a read or a write timed out. Discard this connection
[ 418] # a read or a write timed out. Discard this connection
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 507] (self.protocol_version, code, message)).encode(
[ 507] (self.protocol_version, code, message)).encode(
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 580] format%args))
[ 580] format % args))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 735] self.date_time_string(fs.st_mtime))
[ 735] self.date_time_string(fs.st_mtime))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 786] % (urllib.parse.quote(linkname,
[ 787] errors='surrogatepass'),
[ 788] html.escape(displayname, quote=False)))
[ 786] % (urllib.parse.quote(linkname,
[ 787] errors='surrogatepass'),
[ 788] html.escape(displayname, quote=False)))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 809] path = path.split('?',1)[0]
[ 810] path = path.split('#',1)[0]
[ 809] path = path.split('?', 1)[0]
[ 810] path = path.split('#', 1)[0]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 871] mimetypes.init() # try to read system mime.types
[ 871] mimetypes.init() # try to read system mime.types
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 874] '': 'application/octet-stream', # Default
[ 874] '': 'application/octet-stream', # Default
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 907] head_parts.pop() # IndexError if more '..' than prior parts
[ 907] head_parts.pop() # IndexError if more '..' than prior parts
[ 909] head_parts.append( part )
[ 909] head_parts.append(part)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[ 930]
[ 931]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1014]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1094] import base64, binascii
[1094] import base64
[1095] import binascii
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1100] decode('ascii')
[1100] decode('ascii')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1150] self.wfile.flush() # Always flush before forking
[1150] self.wfile.flush() # Always flush before forking
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1196] env = env
[1196] env=env
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1240]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/http/server.py
[++++] /home/palash25/Dev/cpython/Lib/http/server.py
[1245] help='Run as CGI Server')
[1245] help='Run as CGI Server')
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/libregrtest/runtest_mp.py
[++++] /home/palash25/Dev/cpython/Lib/test/libregrtest/runtest_mp.py
[ 200] and not regrtest.ns.pgo):
[ 200] and not regrtest.ns.pgo):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_table)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_table)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_table)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_table)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 45] ### Decoding Table
[ 45] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
[ 210] '\u0112' # 0xA2 -> LATIN CAPITAL LETTER E WITH MACRON
[ 211] '\u0122' # 0xA3 -> LATIN CAPITAL LETTER G WITH CEDILLA
[ 212] '\u012a' # 0xA4 -> LATIN CAPITAL LETTER I WITH MACRON
[ 213] '\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
[ 214] '\u0136' # 0xA6 -> LATIN CAPITAL LETTER K WITH CEDILLA
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\u013b' # 0xA8 -> LATIN CAPITAL LETTER L WITH CEDILLA
[ 217] '\u0110' # 0xA9 -> LATIN CAPITAL LETTER D WITH STROKE
[ 218] '\u0160' # 0xAA -> LATIN CAPITAL LETTER S WITH CARON
[ 219] '\u0166' # 0xAB -> LATIN CAPITAL LETTER T WITH STROKE
[ 220] '\u017d' # 0xAC -> LATIN CAPITAL LETTER Z WITH CARON
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\u016a' # 0xAE -> LATIN CAPITAL LETTER U WITH MACRON
[ 223] '\u014a' # 0xAF -> LATIN CAPITAL LETTER ENG
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\u0105' # 0xB1 -> LATIN SMALL LETTER A WITH OGONEK
[ 226] '\u0113' # 0xB2 -> LATIN SMALL LETTER E WITH MACRON
[ 227] '\u0123' # 0xB3 -> LATIN SMALL LETTER G WITH CEDILLA
[ 228] '\u012b' # 0xB4 -> LATIN SMALL LETTER I WITH MACRON
[ 229] '\u0129' # 0xB5 -> LATIN SMALL LETTER I WITH TILDE
[ 230] '\u0137' # 0xB6 -> LATIN SMALL LETTER K WITH CEDILLA
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\u013c' # 0xB8 -> LATIN SMALL LETTER L WITH CEDILLA
[ 233] '\u0111' # 0xB9 -> LATIN SMALL LETTER D WITH STROKE
[ 234] '\u0161' # 0xBA -> LATIN SMALL LETTER S WITH CARON
[ 235] '\u0167' # 0xBB -> LATIN SMALL LETTER T WITH STROKE
[ 236] '\u017e' # 0xBC -> LATIN SMALL LETTER Z WITH CARON
[ 237] '\u2015' # 0xBD -> HORIZONTAL BAR
[ 238] '\u016b' # 0xBE -> LATIN SMALL LETTER U WITH MACRON
[ 239] '\u014b' # 0xBF -> LATIN SMALL LETTER ENG
[ 240] '\u0100' # 0xC0 -> LATIN CAPITAL LETTER A WITH MACRON
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\u012e' # 0xC7 -> LATIN CAPITAL LETTER I WITH OGONEK
[ 248] '\u010c' # 0xC8 -> LATIN CAPITAL LETTER C WITH CARON
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\u0118' # 0xCA -> LATIN CAPITAL LETTER E WITH OGONEK
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\u0116' # 0xCC -> LATIN CAPITAL LETTER E WITH DOT ABOVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\xd0' # 0xD0 -> LATIN CAPITAL LETTER ETH (Icelandic)
[ 257] '\u0145' # 0xD1 -> LATIN CAPITAL LETTER N WITH CEDILLA
[ 258] '\u014c' # 0xD2 -> LATIN CAPITAL LETTER O WITH MACRON
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\u0168' # 0xD7 -> LATIN CAPITAL LETTER U WITH TILDE
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\u0172' # 0xD9 -> LATIN CAPITAL LETTER U WITH OGONEK
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\xdd' # 0xDD -> LATIN CAPITAL LETTER Y WITH ACUTE
[ 270] '\xde' # 0xDE -> LATIN CAPITAL LETTER THORN (Icelandic)
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S (German)
[ 272] '\u0101' # 0xE0 -> LATIN SMALL LETTER A WITH MACRON
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\u012f' # 0xE7 -> LATIN SMALL LETTER I WITH OGONEK
[ 280] '\u010d' # 0xE8 -> LATIN SMALL LETTER C WITH CARON
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\u0119' # 0xEA -> LATIN SMALL LETTER E WITH OGONEK
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\u0117' # 0xEC -> LATIN SMALL LETTER E WITH DOT ABOVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\xf0' # 0xF0 -> LATIN SMALL LETTER ETH (Icelandic)
[ 289] '\u0146' # 0xF1 -> LATIN SMALL LETTER N WITH CEDILLA
[ 290] '\u014d' # 0xF2 -> LATIN SMALL LETTER O WITH MACRON
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\u0169' # 0xF7 -> LATIN SMALL LETTER U WITH TILDE
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\u0173' # 0xF9 -> LATIN SMALL LETTER U WITH OGONEK
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\xfd' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
[ 302] '\xfe' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
[ 303] '\u0138' # 0xFF -> LATIN SMALL LETTER KRA
[ 48] '\x00' # 0x00 -> NULL
[ 49] '\x01' # 0x01 -> START OF HEADING
[ 50] '\x02' # 0x02 -> START OF TEXT
[ 51] '\x03' # 0x03 -> END OF TEXT
[ 52] '\x04' # 0x04 -> END OF TRANSMISSION
[ 53] '\x05' # 0x05 -> ENQUIRY
[ 54] '\x06' # 0x06 -> ACKNOWLEDGE
[ 55] '\x07' # 0x07 -> BELL
[ 56] '\x08' # 0x08 -> BACKSPACE
[ 57] '\t' # 0x09 -> HORIZONTAL TABULATION
[ 58] '\n' # 0x0A -> LINE FEED
[ 59] '\x0b' # 0x0B -> VERTICAL TABULATION
[ 60] '\x0c' # 0x0C -> FORM FEED
[ 61] '\r' # 0x0D -> CARRIAGE RETURN
[ 62] '\x0e' # 0x0E -> SHIFT OUT
[ 63] '\x0f' # 0x0F -> SHIFT IN
[ 64] '\x10' # 0x10 -> DATA LINK ESCAPE
[ 65] '\x11' # 0x11 -> DEVICE CONTROL ONE
[ 66] '\x12' # 0x12 -> DEVICE CONTROL TWO
[ 67] '\x13' # 0x13 -> DEVICE CONTROL THREE
[ 68] '\x14' # 0x14 -> DEVICE CONTROL FOUR
[ 69] '\x15' # 0x15 -> NEGATIVE ACKNOWLEDGE
[ 70] '\x16' # 0x16 -> SYNCHRONOUS IDLE
[ 71] '\x17' # 0x17 -> END OF TRANSMISSION BLOCK
[ 72] '\x18' # 0x18 -> CANCEL
[ 73] '\x19' # 0x19 -> END OF MEDIUM
[ 74] '\x1a' # 0x1A -> SUBSTITUTE
[ 75] '\x1b' # 0x1B -> ESCAPE
[ 76] '\x1c' # 0x1C -> FILE SEPARATOR
[ 77] '\x1d' # 0x1D -> GROUP SEPARATOR
[ 78] '\x1e' # 0x1E -> RECORD SEPARATOR
[ 79] '\x1f' # 0x1F -> UNIT SEPARATOR
[ 80] ' ' # 0x20 -> SPACE
[ 81] '!' # 0x21 -> EXCLAMATION MARK
[ 82] '"' # 0x22 -> QUOTATION MARK
[ 83] '#' # 0x23 -> NUMBER SIGN
[ 84] '$' # 0x24 -> DOLLAR SIGN
[ 85] '%' # 0x25 -> PERCENT SIGN
[ 86] '&' # 0x26 -> AMPERSAND
[ 87] "'" # 0x27 -> APOSTROPHE
[ 88] '(' # 0x28 -> LEFT PARENTHESIS
[ 89] ')' # 0x29 -> RIGHT PARENTHESIS
[ 90] '*' # 0x2A -> ASTERISK
[ 91] '+' # 0x2B -> PLUS SIGN
[ 92] ',' # 0x2C -> COMMA
[ 93] '-' # 0x2D -> HYPHEN-MINUS
[ 94] '.' # 0x2E -> FULL STOP
[ 95] '/' # 0x2F -> SOLIDUS
[ 96] '0' # 0x30 -> DIGIT ZERO
[ 97] '1' # 0x31 -> DIGIT ONE
[ 98] '2' # 0x32 -> DIGIT TWO
[ 99] '3' # 0x33 -> DIGIT THREE
[ 100] '4' # 0x34 -> DIGIT FOUR
[ 101] '5' # 0x35 -> DIGIT FIVE
[ 102] '6' # 0x36 -> DIGIT SIX
[ 103] '7' # 0x37 -> DIGIT SEVEN
[ 104] '8' # 0x38 -> DIGIT EIGHT
[ 105] '9' # 0x39 -> DIGIT NINE
[ 106] ':' # 0x3A -> COLON
[ 107] ';' # 0x3B -> SEMICOLON
[ 108] '<' # 0x3C -> LESS-THAN SIGN
[ 109] '=' # 0x3D -> EQUALS SIGN
[ 110] '>' # 0x3E -> GREATER-THAN SIGN
[ 111] '?' # 0x3F -> QUESTION MARK
[ 112] '@' # 0x40 -> COMMERCIAL AT
[ 113] 'A' # 0x41 -> LATIN CAPITAL LETTER A
[ 114] 'B' # 0x42 -> LATIN CAPITAL LETTER B
[ 115] 'C' # 0x43 -> LATIN CAPITAL LETTER C
[ 116] 'D' # 0x44 -> LATIN CAPITAL LETTER D
[ 117] 'E' # 0x45 -> LATIN CAPITAL LETTER E
[ 118] 'F' # 0x46 -> LATIN CAPITAL LETTER F
[ 119] 'G' # 0x47 -> LATIN CAPITAL LETTER G
[ 120] 'H' # 0x48 -> LATIN CAPITAL LETTER H
[ 121] 'I' # 0x49 -> LATIN CAPITAL LETTER I
[ 122] 'J' # 0x4A -> LATIN CAPITAL LETTER J
[ 123] 'K' # 0x4B -> LATIN CAPITAL LETTER K
[ 124] 'L' # 0x4C -> LATIN CAPITAL LETTER L
[ 125] 'M' # 0x4D -> LATIN CAPITAL LETTER M
[ 126] 'N' # 0x4E -> LATIN CAPITAL LETTER N
[ 127] 'O' # 0x4F -> LATIN CAPITAL LETTER O
[ 128] 'P' # 0x50 -> LATIN CAPITAL LETTER P
[ 129] 'Q' # 0x51 -> LATIN CAPITAL LETTER Q
[ 130] 'R' # 0x52 -> LATIN CAPITAL LETTER R
[ 131] 'S' # 0x53 -> LATIN CAPITAL LETTER S
[ 132] 'T' # 0x54 -> LATIN CAPITAL LETTER T
[ 133] 'U' # 0x55 -> LATIN CAPITAL LETTER U
[ 134] 'V' # 0x56 -> LATIN CAPITAL LETTER V
[ 135] 'W' # 0x57 -> LATIN CAPITAL LETTER W
[ 136] 'X' # 0x58 -> LATIN CAPITAL LETTER X
[ 137] 'Y' # 0x59 -> LATIN CAPITAL LETTER Y
[ 138] 'Z' # 0x5A -> LATIN CAPITAL LETTER Z
[ 139] '[' # 0x5B -> LEFT SQUARE BRACKET
[ 140] '\\' # 0x5C -> REVERSE SOLIDUS
[ 141] ']' # 0x5D -> RIGHT SQUARE BRACKET
[ 142] '^' # 0x5E -> CIRCUMFLEX ACCENT
[ 143] '_' # 0x5F -> LOW LINE
[ 144] '`' # 0x60 -> GRAVE ACCENT
[ 145] 'a' # 0x61 -> LATIN SMALL LETTER A
[ 146] 'b' # 0x62 -> LATIN SMALL LETTER B
[ 147] 'c' # 0x63 -> LATIN SMALL LETTER C
[ 148] 'd' # 0x64 -> LATIN SMALL LETTER D
[ 149] 'e' # 0x65 -> LATIN SMALL LETTER E
[ 150] 'f' # 0x66 -> LATIN SMALL LETTER F
[ 151] 'g' # 0x67 -> LATIN SMALL LETTER G
[ 152] 'h' # 0x68 -> LATIN SMALL LETTER H
[ 153] 'i' # 0x69 -> LATIN SMALL LETTER I
[ 154] 'j' # 0x6A -> LATIN SMALL LETTER J
[ 155] 'k' # 0x6B -> LATIN SMALL LETTER K
[ 156] 'l' # 0x6C -> LATIN SMALL LETTER L
[ 157] 'm' # 0x6D -> LATIN SMALL LETTER M
[ 158] 'n' # 0x6E -> LATIN SMALL LETTER N
[ 159] 'o' # 0x6F -> LATIN SMALL LETTER O
[ 160] 'p' # 0x70 -> LATIN SMALL LETTER P
[ 161] 'q' # 0x71 -> LATIN SMALL LETTER Q
[ 162] 'r' # 0x72 -> LATIN SMALL LETTER R
[ 163] 's' # 0x73 -> LATIN SMALL LETTER S
[ 164] 't' # 0x74 -> LATIN SMALL LETTER T
[ 165] 'u' # 0x75 -> LATIN SMALL LETTER U
[ 166] 'v' # 0x76 -> LATIN SMALL LETTER V
[ 167] 'w' # 0x77 -> LATIN SMALL LETTER W
[ 168] 'x' # 0x78 -> LATIN SMALL LETTER X
[ 169] 'y' # 0x79 -> LATIN SMALL LETTER Y
[ 170] 'z' # 0x7A -> LATIN SMALL LETTER Z
[ 171] '{' # 0x7B -> LEFT CURLY BRACKET
[ 172] '|' # 0x7C -> VERTICAL LINE
[ 173] '}' # 0x7D -> RIGHT CURLY BRACKET
[ 174] '~' # 0x7E -> TILDE
[ 175] '\x7f' # 0x7F -> DELETE
[ 176] '\x80' # 0x80 -> <control>
[ 177] '\x81' # 0x81 -> <control>
[ 178] '\x82' # 0x82 -> <control>
[ 179] '\x83' # 0x83 -> <control>
[ 180] '\x84' # 0x84 -> <control>
[ 181] '\x85' # 0x85 -> <control>
[ 182] '\x86' # 0x86 -> <control>
[ 183] '\x87' # 0x87 -> <control>
[ 184] '\x88' # 0x88 -> <control>
[ 185] '\x89' # 0x89 -> <control>
[ 186] '\x8a' # 0x8A -> <control>
[ 187] '\x8b' # 0x8B -> <control>
[ 188] '\x8c' # 0x8C -> <control>
[ 189] '\x8d' # 0x8D -> <control>
[ 190] '\x8e' # 0x8E -> <control>
[ 191] '\x8f' # 0x8F -> <control>
[ 192] '\x90' # 0x90 -> <control>
[ 193] '\x91' # 0x91 -> <control>
[ 194] '\x92' # 0x92 -> <control>
[ 195] '\x93' # 0x93 -> <control>
[ 196] '\x94' # 0x94 -> <control>
[ 197] '\x95' # 0x95 -> <control>
[ 198] '\x96' # 0x96 -> <control>
[ 199] '\x97' # 0x97 -> <control>
[ 200] '\x98' # 0x98 -> <control>
[ 201] '\x99' # 0x99 -> <control>
[ 202] '\x9a' # 0x9A -> <control>
[ 203] '\x9b' # 0x9B -> <control>
[ 204] '\x9c' # 0x9C -> <control>
[ 205] '\x9d' # 0x9D -> <control>
[ 206] '\x9e' # 0x9E -> <control>
[ 207] '\x9f' # 0x9F -> <control>
[ 208] '\xa0' # 0xA0 -> NO-BREAK SPACE
[ 209] '\u0104' # 0xA1 -> LATIN CAPITAL LETTER A WITH OGONEK
[ 210] '\u0112' # 0xA2 -> LATIN CAPITAL LETTER E WITH MACRON
[ 211] '\u0122' # 0xA3 -> LATIN CAPITAL LETTER G WITH CEDILLA
[ 212] '\u012a' # 0xA4 -> LATIN CAPITAL LETTER I WITH MACRON
[ 213] '\u0128' # 0xA5 -> LATIN CAPITAL LETTER I WITH TILDE
[ 214] '\u0136' # 0xA6 -> LATIN CAPITAL LETTER K WITH CEDILLA
[ 215] '\xa7' # 0xA7 -> SECTION SIGN
[ 216] '\u013b' # 0xA8 -> LATIN CAPITAL LETTER L WITH CEDILLA
[ 217] '\u0110' # 0xA9 -> LATIN CAPITAL LETTER D WITH STROKE
[ 218] '\u0160' # 0xAA -> LATIN CAPITAL LETTER S WITH CARON
[ 219] '\u0166' # 0xAB -> LATIN CAPITAL LETTER T WITH STROKE
[ 220] '\u017d' # 0xAC -> LATIN CAPITAL LETTER Z WITH CARON
[ 221] '\xad' # 0xAD -> SOFT HYPHEN
[ 222] '\u016a' # 0xAE -> LATIN CAPITAL LETTER U WITH MACRON
[ 223] '\u014a' # 0xAF -> LATIN CAPITAL LETTER ENG
[ 224] '\xb0' # 0xB0 -> DEGREE SIGN
[ 225] '\u0105' # 0xB1 -> LATIN SMALL LETTER A WITH OGONEK
[ 226] '\u0113' # 0xB2 -> LATIN SMALL LETTER E WITH MACRON
[ 227] '\u0123' # 0xB3 -> LATIN SMALL LETTER G WITH CEDILLA
[ 228] '\u012b' # 0xB4 -> LATIN SMALL LETTER I WITH MACRON
[ 229] '\u0129' # 0xB5 -> LATIN SMALL LETTER I WITH TILDE
[ 230] '\u0137' # 0xB6 -> LATIN SMALL LETTER K WITH CEDILLA
[ 231] '\xb7' # 0xB7 -> MIDDLE DOT
[ 232] '\u013c' # 0xB8 -> LATIN SMALL LETTER L WITH CEDILLA
[ 233] '\u0111' # 0xB9 -> LATIN SMALL LETTER D WITH STROKE
[ 234] '\u0161' # 0xBA -> LATIN SMALL LETTER S WITH CARON
[ 235] '\u0167' # 0xBB -> LATIN SMALL LETTER T WITH STROKE
[ 236] '\u017e' # 0xBC -> LATIN SMALL LETTER Z WITH CARON
[ 237] '\u2015' # 0xBD -> HORIZONTAL BAR
[ 238] '\u016b' # 0xBE -> LATIN SMALL LETTER U WITH MACRON
[ 239] '\u014b' # 0xBF -> LATIN SMALL LETTER ENG
[ 240] '\u0100' # 0xC0 -> LATIN CAPITAL LETTER A WITH MACRON
[ 241] '\xc1' # 0xC1 -> LATIN CAPITAL LETTER A WITH ACUTE
[ 242] '\xc2' # 0xC2 -> LATIN CAPITAL LETTER A WITH CIRCUMFLEX
[ 243] '\xc3' # 0xC3 -> LATIN CAPITAL LETTER A WITH TILDE
[ 244] '\xc4' # 0xC4 -> LATIN CAPITAL LETTER A WITH DIAERESIS
[ 245] '\xc5' # 0xC5 -> LATIN CAPITAL LETTER A WITH RING ABOVE
[ 246] '\xc6' # 0xC6 -> LATIN CAPITAL LETTER AE
[ 247] '\u012e' # 0xC7 -> LATIN CAPITAL LETTER I WITH OGONEK
[ 248] '\u010c' # 0xC8 -> LATIN CAPITAL LETTER C WITH CARON
[ 249] '\xc9' # 0xC9 -> LATIN CAPITAL LETTER E WITH ACUTE
[ 250] '\u0118' # 0xCA -> LATIN CAPITAL LETTER E WITH OGONEK
[ 251] '\xcb' # 0xCB -> LATIN CAPITAL LETTER E WITH DIAERESIS
[ 252] '\u0116' # 0xCC -> LATIN CAPITAL LETTER E WITH DOT ABOVE
[ 253] '\xcd' # 0xCD -> LATIN CAPITAL LETTER I WITH ACUTE
[ 254] '\xce' # 0xCE -> LATIN CAPITAL LETTER I WITH CIRCUMFLEX
[ 255] '\xcf' # 0xCF -> LATIN CAPITAL LETTER I WITH DIAERESIS
[ 256] '\xd0' # 0xD0 -> LATIN CAPITAL LETTER ETH (Icelandic)
[ 257] '\u0145' # 0xD1 -> LATIN CAPITAL LETTER N WITH CEDILLA
[ 258] '\u014c' # 0xD2 -> LATIN CAPITAL LETTER O WITH MACRON
[ 259] '\xd3' # 0xD3 -> LATIN CAPITAL LETTER O WITH ACUTE
[ 260] '\xd4' # 0xD4 -> LATIN CAPITAL LETTER O WITH CIRCUMFLEX
[ 261] '\xd5' # 0xD5 -> LATIN CAPITAL LETTER O WITH TILDE
[ 262] '\xd6' # 0xD6 -> LATIN CAPITAL LETTER O WITH DIAERESIS
[ 263] '\u0168' # 0xD7 -> LATIN CAPITAL LETTER U WITH TILDE
[ 264] '\xd8' # 0xD8 -> LATIN CAPITAL LETTER O WITH STROKE
[ 265] '\u0172' # 0xD9 -> LATIN CAPITAL LETTER U WITH OGONEK
[ 266] '\xda' # 0xDA -> LATIN CAPITAL LETTER U WITH ACUTE
[ 267] '\xdb' # 0xDB -> LATIN CAPITAL LETTER U WITH CIRCUMFLEX
[ 268] '\xdc' # 0xDC -> LATIN CAPITAL LETTER U WITH DIAERESIS
[ 269] '\xdd' # 0xDD -> LATIN CAPITAL LETTER Y WITH ACUTE
[ 270] '\xde' # 0xDE -> LATIN CAPITAL LETTER THORN (Icelandic)
[ 271] '\xdf' # 0xDF -> LATIN SMALL LETTER SHARP S (German)
[ 272] '\u0101' # 0xE0 -> LATIN SMALL LETTER A WITH MACRON
[ 273] '\xe1' # 0xE1 -> LATIN SMALL LETTER A WITH ACUTE
[ 274] '\xe2' # 0xE2 -> LATIN SMALL LETTER A WITH CIRCUMFLEX
[ 275] '\xe3' # 0xE3 -> LATIN SMALL LETTER A WITH TILDE
[ 276] '\xe4' # 0xE4 -> LATIN SMALL LETTER A WITH DIAERESIS
[ 277] '\xe5' # 0xE5 -> LATIN SMALL LETTER A WITH RING ABOVE
[ 278] '\xe6' # 0xE6 -> LATIN SMALL LETTER AE
[ 279] '\u012f' # 0xE7 -> LATIN SMALL LETTER I WITH OGONEK
[ 280] '\u010d' # 0xE8 -> LATIN SMALL LETTER C WITH CARON
[ 281] '\xe9' # 0xE9 -> LATIN SMALL LETTER E WITH ACUTE
[ 282] '\u0119' # 0xEA -> LATIN SMALL LETTER E WITH OGONEK
[ 283] '\xeb' # 0xEB -> LATIN SMALL LETTER E WITH DIAERESIS
[ 284] '\u0117' # 0xEC -> LATIN SMALL LETTER E WITH DOT ABOVE
[ 285] '\xed' # 0xED -> LATIN SMALL LETTER I WITH ACUTE
[ 286] '\xee' # 0xEE -> LATIN SMALL LETTER I WITH CIRCUMFLEX
[ 287] '\xef' # 0xEF -> LATIN SMALL LETTER I WITH DIAERESIS
[ 288] '\xf0' # 0xF0 -> LATIN SMALL LETTER ETH (Icelandic)
[ 289] '\u0146' # 0xF1 -> LATIN SMALL LETTER N WITH CEDILLA
[ 290] '\u014d' # 0xF2 -> LATIN SMALL LETTER O WITH MACRON
[ 291] '\xf3' # 0xF3 -> LATIN SMALL LETTER O WITH ACUTE
[ 292] '\xf4' # 0xF4 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
[ 293] '\xf5' # 0xF5 -> LATIN SMALL LETTER O WITH TILDE
[ 294] '\xf6' # 0xF6 -> LATIN SMALL LETTER O WITH DIAERESIS
[ 295] '\u0169' # 0xF7 -> LATIN SMALL LETTER U WITH TILDE
[ 296] '\xf8' # 0xF8 -> LATIN SMALL LETTER O WITH STROKE
[ 297] '\u0173' # 0xF9 -> LATIN SMALL LETTER U WITH OGONEK
[ 298] '\xfa' # 0xFA -> LATIN SMALL LETTER U WITH ACUTE
[ 299] '\xfb' # 0xFB -> LATIN SMALL LETTER U WITH CIRCUMFLEX
[ 300] '\xfc' # 0xFC -> LATIN SMALL LETTER U WITH DIAERESIS
[ 301] '\xfd' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
[ 302] '\xfe' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
[ 303] '\u0138' # 0xFF -> LATIN SMALL LETTER KRA
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/iso8859_10.py
[ 306] ### Encoding table
[ 307] encoding_table=codecs.charmap_build(decoding_table)
[ 306] # Encoding table
[ 307] encoding_table = codecs.charmap_build(decoding_table)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 8] import struct, sys, time, os
[ 8] import struct
[ 9] import sys
[ 10] import time
[ 11] import os
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 19]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 63]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 68]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 91] self.file.read(size-self._length+read)
[ 91] self.file.read(size-self._length+read)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 109]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 247] def write(self,data):
[ 247] def write(self, data):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 321] def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
[ 321] def flush(self, zlib_mode=zlib.Z_SYNC_FLUSH):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 426] if not s or s==b'\000':
[ 426] if not s or s == b'\000':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 432] if not s or s==b'\000':
[ 432] if not s or s == b'\000':
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 485] self._add_read_data( uncompress )
[ 485] self._add_read_data(uncompress)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 517]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 526]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/gzip.py
[++++] /home/palash25/Dev/cpython/Lib/gzip.py
[ 573]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 32] self.test_get_attribute)
[ 32] self.test_get_attribute)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 64] os.chmod(dirpath, stat.S_IRUSR|stat.S_IXUSR)
[ 64] os.chmod(dirpath, stat.S_IRUSR | stat.S_IXUSR)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 268]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 280] self.assertEqual(support.sortdict({3:3, 2:2, 1:1}), "{1: 1, 2: 2, 3: 3}")
[ 280] self.assertEqual(support.sortdict(
[ 281] {3: 3, 2: 2, 1: 1}), "{1: 1, 2: 2, 3: 3}")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 347] D = {"x":1}
[ 347] D = {"x": 1}
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 572]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/test/test_support.py
[++++] /home/palash25/Dev/cpython/Lib/test/test_support.py
[ 603]
Lib/test/test_support.py
[ 76] ····def·test_forget(self):
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! invalid syntax
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/imp.py
[++++] /home/palash25/Dev/cpython/Lib/imp.py
[ 251] msg = "Don't know how to import {} (type code {})".format(name, type_)
[ 251] msg = "Don't know how to import {} (type code {})".format(name, type_)
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp.is_frozen_package' imported but unused
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp._fix_co_filename' imported but unused
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp.get_frozen_object' imported but unused
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp.acquire_lock' imported but unused
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp.lock_held' imported but unused
Lib/imp.py
[ 9] from·_imp·import·(lock_held,·acquire_lock,·release_lock,
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '_imp.release_lock' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 50]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 64]
[ 65]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 71]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 107]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 125]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 154]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 202] tzinfo=datetime.timezone(datetime.timedelta(seconds=tz)))
[ 202] tzinfo=datetime.timezone(datetime.timedelta(seconds=tz)))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 227]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 255] re.ASCII)
[ 255] re.ASCII)
[ 256]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/email/utils.py
[++++] /home/palash25/Dev/cpython/Lib/email/utils.py
[ 313]
Lib/test/test_frozen.py
[ 16] from·importlib·import·util
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! 'importlib.util' imported but unused
Lib/test/test_frozen.py
[ 25] ············import·__hello__
**** PyFlakesBear [Section: all.python | Severity: INFO] ****
! ! '__hello__' imported but unused
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[++++] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[++++] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[ 41]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[++++] /home/palash25/Dev/cpython/Lib/concurrent/futures/thread.py
[ 189] work_item.future.set_exception(BrokenThreadPool(self._broken))
[ 189] work_item.future.set_exception(
[ 190] BrokenThreadPool(self._broken))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 75] self.isopener = [i>0 and self.bracketing[i][1] >
[ 75] self.isopener = [i > 0 and self.bracketing[i][1] >
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 99] not self.isopener[self.indexbracket+1]):
[ 99] not self.isopener[self.indexbracket+1]):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 131] self.rawtext[self.bracketing[before][0]] not in openers or
[ 132] self.bracketing[before][1] > bracketinglevel):
[ 131] self.rawtext[self.bracketing[before][0]] not in openers or
[ 132] self.bracketing[before][1] > bracketinglevel):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 139] self.bracketing[after][1] >= bracketinglevel):
[ 139] self.bracketing[after][1] >= bracketinglevel):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 143] (self.stopatindex, len(self.rawtext)-self.bracketing[before][0]))
[ 143] (self.stopatindex, len(self.rawtext)-self.bracketing[before][0]))
[ 145] self.bracketing[after][0] > len(self.rawtext)):
[ 145] self.bracketing[after][0] > len(self.rawtext)):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 154] len(self.rawtext)-(self.bracketing[after][0]-1)))
[ 154] len(self.rawtext)-(self.bracketing[after][0]-1)))
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[++++] /home/palash25/Dev/cpython/Lib/idlelib/hyperparser.py
[ 243] if pos>brck_limit and rawtext[pos-1] in self._whitespace_chars:
[ 243] if pos > brck_limit and rawtext[pos-1] in self._whitespace_chars:
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 23]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 29]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 37]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 49]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 53]
[ 54] a = Vec(0,0)
[ 55] a = Vec(0, 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 60]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 68] ## create compound yellow/blue turtleshape for planets
[ 68] # create compound yellow/blue turtleshape for planets
[ 69]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 73] s.getscreen().tracer(0,0)
[ 73] s.getscreen().tracer(0, 0)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 83] s.circle(6,180)
[ 83] s.circle(6, 180)
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 88] planetshape.addcomponent(m1,"orange")
[ 89] planetshape.addcomponent(m2,"blue")
[ 88] planetshape.addcomponent(m1, "orange")
[ 89] planetshape.addcomponent(m2, "blue")
[ 91] s.getscreen().tracer(1,0)
[ 91] s.getscreen().tracer(1, 0)
[ 93] ## setup gravitational system
[ 93] # setup gravitational system
[ 95] sun = Star(1000000, Vec(0,0), Vec(0,-2.5), gs, "circle")
[ 95] sun = Star(1000000, Vec(0, 0), Vec(0, -2.5), gs, "circle")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 99] earth = Star(12500, Vec(210,0), Vec(0,195), gs, "planet")
[ 99] earth = Star(12500, Vec(210, 0), Vec(0, 195), gs, "planet")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 102] moon = Star(1, Vec(220,0), Vec(0,295), gs, "planet")
[ 102] moon = Star(1, Vec(220, 0), Vec(0, 295), gs, "planet")
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[++++] /home/palash25/Dev/cpython/Lib/turtledemo/planet_and_moon.py
[ 109]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 3] """#"
[ 3] """ # "
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 7] ### Codec APIs
[ 7] # Codec APIs
[ 8]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 11] def encode(self,input,errors='strict'):
[ 12] return codecs.charmap_encode(input,errors,encoding_map)
[ 13]
[ 14] def decode(self,input,errors='strict'):
[ 15] return codecs.charmap_decode(input,errors,decoding_table)
[ 11] def encode(self, input, errors='strict'):
[ 12] return codecs.charmap_encode(input, errors, encoding_map)
[ 13]
[ 14] def decode(self, input, errors='strict'):
[ 15] return codecs.charmap_decode(input, errors, decoding_table)
[ 16]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 19] return codecs.charmap_encode(input,self.errors,encoding_map)[0]
[ 19] return codecs.charmap_encode(input, self.errors, encoding_map)[0]
[ 20]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 23] return codecs.charmap_decode(input,self.errors,decoding_table)[0]
[ 24]
[ 25] class StreamWriter(Codec,codecs.StreamWriter):
[ 23] return codecs.charmap_decode(input, self.errors, decoding_table)[0]
[ 24]
[ 25]
[ 26] class StreamWriter(Codec, codecs.StreamWriter):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 28] class StreamReader(Codec,codecs.StreamReader):
[ 28]
[ 29] class StreamReader(Codec, codecs.StreamReader):
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 31] ### encodings module API
[ 31] # encodings module API
[ 32]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 44] ### Decoding Map
[ 44] # Decoding Map
[ 45]
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 48] 0x0080: 0x0452, # CYRILLIC SMALL LETTER DJE
[ 49] 0x0081: 0x0402, # CYRILLIC CAPITAL LETTER DJE
[ 50] 0x0082: 0x0453, # CYRILLIC SMALL LETTER GJE
[ 51] 0x0083: 0x0403, # CYRILLIC CAPITAL LETTER GJE
[ 52] 0x0084: 0x0451, # CYRILLIC SMALL LETTER IO
[ 53] 0x0085: 0x0401, # CYRILLIC CAPITAL LETTER IO
[ 54] 0x0086: 0x0454, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 55] 0x0087: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 56] 0x0088: 0x0455, # CYRILLIC SMALL LETTER DZE
[ 57] 0x0089: 0x0405, # CYRILLIC CAPITAL LETTER DZE
[ 58] 0x008a: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 59] 0x008b: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 60] 0x008c: 0x0457, # CYRILLIC SMALL LETTER YI
[ 61] 0x008d: 0x0407, # CYRILLIC CAPITAL LETTER YI
[ 62] 0x008e: 0x0458, # CYRILLIC SMALL LETTER JE
[ 63] 0x008f: 0x0408, # CYRILLIC CAPITAL LETTER JE
[ 64] 0x0090: 0x0459, # CYRILLIC SMALL LETTER LJE
[ 65] 0x0091: 0x0409, # CYRILLIC CAPITAL LETTER LJE
[ 66] 0x0092: 0x045a, # CYRILLIC SMALL LETTER NJE
[ 67] 0x0093: 0x040a, # CYRILLIC CAPITAL LETTER NJE
[ 68] 0x0094: 0x045b, # CYRILLIC SMALL LETTER TSHE
[ 69] 0x0095: 0x040b, # CYRILLIC CAPITAL LETTER TSHE
[ 70] 0x0096: 0x045c, # CYRILLIC SMALL LETTER KJE
[ 71] 0x0097: 0x040c, # CYRILLIC CAPITAL LETTER KJE
[ 72] 0x0098: 0x045e, # CYRILLIC SMALL LETTER SHORT U
[ 73] 0x0099: 0x040e, # CYRILLIC CAPITAL LETTER SHORT U
[ 74] 0x009a: 0x045f, # CYRILLIC SMALL LETTER DZHE
[ 75] 0x009b: 0x040f, # CYRILLIC CAPITAL LETTER DZHE
[ 76] 0x009c: 0x044e, # CYRILLIC SMALL LETTER YU
[ 77] 0x009d: 0x042e, # CYRILLIC CAPITAL LETTER YU
[ 78] 0x009e: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
[ 79] 0x009f: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 80] 0x00a0: 0x0430, # CYRILLIC SMALL LETTER A
[ 81] 0x00a1: 0x0410, # CYRILLIC CAPITAL LETTER A
[ 82] 0x00a2: 0x0431, # CYRILLIC SMALL LETTER BE
[ 83] 0x00a3: 0x0411, # CYRILLIC CAPITAL LETTER BE
[ 84] 0x00a4: 0x0446, # CYRILLIC SMALL LETTER TSE
[ 85] 0x00a5: 0x0426, # CYRILLIC CAPITAL LETTER TSE
[ 86] 0x00a6: 0x0434, # CYRILLIC SMALL LETTER DE
[ 87] 0x00a7: 0x0414, # CYRILLIC CAPITAL LETTER DE
[ 88] 0x00a8: 0x0435, # CYRILLIC SMALL LETTER IE
[ 89] 0x00a9: 0x0415, # CYRILLIC CAPITAL LETTER IE
[ 90] 0x00aa: 0x0444, # CYRILLIC SMALL LETTER EF
[ 91] 0x00ab: 0x0424, # CYRILLIC CAPITAL LETTER EF
[ 92] 0x00ac: 0x0433, # CYRILLIC SMALL LETTER GHE
[ 93] 0x00ad: 0x0413, # CYRILLIC CAPITAL LETTER GHE
[ 94] 0x00ae: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 95] 0x00af: 0x00bb, # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x0445, # CYRILLIC SMALL LETTER HA
[ 102] 0x00b6: 0x0425, # CYRILLIC CAPITAL LETTER HA
[ 103] 0x00b7: 0x0438, # CYRILLIC SMALL LETTER I
[ 104] 0x00b8: 0x0418, # CYRILLIC CAPITAL LETTER I
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x0439, # CYRILLIC SMALL LETTER SHORT I
[ 110] 0x00be: 0x0419, # CYRILLIC CAPITAL LETTER SHORT I
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x043a, # CYRILLIC SMALL LETTER KA
[ 119] 0x00c7: 0x041a, # CYRILLIC CAPITAL LETTER KA
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x00a4, # CURRENCY SIGN
[ 128] 0x00d0: 0x043b, # CYRILLIC SMALL LETTER EL
[ 129] 0x00d1: 0x041b, # CYRILLIC CAPITAL LETTER EL
[ 130] 0x00d2: 0x043c, # CYRILLIC SMALL LETTER EM
[ 131] 0x00d3: 0x041c, # CYRILLIC CAPITAL LETTER EM
[ 132] 0x00d4: 0x043d, # CYRILLIC SMALL LETTER EN
[ 133] 0x00d5: 0x041d, # CYRILLIC CAPITAL LETTER EN
[ 134] 0x00d6: 0x043e, # CYRILLIC SMALL LETTER O
[ 135] 0x00d7: 0x041e, # CYRILLIC CAPITAL LETTER O
[ 136] 0x00d8: 0x043f, # CYRILLIC SMALL LETTER PE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x041f, # CYRILLIC CAPITAL LETTER PE
[ 142] 0x00de: 0x044f, # CYRILLIC SMALL LETTER YA
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x042f, # CYRILLIC CAPITAL LETTER YA
[ 145] 0x00e1: 0x0440, # CYRILLIC SMALL LETTER ER
[ 146] 0x00e2: 0x0420, # CYRILLIC CAPITAL LETTER ER
[ 147] 0x00e3: 0x0441, # CYRILLIC SMALL LETTER ES
[ 148] 0x00e4: 0x0421, # CYRILLIC CAPITAL LETTER ES
[ 149] 0x00e5: 0x0442, # CYRILLIC SMALL LETTER TE
[ 150] 0x00e6: 0x0422, # CYRILLIC CAPITAL LETTER TE
[ 151] 0x00e7: 0x0443, # CYRILLIC SMALL LETTER U
[ 152] 0x00e8: 0x0423, # CYRILLIC CAPITAL LETTER U
[ 153] 0x00e9: 0x0436, # CYRILLIC SMALL LETTER ZHE
[ 154] 0x00ea: 0x0416, # CYRILLIC CAPITAL LETTER ZHE
[ 155] 0x00eb: 0x0432, # CYRILLIC SMALL LETTER VE
[ 156] 0x00ec: 0x0412, # CYRILLIC CAPITAL LETTER VE
[ 157] 0x00ed: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
[ 158] 0x00ee: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 159] 0x00ef: 0x2116, # NUMERO SIGN
[ 160] 0x00f0: 0x00ad, # SOFT HYPHEN
[ 161] 0x00f1: 0x044b, # CYRILLIC SMALL LETTER YERU
[ 162] 0x00f2: 0x042b, # CYRILLIC CAPITAL LETTER YERU
[ 163] 0x00f3: 0x0437, # CYRILLIC SMALL LETTER ZE
[ 164] 0x00f4: 0x0417, # CYRILLIC CAPITAL LETTER ZE
[ 165] 0x00f5: 0x0448, # CYRILLIC SMALL LETTER SHA
[ 166] 0x00f6: 0x0428, # CYRILLIC CAPITAL LETTER SHA
[ 167] 0x00f7: 0x044d, # CYRILLIC SMALL LETTER E
[ 168] 0x00f8: 0x042d, # CYRILLIC CAPITAL LETTER E
[ 169] 0x00f9: 0x0449, # CYRILLIC SMALL LETTER SHCHA
[ 170] 0x00fa: 0x0429, # CYRILLIC CAPITAL LETTER SHCHA
[ 171] 0x00fb: 0x0447, # CYRILLIC SMALL LETTER CHE
[ 172] 0x00fc: 0x0427, # CYRILLIC CAPITAL LETTER CHE
[ 173] 0x00fd: 0x00a7, # SECTION SIGN
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
[ 48] 0x0080: 0x0452, # CYRILLIC SMALL LETTER DJE
[ 49] 0x0081: 0x0402, # CYRILLIC CAPITAL LETTER DJE
[ 50] 0x0082: 0x0453, # CYRILLIC SMALL LETTER GJE
[ 51] 0x0083: 0x0403, # CYRILLIC CAPITAL LETTER GJE
[ 52] 0x0084: 0x0451, # CYRILLIC SMALL LETTER IO
[ 53] 0x0085: 0x0401, # CYRILLIC CAPITAL LETTER IO
[ 54] 0x0086: 0x0454, # CYRILLIC SMALL LETTER UKRAINIAN IE
[ 55] 0x0087: 0x0404, # CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 56] 0x0088: 0x0455, # CYRILLIC SMALL LETTER DZE
[ 57] 0x0089: 0x0405, # CYRILLIC CAPITAL LETTER DZE
[ 58] 0x008a: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 59] 0x008b: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 60] 0x008c: 0x0457, # CYRILLIC SMALL LETTER YI
[ 61] 0x008d: 0x0407, # CYRILLIC CAPITAL LETTER YI
[ 62] 0x008e: 0x0458, # CYRILLIC SMALL LETTER JE
[ 63] 0x008f: 0x0408, # CYRILLIC CAPITAL LETTER JE
[ 64] 0x0090: 0x0459, # CYRILLIC SMALL LETTER LJE
[ 65] 0x0091: 0x0409, # CYRILLIC CAPITAL LETTER LJE
[ 66] 0x0092: 0x045a, # CYRILLIC SMALL LETTER NJE
[ 67] 0x0093: 0x040a, # CYRILLIC CAPITAL LETTER NJE
[ 68] 0x0094: 0x045b, # CYRILLIC SMALL LETTER TSHE
[ 69] 0x0095: 0x040b, # CYRILLIC CAPITAL LETTER TSHE
[ 70] 0x0096: 0x045c, # CYRILLIC SMALL LETTER KJE
[ 71] 0x0097: 0x040c, # CYRILLIC CAPITAL LETTER KJE
[ 72] 0x0098: 0x045e, # CYRILLIC SMALL LETTER SHORT U
[ 73] 0x0099: 0x040e, # CYRILLIC CAPITAL LETTER SHORT U
[ 74] 0x009a: 0x045f, # CYRILLIC SMALL LETTER DZHE
[ 75] 0x009b: 0x040f, # CYRILLIC CAPITAL LETTER DZHE
[ 76] 0x009c: 0x044e, # CYRILLIC SMALL LETTER YU
[ 77] 0x009d: 0x042e, # CYRILLIC CAPITAL LETTER YU
[ 78] 0x009e: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
[ 79] 0x009f: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
[ 80] 0x00a0: 0x0430, # CYRILLIC SMALL LETTER A
[ 81] 0x00a1: 0x0410, # CYRILLIC CAPITAL LETTER A
[ 82] 0x00a2: 0x0431, # CYRILLIC SMALL LETTER BE
[ 83] 0x00a3: 0x0411, # CYRILLIC CAPITAL LETTER BE
[ 84] 0x00a4: 0x0446, # CYRILLIC SMALL LETTER TSE
[ 85] 0x00a5: 0x0426, # CYRILLIC CAPITAL LETTER TSE
[ 86] 0x00a6: 0x0434, # CYRILLIC SMALL LETTER DE
[ 87] 0x00a7: 0x0414, # CYRILLIC CAPITAL LETTER DE
[ 88] 0x00a8: 0x0435, # CYRILLIC SMALL LETTER IE
[ 89] 0x00a9: 0x0415, # CYRILLIC CAPITAL LETTER IE
[ 90] 0x00aa: 0x0444, # CYRILLIC SMALL LETTER EF
[ 91] 0x00ab: 0x0424, # CYRILLIC CAPITAL LETTER EF
[ 92] 0x00ac: 0x0433, # CYRILLIC SMALL LETTER GHE
[ 93] 0x00ad: 0x0413, # CYRILLIC CAPITAL LETTER GHE
[ 94] 0x00ae: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 95] 0x00af: 0x00bb, # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 96] 0x00b0: 0x2591, # LIGHT SHADE
[ 97] 0x00b1: 0x2592, # MEDIUM SHADE
[ 98] 0x00b2: 0x2593, # DARK SHADE
[ 99] 0x00b3: 0x2502, # BOX DRAWINGS LIGHT VERTICAL
[ 100] 0x00b4: 0x2524, # BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 101] 0x00b5: 0x0445, # CYRILLIC SMALL LETTER HA
[ 102] 0x00b6: 0x0425, # CYRILLIC CAPITAL LETTER HA
[ 103] 0x00b7: 0x0438, # CYRILLIC SMALL LETTER I
[ 104] 0x00b8: 0x0418, # CYRILLIC CAPITAL LETTER I
[ 105] 0x00b9: 0x2563, # BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 106] 0x00ba: 0x2551, # BOX DRAWINGS DOUBLE VERTICAL
[ 107] 0x00bb: 0x2557, # BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 108] 0x00bc: 0x255d, # BOX DRAWINGS DOUBLE UP AND LEFT
[ 109] 0x00bd: 0x0439, # CYRILLIC SMALL LETTER SHORT I
[ 110] 0x00be: 0x0419, # CYRILLIC CAPITAL LETTER SHORT I
[ 111] 0x00bf: 0x2510, # BOX DRAWINGS LIGHT DOWN AND LEFT
[ 112] 0x00c0: 0x2514, # BOX DRAWINGS LIGHT UP AND RIGHT
[ 113] 0x00c1: 0x2534, # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 114] 0x00c2: 0x252c, # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 115] 0x00c3: 0x251c, # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 116] 0x00c4: 0x2500, # BOX DRAWINGS LIGHT HORIZONTAL
[ 117] 0x00c5: 0x253c, # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 118] 0x00c6: 0x043a, # CYRILLIC SMALL LETTER KA
[ 119] 0x00c7: 0x041a, # CYRILLIC CAPITAL LETTER KA
[ 120] 0x00c8: 0x255a, # BOX DRAWINGS DOUBLE UP AND RIGHT
[ 121] 0x00c9: 0x2554, # BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 122] 0x00ca: 0x2569, # BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 123] 0x00cb: 0x2566, # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 124] 0x00cc: 0x2560, # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 125] 0x00cd: 0x2550, # BOX DRAWINGS DOUBLE HORIZONTAL
[ 126] 0x00ce: 0x256c, # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 127] 0x00cf: 0x00a4, # CURRENCY SIGN
[ 128] 0x00d0: 0x043b, # CYRILLIC SMALL LETTER EL
[ 129] 0x00d1: 0x041b, # CYRILLIC CAPITAL LETTER EL
[ 130] 0x00d2: 0x043c, # CYRILLIC SMALL LETTER EM
[ 131] 0x00d3: 0x041c, # CYRILLIC CAPITAL LETTER EM
[ 132] 0x00d4: 0x043d, # CYRILLIC SMALL LETTER EN
[ 133] 0x00d5: 0x041d, # CYRILLIC CAPITAL LETTER EN
[ 134] 0x00d6: 0x043e, # CYRILLIC SMALL LETTER O
[ 135] 0x00d7: 0x041e, # CYRILLIC CAPITAL LETTER O
[ 136] 0x00d8: 0x043f, # CYRILLIC SMALL LETTER PE
[ 137] 0x00d9: 0x2518, # BOX DRAWINGS LIGHT UP AND LEFT
[ 138] 0x00da: 0x250c, # BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 139] 0x00db: 0x2588, # FULL BLOCK
[ 140] 0x00dc: 0x2584, # LOWER HALF BLOCK
[ 141] 0x00dd: 0x041f, # CYRILLIC CAPITAL LETTER PE
[ 142] 0x00de: 0x044f, # CYRILLIC SMALL LETTER YA
[ 143] 0x00df: 0x2580, # UPPER HALF BLOCK
[ 144] 0x00e0: 0x042f, # CYRILLIC CAPITAL LETTER YA
[ 145] 0x00e1: 0x0440, # CYRILLIC SMALL LETTER ER
[ 146] 0x00e2: 0x0420, # CYRILLIC CAPITAL LETTER ER
[ 147] 0x00e3: 0x0441, # CYRILLIC SMALL LETTER ES
[ 148] 0x00e4: 0x0421, # CYRILLIC CAPITAL LETTER ES
[ 149] 0x00e5: 0x0442, # CYRILLIC SMALL LETTER TE
[ 150] 0x00e6: 0x0422, # CYRILLIC CAPITAL LETTER TE
[ 151] 0x00e7: 0x0443, # CYRILLIC SMALL LETTER U
[ 152] 0x00e8: 0x0423, # CYRILLIC CAPITAL LETTER U
[ 153] 0x00e9: 0x0436, # CYRILLIC SMALL LETTER ZHE
[ 154] 0x00ea: 0x0416, # CYRILLIC CAPITAL LETTER ZHE
[ 155] 0x00eb: 0x0432, # CYRILLIC SMALL LETTER VE
[ 156] 0x00ec: 0x0412, # CYRILLIC CAPITAL LETTER VE
[ 157] 0x00ed: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
[ 158] 0x00ee: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
[ 159] 0x00ef: 0x2116, # NUMERO SIGN
[ 160] 0x00f0: 0x00ad, # SOFT HYPHEN
[ 161] 0x00f1: 0x044b, # CYRILLIC SMALL LETTER YERU
[ 162] 0x00f2: 0x042b, # CYRILLIC CAPITAL LETTER YERU
[ 163] 0x00f3: 0x0437, # CYRILLIC SMALL LETTER ZE
[ 164] 0x00f4: 0x0417, # CYRILLIC CAPITAL LETTER ZE
[ 165] 0x00f5: 0x0448, # CYRILLIC SMALL LETTER SHA
[ 166] 0x00f6: 0x0428, # CYRILLIC CAPITAL LETTER SHA
[ 167] 0x00f7: 0x044d, # CYRILLIC SMALL LETTER E
[ 168] 0x00f8: 0x042d, # CYRILLIC CAPITAL LETTER E
[ 169] 0x00f9: 0x0449, # CYRILLIC SMALL LETTER SHCHA
[ 170] 0x00fa: 0x0429, # CYRILLIC CAPITAL LETTER SHCHA
[ 171] 0x00fb: 0x0447, # CYRILLIC SMALL LETTER CHE
[ 172] 0x00fc: 0x0427, # CYRILLIC CAPITAL LETTER CHE
[ 173] 0x00fd: 0x00a7, # SECTION SIGN
[ 174] 0x00fe: 0x25a0, # BLACK SQUARE
[ 175] 0x00ff: 0x00a0, # NO-BREAK SPACE
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 178] ### Decoding Table
[ 178] # Decoding Table
**** PEP8Bear [Section <empty> | Severity NORMAL] ****
! ! The code does not comply to PEP8.
[----] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[++++] /home/palash25/Dev/cpython/Lib/encodings/cp855.py
[ 181] '\x00' # 0x0000 -> NULL
[ 182] '\x01' # 0x0001 -> START OF HEADING
[ 183] '\x02' # 0x0002 -> START OF TEXT
[ 184] '\x03' # 0x0003 -> END OF TEXT
[ 185] '\x04' # 0x0004 -> END OF TRANSMISSION
[ 186] '\x05' # 0x0005 -> ENQUIRY
[ 187] '\x06' # 0x0006 -> ACKNOWLEDGE
[ 188] '\x07' # 0x0007 -> BELL
[ 189] '\x08' # 0x0008 -> BACKSPACE
[ 190] '\t' # 0x0009 -> HORIZONTAL TABULATION
[ 191] '\n' # 0x000a -> LINE FEED
[ 192] '\x0b' # 0x000b -> VERTICAL TABULATION
[ 193] '\x0c' # 0x000c -> FORM FEED
[ 194] '\r' # 0x000d -> CARRIAGE RETURN
[ 195] '\x0e' # 0x000e -> SHIFT OUT
[ 196] '\x0f' # 0x000f -> SHIFT IN
[ 197] '\x10' # 0x0010 -> DATA LINK ESCAPE
[ 198] '\x11' # 0x0011 -> DEVICE CONTROL ONE
[ 199] '\x12' # 0x0012 -> DEVICE CONTROL TWO
[ 200] '\x13' # 0x0013 -> DEVICE CONTROL THREE
[ 201] '\x14' # 0x0014 -> DEVICE CONTROL FOUR
[ 202] '\x15' # 0x0015 -> NEGATIVE ACKNOWLEDGE
[ 203] '\x16' # 0x0016 -> SYNCHRONOUS IDLE
[ 204] '\x17' # 0x0017 -> END OF TRANSMISSION BLOCK
[ 205] '\x18' # 0x0018 -> CANCEL
[ 206] '\x19' # 0x0019 -> END OF MEDIUM
[ 207] '\x1a' # 0x001a -> SUBSTITUTE
[ 208] '\x1b' # 0x001b -> ESCAPE
[ 209] '\x1c' # 0x001c -> FILE SEPARATOR
[ 210] '\x1d' # 0x001d -> GROUP SEPARATOR
[ 211] '\x1e' # 0x001e -> RECORD SEPARATOR
[ 212] '\x1f' # 0x001f -> UNIT SEPARATOR
[ 213] ' ' # 0x0020 -> SPACE
[ 214] '!' # 0x0021 -> EXCLAMATION MARK
[ 215] '"' # 0x0022 -> QUOTATION MARK
[ 216] '#' # 0x0023 -> NUMBER SIGN
[ 217] '$' # 0x0024 -> DOLLAR SIGN
[ 218] '%' # 0x0025 -> PERCENT SIGN
[ 219] '&' # 0x0026 -> AMPERSAND
[ 220] "'" # 0x0027 -> APOSTROPHE
[ 221] '(' # 0x0028 -> LEFT PARENTHESIS
[ 222] ')' # 0x0029 -> RIGHT PARENTHESIS
[ 223] '*' # 0x002a -> ASTERISK
[ 224] '+' # 0x002b -> PLUS SIGN
[ 225] ',' # 0x002c -> COMMA
[ 226] '-' # 0x002d -> HYPHEN-MINUS
[ 227] '.' # 0x002e -> FULL STOP
[ 228] '/' # 0x002f -> SOLIDUS
[ 229] '0' # 0x0030 -> DIGIT ZERO
[ 230] '1' # 0x0031 -> DIGIT ONE
[ 231] '2' # 0x0032 -> DIGIT TWO
[ 232] '3' # 0x0033 -> DIGIT THREE
[ 233] '4' # 0x0034 -> DIGIT FOUR
[ 234] '5' # 0x0035 -> DIGIT FIVE
[ 235] '6' # 0x0036 -> DIGIT SIX
[ 236] '7' # 0x0037 -> DIGIT SEVEN
[ 237] '8' # 0x0038 -> DIGIT EIGHT
[ 238] '9' # 0x0039 -> DIGIT NINE
[ 239] ':' # 0x003a -> COLON
[ 240] ';' # 0x003b -> SEMICOLON
[ 241] '<' # 0x003c -> LESS-THAN SIGN
[ 242] '=' # 0x003d -> EQUALS SIGN
[ 243] '>' # 0x003e -> GREATER-THAN SIGN
[ 244] '?' # 0x003f -> QUESTION MARK
[ 245] '@' # 0x0040 -> COMMERCIAL AT
[ 246] 'A' # 0x0041 -> LATIN CAPITAL LETTER A
[ 247] 'B' # 0x0042 -> LATIN CAPITAL LETTER B
[ 248] 'C' # 0x0043 -> LATIN CAPITAL LETTER C
[ 249] 'D' # 0x0044 -> LATIN CAPITAL LETTER D
[ 250] 'E' # 0x0045 -> LATIN CAPITAL LETTER E
[ 251] 'F' # 0x0046 -> LATIN CAPITAL LETTER F
[ 252] 'G' # 0x0047 -> LATIN CAPITAL LETTER G
[ 253] 'H' # 0x0048 -> LATIN CAPITAL LETTER H
[ 254] 'I' # 0x0049 -> LATIN CAPITAL LETTER I
[ 255] 'J' # 0x004a -> LATIN CAPITAL LETTER J
[ 256] 'K' # 0x004b -> LATIN CAPITAL LETTER K
[ 257] 'L' # 0x004c -> LATIN CAPITAL LETTER L
[ 258] 'M' # 0x004d -> LATIN CAPITAL LETTER M
[ 259] 'N' # 0x004e -> LATIN CAPITAL LETTER N
[ 260] 'O' # 0x004f -> LATIN CAPITAL LETTER O
[ 261] 'P' # 0x0050 -> LATIN CAPITAL LETTER P
[ 262] 'Q' # 0x0051 -> LATIN CAPITAL LETTER Q
[ 263] 'R' # 0x0052 -> LATIN CAPITAL LETTER R
[ 264] 'S' # 0x0053 -> LATIN CAPITAL LETTER S
[ 265] 'T' # 0x0054 -> LATIN CAPITAL LETTER T
[ 266] 'U' # 0x0055 -> LATIN CAPITAL LETTER U
[ 267] 'V' # 0x0056 -> LATIN CAPITAL LETTER V
[ 268] 'W' # 0x0057 -> LATIN CAPITAL LETTER W
[ 269] 'X' # 0x0058 -> LATIN CAPITAL LETTER X
[ 270] 'Y' # 0x0059 -> LATIN CAPITAL LETTER Y
[ 271] 'Z' # 0x005a -> LATIN CAPITAL LETTER Z
[ 272] '[' # 0x005b -> LEFT SQUARE BRACKET
[ 273] '\\' # 0x005c -> REVERSE SOLIDUS
[ 274] ']' # 0x005d -> RIGHT SQUARE BRACKET
[ 275] '^' # 0x005e -> CIRCUMFLEX ACCENT
[ 276] '_' # 0x005f -> LOW LINE
[ 277] '`' # 0x0060 -> GRAVE ACCENT
[ 278] 'a' # 0x0061 -> LATIN SMALL LETTER A
[ 279] 'b' # 0x0062 -> LATIN SMALL LETTER B
[ 280] 'c' # 0x0063 -> LATIN SMALL LETTER C
[ 281] 'd' # 0x0064 -> LATIN SMALL LETTER D
[ 282] 'e' # 0x0065 -> LATIN SMALL LETTER E
[ 283] 'f' # 0x0066 -> LATIN SMALL LETTER F
[ 284] 'g' # 0x0067 -> LATIN SMALL LETTER G
[ 285] 'h' # 0x0068 -> LATIN SMALL LETTER H
[ 286] 'i' # 0x0069 -> LATIN SMALL LETTER I
[ 287] 'j' # 0x006a -> LATIN SMALL LETTER J
[ 288] 'k' # 0x006b -> LATIN SMALL LETTER K
[ 289] 'l' # 0x006c -> LATIN SMALL LETTER L
[ 290] 'm' # 0x006d -> LATIN SMALL LETTER M
[ 291] 'n' # 0x006e -> LATIN SMALL LETTER N
[ 292] 'o' # 0x006f -> LATIN SMALL LETTER O
[ 293] 'p' # 0x0070 -> LATIN SMALL LETTER P
[ 294] 'q' # 0x0071 -> LATIN SMALL LETTER Q
[ 295] 'r' # 0x0072 -> LATIN SMALL LETTER R
[ 296] 's' # 0x0073 -> LATIN SMALL LETTER S
[ 297] 't' # 0x0074 -> LATIN SMALL LETTER T
[ 298] 'u' # 0x0075 -> LATIN SMALL LETTER U
[ 299] 'v' # 0x0076 -> LATIN SMALL LETTER V
[ 300] 'w' # 0x0077 -> LATIN SMALL LETTER W
[ 301] 'x' # 0x0078 -> LATIN SMALL LETTER X
[ 302] 'y' # 0x0079 -> LATIN SMALL LETTER Y
[ 303] 'z' # 0x007a -> LATIN SMALL LETTER Z
[ 304] '{' # 0x007b -> LEFT CURLY BRACKET
[ 305] '|' # 0x007c -> VERTICAL LINE
[ 306] '}' # 0x007d -> RIGHT CURLY BRACKET
[ 307] '~' # 0x007e -> TILDE
[ 308] '\x7f' # 0x007f -> DELETE
[ 309] '\u0452' # 0x0080 -> CYRILLIC SMALL LETTER DJE
[ 310] '\u0402' # 0x0081 -> CYRILLIC CAPITAL LETTER DJE
[ 311] '\u0453' # 0x0082 -> CYRILLIC SMALL LETTER GJE
[ 312] '\u0403' # 0x0083 -> CYRILLIC CAPITAL LETTER GJE
[ 313] '\u0451' # 0x0084 -> CYRILLIC SMALL LETTER IO
[ 314] '\u0401' # 0x0085 -> CYRILLIC CAPITAL LETTER IO
[ 315] '\u0454' # 0x0086 -> CYRILLIC SMALL LETTER UKRAINIAN IE
[ 316] '\u0404' # 0x0087 -> CYRILLIC CAPITAL LETTER UKRAINIAN IE
[ 317] '\u0455' # 0x0088 -> CYRILLIC SMALL LETTER DZE
[ 318] '\u0405' # 0x0089 -> CYRILLIC CAPITAL LETTER DZE
[ 319] '\u0456' # 0x008a -> CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
[ 320] '\u0406' # 0x008b -> CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
[ 321] '\u0457' # 0x008c -> CYRILLIC SMALL LETTER YI
[ 322] '\u0407' # 0x008d -> CYRILLIC CAPITAL LETTER YI
[ 323] '\u0458' # 0x008e -> CYRILLIC SMALL LETTER JE
[ 324] '\u0408' # 0x008f -> CYRILLIC CAPITAL LETTER JE
[ 325] '\u0459' # 0x0090 -> CYRILLIC SMALL LETTER LJE
[ 326] '\u0409' # 0x0091 -> CYRILLIC CAPITAL LETTER LJE
[ 327] '\u045a' # 0x0092 -> CYRILLIC SMALL LETTER NJE
[ 328] '\u040a' # 0x0093 -> CYRILLIC CAPITAL LETTER NJE
[ 329] '\u045b' # 0x0094 -> CYRILLIC SMALL LETTER TSHE
[ 330] '\u040b' # 0x0095 -> CYRILLIC CAPITAL LETTER TSHE
[ 331] '\u045c' # 0x0096 -> CYRILLIC SMALL LETTER KJE
[ 332] '\u040c' # 0x0097 -> CYRILLIC CAPITAL LETTER KJE
[ 333] '\u045e' # 0x0098 -> CYRILLIC SMALL LETTER SHORT U
[ 334] '\u040e' # 0x0099 -> CYRILLIC CAPITAL LETTER SHORT U
[ 335] '\u045f' # 0x009a -> CYRILLIC SMALL LETTER DZHE
[ 336] '\u040f' # 0x009b -> CYRILLIC CAPITAL LETTER DZHE
[ 337] '\u044e' # 0x009c -> CYRILLIC SMALL LETTER YU
[ 338] '\u042e' # 0x009d -> CYRILLIC CAPITAL LETTER YU
[ 339] '\u044a' # 0x009e -> CYRILLIC SMALL LETTER HARD SIGN
[ 340] '\u042a' # 0x009f -> CYRILLIC CAPITAL LETTER HARD SIGN
[ 341] '\u0430' # 0x00a0 -> CYRILLIC SMALL LETTER A
[ 342] '\u0410' # 0x00a1 -> CYRILLIC CAPITAL LETTER A
[ 343] '\u0431' # 0x00a2 -> CYRILLIC SMALL LETTER BE
[ 344] '\u0411' # 0x00a3 -> CYRILLIC CAPITAL LETTER BE
[ 345] '\u0446' # 0x00a4 -> CYRILLIC SMALL LETTER TSE
[ 346] '\u0426' # 0x00a5 -> CYRILLIC CAPITAL LETTER TSE
[ 347] '\u0434' # 0x00a6 -> CYRILLIC SMALL LETTER DE
[ 348] '\u0414' # 0x00a7 -> CYRILLIC CAPITAL LETTER DE
[ 349] '\u0435' # 0x00a8 -> CYRILLIC SMALL LETTER IE
[ 350] '\u0415' # 0x00a9 -> CYRILLIC CAPITAL LETTER IE
[ 351] '\u0444' # 0x00aa -> CYRILLIC SMALL LETTER EF
[ 352] '\u0424' # 0x00ab -> CYRILLIC CAPITAL LETTER EF
[ 353] '\u0433' # 0x00ac -> CYRILLIC SMALL LETTER GHE
[ 354] '\u0413' # 0x00ad -> CYRILLIC CAPITAL LETTER GHE
[ 355] '\xab' # 0x00ae -> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 356] '\xbb' # 0x00af -> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
[ 357] '\u2591' # 0x00b0 -> LIGHT SHADE
[ 358] '\u2592' # 0x00b1 -> MEDIUM SHADE
[ 359] '\u2593' # 0x00b2 -> DARK SHADE
[ 360] '\u2502' # 0x00b3 -> BOX DRAWINGS LIGHT VERTICAL
[ 361] '\u2524' # 0x00b4 -> BOX DRAWINGS LIGHT VERTICAL AND LEFT
[ 362] '\u0445' # 0x00b5 -> CYRILLIC SMALL LETTER HA
[ 363] '\u0425' # 0x00b6 -> CYRILLIC CAPITAL LETTER HA
[ 364] '\u0438' # 0x00b7 -> CYRILLIC SMALL LETTER I
[ 365] '\u0418' # 0x00b8 -> CYRILLIC CAPITAL LETTER I
[ 366] '\u2563' # 0x00b9 -> BOX DRAWINGS DOUBLE VERTICAL AND LEFT
[ 367] '\u2551' # 0x00ba -> BOX DRAWINGS DOUBLE VERTICAL
[ 368] '\u2557' # 0x00bb -> BOX DRAWINGS DOUBLE DOWN AND LEFT
[ 369] '\u255d' # 0x00bc -> BOX DRAWINGS DOUBLE UP AND LEFT
[ 370] '\u0439' # 0x00bd -> CYRILLIC SMALL LETTER SHORT I
[ 371] '\u0419' # 0x00be -> CYRILLIC CAPITAL LETTER SHORT I
[ 372] '\u2510' # 0x00bf -> BOX DRAWINGS LIGHT DOWN AND LEFT
[ 373] '\u2514' # 0x00c0 -> BOX DRAWINGS LIGHT UP AND RIGHT
[ 374] '\u2534' # 0x00c1 -> BOX DRAWINGS LIGHT UP AND HORIZONTAL
[ 375] '\u252c' # 0x00c2 -> BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[ 376] '\u251c' # 0x00c3 -> BOX DRAWINGS LIGHT VERTICAL AND RIGHT
[ 377] '\u2500' # 0x00c4 -> BOX DRAWINGS LIGHT HORIZONTAL
[ 378] '\u253c' # 0x00c5 -> BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
[ 379] '\u043a' # 0x00c6 -> CYRILLIC SMALL LETTER KA
[ 380] '\u041a' # 0x00c7 -> CYRILLIC CAPITAL LETTER KA
[ 381] '\u255a' # 0x00c8 -> BOX DRAWINGS DOUBLE UP AND RIGHT
[ 382] '\u2554' # 0x00c9 -> BOX DRAWINGS DOUBLE DOWN AND RIGHT
[ 383] '\u2569' # 0x00ca -> BOX DRAWINGS DOUBLE UP AND HORIZONTAL
[ 384] '\u2566' # 0x00cb -> BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
[ 385] '\u2560' # 0x00cc -> BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
[ 386] '\u2550' # 0x00cd -> BOX DRAWINGS DOUBLE HORIZONTAL
[ 387] '\u256c' # 0x00ce -> BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
[ 388] '\xa4' # 0x00cf -> CURRENCY SIGN
[ 389] '\u043b' # 0x00d0 -> CYRILLIC SMALL LETTER EL
[ 390] '\u041b' # 0x00d1 -> CYRILLIC CAPITAL LETTER EL
[ 391] '\u043c' # 0x00d2 -> CYRILLIC SMALL LETTER EM
[ 392] '\u041c' # 0x00d3 -> CYRILLIC CAPITAL LETTER EM
[ 393] '\u043d' # 0x00d4 -> CYRILLIC SMALL LETTER EN
[ 394] '\u041d' # 0x00d5 -> CYRILLIC CAPITAL LETTER EN
[ 395] '\u043e' # 0x00d6 -> CYRILLIC SMALL LETTER O
[ 396] '\u041e' # 0x00d7 -> CYRILLIC CAPITAL LETTER O
[ 397] '\u043f' # 0x00d8 -> CYRILLIC SMALL LETTER PE
[ 398] '\u2518' # 0x00d9 -> BOX DRAWINGS LIGHT UP AND LEFT
[ 399] '\u250c' # 0x00da -> BOX DRAWINGS LIGHT DOWN AND RIGHT
[ 400] '\u2588' # 0x00db -> FULL BLOCK
[ 401] '\u2584' # 0x00dc -> LOWER HALF BLOCK
[ 402] '\u041f' # 0x00dd -> CYRILLIC CAPITAL LETTER PE
[ 403] '\u044f' # 0x00de -> CYRILLIC SMALL LETTER YA
[ 404] '\u2580' # 0x00df -> UPPER HALF BLOCK
[ 405] '\u042f' # 0x00e0 -> CYRILLIC CAPITAL LETTER YA
[ 406] '\u0440' # 0x00e1 -> CYRILLIC SMALL LETTER ER
[ 407] '\u0420' # 0x00e2 -> CYRILLIC CAPITAL LETTER ER
[ 408] '\u0441' # 0x00e3 -> CYRILLIC SMALL LETTER ES
[ 409] '\u0421' # 0x00e4 -> CYRILLIC CAPITAL LETTER ES
[ 410] '\u0442' # 0x00e5 -> CYRILLIC SMALL LETTER TE
[ 411] '\u0422' # 0x00e6 -> CYRILLIC CAPITAL LETTER TE
[ 412] '\u0443' # 0x00e7 -> CYRILLIC SMALL LETTER U
[ 413] '\u0423' # 0x00e8 -> CYRILLIC CAPITAL LETTER U
[ 414] '\u0436' # 0x00e9 -> CYRILLIC SMALL LETTER ZHE
[ 415] '\u0416' # 0x00ea -> CYRILLIC CAPITAL LETTER ZHE
[ 416] '\u0432' # 0x00eb -> CYRILLIC SMAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment